summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2015-11-12 00:47:38 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-11-12 00:47:38 +0000
commitf4e04ec403f7f1211243a296abce572420c6d04f (patch)
tree19eb31131e6a6761a852d814aa4fc2af302d14a4
parent9b309edc11c1cd53d0d18a94295ca0a5074d46a2 (diff)
parent70fab4c5a59c5667c971985a421e9dffa2b3225e (diff)
Merge "Silence initial position and duration of voicemail seekbar by default." into ub-contactsdialer-a-dev am: daf49992c2
am: 70fab4c5a5 * commit '70fab4c5a59c5667c971985a421e9dffa2b3225e': Silence initial position and duration of voicemail seekbar by default.
-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>