Skip to content

Commit 3b5d901

Browse files
authored
caused by minWidth=0; setting to 1 fixes crash withi no visual changes (#162)
1 parent 872359c commit 3b5d901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</style>
2121

2222
<style name="ActionButtonStyle" parent="@android:style/Widget.Holo.Light.ActionButton">
23-
<item name="android:minWidth">0dp</item>
23+
<item name="android:minWidth">1dp</item>
2424
<item name="android:paddingStart">8dp</item>
2525
<item name="android:paddingEnd">8dp</item>
2626
</style>

0 commit comments

Comments
 (0)