increase checkbox area in drawer_list_item
This commit is contained in:
parent
3c0742a6c6
commit
5c2f971b3c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
<CheckBox
|
||||
android:id="@+id/check_item"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="@dimen/list_item_height"
|
||||
android:layout_marginLeft="11dp"
|
||||
android:focusable="false"
|
||||
android:layout_gravity="center_vertical" />
|
||||
|
|
Loading…
Reference in a new issue