aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-01-24 16:02:46 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-01-24 16:02:46 +0100
commita508f95c3fc755c114a2fc0a43ccdf7d3f1acb2d (patch)
treec947eaebfa8b92f5098b3abe3d16ed82a4b0bd97 /src/main/res/layout
parentc172f1ade7a30cd7f722ac7287c05e8ffb173ef1 (diff)
show number of participants in a MUC
Diffstat (limited to 'src/main/res/layout')
-rw-r--r--src/main/res/layout/activity_muc_details.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/res/layout/activity_muc_details.xml b/src/main/res/layout/activity_muc_details.xml
index 523b6829e..81bd1274b 100644
--- a/src/main/res/layout/activity_muc_details.xml
+++ b/src/main/res/layout/activity_muc_details.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:card_view="http://schemas.android.com/tools">
+ xmlns:card_view="http://schemas.android.com/tools"
+ xmlns:tools="http://schemas.android.com/tools">
<LinearLayout
android:layout_width="match_parent"
@@ -481,8 +482,8 @@
android:paddingLeft="16dp"
android:paddingEnd="16dp"
android:paddingRight="16dp"
- android:text="@string/view_users"
- android:textColor="?attr/colorAccent" />
+ android:textColor="?attr/colorAccent"
+ tools:text="View n Participants" />
</LinearLayout>
</LinearLayout>
</androidx.cardview.widget.CardView>