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

Merge commit '405f537a47df7ea0c2ef95fd83dee0142eb0c108'

* commit '405f537a47df7ea0c2ef95fd83dee0142eb0c108':
  Fix the layouting of the checkbox.
This commit is contained in:
Romain Guy
2010-09-12 08:47:40 -07:00
committed by Android Git Automerger

View File

@@ -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"