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

Commit 0ef9aa6

Browse files
committed
adding tags attribute for a key
Change-Id: I6edd50b93133f920245dac2188b2f9e9a37c82c3
1 parent 95f4e38 commit 0ef9aa6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 7
99
targetSdkVersion 23
1010
versionCode 3
11-
versionName "1.3.6"
11+
versionName "1.4.0"
1212
}
1313
buildTypes {
1414
release {

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,8 @@ Copyright (C) 2013 Menny Even-Danan
8787

8888
<!-- The characters to display as a hint for the popup keyboard -->
8989
<attr name="hintLabel" format="string"/>
90+
91+
<!-- coma separated tags for this key. Might be used for completions -->
92+
<attr name="tags" format="string"/>
9093
</declare-styleable>
9194
</resources>

0 commit comments

Comments
 (0)