|
@@ -1,5 +1,6 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="40dp">
|
|
|
|
|
@@ -16,7 +17,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
- >
|
|
|
+ android:thumb="@drawable/selector_switch_thumb"
|
|
|
+ android:track="@drawable/selector_switch_track">
|
|
|
</Switch>
|
|
|
|
|
|
|