Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Commit b31bea8

Browse files
committed
including "previous" and "next" attributes
1 parent 5ed5148 commit b31bea8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

api/src/main/res/values/attrs.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
<attr name="action_search" format="boolean"/>
2929
<attr name="action_go" format="boolean"/>
3030
<attr name="action_send" format="boolean"/>
31+
<attr name="action_previous" format="boolean"/>
32+
<attr name="action_next" format="boolean"/>
3133
</declare-styleable>
3234

3335
<!-- additional key types that can be used to make themes interesting -->
@@ -123,4 +125,4 @@
123125
<!-- should support normal, key_type_feedback -->
124126
<attr name="iconKeyNavigation" format="reference"/>
125127
</declare-styleable>
126-
</resources>
128+
</resources>

0 commit comments

Comments
 (0)