summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/LinearLayout.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Revert "Fix bug #7325234 LayoutParams are not resolved correctly (Settings ap...Fabrice Di Meglio2012-10-261-6/+0
|/
* Fix the buildFabrice Di Meglio2012-10-101-2/+2
* Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks...Fabrice Di Meglio2012-10-101-0/+6
* 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
|/
* Correctly handle negative margins in horizontal linear layouts.Romain Guy2010-02-251-7/+33
* Fix tabs.Romain Guy2010-02-241-15/+11
* Force layout on TableRows when column widths are shrinked or streched.Gilles Debunne2010-02-121-9/+11
* Do not let negative margins reduce the size of the LinearLayout.Romain Guy2010-02-051-15/+26
* Make vertical LinearLayouts behave like horizontal LLs do.Romain Guy2010-01-231-1/+1
* Bring back buttons in dialogs.Romain Guy2010-01-221-1/+1
* Add a new attribute to LinearLayout: useLargestChild.Romain Guy2010-01-211-20/+89
* First pass at new device policy and administration APIs.Dianne Hackborn2010-01-171-0/+20
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-15/+15
* Fixes layout shifts in LinearLayout.Romain Guy2009-12-151-0/+6
* Default mBaselineAlignedChildIndex to -1 so it will still be valid when a Lin...Karl Rosaen2009-08-121-1/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1318