summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author David Liu <dswliu@google.com> 2024-11-18 22:09:11 +0000
committer David Liu <dswliu@google.com> 2024-11-18 22:09:11 +0000
commit65b4b9ef8ccc8ca013449ac4fac34a7fcd78c754 (patch)
tree15a540639511ac339b3876c2c2bd06c2bb9db219
parentf06190e7ce43891f16c5e9109dcd265288493b10 (diff)
[Expressive design] IntroPreference should not be round corner
Bug: 377266201 Test: visual test Flag: EXEMPT update library Change-Id: I62aae4228be42391a0d22a22b5e39dc82a8ade29
-rw-r--r--packages/SettingsLib/IntroPreference/src/com/android/settingslib/widget/IntroPreference.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SettingsLib/IntroPreference/src/com/android/settingslib/widget/IntroPreference.kt b/packages/SettingsLib/IntroPreference/src/com/android/settingslib/widget/IntroPreference.kt
index 0cdfc6610bbd..81337612e59a 100644
--- a/packages/SettingsLib/IntroPreference/src/com/android/settingslib/widget/IntroPreference.kt
+++ b/packages/SettingsLib/IntroPreference/src/com/android/settingslib/widget/IntroPreference.kt
@@ -31,7 +31,7 @@ class IntroPreference @JvmOverloads constructor(
attrs: AttributeSet? = null,
defStyleAttr: Int = 0,
defStyleRes: Int = 0
-) : Preference(context, attrs, defStyleAttr, defStyleRes) {
+) : Preference(context, attrs, defStyleAttr, defStyleRes), GroupSectionDividerMixin {
private var isCollapsable: Boolean = false
private var minLines: Int = 2