mirror of
https://github.com/woheller69/solxpect.git
synced 2026-01-31 22:31:46 +01:00
first version solarCast
This commit is contained in:
commit
da720ba6dc
471 changed files with 10774 additions and 0 deletions
14
app/src/main/res/drawable/widget_background.xml
Normal file
14
app/src/main/res/drawable/widget_background.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/widgetBackground" />
|
||||
<stroke android:width="0dp"
|
||||
android:color="@color/widgetBackground"
|
||||
/>
|
||||
<padding
|
||||
android:bottom="-3dp"
|
||||
android:top="-3dp"
|
||||
android:left="5dp"
|
||||
android:right="5dp" />
|
||||
|
||||
<corners android:radius="7dp" />
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue