mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Add ability to open equalizer from SettingsFragment
This commit is contained in:
parent
1f50638a5e
commit
a024010fef
3 changed files with 38 additions and 2 deletions
|
|
@ -28,6 +28,11 @@
|
|||
app:title="@string/theme_selection"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
<Preference
|
||||
android:key="equalizer"
|
||||
android:title="Equalizer"
|
||||
app:summary="Adjust audio settings" />
|
||||
|
||||
<Preference
|
||||
android:key="scan_library"
|
||||
android:title="Scan library" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue