For #10551: Increase touch target for link.

fennec/production
mcarare 4 years ago committed by Emily Kager
parent c75ab3f720
commit 00862708ae

@ -60,9 +60,10 @@
<TextView
android:id="@+id/custom_search_engines_learn_more"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/exceptions_empty_message_learn_more_link"
android:minHeight="@dimen/accessibility_min_height"
android:textColor="?accent"
android:visibility="visible"
android:contentDescription="@string/search_add_custom_engine_learn_more_description"

@ -156,5 +156,7 @@
<dimen name="saved_logins_detail_menu_vertical_padding">5dp</dimen>
<dimen name="saved_logins_end_icon_drawable_padding">16dp</dimen>
<!-- a11y -->
<dimen name="accessibility_min_height">48dp</dimen>
</resources>

Loading…
Cancel
Save