ThuyKhanh

Results 2 issues of ThuyKhanh

I want to hide bottom sheet when activity create, so I set state as STATE_HIDDEN in onCreate() function CoordinatorLayout coordinatorLayout = (CoordinatorLayout) findViewById(R.id.coordinatorlayout); View bottomSheet = coordinatorLayout.findViewById(R.id.bottom_sheet); behavior = BottomSheetBehaviorGoogleMapsLike.from(bottomSheet);...

Hello there, I cloned this project into my PC, i opened this project with Qt creator 8.0.2 but I meet the issue as image below Could you help me to...