OsmAnd/OsmAnd/res/layout/check_item_rel.xml

16 lines
547 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">
<CheckBox
2016-03-21 15:55:09 +01:00
android:id="@+id/toggle_item"
2014-05-24 23:08:10 +02:00
android:text="@string/osmo_connect_menu"
android:layout_width="wrap_content"
2014-06-02 00:07:12 +02:00
android:layout_height="wrap_content"
android:layout_marginLeft="3dp"
android:layout_marginRight="3dp"
android:layout_marginTop="3dp"
android:layout_marginBottom="3dp"
android:focusable="false"
android:gravity="center_vertical" />
2015-08-06 07:23:35 +02:00
</merge>