mirror of https://github.com/m2049r/xmrwallet.git
show full subaddress in details
This commit is contained in:
parent
f1b6f859de
commit
ca833d7017
|
@ -76,7 +76,7 @@ public class SubaddressInfoFragment extends Fragment
|
|||
|
||||
etName.getEditText().setText(subaddress.getDisplayLabel());
|
||||
tvAddress.setText(getContext().getString(R.string.subbaddress_info_subtitle,
|
||||
subaddress.getAddressIndex(), subaddress.getSquashedAddress()));
|
||||
subaddress.getAddressIndex(), subaddress.getAddress()));
|
||||
|
||||
etName.getEditText().setOnFocusChangeListener((v, hasFocus) -> {
|
||||
if (!hasFocus) {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/header_top_first"
|
||||
android:transitionName="@string/subaddress_info_transition_name"
|
||||
tools:text="#1: 8AioXCmK...aGivEa7C" />
|
||||
tools:text="#1: 83ALRYDTkLULDpDpDYEtWfc8EQxp7z77FNENX43aiJpzGd5pRY1HPLMBpQdXTvvJozePR7UEhYWT3d2H5w9kBgCZ6AtWFd4" />
|
||||
|
||||
<com.google.android.material.textfield.TextInputLayout
|
||||
android:id="@+id/etName"
|
||||
|
|
Loading…
Reference in New Issue