I am developing the app and now I have very big problem.
As we know nexus 5 and nexus 5x using the same resource directory (xxhdpi) my view getting broken because of so
You have to use Android Percent Support Lib which divide your layout View into Percentage....
It is easy to set Views using Percentage which is useful for all device and UI is same in all device .....
Use below link ....
Android Percent Support Lib
I think it solve you problem ....
enjoy coding ....