summaryrefslogtreecommitdiffstats
path: root/res/values/preferences_defaults.xml
blob: 288157381aadf3227a7c06228626b10409a3cf47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <bool name="preferences_interface_homescreen_search_default">true</bool>
    <string name="preferences_interface_homescreen_scrolling_transition_effect">none</string>
    <bool name="preferences_interface_homescreen_scrolling_wallpaper_scroll_default">true</bool>
    <bool name="preferences_interface_homescreen_scrolling_page_outlines_default">@bool/config_workspaceDefaultShowOutlines</bool>
    <bool name="preferences_interface_homescreen_scrolling_fade_adjacent_default">@bool/config_workspaceFadeAdjacentScreens</bool>
    <string name="preferences_interface_drawer_scrolling_transition_effect">stack</string>
    <bool name="preferences_interface_drawer_scrolling_fade_adjacent_default">false</bool>
    <bool name="preferences_interface_general_icons_large_default">@bool/config_largeIcons</bool>
    <string name="preferences_interface_general_icons_text_font_family_default">sans-serif-condensed</string>
    <integer name="preferences_interface_general_icons_text_font_style_default">0</integer>
</resources>