Hi +-
this is showen when i open my application.
but i want the image fullscreen as slide show in gallary...
regards
surya











Emistro45 wrote:i dont understand....i use the code(main.xml) to loaad my background..wont work tho..y?:Using java Syntax Highlighting
android:background="@drawable/untitled.bmp" Parsed in 0.035 seconds, using GeSHi 1.0.8.4
it wont compile nor run and when i look in the layout window the background is there....the image is in the drawable folder in the application...do i still need to merge it with the emulator er wut?


<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello"
/>
</LinearLayout>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="5dip"
android:background="@drawable/ferry">
</RelativeLayout>


Users browsing this forum: No registered users and 9 guests