diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-07-04 16:13:52 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-07-04 16:13:52 +0200 |
commit | 99eb1743e3eb94f85ec0eddeaec81245a9ffed08 (patch) | |
tree | 0ce28dbe43e4914b0ab6de8a1a62106161833849 /res/layout/activity_contact_details.xml | |
parent | 65d62cced47d430d7b33ca53b45015fb86967e31 (diff) |
small ui overhauls. unified text sizes. made text a bit smaller. moved messages more closer together
Diffstat (limited to 'res/layout/activity_contact_details.xml')
-rw-r--r-- | res/layout/activity_contact_details.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/res/layout/activity_contact_details.xml b/res/layout/activity_contact_details.xml index 5eecfa87..ae3aaf7c 100644 --- a/res/layout/activity_contact_details.xml +++ b/res/layout/activity_contact_details.xml @@ -44,14 +44,14 @@ android:paddingLeft="8dp" android:singleLine="true" android:textColor="#5b5b5b" - android:textSize="18sp" /> + android:textSize="14sp" /> <TextView android:id="@+id/details_contactstatus" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingLeft="16dp" - android:textSize="24sp" + android:textSize="18sp" android:textStyle="bold" /> <TextView android:id="@+id/details_lastseen" @@ -77,7 +77,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingLeft="8dp" - android:textSize="18sp" + android:textSize="14sp" android:textColor="#5b5b5b" /> <TextView style="@style/sectionHeader" @@ -91,7 +91,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/send_presence_updates" - android:textSize="18sp" + android:textSize="14sp" android:textColor="#5b5b5b" /> <CheckBox @@ -99,7 +99,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/receive_presence_updates" - android:textSize="18sp" + android:textSize="14sp" android:textColor="#5b5b5b" /> <TextView @@ -110,7 +110,7 @@ android:layout_height="wrap_content" android:text="@string/ask_again" android:textColor="#33B5E5" - android:textSize="18sp" + android:textSize="14sp" android:visibility="gone" /> <TextView |