mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-09-10 03:25:46 +00:00
add click effect to use in `holder_game
`
This commit is contained in:
parent
14370925e7
commit
7b3861385c
1 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="?colorControlHighlight">
|
||||
<item android:id="@android:id/mask">
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="9dp" />
|
||||
<solid android:color="@android:color/black" />
|
||||
</shape>
|
||||
</item>
|
||||
</ripple>
|
Loading…
Add table
Add a link
Reference in a new issue