mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-07-23 12:00:31 +03:00
Change content description of profile picture button in navigation drawer
This commit is contained in:
parent
1e34ab48f5
commit
505a43628d
2 changed files with 4 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
android:layout_width="80dp"
|
||||
android:layout_height="80dp"
|
||||
android:layout_margin="12dp"
|
||||
android:contentDescription="@string/profile_picture"
|
||||
android:contentDescription="@string/cd_open_profile"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
|
|
|
@ -74,6 +74,9 @@
|
|||
<string name="insert_emoji">Insert emoji</string>
|
||||
<string name="no_emoji">The app did not collect custom emojis for the moment.</string>
|
||||
<string name="logout_account_confirmation">Are you sure you want to logout @%1$s@%2$s?</string>
|
||||
|
||||
<string name="cd_open_profile">Open profile page</string>
|
||||
|
||||
<!-- Status -->
|
||||
<string name="no_status">No message to display</string>
|
||||
<string name="favourite_add">Add this message to your favourites?</string>
|
||||
|
|
Loading…
Reference in a new issue