Fix right padding, and checkbox padding.
This commit is contained in:
parent
95f15fa882
commit
1b8a7888ce
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="48dp"
|
android:layout_height="48dp"
|
||||||
android:paddingLeft="16dp"
|
android:paddingLeft="16dp"
|
||||||
android:paddingRight="8dp">
|
android:paddingRight="16dp">
|
||||||
<ImageView android:id="@+id/icon"
|
<ImageView android:id="@+id/icon"
|
||||||
android:layout_marginTop="8dp"
|
android:layout_marginTop="8dp"
|
||||||
android:layout_marginBottom="8dp"
|
android:layout_marginBottom="8dp"
|
||||||
|
@ -26,7 +26,6 @@
|
||||||
<CheckBox android:id="@+id/check_item"
|
<CheckBox android:id="@+id/check_item"
|
||||||
android:focusable="false"
|
android:focusable="false"
|
||||||
android:layout_marginLeft="11dp"
|
android:layout_marginLeft="11dp"
|
||||||
android:layout_marginRight="8dp"
|
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"/>
|
android:layout_height="wrap_content"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
Reference in a new issue