aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/server_info.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/server_info.xml')
-rw-r--r--res/layout/server_info.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/res/layout/server_info.xml b/res/layout/server_info.xml
index 8f19cae1..25e5a471 100644
--- a/res/layout/server_info.xml
+++ b/res/layout/server_info.xml
@@ -81,8 +81,24 @@
android:textSize="18sp"/>
<TextView
- android:id="@+id/features_header"
+ android:id="@+id/textView10"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
android:layout_below="@+id/textView4"
+ android:text="Connected accounts"
+ android:textSize="18sp"/>
+ <TextView
+ android:id="@+id/number_presences"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignBaseline="@+id/textView10"
+ android:layout_alignBottom="@+id/textView10"
+ android:layout_alignParentRight="true"
+ android:textSize="18sp"/>
+
+ <TextView
+ android:id="@+id/features_header"
+ android:layout_below="@+id/textView10"
style="@style/sectionHeader"
android:layout_width="wrap_content"
android:layout_height="wrap_content"