fix(tablet assets): update a11y button navigation asset for tablets
Fix: 269707768 Test: Go to Settings > Accessibility > Accessibility shortcuts > Accessibility button > Location to "Navigation bar". Change-Id: I2d56a104848c93d8e6d138c849d05b4a77388c3b
This commit is contained in:
@@ -122,7 +122,7 @@ public class AccessibilityButtonPreviewPreferenceController extends BasePreferen
|
||||
: R.drawable.a11y_button_preview_two_finger));
|
||||
} else {
|
||||
mIllustrationPreference.setImageDrawable(
|
||||
mContext.getDrawable(R.drawable.accessibility_button_navigation));
|
||||
mContext.getDrawable(R.drawable.a11y_button_navigation));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user