Android-MaterialRefreshLayout icon indicating copy to clipboard operation
Android-MaterialRefreshLayout copied to clipboard

WaveShow和WaveColor无效

Open Andecy opened this issue 9 years ago • 2 comments

xml/java中设置waveShow没有效果,均会显示 waveColor设置颜色无效

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent">

<com.cjj.MaterialRefreshLayout
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    app:overlay="true"
    app:wave_color="@color/black"
    app:wave_show="true ">

    <ListView
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</com.cjj.MaterialRefreshLayout>

Andecy avatar Feb 23 '16 03:02 Andecy

1.3.0版本遇到同样问题,wave_show, wave_color 没有效果

TJYOYO avatar Jul 14 '16 06:07 TJYOYO

同遇到

cxt520ppgsh avatar Jan 21 '17 01:01 cxt520ppgsh