Change content description of profile picture button in navigation drawer

This commit is contained in:
0xd9a 2025-07-19 17:35:28 +05:30
parent 1e34ab48f5
commit 505a43628d
2 changed files with 4 additions and 1 deletions

View file

@ -32,7 +32,7 @@
android:layout_width="80dp" android:layout_width="80dp"
android:layout_height="80dp" android:layout_height="80dp"
android:layout_margin="12dp" android:layout_margin="12dp"
android:contentDescription="@string/profile_picture" android:contentDescription="@string/cd_open_profile"
android:scaleType="fitCenter" android:scaleType="fitCenter"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"

View file

@ -74,6 +74,9 @@
<string name="insert_emoji">Insert emoji</string> <string name="insert_emoji">Insert emoji</string>
<string name="no_emoji">The app did not collect custom emojis for the moment.</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="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 --> <!-- Status -->
<string name="no_status">No message to display</string> <string name="no_status">No message to display</string>
<string name="favourite_add">Add this message to your favourites?</string> <string name="favourite_add">Add this message to your favourites?</string>