For #9793: Adjust relative positions to provide correct a11y traversal

fennec/production
mcarare 4 years ago committed by Mihai Adrian
parent b897039f3a
commit 1881975a31

@ -47,7 +47,7 @@
android:id="@+id/author_divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_below="@+id/author_label"
android:layout_below="@+id/author_text"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:background="?android:attr/listDivider"
@ -74,7 +74,7 @@
android:id="@+id/version_divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_below="@+id/version_label"
android:layout_below="@+id/version_text"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:background="?android:attr/listDivider"
@ -101,7 +101,7 @@
android:id="@+id/last_updated_divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_below="@+id/last_updated_label"
android:layout_below="@+id/last_updated_text"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:background="?android:attr/listDivider"

Loading…
Cancel
Save