Using xml Syntax Highlighting
- <ImageView android:id="@+id/im"
- android:layout_width="fill_parent"
- android:layout_height=""fill_parent"
- android:layout_marginTop="@dimen/ten_pixel"
- android:layout_marginLeft="@dimen/six"
- android:background="@drawable/xs21"
- />
Parsed in 0.001 seconds, using GeSHi 1.0.8.4
in java file
ImageView im=(ImageView)findViewById(R.id.im);
im.getHeight();
it's always show zero value....how to get height of image????






