From bee964dcf84a0eaee7807858246332d3177139ed Mon Sep 17 00:00:00 2001 From: Veeti Paananen Date: Mon, 16 Dec 2013 22:27:10 +0200 Subject: [PATCH] Improve appearance of "no contacts" indicators by centering them. Also remove pointless scroll views. --- .../contact_selection_group_activity.xml | 24 ++++++------------- .../contact_selection_list_activity.xml | 21 +++++----------- .../contact_selection_recent_activity.xml | 22 +++++------------ 3 files changed, 19 insertions(+), 48 deletions(-) diff --git a/res/layout/contact_selection_group_activity.xml b/res/layout/contact_selection_group_activity.xml index 40e4900d66..7cb1ffdd72 100644 --- a/res/layout/contact_selection_group_activity.xml +++ b/res/layout/contact_selection_group_activity.xml @@ -2,27 +2,17 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical"> - + - - - - + android:textSize="20sp" /> + \ No newline at end of file diff --git a/res/layout/contact_selection_list_activity.xml b/res/layout/contact_selection_list_activity.xml index 24e91a0cfc..272840e04a 100644 --- a/res/layout/contact_selection_list_activity.xml +++ b/res/layout/contact_selection_list_activity.xml @@ -9,20 +9,11 @@ android:layout_height="fill_parent" android:fastScrollEnabled="true" /> - - - + android:textSize="20sp" /> + diff --git a/res/layout/contact_selection_recent_activity.xml b/res/layout/contact_selection_recent_activity.xml index 15b6d260a0..8a5fa6c0e9 100644 --- a/res/layout/contact_selection_recent_activity.xml +++ b/res/layout/contact_selection_recent_activity.xml @@ -10,21 +10,11 @@ android:layout_height="fill_parent" android:fastScrollEnabled="true" /> - - - - + android:textSize="20sp" /> +