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:
@@ -74,7 +74,7 @@ public class AccessibilityButtonPreviewPreferenceControllerTest {
|
||||
mController.mContentObserver.onChange(false);
|
||||
|
||||
final Drawable navigationBarDrawable = mContext.getDrawable(
|
||||
R.drawable.accessibility_button_navigation);
|
||||
R.drawable.a11y_button_navigation);
|
||||
assertThat(drawableToBitmap(mController.mIllustrationPreference.getImageDrawable()).sameAs(
|
||||
drawableToBitmap(navigationBarDrawable))).isTrue();
|
||||
}
|
||||
|
Reference in New Issue
Block a user