Genres tab
This commit is contained in:
parent
b8e608816a
commit
944b5fc1fa
16 changed files with 739 additions and 28 deletions
12
app/src/main/res/menu/menu_genre_detail.xml
Normal file
12
app/src/main/res/menu/menu_genre_detail.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:context="com.kabouzeid.gramophone.ui.activities.GenreDetailActivity">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_shuffle_genre"
|
||||
android:icon="@drawable/ic_shuffle_white_24dp"
|
||||
android:title="@string/action_shuffle_all"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue