diff options
author | Tor Norbye <tnorbye@google.com> | 2012-12-20 13:03:24 -0800 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2012-12-20 13:03:53 -0800 |
commit | ce4b39a1377b6546564cd0818f8296f1f40cc590 (patch) | |
tree | d3d9ceb98010c24fae64da89a4a9890b0ba81e5e /templates/docs | |
parent | d5f2b54073b1165f91e6212f6c0af2d86475659f (diff) | |
download | sdk-ce4b39a1377b6546564cd0818f8296f1f40cc590.zip sdk-ce4b39a1377b6546564cd0818f8296f1f40cc590.tar.gz sdk-ce4b39a1377b6546564cd0818f8296f1f40cc590.tar.bz2 |
41681: "class|unique|nonempty" contraint doesn't check uniqueness
Also added unique constraint on some of the activity templates.
Change-Id: I2af181d9d2d716505c80bb4f487920166594625f
Diffstat (limited to 'templates/docs')
-rw-r--r-- | templates/docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/docs/index.html b/templates/docs/index.html index f8e89eb..77623fb 100644 --- a/templates/docs/index.html +++ b/templates/docs/index.html @@ -166,7 +166,7 @@ id="activityName" name="Activity Name" type="string" - constraints="class|nonempty" + constraints="class|unique|nonempty" suggest="${layoutToActivity(layoutName)}" default="MainActivity" help="The name of the activity class to create." /> |