我一直在開發棒棒糖(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"
/>
感謝您的幫助。但我想知道如何使用這種技術來應用角半徑? 我在'holo_blue_ripple.xml'添加下列行,但它不工作: '- <形狀機器人:形狀= 「矩形」> <拐角機器人:半徑= 「15dip」/>
' –
zaingz
2014-11-22 06:44:41
我想出瞭解決方案。這裏是: '<! - ripple color - - > - <形狀 機器人:形狀= 「矩形」> <拐角機器人:半徑= 「5DP」/>
<項機器人:抽拉= 「@機器人:彩色/ holo_blue_dark」 /><! - normal color - > ' –
zaingz
2014-11-22 06:58:44
@zaingz Would this soluti上也爲9補丁工作? – 2014-12-01 09:12:12