mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-12-18 00:41:01 +00:00
fix fcm and update toast
This commit is contained in:
@ -50,8 +50,9 @@
|
||||
android:id="@+id/et_otp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Enter OTP"
|
||||
android:hint="Masukkan OTP"
|
||||
android:inputType="number"
|
||||
android:textSize="16dp"
|
||||
android:textAlignment="center"
|
||||
android:maxLength="6" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
@ -61,9 +62,20 @@
|
||||
android:id="@+id/btn_verify"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Verify"
|
||||
android:text="Kirim kode OTP"
|
||||
style="@style/button.large.active.medium"
|
||||
app:cornerRadius="8dp" />
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/btn_back"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:visibility="gone"
|
||||
style="@style/Widget.Material3.Button.OutlinedButton.Icon"
|
||||
android:text="Kembali"
|
||||
app:cornerRadius="8dp"/>
|
||||
|
||||
<!-- Resend OTP -->
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
@ -81,7 +93,7 @@
|
||||
android:id="@+id/tv_resend_otp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Resend"
|
||||
android:text="Kirim Ulang"
|
||||
android:textColor="@color/blue1"
|
||||
android:textStyle="bold" />
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user