Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-03 18:32:36 +08:00
parent 2ade5a1407
commit 645cf17efb
24 changed files with 612 additions and 112 deletions

View file

@ -52,7 +52,7 @@ fun SwapSelectTokenScreen(state: SwapSelectTokenStateHolder, onBack: () -> Unit)
},
topBar = {
ExpandableSearchView(
title = stringResource(R.string.swapping_token_list_your_title),
title = stringResource(R.string.swapping_token_list_title),
onBackClick = onBack,
placeholderSearchText = stringResource(id = R.string.search_tokens_title),
onSearchChange = state.onSearchEntered,