i've got this simple layout in a file derived from Activity

<?xml version="1.0" encoding="utf-8"?>
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android";
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="10dip" >
<ImageView android:id="@+id/photo"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content" />
</ScrollView>

i'd like to change the imageview contents dynamically.

which method do i need to overload - again this class is derived
from Activity.

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

Reply via email to