Small cleanup of call details layout.
diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml
index 6a03493..d3818ba 100644
--- a/res/layout/call_detail.xml
+++ b/res/layout/call_detail.xml
@@ -47,26 +47,19 @@
android:background="@drawable/ic_contact_picture"
/>
- <ListView
- android:id="@android:id/list"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/contact_background"
- android:background="?attr/call_log_primary_background_color"
- />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="?attr/call_detail_contact_background_overlay_height"
android:background="#3F000000"
android:layout_alignParentLeft="true"
- android:layout_above="@android:id/list"
+ android:layout_alignBottom="@id/contact_background"
/>
<RelativeLayout
- android:id="@+id/photo_panel"
+ android:id="@+id/contact_text"
android:layout_width="match_parent"
android:layout_height="?attr/call_detail_contact_background_overlay_height"
android:layout_alignParentLeft="true"
- android:layout_above="@android:id/list"
+ android:layout_alignBottom="@id/contact_background"
android:paddingLeft="5dip"
>
<RelativeLayout
@@ -87,8 +80,15 @@
android:layout_alignParentBottom="true"
/>
</RelativeLayout>
+ <ListView
+ android:id="@android:id/list"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/contact_background"
+ android:background="?attr/call_log_primary_background_color"
+ />
<RelativeLayout
- android:id="@+id/call_panel"
+ android:id="@+id/history"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"