summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/RelativeLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Add View.getResolvedLayoutDirection()Fabrice Di Meglio2011-06-141-1/+2
* Interrogation of the view hierarchy from an AccessibilityService.Svetoslav Ganov2011-06-061-0/+9
* Rename Gravity BEFORE/AFTER to START/ENDFabrice Di Meglio2011-06-061-9/+10
* Add support for Gravity BEFORE and AFTERFabrice Di Meglio2011-05-271-17/+18
* Only delay pressed feedback for Views inside a scrolling parentPatrick Dubroy2011-05-051-0/+5
* am 11a72482: Merge "docs: add links from widget classes to tutorials" into froyoScott Main2010-08-191-0/+3
|\
| * docs: add links from widget classes to tutorialsScott Main2010-08-191-0/+3
* | Categorizing exported view properties.Konstantin Lopyrev2010-08-101-2/+2
|/
* Fix how RelativeLayout handles alignParentBottom/Right when dimension is wrap...Romain Guy2010-01-111-2/+12
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-2/+2
* Fix obsolete advice in RelativeLayout's documentation.Romain Guy2010-01-041-2/+1
* Fixes 2017393. Correctly apply gravity in RelativeLayout.Romain Guy2009-07-281-5/+9
* Remove exception throw when a view has a self dependency inside aRomain Guy2009-07-191-5/+2
* Fixes #1940605. MeasureSpec's mode and height were inverted in RelativeLayout.Romain Guy2009-06-291-3/+5
* Improve handling of FILL_PARENT in RelativeLayout.Romain Guy2009-06-251-3/+8
* Fixes #1943309. RelativeLayout was confused by gravities.Romain Guy2009-06-251-12/+69
* Fixes #1943915. Prevents circular dependency exception when using several NO_IDRomain Guy2009-06-251-11/+26
* Fixes #1940605. RelativeLayout was swapping horizontal and verticalRomain Guy2009-06-251-2/+2
* Fixes #1940839. Prevents NPE in RelativeLayout when a non-existing View isRomain Guy2009-06-251-0/+3
* Reverse the order in which RelativeLayout measures and positions children.Romain Guy2009-06-241-12/+14
* Fix NPE in RelativeLayout.Romain Guy2009-06-241-8/+6
* RelativeLayout was ignoring some dependencies.Romain Guy2009-06-241-29/+15
* Improve RelativeLayout by allowing dependencies to be declared in a randomRomain Guy2009-06-231-37/+385
* Fix int to string mapping of exported properties. The value generated by theRomain Guy2009-06-041-6/+6
* Accessibility feature - framework changes (replacing 698, 699, 700, 701 and m...svetoslavganov2009-05-141-4/+62
* Fixes #1846038. DrawableContainer was wrongly returning its opacity by ignori...Romain Guy2009-05-121-1/+1
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-1/+4
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-0/+21
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+954
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-954/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-0/+4
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-2/+2
* Initial ContributionThe Android Open Source Project2008-10-211-0/+950