Skip to content

Commit 28f0f8b

Browse files
authored
Fix: apply start and end paddings to the OverFlowMenuItem style (#4929)
1 parent 82cec13 commit 28f0f8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,8 @@
382382
<style name="OverflowMenuItem" parent="ListItem">
383383
<item name="android:paddingTop">13dp</item>
384384
<item name="android:paddingBottom">13dp</item>
385+
<item name="android:paddingStart">16dp</item>
386+
<item name="android:paddingEnd">16dp</item>
385387
</style>
386388

387389
<style name="App.Button" parent="@style/Widget.Material3.Button">

0 commit comments

Comments
 (0)