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)
commit34deb8f8a5553534844b468844f45ceab605744c
tree594d2ab0aa2e9540994a7c5db582fd2d1c553c16
parente5942b6c77e62e678a3255780fce19e437bdb0b4
RelativeLayout sucks!!!
12 files changed:
Android/WeatherInformation/res/layout/activity_main.xml [deleted file]
Android/WeatherInformation/res/layout/weather_main.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/weather_main_entry_list.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/weather_main_list.xml [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationActivity.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/WeatherInformationOverviewFragment.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/WeatherOverviewAdapter.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/WeatherOverviewEntry.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/parser/JPOSWeatherParser.java
Android/WeatherInformation/src/de/example/exampletdd/provider/WeatherInformationIndexer.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/provider/WeatherInformationOpenHelper.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/provider/WeatherInformationProvider.java [new file with mode: 0644]