i placed a imageview (10dip) from the margin left(assume 100*200 size
emulator )the same code if i run on the another emulator(assume
200*200)the image view should appear at 20dip but it is displaying at
10dip only ...so how can i solve this....


  <ImageView android:layout_height="wrap_content"
android:layout_marginLeft="10dip"  android:id="@+id/iv4"
android:layout_width="wrap_content" android:src="@drawable/image"></
ImageView>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to