added transfer support for bml business profiles
Auto Tag on Version Change / check-version (push) Successful in 4s
Auto Tag on Version Change / check-version (push) Successful in 4s
This commit is contained in:
@@ -361,6 +361,16 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<!-- BML business OTP: sent-via label (shown after channel selection) -->
|
||||
<TextView
|
||||
android:id="@+id/tvBmlOtpSentVia"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:textAppearance="?attr/textAppearanceBodySmall"
|
||||
android:textColor="?attr/colorOnSurfaceVariant"
|
||||
android:visibility="gone" />
|
||||
|
||||
<!-- BML business OTP: verification code input (shown after channel selection) -->
|
||||
<com.google.android.material.textfield.TextInputLayout
|
||||
android:id="@+id/tilBmlOtp"
|
||||
|
||||
Reference in New Issue
Block a user