We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01937f6 + 342da2a commit 89e05fdCopy full SHA for 89e05fd
core/res/res/layout/always_use_checkbox.xml
@@ -26,14 +26,14 @@
26
27
<CheckBox
28
android:id="@+id/alwaysUse"
29
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
30
android:layout_height="wrap_content"
31
android:focusable="true"
32
android:clickable="true" />
33
34
<TextView
35
android:id="@+id/clearDefaultHint"
36
37
38
android:textAppearance="?android:attr/textAppearanceSmall"
39
android:paddingLeft="36dip"
0 commit comments