[go: nahoru, domu]

History log of /frameworks/support/design/src/android/support/design/widget/BottomSheetDialogFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
05c8a189672f5d883555e068549c0a84eeeff4aa 22-Apr-2016 Adam Powell <adamp@google.com> Remove dependencies on Activity from common Fragment superclasses

Support lib edition

Allow common Fragments to be used in non-Activity hosts.

Bug 28337394

Change-Id: Ia06b560b2863d995a6b67dafac770a4c25ff4ab9
/frameworks/support/design/src/android/support/design/widget/BottomSheetDialogFragment.java
3bd9d18c5855600254e907d6668f2ec4d7fd1c51 26-Feb-2016 Yuichi Araki <yaraki@google.com> Fix BottomSheetDialog when it is short

The bottom sheet is now properly laid out when the content is shorter
than the specified peek height.

This also fixes unwanted canceling when pulling up a short modal bottom
sheet.

Bug: 27350772
Change-Id: I8f44eabbd96c322fa3039683b05c123d3cce9749
/frameworks/support/design/src/android/support/design/widget/BottomSheetDialogFragment.java
9aec720809a123c6193304730acf8b55d6ce5a7a 17-Dec-2015 Yuichi Araki <yaraki@google.com> Fix BottomSheet over ScrollView

The event handling in BottomSheetBehavior is much simplified by
delegating most of its work to ViewDragHelper.

This also fixes ViewGroupUtils.offsetDescendantRect on Gingerbread so
that it disregards the scroll offsets of the content of the target
child. This was necessary to fix the behavior of
CoordinatorLayout.isPointInChildBounds.

Bug: 26237244
Bug: 26435997
Change-Id: I63de59fb859c2071186eb202a037b048a71ea8f2
/frameworks/support/design/src/android/support/design/widget/BottomSheetDialogFragment.java
bf987613e4a9043e263346047494ba3e977ff0f8 09-Dec-2015 Yuichi Araki <yaraki@google.com> BottomSheetDialog and BottomSheetDialogFragment

These are referred to as "modal" bottom sheets in the Material Design
guideline.

BottomSheetDialogFragment can be used like DialogFragment, but it shows
the content using BottomSheetBehavior. BottomSheetDialog is an
implementation of Dialog styled to show a bottom sheet.

Bug: 23989269
Change-Id: I6aefb221539f18cef580f5fa8bc8c377198b359c
/frameworks/support/design/src/android/support/design/widget/BottomSheetDialogFragment.java