Android-MaterialRefreshLayout
Android-MaterialRefreshLayout copied to clipboard
WaveShow和WaveColor无效
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>
1.3.0版本遇到同样问题,wave_show, wave_color 没有效果
同遇到