Menu of Activity frame

wantlin

Member
Licensed User
Longtime User
Hi Erel

I have a Activity frame issue . I want to show picture(name:menu_1) ,but default setting of program does show the picture(name: default ) .
Please help me , how to do change to menu_1 picture setting ?

Thank you !!:sign0085:
 

Attachments

  • default.jpg
    default.jpg
    5.8 KB · Views: 195
  • menu_1.jpg
    menu_1.jpg
    8.1 KB · Views: 192

wantlin

Member
Licensed User
Longtime User
Hi Erel

This is my manifest file setting . But the Activity frame does not change . same the picture(name: default ) .
Could you help me ?
thank you!



B4X:
AddManifestText(
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
<supports-screens android:largeScreens="true" 
    android:normalScreens="true" 
    android:smallScreens="true" 
    android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
AddPermission(android.permission.BLUETOOTH_ADMIN)
AddPermission(android.permission.BLUETOOTH)
 
Upvote 0
Top