mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17118: Fix font spacing when long pressing a URL (https://github.com/mozilla-mobile/fenix/pull/17164)
This commit is contained in:
parent
4e9664fea9
commit
06b2366f85
@ -15,7 +15,7 @@
|
||||
|
||||
<Button
|
||||
android:id="@+id/copy"
|
||||
style="@style/Widget.MaterialComponents.Button.TextButton"
|
||||
style="?android:attr/buttonBarButtonStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?selectableItemBackground"
|
||||
@ -28,7 +28,7 @@
|
||||
|
||||
<Button
|
||||
android:id="@+id/paste"
|
||||
style="@style/Widget.MaterialComponents.Button.TextButton"
|
||||
style="?android:attr/buttonBarButtonStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?selectableItemBackground"
|
||||
@ -41,7 +41,7 @@
|
||||
|
||||
<Button
|
||||
android:id="@+id/paste_and_go"
|
||||
style="@style/Widget.MaterialComponents.Button.TextButton"
|
||||
style="?android:attr/buttonBarButtonStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?selectableItemBackground"
|
||||
|
Loading…
Reference in New Issue
Block a user