diff options
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/layout/fragment_conversation.xml | 3 | ||||
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index 6a621287..9f54fc42 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -2,7 +2,8 @@ <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:background="?attr/color_background_secondary"> <ListView android:id="@+id/messages_view" diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 878e4be8..c03efa16 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -677,4 +677,6 @@ <string name="payment_required">Payment required</string> <string name="missing_internet_permission">Missing internet permission</string> <string name="me">Me</string> + <string name="contact_asks_for_presence_subscription">Contact asks for presence subscription</string> + <string name="allow">Allow</string> </resources> |