aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/time_format_preferences.xml
blob: 233a1cbf72291b3124d59c7920b8b32222eb0531 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
    <ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
        app:defaultValue="false"
        app:key="show_elapsed_time"
        app:title="@string/settings_show_elapsed_time" />

    <ml.docilealligator.infinityforreddit.customviews.CustomFontListPreference
        app:defaultValue="MMM d, yyyy, HH:mm"
        app:entries="@array/settings_time_format"
        app:entryValues="@array/settings_time_format_values"
        app:key="time_format"
        app:title="@string/settings_time_format_title"
        app:useSimpleSummaryProvider="true" />
</PreferenceScreen>