|
@@ -1,21 +1,23 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="36dp">
|
|
|
+ android:layout_height="40dp">
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
+ android:layout_height="40dp"
|
|
|
android:layout_marginLeft="15dp"
|
|
|
android:layout_marginRight="15dp"
|
|
|
>
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/item_checkbox"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_width="28dp"
|
|
|
+ android:layout_height="28dp"
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/xp_checkbox"
|
|
|
+ android:button="@null"
|
|
|
>
|
|
|
</CheckBox>
|
|
|
|