我有一個底部表單的屏幕,但是用於在活動之間工作的過渡動畫我需要底部表單在用戶重新按下時摺疊。我試過這個 @Override
public void onBackPressed(){
if (mBottomSheetBehavior.getState()==BottomSheetBehavior.STATE_COLLAPSED){
super.onBackPressed();
我的動作欄隱藏片段的一部分,參見下文圖像: Actionbar hides under toolbar when bottom sheet is expanded <LinearLayout
android:id="@+id/bottom_sheet"
android:layout_width="match_parent"
android:layout_height=