Merge "Deactivate touch target for splitscreen button" into tm-qpr-dev

This commit is contained in:
Ikram Gabiyev
2022-09-07 21:28:11 +00:00
committed by Android (Google) Code Review

View File

@@ -207,6 +207,9 @@ public class PipMenuView extends FrameLayout {
} }
}); });
// this disables the ripples
mEnterSplitButton.setEnabled(false);
findViewById(R.id.resize_handle).setAlpha(0); findViewById(R.id.resize_handle).setAlpha(0);
mActionsGroup = findViewById(R.id.actions_group); mActionsGroup = findViewById(R.id.actions_group);