mirror of
https://github.com/Nezumi-2711/Foodify-Shipper.git
synced 2026-09-22 05:31:59 +00:00
14 lines
394 B
XML
14 lines
394 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:color="#ffffff">
|
|
<item android:id="@+id/mask">
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="@color/SJDialog_oldButton"/>
|
|
<corners android:radius="60dp"/>
|
|
|
|
</shape>
|
|
</item>
|
|
|
|
|
|
</ripple> |