aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2014-05-16 13:18:52 +0200
committerDaniel Gultsch <daniel@gultsch.de>2014-05-16 13:18:52 +0200
commitc8f8bab2a1caa4eb828dea8048f82c05a4f4b539 (patch)
tree5aee4413e47b28436d31067b148c2a9047ff50d6
parent1cf1e62e30bda954d14ac56070b2884a4235c319 (diff)
formating
-rw-r--r--res/layout/account_row.xml2
-rw-r--r--res/values/strings.xml2
2 files changed, 2 insertions, 2 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"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 83e5199e..2de338c8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -139,7 +139,7 @@
<string name="error_file_not_found">File not found</string>
<string name="error_io_exception">General I/O error. Maybe you ran out of storage space?</string>
<string name="error_security_exception_during_image_copy">The app you used to select this image did not provide us with enough permissions to read the file.\n\n<small>Use a different file manager to choose an image</small></string>
- <string name="account_status">Status :</string>
+ <string name="account_status">Status:</string>
<string name="account_status_unknown">Unknown</string>
<string name="account_status_disabled">Temporarily disabled</string>
<string name="account_status_online">Online</string>