[fenix] For https://github.com/mozilla-mobile/fenix/issues/19180: Fix tab counter not entirely visible on RTL layout.

pull/600/head
mcarare 3 years ago committed by Mihai Adrian Carare
parent 692611fa13
commit 748c70d3e3

@ -5,7 +5,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:mozac="http://schemas.android.com/apk/res-auto"
android:id="@+id/counter_root"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true">

Loading…
Cancel
Save