mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-16 15:20:31 +05:30
10 lines
368 B
XML
10 lines
368 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:color="?attr/colorControlHighlight">
|
||
|
<item android:id="@android:id/mask">
|
||
|
<shape android:shape="rectangle">
|
||
|
<solid android:color="#000000" />
|
||
|
<corners android:radius="15dp" />
|
||
|
</shape>
|
||
|
</item>
|
||
|
</ripple>
|