sangcomz / StickyTimeLine

:book:StickyTimeLine is timeline view for android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to change sectionTitleTextColor

suninno opened this issue · comments

can you tell me how to change sectionTitleTextColor?

Try this!

in Xml

   <xyz.sangcomz.stickytimelineview.TimeLineRecyclerView
        android:id="@+id/recycler_view"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:sectionTitleTextColor="#ffffff" />

Good! Thank you!

If the problem is resolved, please close the issue. 😀