cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

Please change so that RecylerView is not permanently white. #17

Closed jofor closed 9 years ago

jofor commented 9 years ago
    <android.support.v7.widget.RecyclerView
        android:id="@+id/ultimate_list"
        android:background="#ffffff"
        android:layout_width="match_parent"
        android:layout_height="match_parent"></android.support.v7.widget.RecyclerView>

This part of the code. I am not able to override it in gradle. Please remove the #ffffff I do not want my recyclerview to be white at all times.

cymcsg commented 9 years ago

In the latest version of UltimateRecyclerview in dev branch the background has been already removed and add a new method to set the background.If you want to use it immediately you can check it out now.The version will be released in jcenter soon. You can also read the issue here

cymcsg commented 9 years ago

Now you can use version 0.3.2 to fix the problem

jofor commented 9 years ago

Sweet!