beautified UI

This commit is contained in:
2026-08-07 22:35:48 +08:00
parent c79c34895c
commit 50b6fac08d
28 changed files with 548 additions and 129 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="270"
android:startColor="#2E6BFF"
android:endColor="#1D4ED8" />
</shape>