Created
March 19, 2019 10:16
-
-
Save yudikarma/63f49c9ef26d6b5678adbf13f3ca73f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<menu xmlns:android="http://schemas.android.com/apk/res/android"> | |
<item android:id="@+id/dashboardfragment" | |
android:icon="@drawable/ic_home_white_32dp" | |
android:title="Dashboard"></item> | |
<item android:id="@+id/reportfragment" | |
android:icon="@drawable/ic_person_outline_white_32dp" | |
android:title="Report"></item> | |
<item android:id="@+id/acountfragment" | |
android:icon="@drawable/ic_person_outline_white_32dp" | |
android:title="Account"></item> | |
</menu> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment