summaryrefslogtreecommitdiff
path: root/res/layout/voicemail_playback_layout.xml
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2015-10-27 16:43:02 -0700
committerNancy Chen <nancychen@google.com>2015-11-10 14:49:32 -0800
commit16c7f819beea46260eba14da9db3729aba86e459 (patch)
treed2e564827ad7c30da8d1898052a06a1663e4f904 /res/layout/voicemail_playback_layout.xml
parent1febe8b1542d6038787754c0749527a66b58b01d (diff)
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
Diffstat (limited to 'res/layout/voicemail_playback_layout.xml')
-rw-r--r--res/layout/voicemail_playback_layout.xml6
1 files changed, 4 insertions, 2 deletions
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" />
<LinearLayout
android:layout_width="0dp"
@@ -105,7 +106,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" />
</LinearLayout>