feat: increase roundness of the Popup menus
This commit is contained in:
parent
ed6961016e
commit
639ecba380
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
||||||
<item>
|
<item>
|
||||||
<shape>
|
<shape>
|
||||||
<solid android:color="?colorM3Surface"/>
|
<solid android:color="?colorM3Surface"/>
|
||||||
<corners android:radius="4dp"/>
|
<corners android:radius="12dp"/>
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<shape android:tint="?colorM3Primary">
|
<shape android:tint="?colorM3Primary">
|
||||||
<solid android:color="#14000000"/>
|
<solid android:color="#14000000"/>
|
||||||
<corners android:radius="4dp"/>
|
<corners android:radius="12dp"/>
|
||||||
<padding android:top="8dp" android:bottom="8dp"/>
|
<padding android:top="8dp" android:bottom="8dp"/>
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Add table
Reference in a new issue