ANDROID : How can i achieve Listview similar to 'today in history' app? -
i want developer app show event "today in history", want build ui timeline listview image, please let me know if there way or library related this. in advance
i done this, upto now, how hide listitem divider
apply transparent background divider, listview layout should similar this.
<listview android:layout_width="match_parent" android:divider="@android:color/transparent" android:layout_height="match_parent"/>
Comments
Post a Comment