summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-07-22 12:55:36 -0700
committerYorke Lee <yorkelee@google.com>2014-07-22 12:55:36 -0700
commit769540c1ed68cb52b455630d3547a54aff71497a (patch)
tree6bd7977d7f259e333848785cdf655a50ea804065 /res/layout
parent70823030dc4aa425ad6d39a9bb5f71bdae7ae68d (diff)
parent5cb300ef50e9942eef746319dd1b1b6e7c2c05e2 (diff)
Merge commit '5cb300ef' into manualmerge
Change-Id: I0a250709eca34fcbbfdd94cf1cf25195bce844b8
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/playback_layout.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/playback_layout.xml b/res/layout/playback_layout.xml
index aa3ab4788..2f4d33c7a 100644
--- a/res/layout/playback_layout.xml
+++ b/res/layout/playback_layout.xml
@@ -55,6 +55,7 @@
android:layout_height="match_parent"
android:background="?android:attr/selectableItemBackground"
android:src="@drawable/ic_speakerphone_on"
+ android:contentDescription="@string/description_playback_speakerphone"
/>
</LinearLayout>
</LinearLayout>
@@ -86,6 +87,7 @@
android:layout_marginStart="64dip"
android:max="0"
android:layout_centerVertical="true"
+ android:contentDescription="@string/description_playback_seek"
/>
<TextView
android:id="@+id/playback_position_text"