No time for comments
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 20 Apr 2014 03:57:08 +0000 (05:57 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 20 Apr 2014 03:57:08 +0000 (05:57 +0200)
commit32cf9f6a3562b3478d76fc671907a4d60e21d43d
tree9c98c45e674daae62f3fff39a1f66e7192b269c3
parent9e0fe08f01ef2c34b9befbc275d64685f33b3878
No time for comments
27 files changed:
Android/WeatherInformation/AndroidManifest.xml
Android/WeatherInformation/res/drawable-hdpi/ic_action_map.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-mdpi/ic_action_map.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xhdpi/ic_action_map.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xxhdpi/ic_action_map.png [new file with mode: 0644]
Android/WeatherInformation/res/layout/activity_test_scroll.xml [deleted file]
Android/WeatherInformation/res/layout/fragment_test_scroll.xml [deleted file]
Android/WeatherInformation/res/layout/weather_current_data_entry_first.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/weather_current_data_entry_fourth.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/weather_current_data_entry_second.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/weather_current_data_entry_third.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/weather_main_entry_list.xml
Android/WeatherInformation/res/layout/weather_specific_data.xml
Android/WeatherInformation/res/menu/test_scroll.xml [deleted file]
Android/WeatherInformation/res/menu/weather_main_menu.xml
Android/WeatherInformation/res/values/strings.xml
Android/WeatherInformation/src/de/example/exampletdd/TestScrollActivity.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationActivity.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationCurrentDataActivity.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/WeatherInformationCurrentDataFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherCurrentDataAdapter.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherCurrentDataEntryFirst.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherCurrentDataEntryFourth.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherCurrentDataEntrySecond.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherCurrentDataEntryThird.java [new file with mode: 0644]
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherInformationSpecificDataFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherSpecificDataAdapter.java