mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +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
@@ -138,6 +138,8 @@
|
||||
<color name="elevation_profile">#1E96F0</color>
|
||||
<color name="elevation_profile_dark">#4BB9E6</color>
|
||||
|
||||
<color name="active_track_recording">#0057ff</color>
|
||||
|
||||
<color name="material_calendar_surface_dark">#929292</color>
|
||||
<color name="notification_warning">#FFC22219</color>
|
||||
</resources>
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
<string name="pref_keep_screen_on" translatable="false">KeepScreenOn</string>
|
||||
<string name="pref_show_on_lock_screen" translatable="false">ShowOnLockScreen</string>
|
||||
<string name="pref_map_locale" translatable="false">MapLanguage</string>
|
||||
<string name="pref_left_button" translatable="false">LeftButton</string>
|
||||
|
||||
<string name="notification_ticker_ltr" translatable="false">%1$s: %2$s</string>
|
||||
<string name="notification_ticker_rtl" translatable="false">%2$s :%1$s</string>
|
||||
|
||||
@@ -930,4 +930,6 @@
|
||||
<!-- preference string for using auto theme only in navigation mode -->
|
||||
<string name="nav_auto">Auto in navigation</string>
|
||||
<string name="codeberg">Codeberg</string>
|
||||
<string name="pref_left_button_title">Left button setup</string>
|
||||
<string name="pref_left_button_disable">Disable</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user