summaryrefslogtreecommitdiff
path: root/core/java/android/widget/RelativeLayout.java
AgeCommit message (Expand)Author
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-19Add @UnsupportedAppUsage annotations for greylist.Artur Satayev
2019-11-06docs: fix typoJoshua Baxter
2019-07-18docs: Fix broken link.Nick Cook
2019-05-10Fix RelativeLayout rulesRyan Mitchell
2019-04-11Fix RelativeLayout checking of resource ids greater than 0x80Ryan Mitchell
2019-03-08Custom inspection companion for RelativeLayoutAshley Rose
2019-03-04Add @InspectableProperty annotations to LayoutParamsAshley Rose
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2019-02-04@InspectableProperty coverage for android.widgetAshley Rose
2018-11-22Restrict unsupported usage of Linear/RelativeLayout APIsClara Bayarri
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-16Code reformatting for upcoming automated code changes.Mathew Inwood
2018-03-14docs: Fixing broken hyperlinksAndrew Solovay
2017-07-13Fix calculation of RelativeLayout width in RTL modeRoozbeh Pournader
2017-07-05Fix RTL issue in RelativeLayoutChet Haase
2017-04-25docs: Update RelativeLayout.LayoutParams JavaDoc commentsJoe Fernandez
2017-01-30Fix for endless loop in RelativeLayout.Yura
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-08-02Target API check for margin params fixYigit Boyar
2016-03-22Fix generate layout params to preserve marginsYigit Boyar
2015-08-18Ensure layout resolution occurs when relative rules are removedAlan Viverette
2015-08-12Use correct param for heightMode in RelativeLayout horizontal measureAlan Viverette
2015-07-29Ensure maxHeight is at least 0 during measureChildHorizontal()Alan Viverette
2015-07-22Fix handling of RelativeLayout measurement using UNSPECIFIED specAlan Viverette
2015-06-24Avoid negative childSpecSize in RelativeLayoutAlan Viverette
2015-06-22Revert "Revert "Work around inconsistent views in RelativeLayout.onMeasure()""Alan Viverette
2015-06-19Revert "Work around inconsistent views in RelativeLayout.onMeasure()"Alan Viverette
2015-06-17Work around inconsistent views in RelativeLayout.onMeasure()Alan Viverette
2015-05-07Use new hierarchy viewer protocol in all View subclassesSiva Velusamy
2015-03-09Revert RelativeLayout's baseline view to API 22 and below behaviorAlan Viverette
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-26Implement landscape layout for time picker dialogAlan Viverette
2015-02-20Update time picker to match latest Material specAlan Viverette
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-14Allow views to be positioned relative to baseline-aligned viewsAlan Viverette
2015-01-07Fix accessibility delegationAlan Viverette
2014-09-30Fix some documentation typos.Newton Allen
2014-08-19Fix alignParentRight/End in RelativeLayoutAlan Viverette
2014-07-24Fix corner case of RelativeLayout with pinned edgesChet Haase
2014-02-12Fix RelativeLayout measurementAlan Viverette
2013-12-04Fix handling of constraints for unspecified height RelativeLayoutsAlan Viverette
2013-09-14Merge "Clean up layout constructors, make them consistent"Alan Viverette
2013-09-13am db34f3d1: am 50e5814c: Merge "Check RelativeLayout\'s access of its own La...Adam Powell
2013-09-13Check RelativeLayout's access of its own LayoutParams during measurementAdam Powell
2013-09-10Clean up layout constructors, make them consistentAlan Viverette
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2013-09-05Change build version from KEY_LIME_PIE to KITKATChet Haase
2013-09-04Fix bug #10514694 Specifying android:gravity="center_vertical|left" results i...Fabrice Di Meglio
2013-08-07Add copy constructors for all widget-specific LayoutParamsAlan Viverette