Merge branch 'dev' into reset_image
This commit is contained in:
commit
647e504f3d
37 changed files with 384 additions and 120 deletions
|
@ -356,6 +356,7 @@
|
|||
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
|
||||
<string name="pref_summary_wallpaper_accent">Extract accent color from wallpaper</string>
|
||||
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
|
||||
<string name="pref_summary_pause_history">When enabled, newly played songs won\'t show in history</string>
|
||||
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
|
||||
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
|
||||
<string name="pref_title_album_cover_style">Album cover theme</string>
|
||||
|
@ -402,6 +403,7 @@
|
|||
<string name="pref_title_toggle_volume">Volume controls</string>
|
||||
<string name="pref_title_wallpaper_accent">Wallpaper accent color</string>
|
||||
<string name="pref_title_whitelist">Whitelist music</string>
|
||||
<string name="pref_title_pause_history">Pause history</string>
|
||||
<string name="pro">Pro</string>
|
||||
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
|
||||
<string name="profile">Profile</string>
|
||||
|
@ -544,6 +546,11 @@
|
|||
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
|
||||
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
|
||||
<string name="customactivityoncrash_error_activity_error_details_share">Share Crash Report</string>
|
||||
<string name="playlist_created_sucessfully">%s created successfully</string>
|
||||
<string name="playList_already_exits">Playlist already exists</string>
|
||||
<string name="added_song_count_to_playlist">Added %d song(s) to %s</string>
|
||||
<string name="history_cleared">History cleared</string>
|
||||
<string name="history_undo_button">Undo</string>
|
||||
<string name="choose_image">Choose Image</string>
|
||||
<string name="remove_image">Remove Image</string>
|
||||
</resources>
|
||||
|
|
|
@ -211,7 +211,7 @@
|
|||
<style name="SearchChipStyle" parent="Widget.Material3.Chip.Filter">
|
||||
<item name="android:checked">false</item>
|
||||
<item name="android:textSize">16sp</item>
|
||||
<item name="checkedIconEnabled">true</item>
|
||||
<item name="checkedIconVisible">false</item>
|
||||
<item name="chipEndPadding">10dp</item>
|
||||
<item name="chipMinHeight">40dp</item>
|
||||
<item name="chipStartPadding">10dp</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue