From ad120c5d4ce93e848f7391c966f6c014f8b0a544 Mon Sep 17 00:00:00 2001 From: Jeff Hamilton Date: Tue, 16 Mar 2010 14:22:03 -0500 Subject: Use the system standard ButtonBar style as well as the standard medium title bar assest. Change-Id: I3735873e6f885cfbbd5e0f7731c47e2089941c92 --- AndroidManifest.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 217b95ed..b78b3df7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -11,7 +11,8 @@ + android:configChanges="orientation|keyboardHidden" + android:theme="@style/TallTitleBarTheme"> @@ -21,10 +22,12 @@ + android:configChanges="orientation|keyboardHidden" + android:theme="@style/TallTitleBarTheme"> + android:configChanges="orientation|keyboardHidden" + android:theme="@style/TallTitleBarTheme"> @@ -33,7 +36,8 @@ + android:configChanges="orientation|keyboardHidden" + android:theme="@style/TallTitleBarTheme"> -- cgit v1.2.3