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

Overlay transparent background

Open Leonid-Kiev opened this issue 7 years ago • 0 comments

Trying to implement layout as shown on the example (1)if you like SwipeRefreshLayout drop-down refresh effect

687474703a2f2f7777772e61706b6275732e636f6d2f646174612f6174746163686d656e742f666f72756d2f3230313530392f31302f3137313333387938756673786a7273376b32727875332e6a7067

However overlay is not transparent, but white! How to change overlay color? Here is the snippet of code:

<com.cjj.MaterialRefreshLayout
    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"
    android:id="@+id/refresh"
    app:overlay="true"
    app:wave_show="false"
    >
...
</com.cjj.MaterialRefreshLayout>

Leonid-Kiev avatar Jun 19 '17 16:06 Leonid-Kiev