mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-12 18:22:22 +00:00
18 lines
619 B
XML
18 lines
619 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:id="@+id/home_item_fragment"
|
|
android:enabled="true"
|
|
android:icon="@drawable/selector_home"
|
|
android:title="Beranda" />
|
|
<item
|
|
android:id="@+id/chat_item_fragment"
|
|
android:enabled="true"
|
|
android:icon="@drawable/selector_chat"
|
|
android:title="Pesan" />
|
|
<item
|
|
android:id="@+id/profile_item_fragment"
|
|
android:enabled="true"
|
|
android:icon="@drawable/selector_account"
|
|
android:title="Profil" />
|
|
</menu> |