mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 18:59:18 +03:00
custom variables
This commit is contained in:
parent
10102c0f2d
commit
088e345ea5
2 changed files with 7 additions and 8 deletions
|
@ -32,7 +32,6 @@
|
|||
<bool name = "share_via_link_feature">true</bool>
|
||||
<bool name = "share_with_users_feature">true</bool>
|
||||
|
||||
|
||||
<!-- Colors -->
|
||||
<color name="login_text_color">@color/white</color>
|
||||
<color name="login_text_hint_color">#7fC0E3</color>
|
||||
|
@ -59,13 +58,13 @@
|
|||
<bool name="multiaccount_support">true</bool>
|
||||
|
||||
<!-- Drawer options -->
|
||||
<bool name="recently_added_enabled">false</bool>
|
||||
<bool name="recently_modified_enabled">false</bool>
|
||||
<bool name="shared_enabled">false</bool>
|
||||
<bool name="videos_enabled">false</bool>
|
||||
<bool name="recently_added_enabled">true</bool>
|
||||
<bool name="recently_modified_enabled">true</bool>
|
||||
<bool name="shared_enabled">true</bool>
|
||||
<bool name="videos_enabled">true</bool>
|
||||
|
||||
<!-- Bottom toolbar -->
|
||||
<bool name="bottom_toolbar_enabled">false</bool>
|
||||
<bool name="bottom_toolbar_enabled">true</bool>
|
||||
|
||||
<!-- Help, imprint and feedback -->
|
||||
<bool name="calendar_contacts_enabled">true</bool>
|
||||
|
|
Loading…
Reference in a new issue