aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/time_format_preferences.xml
blob: b3ff0807198e9c0c35afc3f40903ed484d8fd785 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
    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>