From c11a3be88e4c254e725c453a21abb28f1e16403a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 26 Jun 2012 00:08:11 +0400 Subject: try to workaround against galaxy nexus going crazy when trying to draw shareprovider in viewpager with split action bar. thanks, google. (refs #462) --- AndroidManifest.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index cc689626..539c0c72 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -15,6 +15,7 @@ android:allowBackup="true" android:backupAgent=".util.PrefsBackupAgent" android:hardwareAccelerated="true" + android:uiOptions="splitActionBarWhenNarrow" android:icon="@drawable/icon" android:label="@string/app_name" > -- cgit v1.2.3-54-g00ecf