aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/account_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/account_row.xml')
-rw-r--r--res/layout/account_row.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/account_row.xml b/res/layout/account_row.xml
index fa4c58e9..6cfbe9e3 100644
--- a/res/layout/account_row.xml
+++ b/res/layout/account_row.xml
@@ -19,7 +19,6 @@
android:id="@+id/account_jid"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="inputmice@jabber.ccc.de"
android:textSize="20sp"
android:singleLine="true"
android:scrollHorizontally="false"/>
@@ -42,6 +41,7 @@
android:id="@+id/account_status"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:paddingLeft="4dp"
android:textColor="#669900"
android:text="@string/account_status_unknown"
android:textStyle="bold"