Code Monkey home page Code Monkey logo

Comments (4)

Robyer avatar Robyer commented on May 18, 2024 1

@chrisonline There is no "dark overlay" on your screenshots, you just set black color for the primary/secondary text, so it looks weird. Just remove these lines:

<item name="mal_color_primary">@color/mal_text_primary</item>
<item name="mal_color_secondary">@color/mal_text_secondary</item>

or set your own custom colors (depending on what you want to achieve).

from material-about-library.

daniel-stoneuk avatar daniel-stoneuk commented on May 18, 2024

May you please post your styles.xml?

from material-about-library.

chrisonline avatar chrisonline commented on May 18, 2024

Oh sorry forgot that:
Black Theme

     <!-- MaterialAbout Library -->
    <item name="mal_lightActionBar">false</item>
    <item name="mal_popupOverlay">@style/Theme.Mal.Dark.PopupOverlay</item>
    <item name="mal_color_primary">@color/mal_text_primary</item>
    <item name="mal_color_secondary">@color/mal_text_secondary</item>

White Theme

	<!-- MaterialAboutLibrary -->
	<item name="mal_lightActionBar">true</item>
	<item name="mal_popupOverlay">@style/Theme.Mal.Light.PopupOverlay</item>
	<item name="mal_color_primary">@color/mal_text_primary</item>
	<item name="mal_color_secondary">@color/mal_text_secondary</item>

from material-about-library.

chrisonline avatar chrisonline commented on May 18, 2024

@Robyer Oh my god. My mistake :-( Sorry to bother you about this...

from material-about-library.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.