Dear All, I met a problem.
I want a background image, and the gallery size is the screen size. But, that will lead the gallery scroll lag. Anybody know how to solve it? <?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" android:background="@drawable/main_list_bg" ======> background > <Gallery android:id="@+id/gallery" android:layout_width="fill_parent" ======> full screen android:layout_height="fill_parent" =======> full screen /> </LinearLayout> -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en