Skip to content

Commit ced9d45

Browse files
committed
Force ExpandableTextPreference arrow to 24dp
1 parent 02a4418 commit ced9d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: library/src/main/res/layout/map_preference_widget_expand_arrow.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<androidx.appcompat.widget.AppCompatCheckBox xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:layout_width="wrap_content"
4-
android:layout_height="wrap_content"
3+
android:layout_width="24dp"
4+
android:layout_height="24dp"
55
android:background="@null"
66
android:button="@drawable/map_expand_animated_selector"
77
android:buttonTint="?android:textColorPrimary"

0 commit comments

Comments
 (0)