mirror of https://github.com/BOINC/boinc.git
android: layout fix, client log flag checkboxes were overlapping on pre Android 4.2 devices
This commit is contained in:
parent
e11319d5b4
commit
37e92c120d
|
@ -21,8 +21,6 @@
|
|||
android:id="@+id/checkbox"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="5dp"
|
||||
android:singleLine="true"
|
||||
android:textColor="@color/black"
|
||||
android:background="@color/white_smoke"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||||
android:background="@color/white_smoke" />
|
||||
|
|
Loading…
Reference in New Issue