comparison app/src/main/res/xml/root_preferences.xml @ 24:474ef75856c2

Optimize for quality by default, now that it runs faster.
author David Barts <n5jrn@me.com>
date Tue, 23 Feb 2021 15:20:15 -0800
parents 20da616dcda0
children
comparison
equal deleted inserted replaced
23:507d64fd05e2 24:474ef75856c2
1 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" 1 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:app="http://schemas.android.com/apk/res-auto"> 2 xmlns:app="http://schemas.android.com/apk/res-auto">
3 3
4 <ListPreference 4 <ListPreference
5 android:id="@+id/scale_type" 5 android:id="@+id/scale_type"
6 android:defaultValue="speed" 6 android:defaultValue="quality"
7 android:key="scale_type" 7 android:key="scale_type"
8 android:title="@string/scale_type_title" 8 android:title="@string/scale_type_title"
9 app:entries="@array/scale_type_titles" 9 app:entries="@array/scale_type_titles"
10 app:entryValues="@array/scale_types" 10 app:entryValues="@array/scale_types"
11 app:title="@string/scale_type_title" 11 app:title="@string/scale_type_title"