aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/account_row.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-07-04 16:13:52 +0200
committeriNPUTmice <daniel@gultsch.de>2014-07-04 16:13:52 +0200
commit99eb1743e3eb94f85ec0eddeaec81245a9ffed08 (patch)
tree0ce28dbe43e4914b0ab6de8a1a62106161833849 /res/layout/account_row.xml
parent65d62cced47d430d7b33ca53b45015fb86967e31 (diff)
small ui overhauls. unified text sizes. made text a bit smaller. moved messages more closer together
Diffstat (limited to '')
-rw-r--r--res/layout/account_row.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/account_row.xml b/res/layout/account_row.xml
index 6cfbe9e3..248b17f7 100644
--- a/res/layout/account_row.xml
+++ b/res/layout/account_row.xml
@@ -19,7 +19,7 @@
android:id="@+id/account_jid"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textSize="20sp"
+ android:textSize="18sp"
android:singleLine="true"
android:scrollHorizontally="false"/>
@@ -35,7 +35,7 @@
android:layout_height="wrap_content"
android:text="@string/account_status"
android:textStyle="bold"
- android:textSize="16sp" />
+ android:textSize="14sp" />
<TextView
android:id="@+id/account_status"
@@ -45,7 +45,7 @@
android:textColor="#669900"
android:text="@string/account_status_unknown"
android:textStyle="bold"
- android:textSize="16sp"/>
+ android:textSize="14sp"/>
</LinearLayout>