blob: 233a1cbf72291b3124d59c7920b8b32222eb0531 (
plain) (
tree)
|
|
<?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>
|