forked from github/wulkanowy-mirror
Add transparency to lucky number widget (#1530)
This commit is contained in:
parent
2cb11e443c
commit
de6131f4f5
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@android:color/white" />
|
||||
<corners android:radius="5dp" />
|
||||
<solid android:color="#bbffffff" />
|
||||
<corners android:radius="8dp" />
|
||||
</shape>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/colorWidgetBackground" />
|
||||
<corners android:radius="5dp" />
|
||||
<solid android:color="#BB191919" />
|
||||
<corners android:radius="8dp" />
|
||||
</shape>
|
||||
|
Loading…
x
Reference in New Issue
Block a user