2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

Bug 1820552 - Increase Site's field x button in Add new login

For having the minimum of target size for the delete button,
 following the other examples in code, i modified it's height to 48dp.
This commit is contained in:
Rebeca Tudor 2023-03-07 09:47:12 +02:00 committed by mergify[bot]
parent 086a3a117d
commit 867eba4513

View File

@ -75,7 +75,7 @@
<ImageButton
android:id="@+id/clearHostnameTextButton"
android:layout_width="48dp"
android:layout_height="30dp"
android:layout_height="48dp"
android:layout_marginTop="3dp"
android:layout_marginBottom="10dp"
android:background="@null"