summaryrefslogtreecommitdiff
path: root/data/res/layout/autofill_save.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/res/layout/autofill_save.xml')
-rw-r--r--data/res/layout/autofill_save.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/data/res/layout/autofill_save.xml b/data/res/layout/autofill_save.xml
index 92419c8c..5c5b985b 100644
--- a/data/res/layout/autofill_save.xml
+++ b/data/res/layout/autofill_save.xml
@@ -46,13 +46,14 @@
<ImageView
android:id="@+id/autofill_save_icon"
- android:layout_width="wrap_content"
- android:layout_height="24sp"/>
+ android:scaleType="fitStart"
+ android:layout_width="24dp"
+ android:layout_height="24dp"/>
<TextView
android:id="@+id/autofill_save_title"
android:paddingLeft="8dp"
- android:layout_width="0dp"
+ android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/autofill_save_title"
android:textSize="16sp"