Updated on 2026-08-14

This commit is contained in:
Tangem 2020-09-15 17:44:46 +03:00
parent a0ec01abfe
commit 63545e3a75
2 changed files with 9 additions and 8 deletions

View file

@ -68,7 +68,7 @@ class SendFragment : BaseStoreFragment(R.layout.fragment_send) {
}
private fun setupAddressOrPayIdLayout() {
store.dispatch(SetTruncateHandler { etAddressOrPayId.truncateMiddleWith(it, " *** ") })
store.dispatch(SetTruncateHandler { etAddressOrPayId.truncateMiddleWith(it, "...") })
store.dispatch(AddressPayIdVerifyAction.VerifyClipboard(requireContext().getFromClipboard()?.toString()))
etAddressOrPayId.setOnFocusChangeListener { v, hasFocus ->

View file

@ -71,25 +71,28 @@
android:layout_height="wrap_content"
android:layout_marginTop="32dp"
android:layout_marginBottom="24dp"
tools:visibility="visible" />
tools:visibility="gone" />
<LinearLayout
android:id="@+id/llBottomButtonContainer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginStart="30dp"
android:layout_marginEnd="30dp"
android:layout_marginBottom="33dp"
android:layout_marginStart="18dp"
android:layout_marginEnd="18dp"
android:orientation="horizontal">
<Space
android:layout_width="100dp"
android:layout_width="100.5dp"
android:layout_height="wrap_content" />
<FrameLayout
android:id="@+id/flSendButtonContainer"
android:layout_width="wrap_content"
android:paddingStart="12dp"
android:paddingEnd="12dp"
android:paddingBottom="33dp"
android:clipToPadding="false"
android:layout_height="wrap_content">
<com.google.android.material.button.MaterialButton
@ -97,8 +100,6 @@
style="@style/TapButtonWithIcon"
android:layout_width="200dp"
android:layout_height="48dp"
android:layout_gravity="end"
android:enabled="false"
android:fontFamily="@font/saira_semi_condensed_regular"
android:text="@string/send_btn_send"
app:icon="@drawable/ic_arrow_right" />