UI update, mark details

This commit is contained in:
Odweta
2024-02-11 20:13:24 +01:00
parent ba787b06fc
commit 91ac67075d
185 changed files with 1116 additions and 669 deletions
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<size android:width="2dp" /> <!-- Adjust width as needed -->
<solid android:color="@color/white" /> <!-- Set desired color -->
</shape>