OsmAnd/OsmAnd/res/layout-v14/check_item_rel.xml

13 lines
397 B
XML
Raw Normal View History

<?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">
<Switch
2016-03-21 15:55:09 +01:00
android:id="@+id/toggle_item"
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"/>
2015-08-06 07:23:35 +02:00
</merge>