Преглед изворни кода

working on home screen [2]

Khubaib пре 1 година
родитељ
комит
c8bcd841dd

+ 1 - 1
.idea/deploymentTargetDropDown.xml

@@ -18,7 +18,7 @@
               </deviceKey>
             </Target>
           </runningDeviceTargetSelectedWithDropDown>
-          <timeTargetWasSelectedWithDropDown value="2024-04-20T23:39:23.745658976Z" />
+          <timeTargetWasSelectedWithDropDown value="2024-04-20T23:46:53.708745435Z" />
         </State>
       </entry>
     </value>

+ 3 - 3
app/src/main/java/com/vpn/fastestvpnservice/screens/bottomNavBarScreens/HomeScreen.kt

@@ -365,7 +365,7 @@ fun Home(
                     .fillMaxSize()
                     .background(Color.Transparent),
                 horizontalAlignment = Alignment.CenterHorizontally,
-                verticalArrangement = Arrangement.spacedBy(-(117).dp)
+                verticalArrangement = Arrangement.spacedBy(-(115).dp)
             ) {
                 // background image
                 Box(
@@ -398,7 +398,7 @@ fun Home(
                     Column(
                         modifier = Modifier.fillMaxWidth()
                             .fillMaxHeight()
-                            .padding(bottom = 118.dp)
+                            .padding(bottom = 115.dp)
 //                            .offset(y = -(118).dp)
                             .background(Color.Transparent),
                         horizontalAlignment = Alignment.CenterHorizontally,
@@ -536,7 +536,7 @@ fun Home(
                         modifier = Modifier
                             .padding(bottom = 0.dp)
 //                    .fillMaxSize()
-                            .size(234.dp)
+                            .size(230.dp)
 //                            .align(Alignment.Center)
 //                            .offset(y = 117.dp)
                         ,