From 7b0ae3830e118bf262592f8d9c83ce74c3d979b3 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Fri, 1 Aug 2014 11:25:59 +0200 Subject: [PATCH] fix headers alignment between contact and history views --- res/layout/contacts_list.xml | 270 +++++++++++++++++----------------- res/layout/history.xml | 224 ++++++++++++++-------------- res/layout/history_simple.xml | 234 ++++++++++++++--------------- 3 files changed, 364 insertions(+), 364 deletions(-) diff --git a/res/layout/contacts_list.xml b/res/layout/contacts_list.xml index 7d9eb902b..dff28a174 100644 --- a/res/layout/contacts_list.xml +++ b/res/layout/contacts_list.xml @@ -1,138 +1,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@drawable/background" + android:orientation="vertical" > - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout/history.xml b/res/layout/history.xml index df3f24b62..c6deac8fe 100644 --- a/res/layout/history.xml +++ b/res/layout/history.xml @@ -1,115 +1,115 @@ - - - - - - - - - - - - - - - - - - - - + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@drawable/background" + android:orientation="vertical" > - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout/history_simple.xml b/res/layout/history_simple.xml index 6d7a969be..821271d67 100644 --- a/res/layout/history_simple.xml +++ b/res/layout/history_simple.xml @@ -1,120 +1,120 @@ - - - - - - - - - - - - - - - - - - - - + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@drawable/background" + android:orientation="vertical" > - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + +