mirror of https://github.com/tasks/tasks
Legacy widget style
parent
fc71dc8be0
commit
22776b7928
Binary file not shown.
Before Width: | Height: | Size: 438 B After Width: | Height: | Size: 576 B |
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners
|
||||
android:bottomLeftRadius="8dip"
|
||||
android:bottomRightRadius="8dip"/>
|
||||
<solid
|
||||
android:color="@color/widget_body_legacy"/>
|
||||
</shape>
|
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners
|
||||
android:topLeftRadius="8dip"
|
||||
android:topRightRadius="8dip"/>
|
||||
<gradient
|
||||
android:centerX="0.5"
|
||||
android:centerY="0.5"
|
||||
android:startColor="@color/widget_header_legacy_start"
|
||||
android:endColor="@color/widget_header_legacy_end"/>
|
||||
</shape>
|
Loading…
Reference in New Issue