summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-08-01 11:04:15 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-08-01 11:05:08 -0700
commitb65e13ca837376e9712f31fdf947bad23b1107ef (patch)
tree532a47e639089c0d2030207c8689aa67ef04fc3a /res
parentec99420fe743c28ac97af1238acf9da8f8e181b9 (diff)
downloadandroid_packages_apps_Trebuchet-b65e13ca837376e9712f31fdf947bad23b1107ef.tar.gz
android_packages_apps_Trebuchet-b65e13ca837376e9712f31fdf947bad23b1107ef.tar.bz2
android_packages_apps_Trebuchet-b65e13ca837376e9712f31fdf947bad23b1107ef.zip
Making the whole preference entry a single tap target when notification access
is not available Bug: 64232287 Change-Id: I93dadfb88ee5d008dee7582c5f37ea3d354330cd
Diffstat (limited to 'res')
-rw-r--r--res/layout/notification_pref_warning.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/notification_pref_warning.xml b/res/layout/notification_pref_warning.xml
index 795699e99..100fac5e4 100644
--- a/res/layout/notification_pref_warning.xml
+++ b/res/layout/notification_pref_warning.xml
@@ -17,8 +17,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="48dp"
android:layout_height="match_parent"
- android:background="?android:attr/selectableItemBackgroundBorderless"
- android:contentDescription="@string/title_missing_notification_access"
+ android:importantForAccessibility="no"
android:scaleType="center"
android:src="@drawable/ic_warning"
android:tint="?android:attr/textColorSecondary" />