I am trying to create a splash screen with 9patchimage.... its working fine on a tablet device(2048*1536) but on the mobile device(1920x1080p) display image stretching vertically only Here is my 9patch image i am using this image for splash screen
this one is the screenshot from mobile device here you can see its stretching vertically only
here is the XML layout of my splash screen file
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/splashscreen"
tools:context="app.av.com.app.gui.SplashScreen">