summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/RelativeLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Revert RelativeLayout's baseline view to API 22 and below behaviorAlan Viverette2015-03-091-15/+31
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Implement landscape layout for time picker dialogAlan Viverette2015-02-261-0/+19
* Update time picker to match latest Material specAlan Viverette2015-02-201-5/+7
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-11/+2
* Allow views to be positioned relative to baseline-aligned viewsAlan Viverette2015-01-141-64/+39
* Fix accessibility delegationAlan Viverette2015-01-071-5/+8
* Fix some documentation typos.Newton Allen2014-09-301-1/+1
* Fix alignParentRight/End in RelativeLayoutAlan Viverette2014-08-191-1/+1
* Fix corner case of RelativeLayout with pinned edgesChet Haase2014-07-241-31/+27
* Fix RelativeLayout measurementAlan Viverette2014-02-121-5/+5
* Fix handling of constraints for unspecified height RelativeLayoutsAlan Viverette2013-12-041-8/+19
* Merge "Clean up layout constructors, make them consistent"Alan Viverette2013-09-141-11/+8
|\
| * Clean up layout constructors, make them consistentAlan Viverette2013-09-101-11/+8
* | am db34f3d1: am 50e5814c: Merge "Check RelativeLayout\'s access of its own La...Adam Powell2013-09-131-2/+2
|\ \ | |/ |/|
| * Check RelativeLayout's access of its own LayoutParams during measurementAdam Powell2013-09-131-2/+2
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-2/+8
|/
* Change build version from KEY_LIME_PIE to KITKATChet Haase2013-09-051-3/+3
* Fix bug #10514694 Specifying android:gravity="center_vertical|left" results i...Fabrice Di Meglio2013-09-041-3/+16
* Add copy constructors for all widget-specific LayoutParamsAlan Viverette2013-08-071-0/+18
* Replace HashMap with ArrayMap to remove unnecessary allocationsRomain Guy2013-06-031-106/+21
* Revert "Reduce the number of measurement passes in RelativeLayout"Romain Guy2013-05-151-17/+12
* Reduce the number of measurement passes in RelativeLayoutRomain Guy2013-05-101-12/+17
* Revert "Skip 2nd measure pass whenever possible"Romain Guy2013-04-251-21/+23
* Skip 2nd measure pass whenever possibleRomain Guy2013-04-251-23/+21
* Fix for bug 8578258.Philip Milne2013-04-231-1/+1
* Fix for bug 8578258: GridLayout is forcing wrong width to TextView widgetsPhilip Milne2013-04-221-1/+6
* Always take padding and margins into accountRomain Guy2013-04-081-9/+21
* Fix bug #8480245 ViewGroup layout margins can be wrong in RTL modeFabrice Di Meglio2013-03-261-7/+7
* Merge "Fix bug #8217354 Suspicious behavior in RTL support for a RelativeLayo...Fabrice Di Meglio2013-03-071-18/+128
|\
| * Fix bug #8217354 Suspicious behavior in RTL support for a RelativeLayoutFabrice Di Meglio2013-03-051-18/+128
* | Improve RTL code for RelativeLayoutFabrice Di Meglio2013-03-051-13/+5
|/
* Always honor fixed size childrenRomain Guy2013-02-111-12/+17
* Fix bug #8051633 Recent Apps thumbnails in RTL mode (Arabic / Hebrew / Farsi)...Fabrice Di Meglio2013-01-251-30/+39
* Fix bug #8052320 RelativeLayout is not having the correct width when in RTL m...Fabrice Di Meglio2013-01-221-17/+9
* Merge "Update documentation to mention compatibility versioning"Adam Powell2012-12-101-0/+15
|\
| * Update documentation to mention compatibility versioningAdam Powell2012-12-101-0/+15
* | Merge "Compatibility measurement hacks when targetSdkVersion <= JB-MR1"Adam Powell2012-12-071-2/+14
|\ \ | |/
| * Compatibility measurement hacks when targetSdkVersion <= JB-MR1Adam Powell2012-12-071-2/+14
* | am 7ee2f778: am 09329186: am b3b2922b: Merge "Fix bug #7649607 Hebrew text is...Fabrice Di Meglio2012-12-061-3/+13
|\ \ | |/ |/|
| * Fix bug #7649607 Hebrew text is cut off in SettingsFabrice Di Meglio2012-12-041-3/+13
* | am cd91470a: am 146b1290: am cdc6d5cf: Merge "Fix bug #7617883 RelativeLayout...Fabrice Di Meglio2012-11-291-2/+28
|\ \ | |/
| * Fix bug #7617883 RelativeLayout is not having the correct width when in RTL modeFabrice Di Meglio2012-11-281-6/+32
* | Simplification of the poolable management utils.Svetoslav Ganov2012-11-271-39/+7
* | am d31f0ab9: am 9d662c77: am 68b14054: Merge "Revert "Fix bug #7325234 Layout...Fabrice Di Meglio2012-10-291-5/+2
|\ \ | |/
| * Revert "Fix bug #7325234 LayoutParams are not resolved correctly (Settings ap...Fabrice Di Meglio2012-10-261-5/+2
* | am 4c95bfd5: am 39b0c29e: am ec139240: Merge "Fix bug #7325234 LayoutParams a...Fabrice Di Meglio2012-10-111-2/+3
|\ \ | |/
| * Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks...Fabrice Di Meglio2012-10-101-2/+3
* | am f4a1dad6: am 5b04d032: am b8021a88: Merge "Fix bug #7326778 Rename LayoutP...Fabrice Di Meglio2012-10-101-4/+4
|\ \ | |/
| * Fix bug #7326778 Rename LayoutParams.onResolveLayoutDirection(int)Fabrice Di Meglio2012-10-101-4/+4