aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorzeapo <mohamed@zenadi.com>2015-11-22 14:19:06 +0100
committerzeapo <mohamed@zenadi.com>2015-11-22 14:19:06 +0100
commit6e789a38f10da7c75fde3bed336dbf1d904d8efc (patch)
treec6679cd86ad22786a3a977608e6a96eb1cfc485d /app/src/main/res/values/styles.xml
parent97087ba33e1deaa74e0fa4c51d527f18efa7c754 (diff)
Add warnings to the user about storing the passwords on the sdcard
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r--app/src/main/res/values/styles.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 3fffef42..fc592058 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -13,4 +13,21 @@
<style name="ActionMode" parent="@style/Widget.AppCompat.ActionMode">
<item name="background">@color/blue_grey_700</item>
</style>
+
+ <!-- You can also inherit from NNF_BaseTheme.Light -->
+ <style name="FilePickerTheme" parent="NNF_BaseTheme">
+ <!-- Set these to match your theme -->
+ <item name="colorPrimary">@color/blue_grey_500</item>
+ <item name="colorPrimaryDark">@color/blue_grey_700</item>
+ <item name="colorAccent">@color/teal_A700</item>
+
+ <!-- Need to set this also to style create folder dialog -->
+ <item name="alertDialogTheme">@style/FilePickerAlertDialogTheme</item>
+ </style>
+
+ <style name="FilePickerAlertDialogTheme" parent="Theme.AppCompat.Dialog.Alert">
+ <item name="colorPrimary">@color/blue_grey_500</item>
+ <item name="colorPrimaryDark">@color/blue_grey_700</item>
+ <item name="colorAccent">@color/teal_A700</item>
+ </style>
</resources>