summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/LinearLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Exposed getLocationOnScreen, added formatToHexString method.Jon Miranda2014-07-291-1/+1
* Force measurement in LinearLayout if any views are skippedAlan Viverette2014-02-241-4/+11
* Merge "Clean up layout constructors, make them consistent"Alan Viverette2013-09-141-1/+1
|\
| * Clean up layout constructors, make them consistentAlan Viverette2013-09-101-1/+1
* | Add typedefs and nullness annotations.Tor Norbye2013-09-111-4/+26
|/
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-4/+8
* Add copy constructors for all widget-specific LayoutParamsAlan Viverette2013-08-071-1/+14
* am 2e8dd459: am 4e1b2f44: am 20b76b9f: am 1e761ded: Merge "Fix typos in Linea...Fabrice Di Meglio2012-11-301-1/+1
|\
| * Merge "Fix typos in LinearLayout comments" into jb-mr1-devFabrice Di Meglio2012-11-301-1/+1
| |\
| | * Fix typos in LinearLayout commentsFabrice Di Meglio2012-10-251-1/+1
* | | am d31f0ab9: am 9d662c77: am 68b14054: Merge "Revert "Fix bug #7325234 Layout...Fabrice Di Meglio2012-10-291-6/+0
|\ \ \ | |/ /
| * | Revert "Fix bug #7325234 LayoutParams are not resolved correctly (Settings ap...Fabrice Di Meglio2012-10-261-6/+0
| |/
* | am ce6e952c: am 91622961: am f6215e55: Fix the buildFabrice Di Meglio2012-10-101-2/+2
|\ \ | |/
| * Fix the buildFabrice Di Meglio2012-10-101-2/+2
* | am e7af2a37: am ee65e1d3: am 7573b1ee: Merge "Fix bug #7325234 LayoutParams a...Fabrice Di Meglio2012-10-101-0/+6
|\ \ | |/
| * Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks...Fabrice Di Meglio2012-10-101-0/+6
* | Optical bounds support for LinearLayout, TableLayout and TableRow.Philip Milne2012-09-271-10/+18
|/
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-2/+2
* am 7c00f816: am 2f5b61a7: Merge "docs: fix a bunch of links from javadocs to ...Scott Main2012-07-251-2/+2
|\
| * docs: fix a bunch of links from javadocs to api guidesScott Main2012-07-241-2/+2
* | Fix dividers position for LinearLayoutFabrice Di Meglio2012-07-091-6/+20
|/
* Fix LinearLayout measureWithLargestChild for wrap_content viewsAdam Powell2012-05-041-2/+2
* Fixes for bugs: #6103660, #6103957, #6104457 and #6104322.Philip Milne2012-03-131-0/+19
* am d9760a81: am 25517fdc: am 637c50db: am c7e5a2fe: Merge "Fix dividers for L...Adam Powell2012-03-011-2/+2
|\
| * Fix dividers for LinearLayout (TabWidget)Vladimir Baryshnikov2012-01-171-2/+2
* | AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-1/+15
|/
* Updates for action menusAdam Powell2011-07-061-18/+24
* Don't draw a middle divider on the first visible view.Adam Powell2011-06-201-2/+10
* Add View.getResolvedLayoutDirection()Fabrice Di Meglio2011-06-141-2/+4
* Rename atribute View horizontalDirection to layoutDirection and update unit t...Fabrice Di Meglio2011-06-071-2/+2
* Rename Gravity BEFORE/AFTER to START/ENDFabrice Di Meglio2011-06-061-8/+8
* Improve ViewDebug informations for View and LineaLayoutFabrice Di Meglio2011-06-021-15/+31
* Fix bug #4509967 (layout_gravity not always respected)Fabrice Di Meglio2011-06-011-2/+2
* Merge "Add support for Gravity BEFORE and AFTER"Fabrice Di Meglio2011-05-271-10/+14
|\
| * Add support for Gravity BEFORE and AFTERFabrice Di Meglio2011-05-271-10/+14
* | Action bar tab layoutAdam Powell2011-05-251-2/+52
|/
* RTL Ordering of visual elements in LinearLayoutFabrice Di Meglio2011-05-201-38/+51
* Merge "Only delay pressed feedback for Views inside a scrolling parent"Patrick Dubroy2011-05-051-0/+5
|\
| * Only delay pressed feedback for Views inside a scrolling parentPatrick Dubroy2011-05-051-0/+5
* | Refactoring of action bar internalsAdam Powell2011-05-021-0/+9
|/
* Refactor menu internals.Adam Powell2011-04-191-82/+57
* Add dividers to action bar navigation. Lighter dividers for holo themes.Adam Powell2010-12-051-2/+2
* Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-4/+21
* Update themes; dialogs, metricsAdam Powell2010-12-011-3/+237
* am bb8d314b: am 70c9ffbc: am 11a72482: Merge "docs: add links from widget cla...Scott Main2010-08-211-0/+3
|\
| * 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
* | | resolved conflicts for merge of f00ee0f7 to masterKonstantin Lopyrev2010-08-101-10/+12
|\ \ \ | |/ /
| * | Categorizing exported view properties.Konstantin Lopyrev2010-08-101-10/+12
| |/
* | Allow the use of styles with LinearLayout, make "useLargestChild" attr public.Romain Guy2010-06-151-3/+40
|/