From addf8d89962bf3de6d70330f9264d0e4d866613e Mon Sep 17 00:00:00 2001 From: cyberta Date: Sat, 29 Jul 2023 17:15:05 +0200 Subject: update design and UX for provider setup --- .../res/drawable-anydpi-v24/ic_arrow_forward.xml | 9 + app/src/main/res/drawable/ic_arrow_forward.png | Bin 0 -> 462 bytes app/src/main/res/drawable/progress_spinner.xml | 28 ++ app/src/main/res/layout/activity_setup.xml | 118 ++++++ app/src/main/res/layout/f_circumvention_setup.xml | 76 ++++ app/src/main/res/layout/f_configure_provider.xml | 188 +++++++++ app/src/main/res/layout/f_provider_selection.xml | 91 +++++ app/src/main/res/layout/v_progress_spinner.xml | 128 ++++++ app/src/main/res/values/strings.xml | 431 +++++++++++---------- 9 files changed, 863 insertions(+), 206 deletions(-) create mode 100644 app/src/main/res/drawable-anydpi-v24/ic_arrow_forward.xml create mode 100644 app/src/main/res/drawable/ic_arrow_forward.png create mode 100644 app/src/main/res/drawable/progress_spinner.xml create mode 100644 app/src/main/res/layout/activity_setup.xml create mode 100644 app/src/main/res/layout/f_circumvention_setup.xml create mode 100644 app/src/main/res/layout/f_configure_provider.xml create mode 100644 app/src/main/res/layout/f_provider_selection.xml create mode 100644 app/src/main/res/layout/v_progress_spinner.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/drawable-anydpi-v24/ic_arrow_forward.xml b/app/src/main/res/drawable-anydpi-v24/ic_arrow_forward.xml new file mode 100644 index 00000000..fb6b1ad8 --- /dev/null +++ b/app/src/main/res/drawable-anydpi-v24/ic_arrow_forward.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/ic_arrow_forward.png b/app/src/main/res/drawable/ic_arrow_forward.png new file mode 100644 index 00000000..2b45341c Binary files /dev/null and b/app/src/main/res/drawable/ic_arrow_forward.png differ diff --git a/app/src/main/res/drawable/progress_spinner.xml b/app/src/main/res/drawable/progress_spinner.xml new file mode 100644 index 00000000..ae2c4f69 --- /dev/null +++ b/app/src/main/res/drawable/progress_spinner.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_setup.xml b/app/src/main/res/layout/activity_setup.xml new file mode 100644 index 00000000..fe302bb1 --- /dev/null +++ b/app/src/main/res/layout/activity_setup.xml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +