Created
July 25, 2020 08:17
-
-
Save MrCrambo/261457d503d9fb1066a09d6994f0f7be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ConstraintLayout logsTopSheet = findViewById(R.id.navigine__logcat_sheet); | |
TopSheetBehavior topSheetBehavior = TopSheetBehavior.from(logsTopSheet); | |
topSheetBehavior.setState(TopSheetBehavior.STATE_HIDDEN); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment