WeatherInformation: widget background no more spurious line
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Wed, 22 Oct 2014 01:35:13 +0000 (03:35 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Wed, 22 Oct 2014 01:37:30 +0000 (03:37 +0200)
It was the Draw 9-patch. See: http://developer.android.com/tools/help/draw9patch.html

12 files changed:
Android/WeatherInformation/app/src/main/res/drawable-hdpi-v14/appwidget_dark_bg.9.png [new file with mode: 0644]
Android/WeatherInformation/app/src/main/res/drawable-hdpi-v14/appwidget_dark_bg_9.png [deleted file]
Android/WeatherInformation/app/src/main/res/drawable-hdpi/appwidget_dark_bg.9.png [new file with mode: 0644]
Android/WeatherInformation/app/src/main/res/drawable-hdpi/appwidget_dark_bg_9.png [deleted file]
Android/WeatherInformation/app/src/main/res/drawable-mdpi-v14/appwidget_dark_bg.9.png [new file with mode: 0644]
Android/WeatherInformation/app/src/main/res/drawable-mdpi-v14/appwidget_dark_bg_9.png [deleted file]
Android/WeatherInformation/app/src/main/res/drawable-mdpi/appwidget_dark_bg.9.png [new file with mode: 0644]
Android/WeatherInformation/app/src/main/res/drawable-mdpi/appwidget_dark_bg_9.png [deleted file]
Android/WeatherInformation/app/src/main/res/drawable-xhdpi-v14/appwidget_dark_bg.9.png [new file with mode: 0644]
Android/WeatherInformation/app/src/main/res/drawable-xhdpi-v14/appwidget_dark_bg_9.png [deleted file]
Android/WeatherInformation/app/src/main/res/layout/appwidget.xml
Android/WeatherInformation/app/src/main/res/layout/appwidget_error.xml

diff --git a/Android/WeatherInformation/app/src/main/res/drawable-hdpi-v14/appwidget_dark_bg.9.png b/Android/WeatherInformation/app/src/main/res/drawable-hdpi-v14/appwidget_dark_bg.9.png
new file mode 100644 (file)
index 0000000..02ee440
Binary files /dev/null and b/Android/WeatherInformation/app/src/main/res/drawable-hdpi-v14/appwidget_dark_bg.9.png differ
diff --git a/Android/WeatherInformation/app/src/main/res/drawable-hdpi-v14/appwidget_dark_bg_9.png b/Android/WeatherInformation/app/src/main/res/drawable-hdpi-v14/appwidget_dark_bg_9.png
deleted file mode 100644 (file)
index 02ee440..0000000
Binary files a/Android/WeatherInformation/app/src/main/res/drawable-hdpi-v14/appwidget_dark_bg_9.png and /dev/null differ
diff --git a/Android/WeatherInformation/app/src/main/res/drawable-hdpi/appwidget_dark_bg.9.png b/Android/WeatherInformation/app/src/main/res/drawable-hdpi/appwidget_dark_bg.9.png
new file mode 100644 (file)
index 0000000..3b29eae
Binary files /dev/null and b/Android/WeatherInformation/app/src/main/res/drawable-hdpi/appwidget_dark_bg.9.png differ
diff --git a/Android/WeatherInformation/app/src/main/res/drawable-hdpi/appwidget_dark_bg_9.png b/Android/WeatherInformation/app/src/main/res/drawable-hdpi/appwidget_dark_bg_9.png
deleted file mode 100644 (file)
index 3b29eae..0000000
Binary files a/Android/WeatherInformation/app/src/main/res/drawable-hdpi/appwidget_dark_bg_9.png and /dev/null differ
diff --git a/Android/WeatherInformation/app/src/main/res/drawable-mdpi-v14/appwidget_dark_bg.9.png b/Android/WeatherInformation/app/src/main/res/drawable-mdpi-v14/appwidget_dark_bg.9.png
new file mode 100644 (file)
index 0000000..a245d91
Binary files /dev/null and b/Android/WeatherInformation/app/src/main/res/drawable-mdpi-v14/appwidget_dark_bg.9.png differ
diff --git a/Android/WeatherInformation/app/src/main/res/drawable-mdpi-v14/appwidget_dark_bg_9.png b/Android/WeatherInformation/app/src/main/res/drawable-mdpi-v14/appwidget_dark_bg_9.png
deleted file mode 100644 (file)
index a245d91..0000000
Binary files a/Android/WeatherInformation/app/src/main/res/drawable-mdpi-v14/appwidget_dark_bg_9.png and /dev/null differ
diff --git a/Android/WeatherInformation/app/src/main/res/drawable-mdpi/appwidget_dark_bg.9.png b/Android/WeatherInformation/app/src/main/res/drawable-mdpi/appwidget_dark_bg.9.png
new file mode 100644 (file)
index 0000000..afe41b6
Binary files /dev/null and b/Android/WeatherInformation/app/src/main/res/drawable-mdpi/appwidget_dark_bg.9.png differ
diff --git a/Android/WeatherInformation/app/src/main/res/drawable-mdpi/appwidget_dark_bg_9.png b/Android/WeatherInformation/app/src/main/res/drawable-mdpi/appwidget_dark_bg_9.png
deleted file mode 100644 (file)
index afe41b6..0000000
Binary files a/Android/WeatherInformation/app/src/main/res/drawable-mdpi/appwidget_dark_bg_9.png and /dev/null differ
diff --git a/Android/WeatherInformation/app/src/main/res/drawable-xhdpi-v14/appwidget_dark_bg.9.png b/Android/WeatherInformation/app/src/main/res/drawable-xhdpi-v14/appwidget_dark_bg.9.png
new file mode 100644 (file)
index 0000000..7ccb762
Binary files /dev/null and b/Android/WeatherInformation/app/src/main/res/drawable-xhdpi-v14/appwidget_dark_bg.9.png differ
diff --git a/Android/WeatherInformation/app/src/main/res/drawable-xhdpi-v14/appwidget_dark_bg_9.png b/Android/WeatherInformation/app/src/main/res/drawable-xhdpi-v14/appwidget_dark_bg_9.png
deleted file mode 100644 (file)
index 7ccb762..0000000
Binary files a/Android/WeatherInformation/app/src/main/res/drawable-xhdpi-v14/appwidget_dark_bg_9.png and /dev/null differ
index 6156ae9..357be78 100644 (file)
@@ -12,7 +12,7 @@
         android:layout_gravity="fill"
         android:orientation="horizontal"
         android:baselineAligned="false"
-        android:background="@drawable/appwidget_dark_bg_9">
+        android:background="@drawable/appwidget_dark_bg">
 
         <LinearLayout
             android:layout_width="wrap_content"
index 8c15912..c592d12 100644 (file)
@@ -12,7 +12,7 @@
         android:layout_gravity="fill"
         android:orientation="horizontal"
         android:baselineAligned="false"
-        android:background="@drawable/appwidget_dark_bg_9">
+        android:background="@drawable/appwidget_dark_bg">
 
         <LinearLayout
             android:layout_width="wrap_content"