mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-07 13:03:54 +00:00
[android] Allow customization of the first (OM logo / About) button
This commit is contained in:
committed by
Konstantin Pastbin
parent
d38ffe2fa8
commit
5eff4f56ca
@@ -28,16 +28,22 @@
|
||||
app:singleLineTitle="false"
|
||||
android:summary="@string/pref_zoom_summary"
|
||||
android:order="2"/>
|
||||
<ListPreference
|
||||
android:key="@string/pref_left_button"
|
||||
android:title="@string/pref_left_button_title"
|
||||
app:singleLineTitle="false"
|
||||
android:persistent="true"
|
||||
android:order="3"/>
|
||||
<SwitchPreferenceCompat
|
||||
android:key="@string/pref_3d_buildings"
|
||||
android:title="@string/pref_map_3d_buildings_title"
|
||||
app:singleLineTitle="false"
|
||||
android:order="3"/>
|
||||
android:order="4"/>
|
||||
<SwitchPreferenceCompat
|
||||
android:key="@string/pref_autodownload"
|
||||
android:title="@string/autodownload"
|
||||
app:singleLineTitle="false"
|
||||
android:order="4"/>
|
||||
android:order="5"/>
|
||||
<SwitchPreferenceCompat
|
||||
android:key="@string/pref_large_fonts_size"
|
||||
android:title="@string/big_font"
|
||||
|
||||
Reference in New Issue
Block a user