
Hello friends, Using the following xml code you can scroll an image in both horizontally and vertically. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@color/white" android:orientation="vertical" > <ScrollView android:id="@+id/ScrollView01" android:layout_width="wrap_content" ...