【发布时间】:2014-11-21 21:00:51
【问题描述】:
我一直在为 Lollipop (API 21) 开发应用程序。
当我将Button 颜色更改为某种颜色时,涟漪效果不起作用。
我找到了一些用于涟漪效应的第三方库,但我想使用标准 API 来实现。
这个answer 也没有帮助。
XML:
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="New Button"
android:id="@+id/button"
android:layout_below="@+id/textView"
android:background="@android:color/holo_blue_bright"
android:layout_alignParentStart="true"
android:layout_marginTop="76dp"
/>
【问题讨论】: