Jelajahi Sumber

App Wallet
https://dev.wormwood.com.sg/zentao/task-view-697.html

vbea 1 tahun lalu
induk
melakukan
0f35bfac91

+ 2 - 2
Strides-APP/android/app/version.properties

@@ -1,2 +1,2 @@
-#Mon Apr 21 10:08:02 CST 2025
-VERSION_CODE=608
+#Thu May 15 10:01:15 CST 2025
+VERSION_CODE=611

+ 1 - 1
Strides-APP/android/build.gradle

@@ -1,7 +1,7 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 buildscript {
     ext {
-        versionName = "3.3.1" //★★★★★版本号★★★★★
+        versionName = "3.3.2" //★★★★★版本号★★★★★
         buildToolsVersion = "34.0.0"
         minSdkVersion = 23
         compileSdkVersion = 34

+ 2 - 2
Strides-APP/app.json

@@ -2,8 +2,8 @@
   "name": "Strides",
   "displayName": "ChargEco",
   "versionCode": 610,
-  "versionName": "V3.3.1",
-  "product": true,
+  "versionName": "V3.3.2",
+  "product": false,
   "debug": true,
   "isWhitelabel": true,
   "isLumiWhitelabel": false,

+ 8 - 8
Strides-APP/app/pages/wallets/ViewWallet.js

@@ -16,7 +16,7 @@ const ViewWallet = ({
 }) => (
   <View style={styles.cardWallet}>
     <View style={ui.flex}>
-      <TextView style={styles.walletName} numberOfLines={1}>{wallet.walletTypeName}</TextView>
+      <TextView style={styles.walletName} numberOfLines={2}>{wallet.walletTypeName}</TextView>
       { wallet.defaultPaymentMethod
       ? <View style={styles.defaultView}>
           <MaterialCommunityIcons
@@ -65,33 +65,33 @@ export default ViewWallet;
 
 const styles = StyleSheet.create({
   cardWallet: {
-    height: 194,
+    height: 220,
     margin: 16,
     padding: 16,
     borderRadius: 16,
     ...ElevationObject(2),
-    backgroundColor: colorAccent
+    backgroundColor: colorPrimary
   },
   walletName: {
     flex: 1,
     color: textLight,
-    fontSize: 22,
+    fontSize: 28,
     fontWeight: 'bold',
     paddingRight: 16
   },
   walletProvider: {
     color: textLight,
-    fontSize: 18,
+    fontSize: 22,
   },
   walletLabel: {
     color: textLight,
     opacity: .9,
-    fontSize: 13,
+    fontSize: 16,
     paddingTop: 16
   },
   walletBalance: {
     color: textLight,
-    fontSize: 20,
+    fontSize: 24,
     paddingTop: 4,
     fontWeight: 'bold'
   },
@@ -114,7 +114,7 @@ const styles = StyleSheet.create({
   },
   defaultText: {
     color: textLight,
-    fontSize: 12,
+    fontSize: 13,
     paddingLeft: 4
   },
   topupView: {

+ 2 - 2
Strides-APP/app/pages/wallets/Wallets.js

@@ -147,7 +147,7 @@ export default class Wallets extends Component {
         <VbeSkeleton
           style={[ui.flex1, $padding(16)]}
           layout={[
-            {width: "100%", height: 210, borderRadius: 16},
+            {width: "100%", height: 240, borderRadius: 16},
             {width: "100%", height: $vh(100) - 330, borderRadius: 16, marginTop: 24},
           ]}
           animationDirection={"horizontalRight"}
@@ -207,7 +207,7 @@ const styles = StyleSheet.create({
     backgroundColor: pageBackground
   },
   pagerView: {
-    height: 210
+    height: 240
   },
   indicatorView: {
     padding: 8,