diff options
author | Sam Whited <sam@samwhited.com> | 2015-01-06 21:37:49 -0500 |
---|---|---|
committer | Sam Whited <sam@samwhited.com> | 2015-01-06 21:37:49 -0500 |
commit | 45bb59dba8850d67025a83244a80a1d69d59276b (patch) | |
tree | 6d280bd268aec463e0a195300a615efe964ac763 /src/main/res/values-v21/themes.xml | |
parent | c01e866965b555e21a0b9a5e36aca051bbc814c1 (diff) |
Add materials theme
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values-v21/themes.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/main/res/values-v21/themes.xml b/src/main/res/values-v21/themes.xml new file mode 100644 index 00000000..fddab466 --- /dev/null +++ b/src/main/res/values-v21/themes.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + + <style name="ConversationsTheme" parent="@android:style/Theme.Material.Light.DarkActionBar"> + <item name="android:colorPrimary">@color/primary</item> + <item name="android:colorPrimaryDark">@color/primarydark</item> + <item name="android:colorAccent">@color/accent</item> + + <item name="TextSizeInfo">12sp</item> + <item name="TextSizeBody">14sp</item> + <item name="TextSizeHeadline">20sp</item> + </style> + +</resources>
\ No newline at end of file |