1
0
Fork 0

For #10551: Increase touch target for link.

master
mcarare 2020-06-22 17:03:36 +03:00 committed by Emily Kager
parent c75ab3f720
commit 00862708ae
2 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -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>