دنبال کننده ها

۱۳۹۶ اسفند ۲۴, پنجشنبه

android - Splashscreen image fullsize aspect ratio

[ad_1]



I have problem with setting image to full width and full height with right aspect ratio. I have this piece of code and dunno how to solve it, if it's possible.



Thank you



<layer-list xmlns:android="http://schemas.android.com/apk/res/android" android:gravity="fill">
<item>
<bitmap android:gravity="center|clip_horizontal|fill_vertical" android:src="http://stackoverflow.com/@drawable/background" />
</item>
<item>
<bitmap android:gravity="center" android:src="@drawable/logo" />
</item>
</layer-list>



[ad_2]

لینک منبع