I'm creating a Optionsmenu, for that I use the Android Icon-Resource. But I can't access them, what am I doing wrong. What do I need to change?
Here's the Code of my menu.xml
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/Videos"
android:icon="@android/drawable/ic_menu_view"
android:title="Videos" />
<item android:id="@+id/Bio"
android:icon="@android/drawable/ic_menu_friendlist"
android:title="Biographie" />
<item android:id="@+id/Support"
android:icon="@android/drawable/ic_menu_star"
android:title="Support" />
</menu>
thank you for the help in advance!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With