mirror of
https://codeberg.org/r4v3r23/mysu.git
synced 2024-11-09 20:53:47 +01:00
Add content descriptions
This commit is contained in:
parent
c407b4f69d
commit
47b31ac5ad
@ -50,6 +50,7 @@
|
|||||||
android:minWidth="48dp"
|
android:minWidth="48dp"
|
||||||
android:minHeight="48dp"
|
android:minHeight="48dp"
|
||||||
android:src="@drawable/ic_content_paste_24dp"
|
android:src="@drawable/ic_content_paste_24dp"
|
||||||
|
android:contentDescription="@string/paste_clipboard_into_passphrase_field"
|
||||||
app:layout_constraintBottom_toBottomOf="@id/wallet_password_edittext"
|
app:layout_constraintBottom_toBottomOf="@id/wallet_password_edittext"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toEndOf="@id/wallet_password_edittext"
|
app:layout_constraintStart_toEndOf="@id/wallet_password_edittext"
|
||||||
|
@ -156,5 +156,6 @@
|
|||||||
<string name="seed_desc_polyseed">16 words instead of 25; just as secure, but not supported in as many wallets right now. In Mysu, seed passphrase is enforced for these wallets.</string>
|
<string name="seed_desc_polyseed">16 words instead of 25; just as secure, but not supported in as many wallets right now. In Mysu, seed passphrase is enforced for these wallets.</string>
|
||||||
<string name="seed_desc_legacy">Older, 25 word seed; supported in all Monero wallets. In Mysu, seed passphrase is not enforced for these wallets.</string>
|
<string name="seed_desc_legacy">Older, 25 word seed; supported in all Monero wallets. In Mysu, seed passphrase is not enforced for these wallets.</string>
|
||||||
<string name="approve_the_transaction">Send transaction</string>
|
<string name="approve_the_transaction">Send transaction</string>
|
||||||
|
<string name="paste_clipboard_into_passphrase_field">Paste clipboard into passphrase field</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user