Commit 2fcb02ea authored by Thomas's avatar Thomas
Browse files

Fix issue #780 - Add descriptions to images for drafts

parent 3db9d22e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@
                android:id="@+id/number_of_messages"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:contentDescription="@string/number_of_replies"
                android:layout_weight="2"
                android:drawablePadding="5dp"
                app:drawableStartCompat="@drawable/ic_baseline_message_24" />
@@ -58,6 +59,7 @@
                android:id="@+id/number_of_media"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:contentDescription="@string/number_of_media"
                android:layout_weight="2"
                android:drawablePadding="5dp"
                app:drawableStartCompat="@drawable/ic_baseline_perm_media_24" />
@@ -66,6 +68,7 @@
                android:id="@+id/date"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:contentDescription="@string/update_date"
                android:layout_weight="1"
                android:drawablePadding="5dp"
                app:drawableStartCompat="@drawable/ic_baseline_access_time_24" />
+0 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>


</resources>
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
@@ -2251,4 +2251,9 @@

    <string name="set_mention_at_top">Mentions at the top</string>
    <string name="set_mention_at_top_indication">When replying mentions will all be added to the beginning of the message</string>


    <string name="number_of_media">Number of media</string>
    <string name="number_of_replies">Number of replies</string>
    <string name="update_date">Update date</string>
</resources>
 No newline at end of file