OsmAnd/OsmAnd/res/layout-v14/check_item_rel.xml
2016-03-23 18:35:30 +02:00

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>