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)
commitffcec74132c12d49207b6c37095922f9f6281d12
tree7f13abe7f83e9f99d85ac3c688f127b35d598169
parent7321e2664c82e50ec70ba2c9506918767e537d0a
Improvements in lists.
21 files changed:
lint.xml [new file with mode: 0644]
res/drawable-hdpi/ic_action_refresh.png [new file with mode: 0644]
res/drawable-mdpi/ic_action_refresh.png [new file with mode: 0644]
res/drawable-xhdpi/ic_action_refresh.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_action_refresh.png [new file with mode: 0644]
res/layout/weather_current_data.xml
res/layout/weather_main.xml
res/layout/weather_map.xml
res/layout/weather_specific_data.xml
res/menu/weather_main_menu.xml
res/values/arrays.xml
res/values/strings.xml
res/xml/weather_preferences.xml
src/de/example/exampletdd/WeatherInformationActivity.java
src/de/example/exampletdd/WeatherInformationCurrentDataActivity.java
src/de/example/exampletdd/WeatherInformationMapActivity.java
src/de/example/exampletdd/WeatherInformationSpecificDataActivity.java
src/de/example/exampletdd/fragment/current/WeatherInformationCurrentDataFragment.java
src/de/example/exampletdd/fragment/overview/WeatherInformationOverviewFragment.java
src/de/example/exampletdd/fragment/preferences/WeatherInformationPreferencesFragment.java
src/de/example/exampletdd/fragment/specific/WeatherInformationSpecificDataFragment.java