diff --git a/CHANGELOG_PEZKUWI.md b/CHANGELOG_PEZKUWI.md index 4b4cf64..5c93a6e 100644 --- a/CHANGELOG_PEZKUWI.md +++ b/CHANGELOG_PEZKUWI.md @@ -5,6 +5,15 @@ Context sıfırlanması durumunda referans olarak kullanılmalıdır. --- +## v1.1.1 — Dashboard & action-row screen redesign (2026-06-15) + +Screen-level brand-book alignment (foundation landed in v1.1.0): +- **Pezkuwi dashboard card:** blue/indigo gradient → frosted dark-navy surface with + a small Newroz-flame icon; brand buttons (Approve = kesk, Sign = sor, Share = + frosted-dark — the old yellow Share button removed); zer/positive accents. +- **Balance action row:** flat icon+label → circular buttons (Send on a kesk-green + circle, Receive/Swap/Buy/Gift on frosted-dark circles with labels below). + ## v1.1.0 — Brand-book UI redesign (2026-06-15) Görsel kimlik Pezkuwi marka kitabına hizalandı; iş mantığına dokunulmadı. diff --git a/build.gradle b/build.gradle index afd8e6f..e031960 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { // App version - versionName = '1.1.0' + versionName = '1.1.1' versionCode = 1 applicationId = "io.pezkuwichain.wallet" diff --git a/feature-assets/src/main/res/drawable-nodpi/ic_nevroz_flame.webp b/feature-assets/src/main/res/drawable-nodpi/ic_nevroz_flame.webp new file mode 100644 index 0000000..7ae1545 Binary files /dev/null and b/feature-assets/src/main/res/drawable-nodpi/ic_nevroz_flame.webp differ diff --git a/feature-assets/src/main/res/drawable/bg_action_circle_primary.xml b/feature-assets/src/main/res/drawable/bg_action_circle_primary.xml new file mode 100644 index 0000000..87fe487 --- /dev/null +++ b/feature-assets/src/main/res/drawable/bg_action_circle_primary.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/feature-assets/src/main/res/drawable/bg_action_circle_secondary.xml b/feature-assets/src/main/res/drawable/bg_action_circle_secondary.xml new file mode 100644 index 0000000..28008f5 --- /dev/null +++ b/feature-assets/src/main/res/drawable/bg_action_circle_secondary.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/feature-assets/src/main/res/drawable/bg_pezkuwi_dashboard.xml b/feature-assets/src/main/res/drawable/bg_pezkuwi_dashboard.xml index 17e46ef..7f888e6 100644 --- a/feature-assets/src/main/res/drawable/bg_pezkuwi_dashboard.xml +++ b/feature-assets/src/main/res/drawable/bg_pezkuwi_dashboard.xml @@ -1,13 +1,13 @@ + - + - + + + diff --git a/feature-assets/src/main/res/layout/item_pezkuwi_dashboard.xml b/feature-assets/src/main/res/layout/item_pezkuwi_dashboard.xml index f915859..53d795b 100644 --- a/feature-assets/src/main/res/layout/item_pezkuwi_dashboard.xml +++ b/feature-assets/src/main/res/layout/item_pezkuwi_dashboard.xml @@ -4,7 +4,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginHorizontal="16dp" - app:cardCornerRadius="16dp" + app:cardBackgroundColor="@android:color/transparent" + app:cardCornerRadius="20dp" app:cardElevation="0dp" app:strokeWidth="0dp"> @@ -13,14 +14,20 @@ android:layout_height="wrap_content" android:background="@drawable/bg_pezkuwi_dashboard" android:orientation="vertical" - android:padding="16dp"> + android:padding="18dp"> - + + android:gravity="center_vertical" + android:orientation="horizontal"> + + @@ -41,109 +48,113 @@ android:id="@+id/pezkuwiDashboardRoles" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="4dp" - app:flexWrap="wrap" + android:layout_marginTop="3dp" app:alignItems="center" + app:flexWrap="wrap" app:justifyContent="flex_start" /> - - - - - - - - - - + android:gravity="end" + android:orientation="vertical"> - + + + + + + + + + + + + android:textStyle="bold" + app:backgroundTint="#009639" + app:cornerRadius="14dp" /> + app:backgroundTint="#E2231A" + app:cornerRadius="14dp" /> + android:textColor="#E0FFFFFF" + app:backgroundTint="#2A2F45" + app:cornerRadius="14dp" + app:strokeColor="#33999EC7" + app:strokeWidth="1dp" /> diff --git a/feature-assets/src/main/res/layout/view_total_balance.xml b/feature-assets/src/main/res/layout/view_total_balance.xml index 097607b..bc32fe8 100644 --- a/feature-assets/src/main/res/layout/view_total_balance.xml +++ b/feature-assets/src/main/res/layout/view_total_balance.xml @@ -124,71 +124,145 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/viewAssetsTotalBalanceContainer"> - + android:orientation="vertical" + android:gravity="center" + android:clickable="true" + android:focusable="true" + android:paddingVertical="6dp"> - + + + + + + android:orientation="vertical" + android:gravity="center" + android:clickable="true" + android:focusable="true" + android:paddingVertical="6dp"> - + + + + + + android:orientation="vertical" + android:gravity="center" + android:clickable="true" + android:focusable="true" + android:paddingVertical="6dp"> - + + + + + + android:orientation="vertical" + android:gravity="center" + android:clickable="true" + android:focusable="true" + android:paddingVertical="6dp"> - + + + + + + android:orientation="vertical" + android:gravity="center" + android:clickable="true" + android:focusable="true" + android:paddingVertical="6dp"> + + + + +