[Library] ICS Navigation Bar Control
Here is a new Library for Android SDK 14+ to turn on and off the Action Bar as well as turn on and off the Navigation Bar in ICS. A project sample is attached.
Requires: B4A 2.5+
Copy the ICSControls.jar and ICSControls.xml to the Extra Libraries folder.
The project Manifest must include this line:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
ICSControls
Here is a new Library for Android SDK 14+ to turn on and off the Action Bar as well as turn on and off the Navigation Bar in ICS. A project sample is attached.
Requires: B4A 2.5+
Copy the ICSControls.jar and ICSControls.xml to the Extra Libraries folder.
The project Manifest must include this line:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
ICSControls
- ActionBarOff
Turns OFF the ActionBar at the top of screen in ICS
Increases the screen size - ActionBarOn
Turns ON the ActionBar at the top of screen in ICS
Decreases the screen size - Initialize
Requires ICS and SDK 14 or greater
Example:
Initialize(Activity, Me) - NavBarOff
Turns OFF the Navigation Bar at bottom of ICS - NavBarOn
Turns ON the Navigation Bar at bottom of ICS
Attachments
Last edited: