diff options
author | Christian Schneppe <christian@pix-art.de> | 2019-02-07 21:24:12 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2019-02-07 21:24:12 +0100 |
commit | b31a9daf992012be7fa839cc3d25a042c55f9c7a (patch) | |
tree | e5b9ece969c8137f9849b87af6710a7bf3208c31 /src/main/res/layout | |
parent | 1b3406cdbb6c620cca975b0bc32b43b60fa246cb (diff) |
show different room settings for channels and groups
Diffstat (limited to 'src/main/res/layout')
-rw-r--r-- | src/main/res/layout/activity_muc_details.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/res/layout/activity_muc_details.xml b/src/main/res/layout/activity_muc_details.xml index b9163eb33..355d5c1d0 100644 --- a/src/main/res/layout/activity_muc_details.xml +++ b/src/main/res/layout/activity_muc_details.xml @@ -428,6 +428,16 @@ android:layout_height="wrap_content" android:orientation="vertical"> + <TextView + android:id="@+id/no_users_hints" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:paddingStart="@dimen/card_padding_regular" + android:paddingTop="@dimen/card_padding_regular" + android:paddingEnd="@dimen/card_padding_regular" + android:text="@string/no_users_hint_channel" + android:textAppearance="@style/TextAppearance.Conversations.Body2" /> + <android.support.v7.widget.RecyclerView android:id="@+id/users" android:layout_width="fill_parent" |