Git Product home page Git Product logo

Comments (7)

cymcsg avatar cymcsg commented on July 19, 2024

Could you show more of your code about the problem?

from ultimaterecyclerview.

Rainer-Lang avatar Rainer-Lang commented on July 19, 2024
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:fab="http://schemas.android.com/apk/res-auto"
    android:layout_height="match_parent"
    android:layout_width="match_parent"
    android:background="@color/grey_dedede">

    <com.marshalchen.ultimaterecyclerview.UltimateRecyclerView
        android:id="@+id/rvCardRecyclerView"
        android:layout_height="match_parent"
        android:layout_width="match_parent"
        app:recyclerviewClipToPadding="true"
        app:recyclerviewPadding="2dp"
        app:recyclerviewEmptyView="@layout/empty_view">
    </com.marshalchen.ultimaterecyclerview.UltimateRecyclerView>
...

Do you need anything else?

from ultimaterecyclerview.

cymcsg avatar cymcsg commented on July 19, 2024

It's a good idea to show more of your code especially the code about adapter.
I do not know how you use the CardView.

from ultimaterecyclerview.

Rainer-Lang avatar Rainer-Lang commented on July 19, 2024

Nothing special.
I switched from normal RecyclerView with CardView (all was working!) to UltimateRecyclerView.
And then my background color was gone...

from ultimaterecyclerview.

Rainer-Lang avatar Rainer-Lang commented on July 19, 2024

fixed - thanks.

from ultimaterecyclerview.

CodingHornet avatar CodingHornet commented on July 19, 2024

@Rainer-Lang Hi,
How did you fixed ?

from ultimaterecyclerview.

Rainer-Lang avatar Rainer-Lang commented on July 19, 2024

@CodingHornet I sitched to the really awesome FastAdapter of @mikepenz
Have a look.
@mikepenz has great other libs too, like MaterialDrawer or AboutLibraries or Android-Iconics ....

from ultimaterecyclerview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.