Skip to content

Commit

Permalink
Bug 1312434 - add ContentDescription to Activity Stream menus and top…
Browse files Browse the repository at this point in the history
…sites r=sebastian

MozReview-Commit-ID: AvkG5OVSBsj

--HG--
extra : rebase_source : 97174e1df3ef5b553b0d52284a786ed672f43690
  • Loading branch information
ahunt committed Nov 4, 2016
1 parent 09f4752 commit 9388511
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
android:layout_alignParentTop="true"
android:layout_gravity="right|top"
android:padding="2dp"
android:contentDescription="@string/menu"
android:layout_marginLeft="@dimen/activity_stream_base_margin"
android:layout_marginBottom="@dimen/activity_stream_base_margin"
android:src="@drawable/menu" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/topsites_pager"
android:contentDescription="@string/activity_stream_topsites"
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
android:layout_alignParentTop="true"
android:layout_gravity="right|top"
android:padding="6dp"
android:contentDescription="@string/menu"
android:src="@drawable/menu" />

</RelativeLayout>
Expand Down

0 comments on commit 9388511

Please sign in to comment.