Accessibility in XML view system
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Button | |
android:id="@+id/confirm_button" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_marginHorizontal="@dimen/margin_medium" | |
android:background="@drawable/primary_button" | |
android:importantForAccessibility="yes" | |
android:text="Confirm" | |
android:contentDescription="Confirm button, double tap to confirm"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment