We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a4418 commit ced9d45Copy full SHA for ced9d45
library/src/main/res/layout/map_preference_widget_expand_arrow.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<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"
+ android:layout_width="24dp"
+ android:layout_height="24dp"
5
android:background="@null"
6
android:button="@drawable/map_expand_animated_selector"
7
android:buttonTint="?android:textColorPrimary"
0 commit comments