summaryrefslogtreecommitdiffstats
path: root/res/values/preferences_defaults.xml
blob: 63c5e9c1916e6b4947443965559b3480c3f5b333 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <bool name="preferences_interface_homescreen_search_default">true</bool>
    <bool name="preferences_interface_homescreen_scrolling_wallpaper_scroll_default">true</bool>
    <bool name="preferences_interface_homescreen_hide_icon_labels_default">false</bool>
    <bool name="preferences_interface_drawer_hide_icon_labels_default">false</bool>
    <bool name="preferences_interface_drawer_compact_default">false</bool>
    <bool name="preferences_interface_drawer_dark_default">true</bool>
    <bool name="preferences_interface_general_icons_large_default">false</bool>
    <bool name="preferences_interface_use_scroller_default">true</bool>
    <bool name="preferences_interface_use_horizontal_scrubber_default">true</bool>
    <bool name="preferences_interface_drawer_search_default">true</bool>
    <bool name="preferences_interface_allow_rotation">false</bool>
    <bool name="preferences_interface_homescreen_remote_folder_default">false</bool>
    <bool name="preferences_interface_drawer_remote_apps_default">false</bool>
    <integer name="preferences_interface_homescreen_id_default">1</integer>
</resources>