Skip to content

Commit 3a45dda

Browse files
authored
Tweak icon size of the import bookmark result screen (#6994)
Task/Issue URL: https://app.asana.com/1/137249556945/project/488551667048375/task/1211719217225178?focus=true ### Description Tweaks to icon size on the import bookmarks results screen ### Steps to test this PR - QA optional - If you want to test, go through the import bookmarks flow and make sure the icon on the results screen looks ok Co-authored-by: Craig Russell <[email protected]>
1 parent 42e9ab4 commit 3a45dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autofill/autofill-impl/src/main/res/layout/fragment_import_bookmarks_result.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343

4444
<androidx.appcompat.widget.AppCompatImageView
4545
android:id="@+id/bookmarkIcon"
46-
android:layout_width="wrap_content"
47-
android:layout_height="wrap_content"
46+
android:layout_width="128dp"
47+
android:layout_height="96dp"
4848
android:layout_marginTop="62dp"
4949
android:importantForAccessibility="no"
5050
android:scaleType="fitCenter"

0 commit comments

Comments
 (0)