aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/theme.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/theme.xml')
-rw-r--r--res/values/theme.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/theme.xml b/res/values/theme.xml
index 826d2d22..9ebf67e4 100644
--- a/res/values/theme.xml
+++ b/res/values/theme.xml
@@ -108,6 +108,12 @@
<drawable name="filesystem_unlocked_drawable">@drawable/ic_material_light_fs_unlocked</drawable>
<!-- FileSystem warning drawable -->
<drawable name="filesystem_warning_drawable">@drawable/ic_material_light_fs_warning</drawable>
+ <!-- FileSystem locked drawable -->
+ <drawable name="filesystem_dialog_locked_drawable">@drawable/ic_material_dialog_fs_locked</drawable>
+ <!-- FileSystem unlocked drawable -->
+ <drawable name="filesystem_dialog_unlocked_drawable">@drawable/ic_material_dialog_fs_unlocked</drawable>
+ <!-- FileSystem warning drawable -->
+ <drawable name="filesystem_dialog_warning_drawable">@drawable/ic_material_dialog_fs_warning</drawable>
<!-- Secure FileSystem icon -->
<drawable name="secure_filesystem_drawable">@drawable/ic_material_light_secure</drawable>