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

Commit 405f537a authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am 89e05fd5: Merge "Fix the layouting of the checkbox."

Merge commit '89e05fd5' into gingerbread-plus-aosp

* commit '89e05fd5':
  Fix the layouting of the checkbox.
parents fe1d52d5 89e05fd5
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"