Here is my design requirement my first screen is an activity which contains a Fragment(Non-Fullscreen) on clicking a filter icon in a fragment(Non-Full screen), I want to navigate to filter fragment(Fullscreen) without communicating with an activity using Android Navigation Component
Asked
Active
Viewed 210 times
3

Nanda Z
- 1,604
- 4
- 15
- 37

MohanRaj Dhakshinamoorthy
- 950
- 1
- 6
- 8
-
have you tried changing the height and width of the container dynamically after changing to a full screen Fragment? – Vikas Oct 11 '19 at 10:15