mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universal7885: Add Material you reworked FM app
* UI and function improvements Change-Id: Ia1ea7aa0caf0ac3838e285952e9be7e79b946e80 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
b8e119aaf8
commit
308a5d49c8
148 changed files with 1385 additions and 1222 deletions
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/radio_main"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_radio"
|
||||
android:title="@string/app_name"/>
|
||||
<item
|
||||
android:id="@+id/channel_list"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_list"
|
||||
android:title="@string/channel_list"/>
|
||||
<item
|
||||
android:id="@+id/fav_list"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_star_filled"
|
||||
android:title="@string/favorites"/>
|
||||
</menu>
|
||||
Loading…
Reference in a new issue