summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorsatok <satok@google.com>2012-03-30 18:31:36 +0900
committersatok <satok@google.com>2012-04-06 13:01:51 +0900
commitf6710615c6cc1746d1ecc7aebc9afed457dcca41 (patch)
tree0d31e5cf0e4ed91c9b97bfe49bad04c34095738f /core/res
parentac14351e16e1258f1cb54e2bf772b8be004eb2b8 (diff)
downloadframeworks_base-f6710615c6cc1746d1ecc7aebc9afed457dcca41.zip
frameworks_base-f6710615c6cc1746d1ecc7aebc9afed457dcca41.tar.gz
frameworks_base-f6710615c6cc1746d1ecc7aebc9afed457dcca41.tar.bz2
Supplement for I772164d9c67e95876c228efcce2
This should be merged with I1519258dd3ce95ad01 Change-Id: I48c5f86ff43f51913eb69d697bb1d75714b67aa3
Diffstat (limited to 'core/res')
-rwxr-xr-xcore/res/res/values/attrs.xml2
-rw-r--r--core/res/res/values/public.xml1
2 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml
index 5b6b35a..aabe407 100755
--- a/core/res/res/values/attrs.xml
+++ b/core/res/res/values/attrs.xml
@@ -2349,6 +2349,8 @@
<!-- Component name of an activity that allows the user to modify
the settings for this service. -->
<attr name="settingsActivity"/>
+ <!-- Set true when the spell checker supports sentence level spell checking. -->
+ <attr name="supportsSentenceSpellCheck" format="boolean" />
</declare-styleable>
<!-- This is the subtype of the spell checker. Subtype can describe locales (e.g. en_US, fr_FR...) -->
diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml
index 195c2e1..ca0e913 100644
--- a/core/res/res/values/public.xml
+++ b/core/res/res/values/public.xml
@@ -3578,4 +3578,5 @@
<public type="attr" name="parentActivityName" />
+ <public type="attr" name="supportsSentenceSpellCheck" />
</resources>