Why The Pictures/icon Don't Show Up In The Menu?
I followed this tutorial to create a menu but my menu looks differently: How can I create a menu with images? This is my code:
Solution 2:
If you use some following attribute in manifest file then it's will be show your icon....
<activityandroid:name=".ui.CategoryActivity"android:label="@string/app_name"
**android:theme="@android:style/Theme.NoTitleBar"**></activity>
It's work fine for me...:)
**must be enter.
Post a Comment for "Why The Pictures/icon Don't Show Up In The Menu?"