New UI
This commit is contained in:
parent
fbd5e8bb61
commit
3f3818efb7
270 changed files with 7441 additions and 6502 deletions
|
@ -1,9 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/action_home"
|
||||
android:icon="@drawable/ic_home_white_24dp"
|
||||
android:title="@string/home" />
|
||||
<item
|
||||
android:id="@+id/action_song"
|
||||
android:enabled="true"
|
||||
|
@ -24,5 +20,10 @@
|
|||
android:enabled="true"
|
||||
android:icon="@drawable/ic_queue_music_white_24dp"
|
||||
android:title="@string/playlists" />
|
||||
<item
|
||||
android:id="@+id/action_genre"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_access_time_white_24dp"
|
||||
android:title="@string/genre" />
|
||||
|
||||
</menu>
|
|
@ -11,10 +11,10 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/action_sort_order_title"
|
||||
android:title="@string/title" />
|
||||
android:title="@string/sort_order_a_z" />
|
||||
<item
|
||||
android:id="@+id/action_sort_order_title_desc"
|
||||
android:title="@string/title_desc" />
|
||||
android:title="@string/sort_order_z_a" />
|
||||
<item
|
||||
android:id="@+id/action_sort_order_track_list"
|
||||
android:title="@string/track_list" />
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<item
|
||||
android:id="@+id/media_route_menu_item"
|
||||
android:title="@string/cast"
|
||||
app:actionProviderClass="android.support.v7.app.MediaRouteActionProvider"
|
||||
app:actionProviderClass="code.name.monkey.retromusic.views.ThemeableMediaRouteActionProvider"
|
||||
app:showAsAction="always" />
|
||||
|
||||
</menu>
|
|
@ -3,6 +3,12 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:context=".DrawerActivity">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_search"
|
||||
android:icon="@drawable/ic_search_white_24dp"
|
||||
android:title="@string/action_search"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_shuffle_all"
|
||||
android:icon="@drawable/ic_shuffle_white_24dp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue