aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-08 21:40:15 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-08 21:52:12 +0200
commitb8718ac71c572cb7d9fecc2c1c149b563ef1c354 (patch)
tree58fdcd0195b2a6e96c5327476e6dc14679d661df /src/main/res
parent8d2ae354e79345bf837fe68c831ab2dc1f9d74ea (diff)
show message draft in conversation overview
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/layout/conversation_list_row.xml1
-rw-r--r--src/main/res/values/strings.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/layout/conversation_list_row.xml b/src/main/res/layout/conversation_list_row.xml
index 08d176f11..1e034482f 100644
--- a/src/main/res/layout/conversation_list_row.xml
+++ b/src/main/res/layout/conversation_list_row.xml
@@ -131,6 +131,7 @@
<ImageView
android:id="@+id/notification_status"
+ android:alpha="?attr/icon_alpha"
android:layout_width="?attr/IconSize"
android:layout_height="?attr/IconSize"
android:layout_centerVertical="true"
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index c2cb55f91..0ba6cd0bb 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -771,4 +771,5 @@
<string name="error_trustkey_hint_mutual">Hint: In some cases this can be fixed by adding each other your contact lists.</string>
<string name="disable_encryption_message">Are you sure you want to disable OMEMO encryption for this conversation?\nThis will allow your server administrator to read your messages, but it might be the only way to communicate with people using outdated clients.</string>
<string name="disable_now">Disable now</string>
+ <string name="draft">Draft:</string>
</resources>