Answer the question
In order to leave comments, you need to log in
How to scroll background image along with listbox?
I wanted to add a background image to the ListView that would scroll along with the list items. The
project implemented repeat for the background image:
activity_main.xml:
<?xml version="1.0" encoding="utf-8?>
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@layout/repeat_background" />
<?xml version="1.0" encoding="utf-8?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/back"
android:tileMode="repeat"/>
Answer the question
In order to leave comments, you need to log in
Googled for you. stackoverflow.com/questions/14155881/how-to-get-a-...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question