2021-12-09 18:25:32 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
2022-06-03 22:19:48 +05:30
|
|
|
<item
|
2022-07-01 21:59:47 +05:30
|
|
|
android:id="@+id/homeFragment"
|
2022-06-27 22:47:52 +05:30
|
|
|
android:icon="@drawable/ic_home"
|
|
|
|
android:title="@string/startpage" />
|
2022-09-26 22:20:57 +05:30
|
|
|
|
2022-11-17 21:53:10 +05:30
|
|
|
<item
|
|
|
|
android:id="@+id/trendsFragment"
|
|
|
|
android:icon="@drawable/ic_trending"
|
2022-12-23 19:27:10 +05:30
|
|
|
android:title="@string/trends"
|
|
|
|
android:visible="false" />
|
2022-11-17 21:53:10 +05:30
|
|
|
|
2022-06-03 22:19:48 +05:30
|
|
|
<item
|
2022-07-01 21:59:47 +05:30
|
|
|
android:id="@+id/subscriptionsFragment"
|
2022-06-27 22:47:52 +05:30
|
|
|
android:icon="@drawable/ic_subscriptions"
|
|
|
|
android:title="@string/subscriptions" />
|
2022-09-26 22:20:57 +05:30
|
|
|
|
2022-06-03 22:19:48 +05:30
|
|
|
<item
|
2022-07-01 21:59:47 +05:30
|
|
|
android:id="@+id/libraryFragment"
|
2022-06-27 22:47:52 +05:30
|
|
|
android:icon="@drawable/ic_library"
|
|
|
|
android:title="@string/library" />
|
2021-12-09 18:25:32 +05:30
|
|
|
|
2022-09-26 22:20:57 +05:30
|
|
|
<item
|
|
|
|
android:id="@+id/downloadsFragment"
|
|
|
|
android:icon="@drawable/ic_download_filled"
|
2022-12-23 19:27:10 +05:30
|
|
|
android:title="@string/downloads"
|
|
|
|
android:visible="false" />
|
2022-09-26 22:20:57 +05:30
|
|
|
|
2021-12-09 18:25:32 +05:30
|
|
|
</menu>
|