From 70481e3ba3729da7464a0c2d9842ffd3ae19c63c Mon Sep 17 00:00:00 2001 From: Maxime Naturel Date: Thu, 3 Feb 2022 15:57:31 +0100 Subject: [PATCH] Changing style of header --- .../main/res/layout/item_room_category.xml | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/vector/src/main/res/layout/item_room_category.xml b/vector/src/main/res/layout/item_room_category.xml index 0fd1e96d4a..e9baf4ceb4 100644 --- a/vector/src/main/res/layout/item_room_category.xml +++ b/vector/src/main/res/layout/item_room_category.xml @@ -5,32 +5,35 @@ android:id="@+id/roomCategoryRootView" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?android:colorBackground" + android:background="?attr/vctr_header_background" android:clickable="true" android:focusable="true" android:foreground="?attr/selectableItemBackground" android:gravity="center_vertical" android:orientation="horizontal" - android:paddingStart="8dp" - android:paddingTop="12dp" - android:paddingEnd="@dimen/layout_horizontal_margin" - android:paddingBottom="4dp"> + android:paddingStart="16dp" + android:paddingVertical="8dp" + android:paddingEnd="@dimen/layout_horizontal_margin"> + + - \ No newline at end of file +