From 1a4a0fcf2707b2427ef8ef718d399028363f7fc4 Mon Sep 17 00:00:00 2001 From: Sarmad Hashmi Date: Thu, 3 Mar 2016 14:10:07 -0800 Subject: Fix layout so that all 4 buttons show on smaller screens. +Archive button was previously added but could not be seen on smaller devices BUG=22797391 Change-Id: I426a7ad4c33c97238e311e34a806e704453dd623 --- res/layout/voicemail_playback_layout.xml | 144 +++++++++++++++---------------- 1 file changed, 71 insertions(+), 73 deletions(-) (limited to 'res/layout') diff --git a/res/layout/voicemail_playback_layout.xml b/res/layout/voicemail_playback_layout.xml index 64a68bdd2..4d5f74f2d 100644 --- a/res/layout/voicemail_playback_layout.xml +++ b/res/layout/voicemail_playback_layout.xml @@ -34,91 +34,89 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" - android:gravity="top"> + android:gravity="center_vertical" + android:paddingTop="@dimen/voicemail_playback_top_padding"> - - - - - - - - - - - - - - - - - - - - - - - + android:layout_height="wrap_content" + android:progressDrawable="@drawable/seekbar_drawable" + android:thumb="@drawable/ic_voicemail_seek_handle" + android:progress="0" + android:max="0" + android:contentDescription="@string/description_playback_seek" /> - + + + + + android:orientation="horizontal" + android:gravity="center"> + + + + + + + + + + + + + + + + + + -- cgit v1.2.3