We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed5148 commit b31bea8Copy full SHA for b31bea8
1 file changed
api/src/main/res/values/attrs.xml
@@ -28,6 +28,8 @@
28
<attr name="action_search" format="boolean"/>
29
<attr name="action_go" format="boolean"/>
30
<attr name="action_send" format="boolean"/>
31
+ <attr name="action_previous" format="boolean"/>
32
+ <attr name="action_next" format="boolean"/>
33
</declare-styleable>
34
35
<!-- additional key types that can be used to make themes interesting -->
@@ -123,4 +125,4 @@
123
125
<!-- should support normal, key_type_feedback -->
124
126
<attr name="iconKeyNavigation" format="reference"/>
127
-</resources>
128
+</resources>
0 commit comments