mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 14:55:48 +00:00
4941a95ee5
Card now opens in a slim single-line pill showing only Trust Score. Tapping it expands to the full card (citizen status, world Kurdish count, referral actions); a chevron in the expanded header collapses it back. Expand state persists across scroll/recycling within the session but resets to collapsed on a fresh app launch.
10 lines
295 B
XML
10 lines
295 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Minimal collapsed-state pill: solid brand green, fully rounded -->
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<solid android:color="#009639" />
|
|
|
|
<corners android:radius="22dp" />
|
|
</shape>
|