summaryrefslogtreecommitdiffstats
path: root/res/layout/app_details.xml
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2010-03-16 14:22:03 -0500
committerJeff Hamilton <jham@android.com>2010-03-16 14:22:03 -0500
commitad120c5d4ce93e848f7391c966f6c014f8b0a544 (patch)
tree4dea624ac59d71493dfe0e7b92da713b208b919f /res/layout/app_details.xml
parentd388aa252071f9132957ebea13239750b65e79a8 (diff)
downloadandroid_packages_apps_PackageInstaller-ad120c5d4ce93e848f7391c966f6c014f8b0a544.tar.gz
android_packages_apps_PackageInstaller-ad120c5d4ce93e848f7391c966f6c014f8b0a544.tar.bz2
android_packages_apps_PackageInstaller-ad120c5d4ce93e848f7391c966f6c014f8b0a544.zip
Use the system standard ButtonBar style as well as the standard medium title bar assest.
Change-Id: I3735873e6f885cfbbd5e0f7731c47e2089941c92
Diffstat (limited to 'res/layout/app_details.xml')
-rwxr-xr-xres/layout/app_details.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/app_details.xml b/res/layout/app_details.xml
index 0b047922..82ecff34 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"
+>
<ImageView android:id="@+id/app_icon"
android:paddingLeft="6dip"
android:layout_width="54dip"