remove headline checkbox margin hack

This commit is contained in:
Andrew Dolgov 2013-10-15 20:05:17 +04:00
parent 27e9fbe16a
commit 7011eb4cbb
4 changed files with 4 additions and 8 deletions

View File

@ -90,8 +90,7 @@
<CheckBox
android:id="@+id/selected"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="-6dp"
android:layout_height="wrap_content"
android:layout_weight="0"
android:focusable="false" />

View File

@ -88,8 +88,7 @@
<CheckBox
android:id="@+id/selected"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="-6dp"
android:layout_height="wrap_content"
android:layout_weight="0"
android:focusable="false" />

View File

@ -89,8 +89,7 @@
<CheckBox
android:id="@+id/selected"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="-6dp"
android:layout_height="wrap_content"
android:layout_weight="0"
android:focusable="false" />

View File

@ -86,8 +86,7 @@
<CheckBox
android:id="@+id/selected"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="-6dp"
android:layout_height="wrap_content"
android:layout_weight="0"
android:focusable="false" />