History log of /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/IntrinsicSizeFrameLayout.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2da78450d5e9723ca93fa39bfdc3f8dd27b41e89 12-May-2017 Maurice Lam <yukl@google.com> Add layout to size illustrations

- Add FillContentLayout, which is a (frame)layout which, when set
to fill the remaining space of its parent, will make sure its
children are sized between minWidth/minHeight and
maxWidth/maxHeight.
- Renamed styleable SuwIntrinsicSizeFrameLayout to be consistent with
the name of the view that uses it.

Test: ./gradlew connectedAndroidTest test
Bug: 38210310
Change-Id: I5b2aa6cfe8b4a05843de25d39cae776609f3d161
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/IntrinsicSizeFrameLayout.java
2c42b3f95a9319fc36f1dea5e775e2fab13a0a25 16-Jun-2016 Maurice Lam <yukl@google.com> [SuwLib] Position card correctly when keyboard is up

When the keyboard is shown in the tablet layout, position the card
correctly by using linear layout with 2 invisible weighted views.

Bug: 29420837
Change-Id: I85008800f16a4a8c6b7b2f8f78d702ac5674434a
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/IntrinsicSizeFrameLayout.java