Closes #17118: Fix font spacing when long pressing a URL (#17164)

upstream-sync
Marcello Galhardo 3 years ago committed by GitHub
parent 7617c18100
commit 381f22449b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save