. Android Developers Blog: scroll image in android
Showing posts with label scroll image in android. Show all posts
Showing posts with label scroll image in android. Show all posts

Tuesday, 12 March 2013

ScrollView in android | horizontal scroll view in android | scroll image horizonatlly and vertically both

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"        ...

 

Copyright @ 2013 Android Developers Blog.