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