mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 06:08:51 +00:00
station_widget_content.xml: Remove rounded corners from appwidget background.
This commit is contained in:
parent
ce32c410c3
commit
12831c62ce
2 changed files with 1 additions and 9 deletions
|
@ -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>
|
|
@ -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">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue