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