Practical 5 MAD
Practical 5 MAD
>
<AbsoluteLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
tools:context=".MainActivity">
<View
android:layout_width="165dp"
android:layout_height="102dp"
android:layout_x="150dp"
android:layout_y="150dp"
android:background="@color/white" />
<View
android:layout_width="140dp"
android:layout_height="99dp"
android:layout_x="228dp"
android:layout_y="314dp"
android:background="@color/white" />
<TextView
android:id="@+id/textView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_x="163dp"
android:layout_y="190dp"
android:text="name=Devdas Jadhav" />
<TextView
android:id="@+id/textView3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_x="0dp"
android:layout_y="51dp"
android:text="Name=Vaishnav Jagtap" />
<TextView
android:id="@+id/textView4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_x="229dp"
android:layout_y="340dp"
android:text="name=Trupti nalwade" />
</AbsoluteLayout>