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)
commite50983e04209aea8d7b691a885e44043703c1a86
tree170e1b91a396a6fc67abe66cc25062f99bc1dc62
parentacab52c02aa20ea2ffdbd34fe7ffceacd157e942
No time for comments
15 files changed:
Android/WeatherInformation/AndroidManifest.xml
Android/WeatherInformation/res/drawable-hdpi/ic_action_search.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-mdpi/ic_action_search.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xhdpi/ic_action_search.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xxhdpi/ic_action_search.png [new file with mode: 0644]
Android/WeatherInformation/res/layout/activity_main.xml
Android/WeatherInformation/res/layout/weather_data_entry_list.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/weather_data_list.xml [new file with mode: 0644]
Android/WeatherInformation/res/menu/weather_main_menu.xml
Android/WeatherInformation/res/values/strings.xml
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationActivity.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/WeatherDataAdapter.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/WeatherDataEntry.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/WeatherInformationDataFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/WeatherInformationDataFragmentDeprecated.java [new file with mode: 0644]