From 6911f9cf63e41afe1c1252dc0d5ca78d8e13df98 Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Tue, 29 Jul 2014 16:54:44 -0700 Subject: [PATCH] Fix bug #16660819 Switchbar text should be white not grey - use "?android:attr/textColorPrimary" so that we are white and matching the color of the Activity Title Change-Id: I18bc47d2080fcc171b86e5b56bfc86bbe8637caa --- res/layout/switch_bar.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/switch_bar.xml b/res/layout/switch_bar.xml index 5dbeb559943..4d335181846 100644 --- a/res/layout/switch_bar.xml +++ b/res/layout/switch_bar.xml @@ -25,6 +25,7 @@ android:layout_weight="1" android:layout_gravity="center_vertical" android:textAppearance="@style/TextAppearance.Switch" + android:textColor="?android:attr/textColorPrimary" android:textAlignment="viewStart" />