From bd430a1009d6e7017a353a4c50a9b3fda2a6fef1 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Tue, 29 Nov 2022 18:00:37 +0000 Subject: [PATCH] Use outlined button style for secondary actions. --- .../src/main/res/drawable/button_outline.xml | 15 ++++++ .../res/layout/fragment_hotspot_error.xml | 4 +- .../res/layout/fragment_hotspot_fallback.xml | 4 +- .../main/res/layout/fragment_hotspot_tabs.xml | 14 +++-- .../layout/fragment_mailbox_error_wizard.xml | 5 +- .../fragment_mailbox_error_wizard_access.xml | 17 +++--- .../res/layout/fragment_mailbox_status.xml | 52 ++++++++++--------- .../src/main/res/layout/fragment_offline.xml | 10 ++-- briar-android/src/main/res/values/color.xml | 1 + briar-android/src/main/res/values/dimens.xml | 1 + briar-android/src/main/res/values/styles.xml | 35 ++++++++++--- 11 files changed, 100 insertions(+), 58 deletions(-) create mode 100644 briar-android/src/main/res/drawable/button_outline.xml diff --git a/briar-android/src/main/res/drawable/button_outline.xml b/briar-android/src/main/res/drawable/button_outline.xml new file mode 100644 index 000000000..0db27b162 --- /dev/null +++ b/briar-android/src/main/res/drawable/button_outline.xml @@ -0,0 +1,15 @@ + + + + + + + + + \ No newline at end of file diff --git a/briar-android/src/main/res/layout/fragment_hotspot_error.xml b/briar-android/src/main/res/layout/fragment_hotspot_error.xml index 2bf918c5b..3285cffc1 100644 --- a/briar-android/src/main/res/layout/fragment_hotspot_error.xml +++ b/briar-android/src/main/res/layout/fragment_hotspot_error.xml @@ -56,9 +56,7 @@