2014-05-24 02:04:04 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-08-06 07:23:35 +02:00
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
2014-05-24 02:04:04 +02:00
|
|
|
|
|
|
|
<Switch
|
2016-03-21 15:55:09 +01:00
|
|
|
android:id="@+id/toggle_item"
|
2014-05-24 02:04:04 +02:00
|
|
|
android:layout_width="wrap_content"
|
2014-06-02 00:07:12 +02:00
|
|
|
android:layout_height="wrap_content"
|
2015-10-20 10:04:36 +02:00
|
|
|
android:paddingTop="4dp"
|
|
|
|
android:paddingBottom="4dp"
|
2014-08-20 23:09:22 +02:00
|
|
|
android:focusable="false"
|
2014-05-24 23:08:10 +02:00
|
|
|
android:gravity="center_vertical"/>
|
2014-05-24 02:04:04 +02:00
|
|
|
|
2015-08-06 07:23:35 +02:00
|
|
|
</merge>
|