mirror of
https://github.com/Michatec/Radio.git
synced 2026-05-31 08:12:39 +02:00
feat(ui): add spectrum analyzer visualizer
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
<action
|
||||
android:id="@+id/action_settings_to_equalizer"
|
||||
app:destination="@id/equalizer_destination" />
|
||||
<action
|
||||
android:id="@+id/action_settings_to_visualizer"
|
||||
app:destination="@id/visualizer_destination" />
|
||||
</fragment>
|
||||
|
||||
<!-- EQUALIZER -->
|
||||
@@ -31,4 +34,9 @@
|
||||
android:name="com.michatec.radio.EqualizerFragment"
|
||||
android:label="Equalizer" />
|
||||
|
||||
<!-- VISUALIZER -->
|
||||
<fragment
|
||||
android:id="@+id/visualizer_destination"
|
||||
android:name="com.michatec.radio.VisualizerFragment"
|
||||
android:label="Visualizer" />
|
||||
</navigation>
|
||||
|
||||
Reference in New Issue
Block a user