summaryrefslogtreecommitdiffstats
path: root/res/layout/header.xml
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-08-06 16:08:03 -0400
committerJason Monk <jmonk@google.com>2015-08-07 12:43:02 -0400
commit5c07dcb0698725e7949b030665d21f96c916f3b8 (patch)
tree52ef0f442d18c0b5f21e0425704ecd43c88ac77f /res/layout/header.xml
parentcea90ebdaf0156d4796735f9581982a545c81b31 (diff)
downloadandroid_packages_apps_PackageInstaller-5c07dcb0698725e7949b030665d21f96c916f3b8.tar.gz
android_packages_apps_PackageInstaller-5c07dcb0698725e7949b030665d21f96c916f3b8.tar.bz2
android_packages_apps_PackageInstaller-5c07dcb0698725e7949b030665d21f96c916f3b8.zip
Show warning when touches are being blocked by overlays
Bug: 22317719 Change-Id: I5f6526bcce382ae6fabe32d3f8842567d8dc8701
Diffstat (limited to 'res/layout/header.xml')
-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 f9b27af6..0e000a4d 100644
--- a/res/layout/header.xml
+++ b/res/layout/header.xml
@@ -35,7 +35,7 @@
android:layout_marginStart="@dimen/header_subsettings_margin_start"
android:layout_alignWithParentIfMissing="true"
android:layout_centerVertical="true"
- android:textAppearance="@android:style/TextAppearance.Material.Medium"
+ android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="@android:color/white"
android:textAlignment="viewStart" />