From 1ccb2f9e1bcfaf8279ef9576b3bca233e37af61b Mon Sep 17 00:00:00 2001 From: Fup Duck Date: Thu, 18 Jan 2018 01:57:03 +0100 Subject: WizardConfiguration theme * download VPN certificate after loging in (#8813) * get the new design up to date (#8819) * fix crash when pressing login (#8817) * add a loading screen according to design (#8816) --- app/src/main/res/drawable/action_history.xml | 9 +++ .../configuration_wizard_activity.xml | 3 +- .../res/layout-xlarge/provider_detail_fragment.xml | 32 +++-------- app/src/main/res/layout/a_login.xml | 45 +++++++++------ app/src/main/res/layout/a_signup.xml | 45 +++++++++------ .../res/layout/configuration_wizard_activity.xml | 40 +++++++------ app/src/main/res/layout/loading_screen.xml | 41 ++++++++++++++ .../main/res/layout/provider_credentials_login.xml | 6 +- .../main/res/layout/provider_detail_fragment.xml | 65 ++++++++++------------ app/src/main/res/layout/provider_header.xml | 15 +++-- app/src/main/res/values-v21/styles.xml | 5 ++ app/src/main/res/values-v21/themes.xml | 24 ++++++++ app/src/main/res/values/dimens.xml | 4 ++ app/src/main/res/values/strings.xml | 5 ++ app/src/main/res/values/styles.xml | 5 +- app/src/main/res/values/themes.xml | 8 ++- 16 files changed, 226 insertions(+), 126 deletions(-) create mode 100644 app/src/main/res/drawable/action_history.xml create mode 100644 app/src/main/res/layout/loading_screen.xml create mode 100644 app/src/main/res/values-v21/themes.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/drawable/action_history.xml b/app/src/main/res/drawable/action_history.xml new file mode 100644 index 00000000..97c7c6dc --- /dev/null +++ b/app/src/main/res/drawable/action_history.xml @@ -0,0 +1,9 @@ + + + \ No newline at end of file diff --git a/app/src/main/res/layout-xlarge/configuration_wizard_activity.xml b/app/src/main/res/layout-xlarge/configuration_wizard_activity.xml index 50bb5d0b..f82377cb 100644 --- a/app/src/main/res/layout-xlarge/configuration_wizard_activity.xml +++ b/app/src/main/res/layout-xlarge/configuration_wizard_activity.xml @@ -3,7 +3,8 @@ android:id="@+id/configuration_wizard_layout" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context=".ConfigurationWizard" > + tools:context=".ConfigurationWizard" + style="@style/BitmaskActivity" > + android:orientation="vertical" + style="@style/BitmaskActivity" > - + - - @@ -43,6 +25,8 @@ + android:layout_height="wrap_content" + android:layout_marginTop="@dimen/standard_margin" + /> \ No newline at end of file diff --git a/app/src/main/res/layout/a_login.xml b/app/src/main/res/layout/a_login.xml index 5ecb807c..5b33ec16 100644 --- a/app/src/main/res/layout/a_login.xml +++ b/app/src/main/res/layout/a_login.xml @@ -1,29 +1,38 @@ + android:layout_height="match_parent" + style="@style/BitmaskActivity"> - + - + android:layout_height="match_parent" + android:orientation="vertical"> - + + + -