13 lines
No EOL
397 B
XML
13 lines
No EOL
397 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<Switch
|
|
android:id="@+id/toggle_item"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="4dp"
|
|
android:paddingBottom="4dp"
|
|
android:focusable="false"
|
|
android:gravity="center_vertical"/>
|
|
|
|
</merge> |