diff options
author | Nancy Chen <nancychen@google.com> | 2015-11-12 00:44:21 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-11-12 00:44:21 +0000 |
commit | 70fab4c5a59c5667c971985a421e9dffa2b3225e (patch) | |
tree | 19eb31131e6a6761a852d814aa4fc2af302d14a4 | |
parent | 51eafa0cb1dc69316a8989ae1f5124ace203c2e0 (diff) | |
parent | daf49992c272f54d3530f6f34cd6e65b4dddad88 (diff) |
Merge "Silence initial position and duration of voicemail seekbar by default." into ub-contactsdialer-a-dev
am: daf49992c2
* commit 'daf49992c272f54d3530f6f34cd6e65b4dddad88':
Silence initial position and duration of voicemail seekbar by default.
-rw-r--r-- | res/layout/voicemail_playback_layout.xml | 6 |
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> |