Page Menu
Home
GitPull.it
Search
Configure Global Search
Log In
Files
F8525289
preferences.xml
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
preferences.xml
View Options
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.preference.PreferenceCategory android:title="@string/general_settings">
<androidx.preference.ListPreference
android:key="startup_screen_to_show"
android:entries="@array/first_screen_shown"
android:entryValues="@array/first_screen_values"
android:title="@string/pref_shown_startup"
android:summary="%s"
/>
</androidx.preference.PreferenceCategory>
<androidx.preference.PreferenceCategory
android:title="@string/pref_recents_group_title">
<!--
<androidx.preference.EditTextPreference
android:defaultValue="10"
android:selectAllOnFocus="true"
android:singleLine="true"
android:inputType="number"
android:title="@string/pref_num_elements" android:key="@string/pref_key_num_recents"
app:useSimpleSummaryProvider="true"
android:digits="0123456789"
/>
-->
<androidx.preference.SeekBarPreference
android:title="@string/pref_num_elements" android:key="@string/pref_key_num_recents"
android:defaultValue="6"
android:max="40"
app:min="1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:showSeekBarValue="true"
/>
<androidx.preference.SeekBarPreference
android:title="@string/settings_search_radius"
android:key="@string/pref_key_radius_recents"
android:defaultValue="500"
android:max="1000"
app:min="100"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:showSeekBarValue="true"
/>
</androidx.preference.PreferenceCategory>
<!--
<androidx.preference.Preference
android:layout="@layout/pref_extra_version"
android:key="version"
/>
-->
<androidx.preference.PreferenceCategory android:title="@string/arrival_times">
<androidx.preference.ListPreference
android:title="@string/pref_directions_capitalize"
android:entries="@array/directions_capitalize"
android:entryValues="@array/directions_capitalize_keys"
android:key="@string/pref_arrival_times_capit"
/>
</androidx.preference.PreferenceCategory>
<!--TODO: If we want lines preferences (eg showing arrivals on click)
<androidx.preference.PreferenceCategory android:title="@string/lines">
<androidx.preference.CheckBoxPreference
android:title=""
/>
</androidx.preference.PreferenceCategory>
-->
<androidx.preference.PreferenceCategory android:title="Database">
<androidx.preference.Preference
android:title="@string/database_update_req"
android:summary="@string/database_update_req_descr"
android:key="pref_db_update_now"
/>
</androidx.preference.PreferenceCategory>
<androidx.preference.PreferenceCategory
android:title="@string/settings_experimental">
<androidx.preference.SwitchPreferenceCompat
android:defaultValue="false"
android:title="@string/pref_experimental_msg" android:key="@string/pref_key_experimental"/>
</androidx.preference.PreferenceCategory>
</androidx.preference.PreferenceScreen>
File Metadata
Details
Attached
Mime Type
text/xml
Expires
Sun, Feb 15, 02:12 (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1618679
Default Alt Text
preferences.xml (3 KB)
Attached To
Mode
R4 Libre BusTO
Attached
Detach File
Event Timeline
Log In to Comment