added fixed coachcode after login.

This commit is contained in:
oxidiert
2025-09-29 11:59:51 +02:00
parent cfcb689ffc
commit 851676f6c3
7 changed files with 134 additions and 80 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#F4F4F6"/>
<stroke android:width="1dp" android:color="#C7C7D0"/>
<corners android:radius="8dp"/>
<padding android:left="12dp" android:top="12dp" android:right="12dp" android:bottom="12dp"/>
</shape>