WeatherInformation Android
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Tue, 2 Sep 2014 17:08:19 +0000 (19:08 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Tue, 2 Sep 2014 17:08:19 +0000 (19:08 +0200)
commit46dd60601c7e03a7c9727132eeb1005ae1767069
treea1cc07e9bfc57c1b030ed0c9643ef96b1724d1fc
parent818fa25e9e95b9503baf347e5b1c5d21d7c60a64
WeatherInformation Android

currentfragment without fragmentlist
removing useless layout files
17 files changed:
Android/WeatherInformation/res/layout/weather_current_data.xml [deleted file]
Android/WeatherInformation/res/layout/weather_current_data_entry_fifth.xml [deleted file]
Android/WeatherInformation/res/layout/weather_current_data_entry_first.xml [deleted file]
Android/WeatherInformation/res/layout/weather_current_data_entry_fourth.xml [deleted file]
Android/WeatherInformation/res/layout/weather_current_data_entry_second.xml [deleted file]
Android/WeatherInformation/res/layout/weather_current_data_entry_third.xml [deleted file]
Android/WeatherInformation/res/layout/weather_current_fragment.xml [new file with mode: 0644]
Android/WeatherInformation/res/layout/weather_data_entry_list.xml [deleted file]
Android/WeatherInformation/res/layout/weather_data_list.xml [deleted file]
Android/WeatherInformation/res/layout/weather_main.xml [deleted file]
Android/WeatherInformation/res/layout/weather_specific_fragment.xml
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/CurrentAdapter.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/CurrentDataEntryFifth.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/CurrentDataEntryFirst.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/CurrentDataEntrySecond.java [deleted file]
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/CurrentFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/SpecificFragment.java