Hi there,
maybe I have some troubles with the layout - but I don't know, to fix it.
I test the app on two Devices - Samsung Galaxy Nexus and HTC Desire HD.
But, only on the Galaxy Nexus will show a menu - on the Desire I have no chance to open it. I push "Menu" on the hardware-buttons on the device, but it does nothing.
Galaxy Nexus use 4.2 (stock), DHD use a custom rom with 4.0.4.
Whats wrong? I will only create apps for ics...
My Manifest looks like:
Regards,
trebun
maybe I have some troubles with the layout - but I don't know, to fix it.
B4X:
Activity.LoadLayout("Main")
Activity.AddMenuItem("Einträge anzeigen...","mnuAnzeigen")
Activity.AddMenuItem("Einträge als CSV versenden...","mnuCSV")
Activity.AddMenuItem("Tabelle löschen!","mnuDeleteTable")
Activity.AddMenuItem("Programm beenden.","mnuExit")
I test the app on two Devices - Samsung Galaxy Nexus and HTC Desire HD.
But, only on the Galaxy Nexus will show a menu - on the Desire I have no chance to open it. I push "Menu" on the hardware-buttons on the device, but it does nothing.
Galaxy Nexus use 4.2 (stock), DHD use a custom rom with 4.0.4.
Whats wrong? I will only create apps for ics...
My Manifest looks like:
B4X:
'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information: http://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="14" 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$")
SetApplicationAttribute(android:theme, @android:style/Theme.Holo.Light)
'End of default text.
Regards,
trebun