OsmAnd/OsmAnd/res/layout/check_item_rel.xml

15 lines
534 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-05-24 20:04:43 +02:00
android:layout_height="fill_parent"
2014-05-24 14:02:20 +02:00
android:layout_gravity="center_vertical" >
<CheckBox
android:id="@+id/check_item"
2014-05-24 23:08:10 +02:00
android:text="@string/osmo_connect_menu"
android:layout_width="wrap_content"
2014-05-24 20:04:43 +02:00
android:layout_height="fill_parent"
android:focusable="false"
2014-05-24 23:08:10 +02:00
android:gravity="center_vertical" />
2014-05-24 23:08:10 +02:00
</RelativeLayout>