Merge "Fix an a11y issue that the the QAW activity announces "System UI" instead of "Wallet" in talkback." into sc-qpr1-dev am: 9e16571d1b am: b428e51f30
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15831792 Change-Id: Ia2da575dc28b5da314bae7bd048db2bab9f0d247
This commit is contained in:
@@ -116,7 +116,7 @@ public class WalletActivity extends LifecycleActivity implements
|
|||||||
if (toolbar != null) {
|
if (toolbar != null) {
|
||||||
setActionBar(toolbar);
|
setActionBar(toolbar);
|
||||||
}
|
}
|
||||||
setTitle("");
|
getActionBar().setDisplayShowTitleEnabled(false);
|
||||||
getActionBar().setDisplayHomeAsUpEnabled(true);
|
getActionBar().setDisplayHomeAsUpEnabled(true);
|
||||||
getActionBar().setHomeAsUpIndicator(getHomeIndicatorDrawable());
|
getActionBar().setHomeAsUpIndicator(getHomeIndicatorDrawable());
|
||||||
getActionBar().setHomeActionContentDescription(R.string.accessibility_desc_close);
|
getActionBar().setHomeActionContentDescription(R.string.accessibility_desc_close);
|
||||||
|
|||||||
Reference in New Issue
Block a user