diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-09-11 10:56:01 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-11 10:56:01 -0700 |
commit | 1a9c6c97fa9f156d16190e519ae4faa13371fa72 (patch) | |
tree | a99dd59a62960b24f1b3871caf120e877d5922f1 /core/res | |
parent | fd19906b50927834787403ca984f6fda93b53410 (diff) | |
parent | acc3012cd0061d170b25282b55ae0ed5db36630b (diff) | |
download | frameworks_base-1a9c6c97fa9f156d16190e519ae4faa13371fa72.zip frameworks_base-1a9c6c97fa9f156d16190e519ae4faa13371fa72.tar.gz frameworks_base-1a9c6c97fa9f156d16190e519ae4faa13371fa72.tar.bz2 |
Merge "The wave view attributes should not be public."
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/public.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 9327a0b..ba8be2e 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -1745,20 +1745,6 @@ <public type="attr" name="accessibilityFlags" /> <public type="attr" name="canRetrieveWindowContent" /> - <public type="attr" name="targetDrawables" /> - <public type="attr" name="handleDrawable" /> - <public type="attr" name="leftChevronDrawable" /> - <public type="attr" name="rightChevronDrawable" /> - <public type="attr" name="topChevronDrawable" /> - <public type="attr" name="bottomChevronDrawable" /> - <public type="attr" name="waveDrawable" /> - <public type="attr" name="outerRadius" /> - <public type="attr" name="hitRadius" /> - <public type="attr" name="vibrationDuration" /> - <public type="attr" name="snapMargin" /> - <public type="attr" name="feedbackCount" /> - <public type="attr" name="verticalOffset" /> - <public type="attr" name="horizontalOffset" /> <public type="attr" name="listPreferredItemHeightLarge" /> <public type="attr" name="listPreferredItemHeightSmall" /> |