From c396ab425878bb2e7c5195d739b070377cb6aa1e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 May 2013 18:35:40 +0400 Subject: update all headline views (remove unnecessary variants), add separate color for secondary headline text --- res/values/attrs.xml | 4 +++- res/values/style.xml | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'res/values') diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 0338016e..c985776b 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -17,8 +17,10 @@ - + + + diff --git a/res/values/style.xml b/res/values/style.xml index 0a354547..88521a96 100644 --- a/res/values/style.xml +++ b/res/values/style.xml @@ -20,6 +20,8 @@ @android:color/primary_text_light @android:color/primary_text_light @android:color/secondary_text_light + #909090 + #606060 @android:color/secondary_text_light #008000 #5858F8 @@ -62,6 +64,8 @@ @android:color/primary_text_dark @android:color/black @android:color/secondary_text_dark + #909090 + #404040 @android:color/black #00FF00 #5858F8 @@ -83,6 +87,7 @@ @color/headline_row_selected_gray @android:color/primary_text_dark @android:color/secondary_text_dark + #a0a0a0 @android:color/secondary_text_dark @style/ActionBarDarkGray -- cgit v1.2.3-54-g00ecf