From 1881975a31f02703530983e425dd51413c69f291 Mon Sep 17 00:00:00 2001 From: mcarare Date: Thu, 9 Apr 2020 14:27:33 +0300 Subject: [PATCH] For #9793: Adjust relative positions to provide correct a11y traversal --- app/src/main/res/layout/fragment_add_on_details.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_add_on_details.xml b/app/src/main/res/layout/fragment_add_on_details.xml index 71dfc06235..73263b5c3a 100644 --- a/app/src/main/res/layout/fragment_add_on_details.xml +++ b/app/src/main/res/layout/fragment_add_on_details.xml @@ -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"