diff options
author | 2013-05-30 23:47:54 +0900 | |
---|---|---|
committer | 2013-05-31 18:14:47 +0900 | |
commit | a0c3e02d7168dd4cee4cad51491537dadb0362cc (patch) | |
tree | 08ecd061e132471d2c1d0d2b7ff8b2f6c2b8bee6 /java/res | |
parent | 70c2dcffa3fdce8040d0779dd173d5634e434cba (diff) | |
download | latinime-a0c3e02d7168dd4cee4cad51491537dadb0362cc.tar.gz latinime-a0c3e02d7168dd4cee4cad51491537dadb0362cc.tar.xz latinime-a0c3e02d7168dd4cee4cad51491537dadb0362cc.zip |
Refactor SuggestionStripLayoutHelper a bit
Bug: 9059710
Change-Id: Ief12029bad75d4dc78090ab97555aece01b873de
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/attrs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml index 478a5c020..80bf704db 100644 --- a/java/res/values/attrs.xml +++ b/java/res/values/attrs.xml @@ -161,7 +161,7 @@ <declare-styleable name="SuggestionStripView"> <attr name="suggestionStripOption" format="integer"> - <!-- This should be aligned with SuggestionStripViewParams.AUTO_CORRECT_* and etc. --> + <!-- This should be aligned with SuggestionStripLayoutHelper.AUTO_CORRECT_* and etc. --> <flag name="autoCorrectBold" value="0x01" /> <flag name="autoCorrectUnderline" value="0x02" /> <flag name="validTypedWordBold" value="0x04" /> |