Merge "Fix bug #16660819 Switchbar text should be white not grey" into lmp-dev
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"