diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-05-12 23:00:26 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-05-12 23:00:26 -0700 |
commit | 48ba3ea9c5b3829210cac13477f5f139de95cf8a (patch) | |
tree | dce1ab13a12c0804efac9d95d92d9ae4da8ae9b8 | |
parent | 09b87a7d18752923b9a9c7034929c0b97bb69034 (diff) | |
download | frameworks_base-48ba3ea9c5b3829210cac13477f5f139de95cf8a.zip frameworks_base-48ba3ea9c5b3829210cac13477f5f139de95cf8a.tar.gz frameworks_base-48ba3ea9c5b3829210cac13477f5f139de95cf8a.tar.bz2 |
fix build, remove duplicate ids
-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 5a80033..3c1d931 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -1099,7 +1099,7 @@ <public type="attr" name="onClick" id="0x0101026f" /> <public type="attr" name="targetSdkVersion" id="0x01010270" /> <public type="attr" name="maxSdkVersion" id="0x01010271" /> - <public type="attr" name="testOnly" id="0x01010272" /> + <public type="attr" name="testOnly" id="0x01010274" /> <public type="anim" name="anticipate_interpolator" id="0x010a0007" /> <public type="anim" name="overshoot_interpolator" id="0x010a0008" /> |