mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-22 20:00:50 +00:00
Fix value in string.xml and format date
This commit is contained in:
Generated
+17
@@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="deploymentTargetDropDown">
|
||||||
|
<runningDeviceTargetSelectedWithDropDown>
|
||||||
|
<Target>
|
||||||
|
<type value="RUNNING_DEVICE_TARGET" />
|
||||||
|
<deviceKey>
|
||||||
|
<Key>
|
||||||
|
<type value="VIRTUAL_DEVICE_PATH" />
|
||||||
|
<value value="$USER_HOME$/.android/avd/Pixel_6_API_33.avd" />
|
||||||
|
</Key>
|
||||||
|
</deviceKey>
|
||||||
|
</Target>
|
||||||
|
</runningDeviceTargetSelectedWithDropDown>
|
||||||
|
<timeTargetWasSelectedWithDropDown value="2023-02-08T04:49:02.963423Z" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
@@ -139,7 +139,7 @@ public class SignUpActivity extends AppCompatActivity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void updateLabel(){
|
private void updateLabel(){
|
||||||
String myFormat="MM/dd/yy";
|
String myFormat="dd/MM/yyyy";
|
||||||
SimpleDateFormat dateFormat=new SimpleDateFormat(myFormat, Locale.US);
|
SimpleDateFormat dateFormat=new SimpleDateFormat(myFormat, Locale.US);
|
||||||
editText.setText(dateFormat.format(myCalendar.getTime()));
|
editText.setText(dateFormat.format(myCalendar.getTime()));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,9 +16,9 @@
|
|||||||
<string name="repeat_password_text">xác nhận mật khẩu</string>
|
<string name="repeat_password_text">xác nhận mật khẩu</string>
|
||||||
<string name="first_name_text">Họ</string>
|
<string name="first_name_text">Họ</string>
|
||||||
<string name="last_name_text">Tên</string>
|
<string name="last_name_text">Tên</string>
|
||||||
<string name="birthday_text">ngày sinh nhật (mm/dd/yyyy)</string>
|
<string name="birthday_text">ngày tháng năm sinh</string>
|
||||||
<string name="address_text">địa chỉ</string>
|
<string name="address_text">địa chỉ</string>
|
||||||
<string name="phone_or_email">phone or email</string>
|
<string name="phone_or_email">số điện thoại hoặc email</string>
|
||||||
<string name="forgot_password">Forgot Password?</string>
|
<string name="forgot_password">quên mật khẩu?</string>
|
||||||
<string name="dont_have_an_account">Don\'t have an account?</string>
|
<string name="dont_have_an_account">Bạn chưa có tài khoản?</string>
|
||||||
</resources>
|
</resources>
|
||||||
Reference in New Issue
Block a user