History log of /frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetModalBase.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
01ca48bfc8ad80dae2e2809420af1e4b80dd4ae5 22-Jun-2016 Yuichi Araki <yaraki@google.com> Automatic peekHeight for bottom sheets

Apps can specify app:behavior_peekHeight="auto" to let the
BottomSheetBehavior automatically calculate the 16:9 ratio keyline and
use it as the peek height while keeping it at least as tall as 64dp.

This is now the default parameter of BottomSheetBehavior and
BottomSheetDialog. The old default was 0, so this change will not affect
existing apps which should already have some value specified for the
peek height.

Bug: 27260758
Change-Id: Ibbf725aa89352512f4b54fa9fe297c1675f76939
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetModalBase.java
a80c3794138d9bc3c49577ac01998a9da4dcfbb2 11-May-2016 Yuichi Araki <yaraki@google.com> Add usage of app:behavior_skipCollapsed

Change-Id: I693d53265da8c7ff2a7a3815e74f4cfcf5a23e3b
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/BottomSheetModalBase.java