summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorlinus_lee <llee@cyngn.com>2014-10-13 15:26:26 -0700
committerlinus_lee <llee@cyngn.com>2014-11-20 12:51:32 -0800
commit137f81b82727a42879e488fa2925a118940f11b7 (patch)
treeaf7ea2ad84f27e69b76b3e51ccb187770850e79f /res/layout
parent688e09202a5c4b614bdae6bb7e64b10a70aa085c (diff)
downloadandroid_packages_apps_Eleven-137f81b82727a42879e488fa2925a118940f11b7.tar.gz
android_packages_apps_Eleven-137f81b82727a42879e488fa2925a118940f11b7.tar.bz2
android_packages_apps_Eleven-137f81b82727a42879e488fa2925a118940f11b7.zip
Eleven: Fix action bar header text size/color/style
https://cyanogen.atlassian.net/browse/MUSIC-91 Change-Id: Ieda11e8a96b96bdfe57774a8fd88fec7b253766b
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/header_bar.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/header_bar.xml b/res/layout/header_bar.xml
index b83a818..75cb08b 100644
--- a/res/layout/header_bar.xml
+++ b/res/layout/header_bar.xml
@@ -30,7 +30,8 @@
android:singleLine="true"
android:textAllCaps="true"
android:textColor="@color/header_action_bar_text_color"
- android:textSize="@dimen/text_size_large" />
+ android:textSize="@dimen/text_size_medium"
+ android:textStyle="bold" />
<ImageView
android:id="@+id/header_bar_custom_button"