mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-22 13:38:41 +00:00
14 lines
399 B
XML
14 lines
399 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:color="?colorPrimary">
|
|
<item android:id="@+id/mask">
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="?colorSecondaryContainer"/>
|
|
<corners android:radius="20dp"/>
|
|
|
|
</shape>
|
|
</item>
|
|
|
|
|
|
</ripple> |