mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-14 19:39:19 +00:00
Add: Accent ripple on touching screenshots
This commit is contained in:
10
src/main/res/drawable/bg_item_rounded_ripple.xml
Normal file
10
src/main/res/drawable/bg_item_rounded_ripple.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="?colorPrimary">
|
||||
<item android:id="@android:id/mask">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="?colorPrimary" />
|
||||
<corners android:radius="@dimen/shape_medium_corner" />
|
||||
</shape>
|
||||
</item>
|
||||
</ripple>
|
Reference in New Issue
Block a user