Hi,
Best regards,
I use the code:
On app1 works perfectly, but on the app2 not appear.
The two are executed on device with Android 5.0 and i use sdk 16.
The manifest is the same:
Help me,
thanks
Best regards,
I use the code:
B4X:
Activity.AddMenuItem3("Ajuda","EventoAjuda",LoadBitmap(File.DirAssets,"btnajuda.png"),True)
Activity.AddMenuItem3("Sobre","EventoSobre",LoadBitmap(File.DirAssets,"btnsobre.png"),True)
On app1 works perfectly, but on the app2 not appear.
The two are executed on device with Android 5.0 and i use sdk 16.
The manifest is the same:
B4X:
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="19"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
Help me,
thanks
Last edited: