Replace scroll view with list view
authorPetru Trimbitas <l3asketballplayer@yahoo.com>
Sun, 9 Jun 2013 16:32:43 +0000 (19:32 +0300)
committerPetru Trimbitas <l3asketballplayer@yahoo.com>
Sun, 9 Jun 2013 16:32:43 +0000 (19:32 +0300)
commitecee6932221bfa129c90b47a4d8015c0082752f7
treed5cb134fc646ec9f99194602cb84ffc541fa0bd5
parent9dcd994f872e2281e76f512319e7ca23b4c3dbb5
Replace scroll view with list view
13 files changed:
res/layout/add_event.xml
res/layout/event_list.xml
res/layout/event_row_layout.xml [new file with mode: 0644]
res/layout/event_view.xml
res/values/strings.xml
src/ro/ieval/unical/AddEventActivity.java
src/ro/ieval/unical/Calendar.java [deleted file]
src/ro/ieval/unical/Event.java
src/ro/ieval/unical/EventAdapter.java [new file with mode: 0644]
src/ro/ieval/unical/EventButton.java [deleted file]
src/ro/ieval/unical/EventListActivity.java
src/ro/ieval/unical/EventRowContainer.java [new file with mode: 0644]
src/ro/ieval/unical/GCalendar.java [new file with mode: 0644]
This page took 0.011462 seconds and 4 git commands to generate.