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
Bottom-sheet style was a dialog card moved to the bottom edge: same
AlertDialog container colour, same drop shadow, same dialog shape. It read as
a lowered dialog because that is all it was.
Now it takes the Material 3 sheet treatment — sheet container colour, no drop
shadow, expanded sheet shape — plus a drag handle to grab and
navigationBarsPadding so the action row is not sitting on the gesture bar.
That last part follows InstallerX Revived's sheet, whose own action row
carries navigationBarsPadding with extra bottom padding under gesture
navigation.
The stage content is still shared with the dialog style; only the container
differs, which was the point of splitting them.
Verified on device by opening an APK from ZArchiver with the sheet style on.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments