Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

BottomSheet callbacks warning in logcat #2034 #2035

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open

BottomSheet callbacks warning in logcat #2034 #2035

wants to merge 24 commits into from

Conversation

cappee
Copy link

@cappee cappee commented Nov 11, 2020

W/BottomSheetBehavior: BottomSheetBehavior now supports multiple callbacks. setBottomSheetCallback() removes all existing callbacks, including ones set internally by library authors, which may result in unintended behavior. This may change in the future. Please use addBottomSheetCallback() and removeBottomSheetCallback() instead to set your own callbacks.

Mauker1 and others added 24 commits February 17, 2020 19:30
Updating documentation to show that you can also set the maxDate parameter.
Set hint on TextInputLayout instead of EditText so that it animates properly when you start typing.

From documentation:
* The hint should be set on the TextInputLayout, rather than the EditText. If a hint is specified
 * on the child EditText in XML, the TextInputLayout might still work correctly; TextInputLayout
 * will use the EditText's hint as its floating label. However, future calls to modify the hint will
 * not update TextInputLayout's hint.
…atically (#1972)

* Change RadioButton's colors programmatically

* Update sample to demonstrate changing RadioButton's colors programmatically
Updated version
W/BottomSheetBehavior: BottomSheetBehavior now supports multiple callbacks. `setBottomSheetCallback()` removes all existing callbacks, including ones set internally by library authors, which may result in unintended behavior. This may change in the future. Please use `addBottomSheetCallback()` and `removeBottomSheetCallback()` instead to set your own callbacks.
@cappee cappee changed the title Attempt to fix issue #2034 BottomSheet callbacks warning in logcat #2034 Jan 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
8 participants