Skip to content

Commit 00c6912

Browse files
committed
Don't explicitly set preference as clickable
When applying a click listener, it will automatically be made clickable.
1 parent 4f18d8c commit 00c6912

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/src/main/res/layout/map_preference.xml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
android:layout_height="wrap_content"
88
android:background="?selectableItemBackground"
99
android:baselineAligned="false"
10-
android:clickable="true"
1110
android:clipToPadding="false"
1211
android:focusable="true"
1312
android:minHeight="?listPreferredItemHeightSmall"

0 commit comments

Comments
 (0)