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

16 lines
559 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2014-05-24 23:08:10 +02:00
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2014-05-24 14:02:20 +02:00
android:layout_width="wrap_content"
2014-06-02 00:07:12 +02:00
android:layout_height="wrap_content"
2014-05-24 14:02:20 +02:00
android:layout_gravity="center_vertical" >
<Switch
android:id="@+id/check_item"
android:layout_width="wrap_content"
2014-06-02 00:07:12 +02:00
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:layout_marginBottom="4dp"
android:focusable="false"
2014-05-24 23:08:10 +02:00
android:gravity="center_vertical"/>
2014-05-24 23:08:10 +02:00
</RelativeLayout>