1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-02 14:02:17 -05:00

Don't show the menu button twice. (Don't show it even once on Gingerbread devices, all of which had a hardware menu button)

This commit is contained in:
Jesse Vincent 2012-09-08 23:07:05 -04:00 committed by Andrew Chen
parent 20e3335bc1
commit bf531630a4

View File

@ -6,7 +6,7 @@
> >
<uses-sdk <uses-sdk
android:minSdkVersion="7" android:minSdkVersion="7"
android:targetSdkVersion="7" android:targetSdkVersion="15"
/> />
<supports-screens <supports-screens
android:largeScreens="true" android:largeScreens="true"