BayernMessenger/vector/src/main/res/menu/home_bottom_navigation.xml

26 lines
822 B
XML
Raw Normal View History

2019-05-15 17:44:06 +00:00
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
2019-05-29 10:21:45 +00:00
2019-05-15 17:44:06 +00:00
<item
android:id="@+id/bottom_action_home"
android:contentDescription="@string/bottom_action_home"
android:enabled="true"
2019-05-29 10:21:45 +00:00
android:icon="@drawable/ic_home_bottom_catchup"
2019-05-15 17:44:06 +00:00
android:title="" />
<item
android:id="@+id/bottom_action_people"
2019-07-04 13:37:19 +00:00
android:contentDescription="@string/bottom_action_people_x"
2019-05-15 17:44:06 +00:00
android:enabled="true"
2019-05-29 10:21:45 +00:00
android:icon="@drawable/ic_home_bottom_chat"
2019-05-15 17:44:06 +00:00
android:title="" />
<item
android:id="@+id/bottom_action_rooms"
android:contentDescription="@string/bottom_action_rooms"
android:enabled="true"
2019-05-29 10:21:45 +00:00
android:icon="@drawable/ic_home_bottom_group"
2019-05-15 17:44:06 +00:00
android:title="" />
</menu>