From 12831c62ce984da5fc2635fb303c7750a1feb40c Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Wed, 3 Feb 2021 15:42:27 +0100 Subject: [PATCH] station_widget_content.xml: Remove rounded corners from appwidget background. --- oeffi/res/drawable/appwidget_background.xml | 8 -------- oeffi/res/layout/station_widget_content.xml | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 oeffi/res/drawable/appwidget_background.xml 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">