You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boolean landScapeMode = mContext. getResources().getConfiguration().orientation == Configuration.ORIENTATION_LANDSCAPE;
if(landScapeMode){
bortomsheet.setPeekHeight(5000); //Or any high value
}
I tried this piece of code:
It works, but on landscape I get this tiny bottom sheet:
How come?
Attached sample project.
My Application.zip
The text was updated successfully, but these errors were encountered: