forked from CyanogenMod/android_frameworks_base
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug #4772392 Check what needs to be done for RTL specific new att…
…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
Showing
6 changed files
with
60 additions
and
68 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"/> |