Commit 505a4362 authored by 0xd9a's avatar 0xd9a
Browse files

Change content description of profile picture button in navigation drawer

parent 1e34ab48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+3 −0
Original line number Diff line number Diff line
@@ -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>