summaryrefslogtreecommitdiff
path: root/library/main/tests/robotests/res/values/attrs.xml
diff options
context:
space:
mode:
authorRodrigo Lagos <rlagos@google.com>2020-06-12 21:57:37 -0700
committerRodrigo Lagos <rlagos@google.com>2020-06-12 22:27:50 -0700
commit2f20b0665a13f776e39e881d712fd3515950dfbf (patch)
treec34534a926f286bd8fd133b740084f7c3dcc73f3 /library/main/tests/robotests/res/values/attrs.xml
parent7d7e723fcbde01df67cea5479a06454d65e73ad1 (diff)
downloadsetupwizard-2f20b0665a13f776e39e881d712fd3515950dfbf.tar.gz
Add 'Close' button to toolbar
Plumb through convinience methods for manipulating close button Add defailt close handler for close button Update test Bug: 158858809 Test: local tess, and deployed to device Change-Id: Iff93405c96559bac180db183b8d8c99fb488fc13
Diffstat (limited to 'library/main/tests/robotests/res/values/attrs.xml')
-rw-r--r--library/main/tests/robotests/res/values/attrs.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/main/tests/robotests/res/values/attrs.xml b/library/main/tests/robotests/res/values/attrs.xml
index 4454939..0591552 100644
--- a/library/main/tests/robotests/res/values/attrs.xml
+++ b/library/main/tests/robotests/res/values/attrs.xml
@@ -19,6 +19,8 @@
<declare-styleable name="CarSetupWizardBaseLayout">
<!-- Attributes related to the visibility of the back button -->
<attr name="showBackButton" format="boolean"/>
+ <!-- Attributes related to the visibility of the close button -->
+ <attr name="showCloseButton" format="boolean"/>
<!-- Attributes related to the visibility and text of the toolbar title -->
<attr name="showToolbarTitle" format="boolean"/>