How do I implement the complex UI as below
I tried implementing this layout with combinations of different layout, experimenting with gravity and dynamic calculations
However As per my understanding it required few margin and padding hard coded in dp, which makes the UI unstable in different screen resolution
Can anyone help me guide on how can we implement this in efficient...
Also even xhdpi and xxhdpi layout are different in multiple device using same layout..can anyone tell why so?