diff --git a/oeffi/res/drawable/appwidget_background.xml b/oeffi/res/drawable/appwidget_background.xml deleted file mode 100644 index 7a266c2..0000000 --- a/oeffi/res/drawable/appwidget_background.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 b79152b..9685f48 100644 --- a/oeffi/res/layout/station_widget_content.xml +++ b/oeffi/res/layout/station_widget_content.xml @@ -4,7 +4,7 @@ android:id="@+id/station_widget_content" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@drawable/appwidget_background" + android:background="#ff202020" android:focusable="true" android:orientation="vertical">