From 9b20223655c28cbe3fcd10617514648383d8ad31 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Fri, 8 Jan 2016 17:17:36 +0100 Subject: Fixes FS#107, Implements FS#77 Show the number of online resources in account view and enable show resources by clicking on the account jid --- src/main/res/layout/activity_edit_account.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'src/main/res') diff --git a/src/main/res/layout/activity_edit_account.xml b/src/main/res/layout/activity_edit_account.xml index 9c951afd..0c9809bc 100644 --- a/src/main/res/layout/activity_edit_account.xml +++ b/src/main/res/layout/activity_edit_account.xml @@ -37,7 +37,8 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:layout_toRightOf="@+id/avater"> + android:layout_toRightOf="@+id/avater" + android:id="@+id/editAccountBoxes"> + + +