I have a error while creating an item in my menu?




<?xml version="1.0" encoding="UTF-8"?>
<menu xmlns:android="http://ift.tt/nIICcg">
<item android:id="@+id/test"
android:icon="@drawable/ic_lanucherxx.png" // error
android:title="@string/news"
android:showAsAction="ifRoom"/>

<item android:id="@+id/test2"
android:icon="@drawable/we.png" //error
android:title="@string/newss2"
android:showAsAction="ifRoom"/>


here is the xml file . the error says that there are no such images in the drawable folder . But i have made sure that that required images are present in all of those drawables folders .


Thank you for your time .


No comments:

Post a Comment