diff options
author | Fup Duck <fupduck@sacknagel.com> | 2018-01-18 01:57:03 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2018-01-18 01:57:03 +0100 |
commit | 1ccb2f9e1bcfaf8279ef9576b3bca233e37af61b (patch) | |
tree | 1cd2adc2caadf1a24da4c021e92d5d755044a0f1 /app/src/main/res/values/styles.xml | |
parent | 20582f79321627257d1b66b22af791e9e22817fd (diff) |
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)
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index b4e81bc4..3b1150ea 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -62,6 +62,9 @@ <style name="BitmaskButton" parent="android:Widget.Button"> <item name="android:textAllCaps">true</item> - <item name="android:color">@color/colorPrimary</item> + </style> + + <style name="BitmaskActivity"> + <item name="android:padding">@dimen/activity_margin</item> </style> </resources>
\ No newline at end of file |