private void changeWindowDimensions(Window window) {
        // Set the window's background drawable resource
        window.setBackgroundDrawableResource(R.drawable.custom_dialog_background);

        // Apply the resizing logic inside a post() call on the window's decor view,