mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-13 17:51:57 +00:00
9 lines
No EOL
419 B
XML
9 lines
No EOL
419 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<gradient android:startColor="#FF6165"
|
|
android:centerColor="#FA8537"
|
|
android:endColor="#FFB445"
|
|
android:angle="135"/>
|
|
<corners android:radius="@dimen/rounded_button_radius"/>
|
|
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
|
|
</shape> |