diff options
author | Raphael Moll <> | 2009-03-25 15:58:47 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-25 15:58:47 -0700 |
commit | 0704009786cabea839887af0ec4648765140bb38 (patch) | |
tree | 743a6153f8388365cdf4146882dc9f225d450e78 /core | |
parent | 09691cd15b4465c1ff263c5c23ada20f3348e3ee (diff) | |
download | frameworks_base-0704009786cabea839887af0ec4648765140bb38.zip frameworks_base-0704009786cabea839887af0ec4648765140bb38.tar.gz frameworks_base-0704009786cabea839887af0ec4648765140bb38.tar.bz2 |
Automated import from //branches/master/...@142746,142746
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/values/attrs.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index e4e8990..5bc5cfd 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -1221,7 +1221,8 @@ </declare-styleable> - <!-- Attributes that can be used with {@link android.view.ViewStub}. --> + <!-- A {@link android.view.ViewStub} lets you lazily include other XML layouts + inside your application at runtime. --> <declare-styleable name="ViewStub"> <!-- Supply an identifier for the layout resource to inflate when the ViewStub becomes visible or when forced to do so. The layout resource must be a |