Shelter/app/src/main/res/menu/bottom_navigation_menu.xml

12 lines
427 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/bottom_navigation_main"
android:icon="@drawable/ic_home"
android:title="@string/fragment_profile_main" />
<item
android:id="@+id/bottom_navigation_work"
android:icon="@drawable/ic_work"
android:title="@string/fragment_profile_work" />
</menu>