Merge pull request #1854 from mcginty/content-description

improve some content descriptions
This commit is contained in:
Moxie Marlinspike
2014-08-19 21:00:20 -07:00
4 changed files with 20 additions and 11 deletions

View File

@@ -76,6 +76,7 @@
android:layout_height="fill_parent"
android:layout_gravity="center_vertical"
android:background="@drawable/touch_highlight_background"
android:contentDescription="@string/conversation_activity__emoji_toggle_description"
android:padding="10dp"/>
<EditText
@@ -93,6 +94,7 @@
android:maxLength="1000"
android:maxLines="4"
android:nextFocusRight="@+id/send_button"
android:contentDescription="@string/conversation_activity__compose_description"
android:textColor="?conversation_editor_text_color" />
<ImageButton

View File

@@ -34,6 +34,7 @@
android:layout_marginRight="10dp"
android:layout_alignParentLeft="true"
android:cropToPadding="true"
android:contentDescription="@string/conversation_item_received__contact_photo_description"
android:scaleType="centerCrop" />
<View android:id="@+id/triangle_tick"
android:layout_width="12dp"