No time for comments
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Wed, 2 Apr 2014 03:33:00 +0000 (05:33 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Wed, 2 Apr 2014 03:33:00 +0000 (05:33 +0200)
commit12ab5412233728baf7124fcf83abc5720b8b4769
treeaea9dd19caa5b01db55eb3b90f15361272452ff7
parent5e6832ba0343179e7086388c562c5a8035f05a7e
No time for comments
15 files changed:
AndroidManifest.xml
res/drawable-hdpi/ic_action_search.png [new file with mode: 0644]
res/drawable-mdpi/ic_action_search.png [new file with mode: 0644]
res/drawable-xhdpi/ic_action_search.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_action_search.png [new file with mode: 0644]
res/layout/activity_main.xml
res/layout/weather_data_entry_list.xml [new file with mode: 0644]
res/layout/weather_data_list.xml [new file with mode: 0644]
res/menu/weather_main_menu.xml
res/values/strings.xml
src/de/example/exampletdd/WeatherInformationActivity.java
src/de/example/exampletdd/fragment/WeatherDataAdapter.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/WeatherDataEntry.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/WeatherInformationDataFragment.java
src/de/example/exampletdd/fragment/WeatherInformationDataFragmentDeprecated.java [new file with mode: 0644]