OsmAnd/OsmAnd/res/layout/check_item_rel.xml
2014-05-24 23:08:10 +02:00

15 lines
No EOL
534 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_gravity="center_vertical" >
<CheckBox
android:id="@+id/check_item"
android:text="@string/osmo_connect_menu"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:focusable="false"
android:gravity="center_vertical" />
</RelativeLayout>