OsmAnd/OsmAnd/res/layout/check_item_rel.xml
2015-08-06 08:23:35 +03:00

16 lines
No EOL
546 B
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<CheckBox
android:id="@+id/check_item"
android:text="@string/osmo_connect_menu"
android:layout_width="wrap_content"
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" />
</merge>