diff --git a/oeffi/res/drawable-hdpi/appwidget_dark_bg.9.png b/oeffi/res/drawable-hdpi/appwidget_dark_bg.9.png
deleted file mode 100644
index 02ee440..0000000
Binary files a/oeffi/res/drawable-hdpi/appwidget_dark_bg.9.png and /dev/null differ
diff --git a/oeffi/res/drawable-hdpi/appwidget_dark_bg_focused.9.png b/oeffi/res/drawable-hdpi/appwidget_dark_bg_focused.9.png
deleted file mode 100644
index ccc0177..0000000
Binary files a/oeffi/res/drawable-hdpi/appwidget_dark_bg_focused.9.png and /dev/null differ
diff --git a/oeffi/res/drawable-hdpi/appwidget_dark_bg_pressed.9.png b/oeffi/res/drawable-hdpi/appwidget_dark_bg_pressed.9.png
deleted file mode 100644
index efacbcf..0000000
Binary files a/oeffi/res/drawable-hdpi/appwidget_dark_bg_pressed.9.png and /dev/null differ
diff --git a/oeffi/res/drawable-xhdpi/appwidget_dark_bg.9.png b/oeffi/res/drawable-xhdpi/appwidget_dark_bg.9.png
deleted file mode 100644
index 7ccb762..0000000
Binary files a/oeffi/res/drawable-xhdpi/appwidget_dark_bg.9.png and /dev/null differ
diff --git a/oeffi/res/drawable-xhdpi/appwidget_dark_bg_focused.9.png b/oeffi/res/drawable-xhdpi/appwidget_dark_bg_focused.9.png
deleted file mode 100644
index da9289e..0000000
Binary files a/oeffi/res/drawable-xhdpi/appwidget_dark_bg_focused.9.png and /dev/null differ
diff --git a/oeffi/res/drawable-xhdpi/appwidget_dark_bg_pressed.9.png b/oeffi/res/drawable-xhdpi/appwidget_dark_bg_pressed.9.png
deleted file mode 100644
index 97a3ba0..0000000
Binary files a/oeffi/res/drawable-xhdpi/appwidget_dark_bg_pressed.9.png and /dev/null differ
diff --git a/oeffi/res/drawable/appwidget_background.xml b/oeffi/res/drawable/appwidget_background.xml
new file mode 100644
index 0000000..7a266c2
--- /dev/null
+++ b/oeffi/res/drawable/appwidget_background.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
diff --git a/oeffi/res/drawable/appwidget_dark_bg_clickable.xml b/oeffi/res/drawable/appwidget_dark_bg_clickable.xml
deleted file mode 100644
index f391192..0000000
--- a/oeffi/res/drawable/appwidget_dark_bg_clickable.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/oeffi/res/layout/station_widget_content.xml b/oeffi/res/layout/station_widget_content.xml
index 9f8755b..5dcf4cc 100644
--- a/oeffi/res/layout/station_widget_content.xml
+++ b/oeffi/res/layout/station_widget_content.xml
@@ -3,7 +3,7 @@
android:id="@+id/station_widget_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/appwidget_dark_bg_clickable"
+ android:background="@drawable/appwidget_background"
android:focusable="true"
android:orientation="vertical" >