1
0
Fork 0

For #6011 - fixed truncated clipboard icon in RTL (#6017)

master
Sören Hentzschel 2019-10-21 19:01:51 +02:00 committed by Jeff Boek
parent 06c1ef49b2
commit 8921a46f27
1 changed files with 3 additions and 3 deletions

View File

@ -45,14 +45,14 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/fill_link_from_clipboard"
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_height="56dp"
android:layout_marginTop="8dp"
android:layout_marginStart="12dp"
android:layout_marginEnd="12dp"
android:focusable="true"
android:clickable="true"
android:background="?selectableItemBackground"
android:paddingStart="20dp"
android:paddingEnd="8dp"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="@id/toolbar_wrapper"
app:layout_constraintTop_toBottomOf="@id/toolbar_wrapper"