I have created one Android application.
When I run my application in Mobile Phone it works very well, but when I run in Tablet the layout
Mobile Phone
Tablet
@Sagar Zala
Try to use constraint layout as parent view for your layout which will help to make your application responsive for phone and device.
Constraint Layout