From d8a32298196bf1c4d28dab87bbd587b040a6e54f Mon Sep 17 00:00:00 2001 From: Valere Date: Tue, 23 Feb 2021 11:52:29 +0100 Subject: [PATCH] a11y fixes --- .../res/layout/fragment_space_preview.xml | 37 ++++++++++--------- vector/src/main/res/layout/item_space.xml | 2 + .../main/res/layout/item_space_roomchild.xml | 6 ++- 3 files changed, 25 insertions(+), 20 deletions(-) diff --git a/vector/src/main/res/layout/fragment_space_preview.xml b/vector/src/main/res/layout/fragment_space_preview.xml index 257797548e..5781ddb570 100644 --- a/vector/src/main/res/layout/fragment_space_preview.xml +++ b/vector/src/main/res/layout/fragment_space_preview.xml @@ -16,25 +16,25 @@ style="@style/VectorToolbarStyle" android:layout_width="match_parent" android:layout_height="?actionBarSize" - app:navigationIcon="@drawable/ic_x_18dp" - android:elevation="4dp"> + android:elevation="4dp" + app:navigationIcon="@drawable/ic_x_18dp"> - - - - - - - - - - - - + + + + + + + + + + + + + android:background="?list_divider_color" /> + android:gravity="center_horizontal" + android:orientation="horizontal"> + android:layout_height="match_parent" + android:layout_marginStart="8dp" />