Learn Android Studio 3 by Ted Hagos

Learn Android Studio 3 by Ted Hagos

Author:Ted Hagos
Language: eng
Format: epub, pdf
Publisher: Apress, Berkeley, CA


Materialpalette is geared toward Android design, specifically material design. The basic idea is to choose two colors and the site builds a palette for you. Now we can simply copy the hex values of primary, dark primary, accent, and light primary colors.

<?xml version="1.0" encoding="utf-8"?>

<resources>

<color name="colorPrimary">#009688</color>

<color name="colorPrimaryDark">#00796B</color>

<color name="colorAccent">#CDDC39</color>

<color name="colorPrimaryLight">#B2DFDB</color>

</resources>

Listing 7-4. Customized colors.xml



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.