Skip to content

Commit

Permalink
Fix bug #4772392 Check what needs to be done for RTL specific new att…
Browse files Browse the repository at this point in the history
…ributes 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
  • Loading branch information
Fabrice Di Meglio committed Jul 20, 2011
1 parent 5531a3a commit 1180644
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 68 deletions.
108 changes: 51 additions & 57 deletions api/current.txt

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions core/java/android/view/View.java
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,6 @@
* @attr ref android.R.styleable#View_paddingLeft
* @attr ref android.R.styleable#View_paddingRight
* @attr ref android.R.styleable#View_paddingTop
* @attr ref android.R.styleable#View_paddingStart
* @attr ref android.R.styleable#View_paddingEnd
* @attr ref android.R.styleable#View_saveEnabled
* @attr ref android.R.styleable#View_rotation
* @attr ref android.R.styleable#View_rotationX
Expand Down
9 changes: 0 additions & 9 deletions core/res/res/values/public.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down
Empty file removed tests/BiDiTests/Android
Empty file.
File renamed without changes.
9 changes: 9 additions & 0 deletions tests/BiDiTests/new-attributes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<public type="attr" name="layoutDirection" />

<public type="attr" name="layout_marginStart"/>
<public type="attr" name="layout_marginEnd"/>

<public type="attr" name="paddingStart"/>
<public type="attr" name="paddingEnd"/>

<public type="attr" name="textDirection"/>

0 comments on commit 1180644

Please sign in to comment.