feat: replace dashboard image with Welati counter (Hejmara Kurd Le Cihane)

Remove telegram_welcome image from dashboard card, add live Welati
citizen count fetched from kurds-counter API endpoint. Shows formatted
count with "Hejmara Kurd Le Cihane" label in green.
This commit is contained in:
2026-02-18 06:52:01 +03:00
parent d7f515aab2
commit 533aa9e831
7 changed files with 49 additions and 13 deletions
@@ -72,15 +72,28 @@
</LinearLayout>
</LinearLayout>
<ImageView
android:id="@+id/pezkuwiDashboardLogo"
android:layout_width="120dp"
android:layout_height="48dp"
android:layout_marginStart="8dp"
android:src="@drawable/telegram_welcome"
android:scaleType="fitCenter"
android:adjustViewBounds="true"
android:contentDescription="@string/pezkuwi_dashboard_title" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
android:gravity="center"
android:layout_marginEnd="12dp">
<TextView
android:id="@+id/pezkuwiDashboardWelatiCount"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#4CAF50"
android:textSize="22sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/pezkuwi_dashboard_kurds_title"
android:textColor="#CFD8DC"
android:textSize="10sp" />
</LinearLayout>
</LinearLayout>
<!-- Info text -->