From 11a7350843ec13c7ca4d27523e9ba146911d2767 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 30 Sep 2015 18:24:48 -0700 Subject: Prepatory CallDetailActivity tweaks. Incremental CL in changing actions/layout of CallDetailActivity to move actions such as Block/Edit/Copy out of the overflow menu. + Make header at top of Call Detail Activity smaller. + Move delete options into actionbar button. - Delete call list header in CallDetailActivity. Bug: 24109819 Change-Id: I1a5fedc54d1bb725597a07f4cfd8d7f6e8627a32 --- res/layout/call_detail.xml | 3 ++- res/layout/call_detail_history_header.xml | 30 ------------------------------ 2 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 res/layout/call_detail_history_header.xml (limited to 'res/layout') diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml index fde1de5c1..591ba5c45 100644 --- a/res/layout/call_detail.xml +++ b/res/layout/call_detail.xml @@ -60,7 +60,8 @@ android:textColor="?attr/call_log_primary_text_color" android:textSize="@dimen/call_log_primary_text_size" android:includeFontPadding="false" - android:layout_marginBottom="5dp" + android:layout_marginTop="2dp" + android:layout_marginBottom="3dp" android:singleLine="true" /> - - - -- cgit v1.2.3