19 lines
No EOL
698 B
XML
19 lines
No EOL
698 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="wrap_content"
|
|
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="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" />
|
|
|
|
</RelativeLayout> |