zhuowei / PocketInvEditor

A inventory editor for Minecraft PE on Android
http://www.minecraftforum.net/topic/1167366-wip-pocketinveditor-a-minecraft-pe-inventory-editor-for-android/
GNU General Public License v3.0
52 stars 31 forks source link

Update AndroidManifest.xml #19

Closed ChrisMCMine closed 11 years ago

ChrisMCMine commented 11 years ago

Setting the Theme to Holo.

zhuowei commented 11 years ago

Setting targetSdk to 17 automatically activates the DeviceDefault theme, which on Nexus devices corresponds to Holo.

If you really want pure Holo on all devices, I'll have to create a values-v11 folder with the Holo theme so it doesn't crash under Gingerbread.