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

Commit 89e05fd5 authored by Romain Guy's avatar Romain Guy Committed by Android Code Review
Browse files

Merge "Fix the layouting of the checkbox."

parents 01937f63 342da2a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@
    
    <CheckBox
        android:id="@+id/alwaysUse"
        android:layout_width="wrap_content"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:focusable="true"
        android:clickable="true" />
    
    <TextView 
        android:id="@+id/clearDefaultHint"
        android:layout_width="wrap_content"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:textAppearance="?android:attr/textAppearanceSmall"
        android:paddingLeft="36dip"