1
0
Fork 0

fixed alignment of open tabs header for RTL languages (#6138)

master
Sören Hentzschel 2019-10-21 18:53:21 +02:00 committed by Jeff Boek
parent a76cd9cc67
commit 9995199caa
1 changed files with 1 additions and 3 deletions

View File

@ -12,13 +12,12 @@
<TextView
android:id="@+id/header_text"
android:layout_width="0dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4.5dp"
android:text="@string/tab_header_label"
android:textAppearance="@style/HeaderTextStyle"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@id/share_tabs_button"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
@ -56,7 +55,6 @@
android:src="@drawable/ic_menu"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/close_tabs_button"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>