RelativeLayout sucks!!!
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Wed, 9 Apr 2014 21:03:25 +0000 (23:03 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Wed, 9 Apr 2014 21:03:25 +0000 (23:03 +0200)
commit01b03c75deddbf5879b697ef607c48eb8c6ddff1
tree9fd908d094ce2a7667991e5537b4580d54beee5f
parent8b2c5eee96f6a2675f4bf2b10a8414fb68b80d30
RelativeLayout sucks!!!
12 files changed:
res/layout/activity_main.xml [deleted file]
res/layout/weather_main.xml [new file with mode: 0644]
res/layout/weather_main_entry_list.xml [new file with mode: 0644]
res/layout/weather_main_list.xml [new file with mode: 0644]
src/de/example/exampletdd/WeatherInformationActivity.java
src/de/example/exampletdd/fragment/overview/WeatherInformationOverviewFragment.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/overview/WeatherOverviewAdapter.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/overview/WeatherOverviewEntry.java [new file with mode: 0644]
src/de/example/exampletdd/parser/JPOSWeatherParser.java
src/de/example/exampletdd/provider/WeatherInformationIndexer.java [new file with mode: 0644]
src/de/example/exampletdd/provider/WeatherInformationOpenHelper.java [new file with mode: 0644]
src/de/example/exampletdd/provider/WeatherInformationProvider.java [new file with mode: 0644]