station_widget_content.xml: Remove rounded corners from appwidget background.

This commit is contained in:
Andreas Schildbach 2021-02-03 15:42:27 +01:00
parent ce32c410c3
commit 12831c62ce
2 changed files with 1 additions and 9 deletions

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="4dp" />
<solid android:color="#ff202020" />
</shape>

View file

@ -4,7 +4,7 @@
android:id="@+id/station_widget_content" android:id="@+id/station_widget_content"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@drawable/appwidget_background" android:background="#ff202020"
android:focusable="true" android:focusable="true"
android:orientation="vertical"> android:orientation="vertical">