refactor(profile/note): rework edit text hint
This commit is contained in:
parent
b9c3143c6f
commit
4591f06d63
2 changed files with 8 additions and 1 deletions
7
mastodon/src/main/res/layout/fragment_profile_about.xml
Normal file
7
mastodon/src/main/res/layout/fragment_profile_about.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
</LinearLayout>
|
|
@ -67,7 +67,7 @@
|
|||
<string name="sk_app_username" translatable="false">\@megalodon</string>
|
||||
<string name="sk_tabs_disable_swipe">Disable swiping between tabs</string>
|
||||
<string name="sk_settings_profile">Set up profile</string>
|
||||
<string name="sk_personal_note">Add a note for this profile</string>
|
||||
<string name="sk_personal_note">Add a note about this profile</string>
|
||||
<string name="sk_personal_note_confirm">Confirm edited note</string>
|
||||
<string name="sk_personal_note_update_failed">Failed to save note</string>
|
||||
<string name="sk_settings_posting">Posting preferences</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue