From 716d36e7b0800084a3fcd875d5840dc059ca4cbd Mon Sep 17 00:00:00 2001 From: "gu.martinm@gmail.com" Date: Thu, 25 Sep 2014 21:46:57 +0200 Subject: [PATCH] WeatherInformation: widget WIP --- Android/WeatherInformation/AndroidManifest.xml | 12 +++ .../WeatherInformation/res/layout/appwidget.xml | 106 +++++++++++++++++++++ .../res/layout/appwidget_configure.xml | 19 ++++ .../WeatherInformation/res/layout/notification.xml | 1 + .../WeatherInformation/res/values-v14/dimens.xml | 7 ++ Android/WeatherInformation/res/values/dimens.xml | 2 +- .../res/xml/appwidget_provider.xml | 13 +++ .../widget/WeatherInformationWidgetConfigure.java | 61 ++++++++++++ .../widget/WeatherInformationWidgetProvider.java | 64 +++++++++++++ 9 files changed, 284 insertions(+), 1 deletion(-) create mode 100644 Android/WeatherInformation/res/layout/appwidget.xml create mode 100644 Android/WeatherInformation/res/layout/appwidget_configure.xml create mode 100644 Android/WeatherInformation/res/values-v14/dimens.xml create mode 100644 Android/WeatherInformation/res/xml/appwidget_provider.xml create mode 100644 Android/WeatherInformation/src/de/example/exampletdd/widget/WeatherInformationWidgetConfigure.java create mode 100644 Android/WeatherInformation/src/de/example/exampletdd/widget/WeatherInformationWidgetProvider.java diff --git a/Android/WeatherInformation/AndroidManifest.xml b/Android/WeatherInformation/AndroidManifest.xml index 93b2253..e5d1bbf 100644 --- a/Android/WeatherInformation/AndroidManifest.xml +++ b/Android/WeatherInformation/AndroidManifest.xml @@ -82,6 +82,11 @@ + + + + + @@ -89,6 +94,13 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Android/WeatherInformation/res/layout/appwidget_configure.xml b/Android/WeatherInformation/res/layout/appwidget_configure.xml new file mode 100644 index 0000000..7a0764b --- /dev/null +++ b/Android/WeatherInformation/res/layout/appwidget_configure.xml @@ -0,0 +1,19 @@ + + + + + +