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-05-24 14:02:20 +02:00
|
|
|
android:layout_gravity="center_vertical" >
|
2014-05-24 02:04:04 +02:00
|
|
|
|
|
|
|
<Switch
|
|
|
|
android:id="@+id/check_item"
|
|
|
|
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_marginTop="4dp"
|
|
|
|
android:layout_marginBottom="4dp"
|
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>
|