From 18164c85000ad4049b787051b3ab472d2901c586 Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Mon, 9 Jun 2014 10:20:57 -0700 Subject: Applying call details red-lines. - Contact photo is now quick-contact which invokes quick-contact view. - Removed send MS and call affordances, along with scrolling effect. - Added missing accessibility strings to voicemail controls. Bug: 15328410 Change-Id: I6d78d582af8c3a5cea8e051911cf3be763df2a36 --- res/layout/call_detail.xml | 237 +++++++++--------------------- res/layout/call_detail_history_header.xml | 52 ++----- res/layout/call_detail_history_item.xml | 11 +- res/layout/call_log_list_item.xml | 4 +- res/layout/playback_layout.xml | 8 +- res/values/colors.xml | 2 + res/values/dimens.xml | 10 +- res/values/strings.xml | 37 +++++ 8 files changed, 141 insertions(+), 220 deletions(-) (limited to 'res') diff --git a/res/layout/call_detail.xml b/res/layout/call_detail.xml index 53f6b8ddb..9ca30a898 100644 --- a/res/layout/call_detail.xml +++ b/res/layout/call_detail.xml @@ -13,35 +13,68 @@ See the License for the specific language governing permissions and limitations under the License. --> - - - + android:layout_height="match_parent"> - - + + + + + + + + + + + + > - - - - - - - - - - + android:orientation="horizontal" + android:paddingBottom="@dimen/call_detail_button_spacing" + android:visibility="gone" + > - - - - - - - - - + + - - - - - + - - - - - - - - - - - - - - - - - diff --git a/res/layout/call_detail_history_item.xml b/res/layout/call_detail_history_item.xml index 5b3fff712..cc06d2151 100644 --- a/res/layout/call_detail_history_item.xml +++ b/res/layout/call_detail_history_item.xml @@ -18,10 +18,9 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" - android:minHeight="@dimen/call_log_list_item_height" android:paddingTop="@dimen/call_log_inner_margin" android:paddingBottom="@dimen/call_log_inner_margin" - android:paddingStart="@dimen/call_log_indent_margin" + android:paddingStart="@dimen/call_detail_horizontal_margin" android:paddingEnd="@dimen/call_log_outer_margin" android:orientation="vertical" android:background="@color/background_dialer_list_items" @@ -43,22 +42,22 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="@dimen/call_log_icon_margin" - android:textAppearance="?android:attr/textAppearanceSmall" - android:textColor="?attr/call_log_secondary_text_color" + android:textColor="?attr/call_log_primary_text_color" + android:textSize="@dimen/call_log_primary_text_size" /> diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml index 411af70e7..3748967f6 100644 --- a/res/layout/call_log_list_item.xml +++ b/res/layout/call_log_list_item.xml @@ -64,8 +64,8 @@ android:nextFocusLeft="@+id/quick_contact_photo" > #660099cc + + #ffffff #fbfbfb diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 5cf216c7e..4a6ec836e 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -31,9 +31,15 @@ 24dip 2dp 56dip - 40dip - 24dip + + + 40dp 2dip + 16dp + 36dp + 32dp + 24dp + 0.5dp 74dp diff --git a/res/values/strings.xml b/res/values/strings.xml index 8f083c885..5c7eb68ee 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -694,4 +694,41 @@ Other + + + Call List + + + Turn speaker on. + + + Turn speaker off. + + + Play faster. + + + Play slower. + + + Start or pause playback. -- cgit v1.2.3