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)
commit7cc7ce9398ebffce9d2fe88f96b9259cd680730c
treeb2cd9964020cbe6b27add33b93448563820b24f7
parent3b397362e9b7a2004f4b76268d501614b1f3951d
No time for comments
27 files changed:
AndroidManifest.xml
res/drawable-hdpi/ic_action_map.png [new file with mode: 0644]
res/drawable-mdpi/ic_action_map.png [new file with mode: 0644]
res/drawable-xhdpi/ic_action_map.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_action_map.png [new file with mode: 0644]
res/layout/activity_test_scroll.xml [deleted file]
res/layout/fragment_test_scroll.xml [deleted file]
res/layout/weather_current_data_entry_first.xml [new file with mode: 0644]
res/layout/weather_current_data_entry_fourth.xml [new file with mode: 0644]
res/layout/weather_current_data_entry_second.xml [new file with mode: 0644]
res/layout/weather_current_data_entry_third.xml [new file with mode: 0644]
res/layout/weather_main_entry_list.xml
res/layout/weather_specific_data.xml
res/menu/test_scroll.xml [deleted file]
res/menu/weather_main_menu.xml
res/values/strings.xml
src/de/example/exampletdd/TestScrollActivity.java [deleted file]
src/de/example/exampletdd/WeatherInformationActivity.java
src/de/example/exampletdd/WeatherInformationCurrentDataActivity.java
src/de/example/exampletdd/fragment/current/WeatherInformationCurrentDataFragment.java
src/de/example/exampletdd/fragment/specific/WeatherCurrentDataAdapter.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/specific/WeatherCurrentDataEntryFirst.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/specific/WeatherCurrentDataEntryFourth.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/specific/WeatherCurrentDataEntrySecond.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/specific/WeatherCurrentDataEntryThird.java [new file with mode: 0644]
src/de/example/exampletdd/fragment/specific/WeatherInformationSpecificDataFragment.java
src/de/example/exampletdd/fragment/specific/WeatherSpecificDataAdapter.java