summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2016-06-19 19:26:32 -0700
committerAndrew Sapperstein <asapperstein@google.com>2016-06-19 19:26:32 -0700
commitb0984af02fbfa1eefaf7fbc932aebd89119458d5 (patch)
tree4a714e00cb458393f638ace02c6511f0c64fe1ac /res
parent00606dcad2e8d393253c63f63a0454ff1e1bec72 (diff)
downloadandroid_packages_apps_PackageInstaller-b0984af02fbfa1eefaf7fbc932aebd89119458d5.tar.gz
android_packages_apps_PackageInstaller-b0984af02fbfa1eefaf7fbc932aebd89119458d5.tar.bz2
android_packages_apps_PackageInstaller-b0984af02fbfa1eefaf7fbc932aebd89119458d5.zip
Update secondary header to use colorSecondary.
The background color now matches the secondary header in Settings rather than being set to colorPrimary. Change-Id: Idb1ae314c042f45950df0ede25e290c6dd365ff6 FIXES: 29003416
Diffstat (limited to 'res')
-rw-r--r--res/layout/header.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/header.xml b/res/layout/header.xml
index fa6515b8..a4449452 100644
--- a/res/layout/header.xml
+++ b/res/layout/header.xml
@@ -17,7 +17,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="?android:attr/actionBarSize"
- android:background="?android:attr/colorPrimary"
+ android:background="?android:attr/colorSecondary"
android:gravity="center_vertical" >
<ImageView android:id="@+id/icon"