From d88b985229a07b79485cf63f46fa180fd5fe35bd Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 25 Jun 2015 10:43:21 -0700 Subject: Revise layout/style of VoicemailPlaybackLayout. - Delete now-unused old icons. + Add new material icons for voicemail playback. + Rearrange buttons, padding/spacing. + Change ripple feedback when pressing button. + Use different text fields for total duration and state labels. Bug: 22070564 Change-Id: Ibc9b9908154ac0a846f828bb9707a61ab15f8ba5 --- res/layout/voicemail_playback_layout.xml | 124 ++++++++++++++++++------------- 1 file changed, 72 insertions(+), 52 deletions(-) (limited to 'res/layout') diff --git a/res/layout/voicemail_playback_layout.xml b/res/layout/voicemail_playback_layout.xml index 97bb5f8a3..56865fcd6 100644 --- a/res/layout/voicemail_playback_layout.xml +++ b/res/layout/voicemail_playback_layout.xml @@ -18,74 +18,94 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginStart="64dp" + android:layout_marginEnd="24dp" android:orientation="vertical" android:background="@color/background_dialer_call_log_list_item"> - + android:gravity="center" + android:textSize="14sp" /> - + + android:paddingTop="@dimen/voicemail_playback_top_padding" /> - + - + - + - + - + + + + + + + + + + + + + -- cgit v1.2.3