feat: increase roundness of the Popup menus
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user