0% found this document useful (0 votes)
29 views4 pages

Android

Uploaded by

Maddi Pravallika
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views4 pages

Android

Uploaded by

Maddi Pravallika
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

<?xml version="1.0" encoding="utf-8"?

>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:gravity="center">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!"
android:textSize="35sp"
android:textColor="@color/white"/>

</LinearLayout>

<?xml version="1.0" encoding="utf-8"?>


<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="16dp">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Maddi Manasa"
android:textSize="20sp"
android:padding="8dp"/>

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Aditya Degree College "
android:textSize="20sp"
android:padding="8dp"/>

<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Sing in"
android:padding="8dp"/>

<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Log in"
android:padding="8dp"/>
</LinearLayout>

<?xml version="1.0" encoding="utf-8" ?>


<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="16dp">

<Button
android:id="@+id/Sign In"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Sign In"
android:padding="8dp"/>

<Button
android:id="@+id/Log In"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Log In"
android:padding="8dp"/>
</LinearLayout>

<?xml version="1.0" encoding="utf-8"?>


<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:padding="10dp">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text=" Manasa"
android:textSize="15sp"
android:padding="3dp"/>

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Aditya Degree College "
android:textSize="15sp"
android:padding="3dp"/>

<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="3dp"
android:text="Sing in" />

<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="3dp"
android:text="Log in" />
</LinearLayout>

<?xml version="1.0" encoding="utf-8" ?>


<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:gravity="center"
android:padding="16dp">

<ImageView
android:id="@+id/imageview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/android"
android:contentDescription="android"/>
</LinearLayout>

<?xml version="1.0" encoding="utf-8" ?>


<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:gravity="center"
android:padding="16dp">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="FRUITS"
android:textSize="25sp"
android:padding="3dp"/>

<RadioGroup
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="melon"
android:textSize="16sp"/>

<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="avocado"
android:textSize="16sp"/>

<RadioButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="blue berries"
android:textSize="16sp"/>
</LinearLayout>

<?xml version="1.0" encoding="utf-8" ?>


<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:gravity="center"
android:padding="16dp">

<EditText
android:id="@+id/edittext"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Enter your name here"
android:inputType="text"/>

</LinearLayout>
android:text="name"

You might also like