From 0d5b66f92b92a7bd7b92d2a7f5917c3f0bb00e1c Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 12 May 2021 13:53:03 +0200 Subject: [PATCH] Flatten View hierarchy --- .../res/layout/item_space_beta_header.xml | 76 ++++++++----------- 1 file changed, 32 insertions(+), 44 deletions(-) diff --git a/vector/src/main/res/layout/item_space_beta_header.xml b/vector/src/main/res/layout/item_space_beta_header.xml index 9df9e26386..47891814a4 100644 --- a/vector/src/main/res/layout/item_space_beta_header.xml +++ b/vector/src/main/res/layout/item_space_beta_header.xml @@ -1,55 +1,43 @@ - - + android:layout_height="wrap_content" + android:layout_marginTop="8dp" + android:text="@string/spaces_header" + android:textColor="?riotx_text_primary" + android:textSize="15sp" + android:textStyle="bold" + app:drawableEndCompat="@drawable/ic_beta_pill" /> - + - + - - - - - - - - - \ No newline at end of file +