From 16c7f819beea46260eba14da9db3729aba86e459 Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Tue, 27 Oct 2015 16:43:02 -0700 Subject: Silence initial position and duration of voicemail seekbar by default. Currently the information is non-sensical, and does not make sense being read out loud by default. Bug: 25127953 Change-Id: Ibd0d84ab0f0bb8b203cb19c0949ca2dfe5fe1bbe --- res/layout/voicemail_playback_layout.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'res/layout/voicemail_playback_layout.xml') diff --git a/res/layout/voicemail_playback_layout.xml b/res/layout/voicemail_playback_layout.xml index 54493f17d..bb7fe342a 100644 --- a/res/layout/voicemail_playback_layout.xml +++ b/res/layout/voicemail_playback_layout.xml @@ -41,7 +41,8 @@ android:layout_height="wrap_content" android:layout_width="wrap_content" android:textSize="14sp" - android:paddingTop="@dimen/voicemail_playback_top_padding" /> + android:paddingTop="@dimen/voicemail_playback_top_padding" + android:importantForAccessibility="no" /> + android:paddingTop="@dimen/voicemail_playback_top_padding" + android:importantForAccessibility="no" /> -- cgit v1.2.3