emilsjolander / StickyListHeaders

An android library for section headers that stick to the top
Apache License 2.0
5.51k stars 1.52k forks source link

My listview items are invisible #445

Open NightDeveloper-wq opened 8 years ago

NightDeveloper-wq commented 8 years ago

My sticky listview items are invisible. But when i used default android listview, it is okay. What should i do?

<se.emilsjolander.stickylistheaders.StickyListHeadersListView
    android:id="@+id/list"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:layout_above="@+id/bottom_relative"
    android:layout_below="@+id/noContactLayout"
    android:animationCache="false"
    android:background="@drawable/chat_background_tile_bg"
    android:cacheColorHint="#00000000"
    android:clipToPadding="false"
    android:divider="@null"
    android:fadeScrollbars="false"
    android:fastScrollAlwaysVisible="false"
    android:fastScrollEnabled="true"
    android:scrollbarStyle="outsideOverlay"
    android:scrollbars="none"
    android:scrollingCache="false"
    android:smoothScrollbar="true"
    android:transcriptMode="normal" />
billionbucks commented 7 years ago

+1

bhavikmehta5491 commented 7 years ago

Mine too, this is a shit library with 120 issues, and no replies.