diff --git a/app/release/baselineProfiles/0/app-release.dm b/app/release/baselineProfiles/0/app-release.dm
index c8d8fc3..5c0aa00 100644
Binary files a/app/release/baselineProfiles/0/app-release.dm and b/app/release/baselineProfiles/0/app-release.dm differ
diff --git a/app/release/baselineProfiles/1/app-release.dm b/app/release/baselineProfiles/1/app-release.dm
index e231205..2f4eb70 100644
Binary files a/app/release/baselineProfiles/1/app-release.dm and b/app/release/baselineProfiles/1/app-release.dm differ
diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json
index 52ba7f0..87ee8e9 100644
--- a/app/release/output-metadata.json
+++ b/app/release/output-metadata.json
@@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
- "versionCode": 5,
- "versionName": "1.05",
+ "versionCode": 7,
+ "versionName": "1.07",
"outputFile": "app-release.apk"
}
],
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 0d1472e..c03f72f 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -55,10 +55,11 @@
android:exported="true">
-
+
+
+
+
+
diff --git a/app/src/main/res/drawable/btn_bottom_right.xml b/app/src/main/res/drawable/btn_bottom_right.xml
new file mode 100644
index 0000000..1f19448
--- /dev/null
+++ b/app/src/main/res/drawable/btn_bottom_right.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/app/src/main/res/drawable/btn_top_left.xml b/app/src/main/res/drawable/btn_top_left.xml
new file mode 100644
index 0000000..f804a18
--- /dev/null
+++ b/app/src/main/res/drawable/btn_top_left.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/app/src/main/res/drawable/btn_top_right.xml b/app/src/main/res/drawable/btn_top_right.xml
new file mode 100644
index 0000000..c92bfed
--- /dev/null
+++ b/app/src/main/res/drawable/btn_top_right.xml
@@ -0,0 +1,22 @@
+
+
+
+
diff --git a/app/src/main/res/drawable/ic_down_arrow.xml b/app/src/main/res/drawable/ic_down_arrow.xml
new file mode 100644
index 0000000..149772e
--- /dev/null
+++ b/app/src/main/res/drawable/ic_down_arrow.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
diff --git a/app/src/main/res/layout/fragment_dashboard_screen.xml b/app/src/main/res/layout/fragment_dashboard_screen.xml
index e188d6a..b1021ae 100644
--- a/app/src/main/res/layout/fragment_dashboard_screen.xml
+++ b/app/src/main/res/layout/fragment_dashboard_screen.xml
@@ -8,109 +8,91 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ android:background="@color/colorPrimary"
+ android:padding="16dp">
+
+
-
+ app:layout_constraintDimensionRatio="16:6">
-
-
-
-
-
-
-
-
-
+ android:layout_height="match_parent"
+ app:iss_auto_cycle="true"
+ app:iss_period="5000"
+ app:iss_delay="5000"
+ app:iss_no_dots="true"
+ app:iss_title_background="@color/transparent" />
-
+
+ android:paddingTop="12dp">
-
+
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintDimensionRatio="1:0.4">
+ app:tint="@color/colorPrimary"
+ android:layout_marginBottom="6dp" />
-
-
+
+
+
+ app:layout_constraintTop_toBottomOf="@id/cardMenuCard"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toStartOf="@id/signOnMenuCard"
+ app:layout_constraintDimensionRatio="1:0.8">
+ android:padding="18dp">
+ app:tint="@color/colorPrimary"
+ android:layout_marginBottom="6dp" />
-
+
+ app:layout_constraintStart_toEndOf="@id/settlementMenuCard"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintDimensionRatio="1:0.8">
+ android:padding="18dp">
+ app:tint="@color/colorPrimary"
+ android:layout_marginBottom="6dp" />
-
+
+
+
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toStartOf="@id/qrPayMenuCard"
+ app:layout_constraintDimensionRatio="1:0.8">
+ android:padding="18dp">
+ app:tint="@color/colorPrimary"
+ android:layout_marginBottom="6dp" />
@@ -259,58 +241,52 @@
-
-
-
+
+ app:layout_constraintDimensionRatio="1:0.8">
+
+ android:padding="18dp">
-
+
-
-
+
+
+
-
+
-
+
diff --git a/app/src/main/res/layout/fragment_qr_refund.xml b/app/src/main/res/layout/fragment_qr_refund.xml
index d1617a6..7627443 100644
--- a/app/src/main/res/layout/fragment_qr_refund.xml
+++ b/app/src/main/res/layout/fragment_qr_refund.xml
@@ -23,66 +23,66 @@
android:background="@color/white">
-
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/app/src/main/res/layout/fragment_trans_info_screen.xml b/app/src/main/res/layout/fragment_trans_info_screen.xml
index 0ea5a4d..e1cb731 100644
--- a/app/src/main/res/layout/fragment_trans_info_screen.xml
+++ b/app/src/main/res/layout/fragment_trans_info_screen.xml
@@ -91,7 +91,7 @@
app:layout_constraintBottom_toTopOf="@+id/actionButtonsContainer">
-
-
-
-
-
+
+
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 2da33e3..b50b849 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -308,7 +308,7 @@
Processing
Enter Transaction Id
Transaction Id
- Wave Pay
+ MMQR Pay(title)
QR Scan
Please scan here to complete your payment.
Paper roll not found!