From e2fdeab1945760fc235640cbc8cc02cd6092b9d3 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Mon, 31 Oct 2022 14:33:03 +0100 Subject: [PATCH] Revert "Prepare for new menu" This reverts commit e3f66e57df8d9efb1e2b3cd7b0f534629af78746. --- Habitica/res/layout/drawer_main_section_header.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Habitica/res/layout/drawer_main_section_header.xml b/Habitica/res/layout/drawer_main_section_header.xml index 9bae55d9a..da8bbd038 100644 --- a/Habitica/res/layout/drawer_main_section_header.xml +++ b/Habitica/res/layout/drawer_main_section_header.xml @@ -1,4 +1,13 @@ - \ No newline at end of file + android:layout_height="22dp" + android:gravity="center_vertical" + android:paddingStart="@dimen/drawer_padding" + android:paddingEnd="@dimen/drawer_padding" + android:textAllCaps="true" + android:textColor="@color/white" + android:textSize="12sp" + tools:text="Social" /> \ No newline at end of file