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
+