mirror of
https://github.com/hmalik144/Farmr.git
synced 2026-01-31 02:41:49 +00:00
14 lines
556 B
XML
14 lines
556 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<item
|
|
android:id="@+id/nav_list"
|
|
app:showAsAction="always|withText"
|
|
android:icon="@drawable/baseline_list_alt_24"
|
|
android:title="@string/text_label_1"/>
|
|
<item
|
|
android:id="@+id/nav_calendar"
|
|
app:showAsAction="always|withText"
|
|
android:icon="@drawable/baseline_calendar_month_24"
|
|
android:title="@string/text_label_2"/>
|
|
</menu> |