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:
parent
086a3a117d
commit
867eba4513
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user