Update spacing of buttons.
Also:
- clean up a couple of unused dimensions.
- fix padding at top and bottom of history items.
Bug: 5257946
Change-Id: I23416d1a400b1bd02ab74ba9e4fc3cb274fdc5a9
diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml
index c69f89f..076f37f 100644
--- a/res/layout/call_detail.xml
+++ b/res/layout/call_detail.xml
@@ -83,7 +83,7 @@
android:id="@+id/voicemail_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingBottom="@dimen/call_log_icon_margin"
+ android:paddingBottom="@dimen/call_detail_button_spacing"
android:layout_below="@id/blue_separator"
android:background="@android:color/black"
>
@@ -135,7 +135,7 @@
<FrameLayout android:id="@+id/call_and_sms_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginBottom="@dimen/call_log_icon_margin"
+ android:layout_marginBottom="@dimen/call_detail_button_spacing"
android:layout_below="@id/voicemail_container"
android:background="@android:color/black"
>