I want to developer app to show event as "today in history", i want to build UI like timeline listview like this image, please let me know if there is any way or library related to this. Thanks in advance
I am done with this, upto now, but how to hide listitem divider
Apply a transparent background to your divider, your ListView layout should look similar to this.
<ListView
android:layout_width="match_parent"
android:divider="@android:color/transparent"
android:layout_height="match_parent"/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With