diff options
author | Romain Guy <> | 2009-03-24 22:49:43 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-24 22:49:43 -0700 |
commit | 8c0d68f6695f4a0c98c12314eea81afcd59ea52d (patch) | |
tree | 25c80ce3e1162ca2a473a04bb9781d86bc41ab76 /core/res | |
parent | c2310f32b0a1373012fd4a2db8cebdb46507b901 (diff) | |
download | frameworks_base-8c0d68f6695f4a0c98c12314eea81afcd59ea52d.zip frameworks_base-8c0d68f6695f4a0c98c12314eea81afcd59ea52d.tar.gz frameworks_base-8c0d68f6695f4a0c98c12314eea81afcd59ea52d.tar.bz2 |
Automated import from //branches/donutburger/...@142490,142490
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/public.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 09012c9..d691702 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -1051,7 +1051,7 @@ <!-- View ID of the text editor inside of an extracted text layout. --> <public type="id" name="inputExtractEditText" id="0x01020025" /> - <!-- View ID of the {@link android.inpUutmethodservice.KeyboardView} within + <!-- View ID of the {@link android.inputmethodservice.KeyboardView} within an input method's input area. --> <public type="id" name="keyboardView" id="0x01020026" /> <!-- View ID of a {@link android.view.View} to close a popup keyboard --> |