Merge "Make preview image not selectable" into qt-dev

am: 43c09673ab

Change-Id: I0764fd89d50361b152f73fe0e9374cffaf35865a
This commit is contained in:
Beth Thibodeau
2019-05-09 18:08:42 -07:00
committed by android-build-merger

View File

@@ -24,6 +24,7 @@
android:title="@string/summary_placeholder" android:title="@string/summary_placeholder"
android:layout="@layout/drawable_layout" android:layout="@layout/drawable_layout"
settings:controller="com.android.settings.notification.GentleDrawablePreferenceController" settings:controller="com.android.settings.notification.GentleDrawablePreferenceController"
android:selectable="false"
android:order="1" android:order="1"
settings:allowDividerBelow="true" settings:allowDividerBelow="true"
android:persistent="false" /> android:persistent="false" />