From fe242eb6bfacb04b94763bd24ef07e1006ac37de Mon Sep 17 00:00:00 2001 From: Raj Yengisetty Date: Tue, 21 Oct 2014 17:38:40 -0700 Subject: Eleven: Fix action bar spacing https://cyanogen.atlassian.net/browse/MUSIC-45 Change-Id: I02f4b72db7176eb815610133b1dc4c9507c196d7 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7878448..7d8233e 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -150,6 +150,7 @@ android:name=".ui.activities.SearchActivity" android:windowSoftInputMode="adjustResize" android:exported="true" + android:theme="@style/Theme.ActionBarIcon" android:screenOrientation="portrait"> -- cgit v1.2.3