OSDN Git Service

Allow views to be positioned relative to baseline-aligned views
authorAlan Viverette <alanv@google.com>
Wed, 14 Jan 2015 20:30:04 +0000 (12:30 -0800)
committerAlan Viverette <alanv@google.com>
Wed, 14 Jan 2015 20:30:04 +0000 (12:30 -0800)
commite1a65719af62d495446badc7a4d2ace31515341e
tree773bd3771e3527674da1e7cb2b9b4b5b5185d75c
parentdbf22ccd92dc95e7c93c0485be4bcfb5c966578a
Allow views to be positioned relative to baseline-aligned views

Previously baseline alignment was handled as a separate pass after
normal bottom/top/etc. alignment, but this prevented views from being
laid out relative to baseline-aligned views.

BUG: 17938274
Change-Id: I5965110f012f3b27149b437ba3524cda84e9daf4
core/java/android/widget/RelativeLayout.java