mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-03-31 02:22:41 +00:00
11 lines
410 B
XML
11 lines
410 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:color="@android:color/white"
|
|
tools:targetApi="lollipop">
|
|
<item android:id="@android:id/mask">
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="@android:color/white" />
|
|
</shape>
|
|
</item>
|
|
</ripple> |