You should not use px
, use dp
instead.
android:layout_height="365dp"
Have a read here, to know Density independent pixel(dp) better.
Using dp units to define your
application's UI is highly
recommended, as a way of ensuring
proper display of your UI on different
screens.