From ba438f8e8de7135b4cbdb37cb839de132c34e374 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 25 Sep 2012 16:45:53 +0200 Subject: [PATCH] Improved simple history list --- res/layout/history_cell_simple.xml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/res/layout/history_cell_simple.xml b/res/layout/history_cell_simple.xml index e29e37b0c..c2bccf4ef 100644 --- a/res/layout/history_cell_simple.xml +++ b/res/layout/history_cell_simple.xml @@ -11,39 +11,42 @@ android:id="@+id/icon" android:layout_width="match_parent" android:layout_height="wrap_content" + android:adjustViewBounds="true" android:layout_weight="0.9" android:src="@drawable/call_status_incoming" - android:layout_marginLeft="10dp"/> + android:layout_marginLeft="5dp"/> + android:layout_marginLeft="5dp" /> + android:layout_marginLeft="5dp" + android:layout_marginRight="5dp" /> + android:layout_marginLeft="5dp" + android:layout_marginRight="5dp" /> \ No newline at end of file