From 716b05b86089cff2c6b19f6ef9d4dd04b1d3ddcd Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Wed, 3 Aug 2011 20:12:41 -0700 Subject: [PATCH] Give Settings back its split action bars Change-Id: I0b8572fee84833a8495125643542380d7f90aa3e --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4b41c7ce44..f80a7d1156 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -56,6 +56,7 @@ android:icon="@mipmap/ic_launcher_settings" android:taskAffinity="" android:theme="@android:style/Theme.Holo" + android:uiOptions="splitActionBarWhenNarrow" android:hardwareAccelerated="true"> -- 2.11.0