aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_muc_details.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-10-07 12:44:02 +0200
committerChristian S <christian@pix-art.de>2015-10-07 12:44:02 +0200
commite76ddbaa6c74a6ec2007100d665f250a599a293e (patch)
tree096ff46011a30e7ec8bbacf929eba26b912d06a3 /src/main/res/layout/activity_muc_details.xml
parenta41baa76709eba69f84282c381bcf867828b5089 (diff)
parent043e19dd65b127d0672e5be70086696521e301d2 (diff)
Merge branch 'siacs/master' into development
Diffstat (limited to 'src/main/res/layout/activity_muc_details.xml')
-rw-r--r--src/main/res/layout/activity_muc_details.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/main/res/layout/activity_muc_details.xml b/src/main/res/layout/activity_muc_details.xml
index b096b257e..3c7027ff3 100644
--- a/src/main/res/layout/activity_muc_details.xml
+++ b/src/main/res/layout/activity_muc_details.xml
@@ -110,6 +110,34 @@
android:padding="@dimen/image_button_padding"
android:src="?attr/icon_settings" />
</RelativeLayout>
+ <TableLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:id="@+id/muc_info_more"
+ android:stretchColumns="1"
+ android:visibility="gone">
+
+ <TableRow
+ android:layout_width="fill_parent"
+ android:layout_height="match_parent">
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/server_info_mam"
+ android:textColor="@color/black87"
+ android:textSize="?attr/TextSizeBody" />
+
+ <TextView
+ android:id="@+id/muc_info_mam"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="right"
+ android:textColor="@color/black87"
+ android:textSize="?attr/TextSizeBody" />
+ </TableRow>
+
+ </TableLayout>
<TextView
android:id="@+id/details_account"