Khubaib 1 рік тому
батько
коміт
f9827cbf68

+ 6 - 6
.idea/deploymentTargetDropDown.xml

@@ -7,18 +7,18 @@
       </entry>
       <entry key="app">
         <State>
-          <targetSelectedWithDropDown>
+          <runningDeviceTargetSelectedWithDropDown>
             <Target>
-              <type value="QUICK_BOOT_TARGET" />
+              <type value="RUNNING_DEVICE_TARGET" />
               <deviceKey>
                 <Key>
-                  <type value="VIRTUAL_DEVICE_PATH" />
-                  <value value="$USER_HOME$/.android/avd/Small_Phone_API_27.avd" />
+                  <type value="SERIAL_NUMBER" />
+                  <value value="1C051FDF60048Z" />
                 </Key>
               </deviceKey>
             </Target>
-          </targetSelectedWithDropDown>
-          <timeTargetWasSelectedWithDropDown value="2024-04-18T09:19:39.746048075Z" />
+          </runningDeviceTargetSelectedWithDropDown>
+          <timeTargetWasSelectedWithDropDown value="2024-04-18T16:13:12.919911072Z" />
         </State>
       </entry>
     </value>

+ 5 - 5
app/src/main/java/com/vpn/fastestvpnservice/screens/ForgotPassword.kt

@@ -105,14 +105,14 @@ fun ForgotPassword(navHostController: NavHostController) {
             horizontalAlignment = Alignment.CenterHorizontally
         ) {
 
-            Spacer(modifier = Modifier.height(50.dp))
+            Spacer(modifier = Modifier.height(30.dp))
 
             IconButton(
                 onClick = {
                     navHostController.popBackStack()
                 },
                 modifier = Modifier
-                    .padding(start = 16.dp, top = 52.dp)
+                    .padding(start = 16.dp, top = 40.dp)
                     .align(Alignment.Start)
                 )
             {
@@ -126,7 +126,7 @@ fun ForgotPassword(navHostController: NavHostController) {
                         .align(Alignment.Start),
                 )
             }
-            Spacer(modifier = Modifier.height(45.dp))
+            Spacer(modifier = Modifier.height(40.dp))
             Image(
                 painter = painterResource(id = R.drawable.fastestapp_logo3x),
                 contentDescription = "FastestVPN",
@@ -148,7 +148,7 @@ fun ForgotPassword(navHostController: NavHostController) {
             )
             Text(
                 modifier = Modifier
-                    .padding(start = 16.dp)
+                    .padding(start = 16.dp, top = 5.dp)
                     .align(Alignment.Start)
                     .alpha(0.6F),
                 style = MaterialTheme.typography.customTypography.labelLarge,
@@ -230,7 +230,7 @@ fun ForgotPassword(navHostController: NavHostController) {
                     loginViewModel.forgotPassword(textChanged)
                 },
                 modifier = Modifier
-                    .padding(start = 16.dp, end = 16.dp, bottom = 100.dp)
+                    .padding(start = 16.dp, end = 16.dp, bottom = 0.dp)
                     .background(colorResource(id = R.color.transparent))
                     .fillMaxWidth()
                     .height(60.dp),