summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/FrameLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Add View.getResolvedLayoutDirection()Fabrice Di Meglio2011-06-141-2/+5
* Rename Gravity BEFORE/AFTER to START/ENDFabrice Di Meglio2011-06-061-2/+2
* Fix bug #4509967 (layout_gravity not always respected)Fabrice Di Meglio2011-06-011-5/+5
* Add support for Gravity BEFORE and AFTERFabrice Di Meglio2011-05-271-5/+5
* Only delay pressed feedback for Views inside a scrolling parentPatrick Dubroy2011-05-051-0/+5
* Fix a typo in FrameLayout JavaDocSteve Block2011-04-131-2/+1
* Fix bug 3312807 - Fix child margin measurement in FrameLayoutAdam Powell2011-01-081-3/+5
* Don't match wrap_content/match_parent children with child count = 1.Romain Guy2011-01-071-3/+3
* Fix typo bug in FrameLayout's measurement code.Romain Guy2011-01-071-1/+1
* Make FrameLayout support mixed wrap_content/match_parent children.Romain Guy2011-01-041-7/+55
* Fix bug 3259292 - Make FrameLayout respect margins without a gravity settingAdam Powell2010-12-071-34/+37
* Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-2/+5
* Push the jumpDrawablesToCurrentState() thing off everywhere it should be.Dianne Hackborn2010-11-041-0/+6
* Update FrameLayout documentation.Romain Guy2010-08-171-2/+6
* Categorizing exported view properties.Konstantin Lopyrev2010-08-101-8/+13
* Fix centering in FrameLayout when margins are specified.Romain Guy2010-03-171-4/+4
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-5/+5
* Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix th...Romain Guy2009-05-241-15/+14
* AI 143899: am: CL 143896 Fix issue #1748954 and #1737952:Dianne Hackborn2009-03-311-17/+37
* Automated import from //branches/donutburger/...@140911,140911Karl Rosaen2009-03-241-1/+3
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-10/+37
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+450
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-450/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-0/+2
* Initial ContributionThe Android Open Source Project2008-10-211-0/+448