Skip to content

Commit

Permalink
For mozilla-mobile#10285: Swap TextView for a LinkTextView to improve…
Browse files Browse the repository at this point in the history
… a11y.
  • Loading branch information
mcarare committed May 7, 2020
1 parent a95c95d commit ead1495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/private_browsing_description.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
tools:text="@string/private_browsing_placeholder_description_2"
android:textColor="?primaryText"
android:textSize="14sp" />
<TextView
<org.mozilla.fenix.utils.LinkTextView
android:id="@+id/private_session_common_myths"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down

0 comments on commit ead1495

Please sign in to comment.