Merge "Update the color for the master switch divider."

This commit is contained in:
TreeHugger Robot
2017-02-07 01:55:20 +00:00
committed by Android (Google) Code Review

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"