show full subaddress in details

This commit is contained in:
m2049r 2023-04-26 07:37:20 +02:00
parent f1b6f859de
commit ca833d7017
No known key found for this signature in database
GPG Key ID: 4386E69AF260078D
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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"