Update the color for the master switch divider.

Change the background attr for the divider to dividerVertical.

Change-Id: I6437c74c0951e43c6d438d282f7c686249cb9dd6
Fix: 34978085
Test: Visual
This commit is contained in:
Doris Ling
2017-02-06 14:40:13 -08:00
parent 99f0b44440
commit 4f1eca05be

View File

@@ -29,9 +29,9 @@
android:paddingTop="16dp"
android:paddingBottom="16dp">
<View
android:layout_width="1dip"
android:layout_width="1dp"
android:layout_height="match_parent"
android:background="?android:attr/colorSecondary"/>
android:background="?android:attr/dividerVertical"/>
</LinearLayout>
<Switch android:id="@+id/switchWidget"