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 ++++++--- res/drawable-hdpi/title_bar_medium.9.png | Bin 0 -> 245 bytes res/drawable-mdpi/title_bar_medium.9.png | Bin 0 -> 222 bytes res/layout/app_details.xml | 3 ++- res/layout/install_confirm.xml | 37 +++++++++------------------- res/layout/op_progress.xml | 37 +++++++++++----------------- res/layout/uninstall_confirm.xml | 37 ++++++++++------------------ res/layout/uninstall_progress.xml | 41 ++++++++++++++++++++----------- res/values/styles.xml | 21 ++++++++++++++++ 9 files changed, 97 insertions(+), 91 deletions(-) create mode 100644 res/drawable-hdpi/title_bar_medium.9.png create mode 100644 res/drawable-mdpi/title_bar_medium.9.png create mode 100644 res/values/styles.xml diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 217b95e..b78b3df 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"> diff --git a/res/drawable-hdpi/title_bar_medium.9.png b/res/drawable-hdpi/title_bar_medium.9.png new file mode 100644 index 0000000..311a54a Binary files /dev/null and b/res/drawable-hdpi/title_bar_medium.9.png differ diff --git a/res/drawable-mdpi/title_bar_medium.9.png b/res/drawable-mdpi/title_bar_medium.9.png new file mode 100644 index 0000000..2d41d02 Binary files /dev/null and b/res/drawable-mdpi/title_bar_medium.9.png differ diff --git a/res/layout/app_details.xml b/res/layout/app_details.xml index 0b04792..82ecff3 100755 --- a/res/layout/app_details.xml +++ b/res/layout/app_details.xml @@ -24,7 +24,8 @@ installation screens android:id="@+id/app_snippet" android:layout_width="match_parent" android:layout_height="65dip" - android:background="@color/title_background"> + android:background="@drawable/title_bar_medium" +> -