Fixed addressbar for right-to-left languages

This commit is contained in:
Corewala 2022-05-31 16:21:45 -04:00
parent c0be77ef41
commit 764cee3042
1 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@
android:layout_width="@dimen/button_size"
android:layout_height="@dimen/button_size"
android:layout_centerVertical="true"
android:layout_alignParentStart="true"
android:layout_margin="@dimen/button_margin"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:src="@drawable/vector_home"/>
@ -80,7 +81,7 @@
android:id="@+id/more"
android:layout_width="@dimen/button_size"
android:layout_height="@dimen/button_size"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:layout_margin="@dimen/button_margin"
android:background="?android:attr/selectableItemBackgroundBorderless"