ozodrukh / RippleDrawable

Ripple effect for Android 14+
MIT License
514 stars 89 forks source link

Ripple is not support oval background #5

Closed IstiN closed 9 years ago

IstiN commented 10 years ago

If I set up background like

<shape
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">
    <solid android:color="@color/wl_blue"/>
</shape>

I see "square" effect

yoavst commented 10 years ago

Any update?

ozodrukh commented 9 years ago

Yep, i did it, will upload in the week, and also additional feature is XML support, yahoo :dancer:

saket commented 9 years ago

XML support is great!

Bapho commented 9 years ago

Transparent oval shapes or oval shapes without any background are not showing the ripple effect.. unlike rectangle shapes. Why is that?