MC-Timetracker / timetracker

GNU General Public License v2.0
3 stars 0 forks source link

ListRecordingsActivity: Improve display using CustomAdapter #20

Closed sleidig closed 10 years ago

sleidig commented 10 years ago

Make the listing pretty. Print the start/stop times smaller in a second line or aligned right ...

This can be done by implementing a custom ArrayAdapter: http://androidexample.com/How_To_Create_A_Custom_Listview_-_Android_Example/index.php?view=article_discription&aid=67&aaid=92

ShubhamIIITD commented 10 years ago

First implemented using custom adapter. Now switched to use Expandable list adapter for better User Interface.