diff options
author | Hussein Al Abry <zidhussein@gmail.com> | 2019-04-25 04:41:32 +0100 |
---|---|---|
committer | Harsh Shandilya <msfjarvis@gmail.com> | 2019-04-25 09:11:32 +0530 |
commit | e54010906f3cfc91ed41a044d44da548a60c9b0f (patch) | |
tree | 5b23598939803c015982bc892009c82849b799db /app/src/main/res/values/styles.xml | |
parent | f272e4dde2c05de64681a0e089387ef9c54bd7c7 (diff) |
Use storage access framework (#469)
* use storage access framework
* UserPreference: Add back warning about using SDCard root directory
* UserPreference: Fix IDE warnings
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index fc592058..0b0bc4e6 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -14,17 +14,6 @@ <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> |