Files
packages_apps_Evolver/res/drawable/widget_progress_full.xml
703joko c501dd70b1 Evolver: Lockscreen: Introduce Lockscreen Clock Styles [2/2]
* designed by Corex1402
* refactored by: rmp

Change-Id: Idb5fdf7af497c1e1a58f9cc04a591e4718389589
Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com>
2025-06-11 02:36:28 +09:00

12 lines
508 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list android:autoMirrored="true"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:priv-android="http://schemas.android.com/apk/prv/res/android">
<item>
<shape android:shape="rectangle">
<solid android:color="#ffffffff" />
<corners android:radius="12.0dip" />
<gradient android:startColor="#ff335dff" android:endColor="#ff577aff" android:angle="0.0" />
</shape>
</item>
</layer-list>