summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-07-29 16:54:44 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-07-29 16:54:44 -0700
commit6911f9cf63e41afe1c1252dc0d5ca78d8e13df98 (patch)
tree11bd800e1434befd5d28efddf2c26f0c0cc8915a /res/layout
parent4a709964659838871b800192d4f607bbf0d483dd (diff)
downloadpackages_apps_Settings-6911f9cf63e41afe1c1252dc0d5ca78d8e13df98.zip
packages_apps_Settings-6911f9cf63e41afe1c1252dc0d5ca78d8e13df98.tar.gz
packages_apps_Settings-6911f9cf63e41afe1c1252dc0d5ca78d8e13df98.tar.bz2
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
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/switch_bar.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/switch_bar.xml b/res/layout/switch_bar.xml
index 5dbeb55..4d33518 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" />
<com.android.settings.widget.ToggleSwitch android:id="@+id/switch_widget"