Tuesday, 6 November 2018

Setting background image in Android

Hi All,
Use this code to set background image in Android


<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:background = "@drawable/image_name"
android:layout_height="fill_parent"
android:orientation="vertical"
android:weightSum="1.0" >

No comments:

Post a Comment