From 94dc92f8d70870b57a7f8c4fe8adef152c1211ce Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 10 May 2020 14:25:59 +0530 Subject: Miscellaneous UI tweaking (#771) * Remove dangling UI element and relayout authentication modes * Drop unnecessary actionBarPopupTheme declaration * Improve ssh keygen UI * Commonize button styling * Tweak save button in server config * Tweak generate button in ssh keygen * Commonize OutlinedButton style Signed-off-by: Harsh Shandilya --- app/src/main/res/values/styles.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/values/styles.xml') diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 7058dcff..1f1bb005 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -19,11 +19,25 @@ @style/ActionMode @style/AppTheme.Dialog @style/AppTheme.Dialog - @style/ThemeOverlay.MaterialComponents.ActionBar + @style/AppTheme.MaterialButton + @style/AppTheme.OutlinedButton @style/TextInputLayoutBase @style/BottomSheetDialogTheme + + + +