Improvements in lists.
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Tue, 15 Apr 2014 21:08:47 +0000 (23:08 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Tue, 15 Apr 2014 21:08:47 +0000 (23:08 +0200)
commitcc6c7e997cf8c90101383903eb4e76af37d05286
treead88a73247e6c972a6fc4e6a056cd2a8b23f4a7f
parent9218b2e7da704d1093353e09caf154d32da01ecf
Improvements in lists.
21 files changed:
Android/WeatherInformation/lint.xml [new file with mode: 0644]
Android/WeatherInformation/res/drawable-hdpi/ic_action_refresh.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-mdpi/ic_action_refresh.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xhdpi/ic_action_refresh.png [new file with mode: 0644]
Android/WeatherInformation/res/drawable-xxhdpi/ic_action_refresh.png [new file with mode: 0644]
Android/WeatherInformation/res/layout/weather_current_data.xml
Android/WeatherInformation/res/layout/weather_main.xml
Android/WeatherInformation/res/layout/weather_map.xml
Android/WeatherInformation/res/layout/weather_specific_data.xml
Android/WeatherInformation/res/menu/weather_main_menu.xml
Android/WeatherInformation/res/values/arrays.xml
Android/WeatherInformation/res/values/strings.xml
Android/WeatherInformation/res/xml/weather_preferences.xml
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationActivity.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationCurrentDataActivity.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationMapActivity.java
Android/WeatherInformation/src/de/example/exampletdd/WeatherInformationSpecificDataActivity.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/current/WeatherInformationCurrentDataFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/overview/WeatherInformationOverviewFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/preferences/WeatherInformationPreferencesFragment.java
Android/WeatherInformation/src/de/example/exampletdd/fragment/specific/WeatherInformationSpecificDataFragment.java