Files
ShiftRing/app/src/main/res/drawable/bg_alarm_shift_jumat.xml
T

12 lines
397 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<gradient
android:type="radial"
android:centerX="30%"
android:centerY="20%"
android:gradientRadius="800dp"
android:startColor="#E65100"
android:centerColor="#3E1200"
android:endColor="#000000" />
</shape>