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

Commit cf25572

Browse files
committed
adding quick-text icon API
Change-Id: I30cb5848af347f89b82dd927b5afda7629b2f939
1 parent 70659ec commit cf25572

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@
232232
<attr name="iconKeyClipboardPaste" format="reference"/>
233233
<!-- should support normal, key_type_feedback -->
234234
<attr name="iconKeyClipboardSelect" format="reference"/>
235+
<!-- should support normal, key_type_feedback -->
236+
<attr name="iconKeyQuickText" format="reference"/>
235237
</declare-styleable>
236238

237239
</resources>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<integer name="anysoftkeyboard_api_version_code">4</integer>
4+
</resources>

0 commit comments

Comments
 (0)