mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-30 10:40:37 +00:00
15 lines
422 B
XML
15 lines
422 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
||
|
|
|
||
|
|
<gradient
|
||
|
|
android:angle="90"
|
||
|
|
android:centerColor="@color/transparent"
|
||
|
|
android:endColor="@color/white"
|
||
|
|
android:startColor="@color/white"
|
||
|
|
android:type="linear"
|
||
|
|
android:centerX="0.6"/>
|
||
|
|
|
||
|
|
<corners
|
||
|
|
android:radius="0dp"/>
|
||
|
|
|
||
|
|
</shape>
|