Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1f6322d authored by David Luhmer's avatar David Luhmer
Browse files

fix wrong margin/padding - fix bug that checkbox (onclick) caused wrong behavior

parent e34bc802
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,9 +18,8 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="50dp"
    android:layout_margin="5dp"
    android:paddingLeft="5dp"
    android:paddingRight="5dp"
    android:paddingLeft="?dialogPreferredPadding"
    android:paddingRight="?dialogPreferredPadding"
    android:orientation="horizontal" >

    <LinearLayout
@@ -54,6 +53,7 @@
        android:id="@+id/checkbox"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:clickable="false"
        android:focusable="false"/>

</de.luhmer.owncloud.accountimporter.helper.CheckableLinearLayout>