diff options
author | Jeff Hamilton <jham@android.com> | 2010-03-16 14:22:03 -0500 |
---|---|---|
committer | Jeff Hamilton <jham@android.com> | 2010-03-16 14:22:03 -0500 |
commit | ad120c5d4ce93e848f7391c966f6c014f8b0a544 (patch) | |
tree | 4dea624ac59d71493dfe0e7b92da713b208b919f /res/layout/app_details.xml | |
parent | d388aa252071f9132957ebea13239750b65e79a8 (diff) | |
download | packages_apps_packageinstaller-ad120c5d4ce93e848f7391c966f6c014f8b0a544.zip packages_apps_packageinstaller-ad120c5d4ce93e848f7391c966f6c014f8b0a544.tar.gz packages_apps_packageinstaller-ad120c5d4ce93e848f7391c966f6c014f8b0a544.tar.bz2 |
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-x | res/layout/app_details.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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" +> <ImageView android:id="@+id/app_icon" android:paddingLeft="6dip" android:layout_width="54dip" |