Using xml Syntax Highlighting
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- >
- <ImageView id="@+id/img1"
- android:layout_width="304px"
- android:layout_height="84px"
- android:layout_marginTop="9px"
- android:layout_marginLeft="9px"
- android:src="@drawable/shape_2"
- />
- </RelativeLayout>
Parsed in 0.002 seconds, using GeSHi 1.0.8.4
but in static width and height......i want created dynamic.... according to emulator screen width and height is it possible using xml...





