From c2289b3d15b93397bde2c9e6a35a995dea191fdb Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 14 May 2015 15:41:24 -0700 Subject: Change VM playback fragment layout. - Remove increase/decrease playback rate functionality. - Flip button controls below the scrubber. - Delete TextController. Bug: 20433758 Change-Id: Id628bac0c9f8baed014079f2a89ce912fd2bb549 --- res/layout/playback_layout.xml | 126 +++++++++++++++-------------------------- 1 file changed, 45 insertions(+), 81 deletions(-) (limited to 'res/layout') diff --git a/res/layout/playback_layout.xml b/res/layout/playback_layout.xml index 00f1c3f4a..96feba648 100644 --- a/res/layout/playback_layout.xml +++ b/res/layout/playback_layout.xml @@ -19,64 +19,37 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:background="@color/background_dialer_call_log_list_item" -> - - - - - + android:background="@color/background_dialer_call_log_list_item"> + - + difference is currently 10dp. --> + android:contentDescription="@string/description_playback_seek" /> + - + android:layout_marginTop="10dp" /> + + + + + + + android:src="@drawable/ic_hold_pause" + android:contentDescription="@string/voicemail_play_start_pause" /> + - - + android:layout_height="58dp" + android:layout_weight="1" + android:background="?android:attr/selectableItemBackground" + android:src="@drawable/ic_speakerphone_on" + android:contentDescription="@string/description_playback_speakerphone" /> + + + -- cgit v1.2.3