franmontiel / franmontiel/FullScreenDialog

dialog (not in fullscreen) is taking all screen

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
111
Forks
28
PR merge metrics
No merged PRs in 30d

Description

Im trying to show the FullScreenDialog as a normal one, meaning i want it to wrap the content in my dialog fragment and not take the all screen.
of course i user setFullscreen(false) and got the "normal look" dialog, but it still takes the whole screen with only the edges around shows the background parent.
how can i change the height of the dialog to only wrap the content (like normal dialog)?
ive tried looking for it in the code with no success.

thank you!

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the FullScreenDialog implementation and the setFullscreen(false) path described in the issue, then trace how the dialog fragment determines its height. The change is complete when a non-fullscreen dialog wraps its content instead of occupying the full screen while leaving the parent background visible around its edges.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.