Slide 81
Slide 81 text
Accessibility checks
com..…AccessibilityViewCheckException: There were 2 accessibility errors:
AppCompatImageButton{id=2131427416, res-name=imageButton1, visibility=VISIBLE, width=144, height=132, has-
focus=true, has-focusable=true, has-window-focus=false, is-clickable=true, is-enabled=true, is-
focused=true, is-focusable=true, is-layout-requested=false, is-selected=false, root-is-layout-
requested=false, has-input-connection=false, x=48.0, y=48.0}: View falls below the minimum recommended
size for touch targets. Minimum touch target size is 48x48dp. Actual size is 48.0x44.0dp (screen
density is 3.0).,
AppCompatImageButton{id=2131427416, res-name=imageButton1, visibility=VISIBLE, width=144, height=132, has-
focus=true, has-focusable=true, has-window-focus=false, is-clickable=true, is-enabled=true, is-
focused=true, is-focusable=true, is-layout-requested=false, is-selected=false, root-is-layout-
requested=false, has-input-connection=false, x=48.0, y=48.0}: View is missing speakable text needed
for a screen reader
at …
at android.support.test.espresso.contrib.AccessibilityChecks$2.check(AccessibilityChecks.java:58)
at android.support.test.espresso.action.ViewActions$1.perform(ViewActions.java:131)
…
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)