mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2024-11-28 08:19:31 +00:00
15 lines
494 B
XML
15 lines
494 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item
|
||
|
android:id="@+id/main_bottom_navigation_friends_list"
|
||
|
android:title="@string/navigation_bottom_friends_item"
|
||
|
android:icon="@drawable/ic_menu_allfriends"
|
||
|
/>
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/main_bottom_navigation_me_view"
|
||
|
android:title="@string/navigation_bottom_me_item"
|
||
|
android:icon="@drawable/ic_menu_home"
|
||
|
/>
|
||
|
|
||
|
</menu>
|