diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2011-07-19 18:09:20 -0700 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2011-07-20 11:38:59 -0700 |
commit | 1180644280a38f77756926531037bfd7b9f1974c (patch) | |
tree | 2f23a41e0dae417a19721d65bebb58d72bec6d8e /core/res | |
parent | 5531a3a3cfce0fe0dd279cdce2de30cf777f5227 (diff) | |
download | frameworks_base-1180644280a38f77756926531037bfd7b9f1974c.zip frameworks_base-1180644280a38f77756926531037bfd7b9f1974c.tar.gz frameworks_base-1180644280a38f77756926531037bfd7b9f1974c.tar.bz2 |
Fix bug #4772392 Check what needs to be done for RTL specific new attributes that are in public.xml
- cleanup public.xml
- make BiDiTest makefile non visible to the build system
- provide file for injecting the new attributes by hand
Change-Id: I5037ec323066ebd254be51fff7070a5a0101dff7
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/public.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index ba2a036..75f0c4e 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -1719,8 +1719,6 @@ <public type="attr" name="textEditSuggestionsTopWindowLayout" /> <public type="attr" name="textEditSuggestionItemLayout" /> - <public type="attr" name="layoutDirection" /> - <public type="attr" name="suggestionsEnabled" /> <public type="attr" name="rowCount" /> @@ -1765,15 +1763,8 @@ <public type="attr" name="listPreferredItemHeightLarge" /> <public type="attr" name="listPreferredItemHeightSmall" /> - <public type="attr" name="paddingStart"/> - <public type="attr" name="paddingEnd"/> - <public type="attr" name="layout_marginStart"/> - <public type="attr" name="layout_marginEnd"/> - <public type="attr" name="actionBarSplitStyle" /> - <public type="attr" name="textDirection"/> - <public type="attr" name="actionProviderClass" /> <public type="attr" name="backgroundStacked" /> |