Android 設置水波紋的點擊效果 簡單

ripple_bg.xmlandroid

<?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="#FF21272B"
    tools:targetApi="lollipop">
    <item>
        <shape android:shape="rectangle">
            <solid android:color="#FFFFFF" />
            <corners android:radius="4dp" />
        </shape>
    </item>
</ripple>

只需在所需的button或LinearLayout設置background就能夠實現效果。code

相關文章
相關標籤/搜索