From fc18f916a8f5305cbc8a0caa5a75ea6dd32f244c Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 27 Nov 2019 08:31:39 +0100 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/dialog_theme.xml | 182 +++++++++++------------ 1 file changed, 87 insertions(+), 95 deletions(-) diff --git a/app/src/main/res/layout/dialog_theme.xml b/app/src/main/res/layout/dialog_theme.xml index 3426dcca0e..02a568ba4e 100644 --- a/app/src/main/res/layout/dialog_theme.xml +++ b/app/src/main/res/layout/dialog_theme.xml @@ -1,108 +1,100 @@ - - - - + android:layout_height="wrap_content"> - + - - + - - - - - - - - - - - - - - - - - \ No newline at end of file + android:padding="6dp" + android:text="@string/title_setup_light_theme" + android:textAppearance="@style/TextAppearance.AppCompat.Medium" /> + + + + + + + + + + + + + + + + + \ No newline at end of file