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-06-02 00:07:12 +02:00
|
|
|
android:layout_height="wrap_content"
|
2014-11-17 16:25:17 +01: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-06-02 00:07:12 +02:00
|
|
|
android:layout_height="wrap_content"
|
2014-06-01 23:45:17 +02:00
|
|
|
android:layout_marginLeft="3dp"
|
|
|
|
android:layout_marginRight="3dp"
|
|
|
|
android:layout_marginTop="3dp"
|
|
|
|
android:layout_marginBottom="3dp"
|
2014-05-24 02:04:04 +02:00
|
|
|
android:focusable="false"
|
2014-11-17 16:25:17 +01:00
|
|
|
android:gravity="center_vertical" />
|
2014-05-24 02:04:04 +02:00
|
|
|
|
2014-05-24 23:08:10 +02:00
|
|
|
</RelativeLayout>
|