0% found this document useful (0 votes)
8 views1 page

Linear Layout

hdohdihdlklsd

Uploaded by

kp6688479
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)
8 views1 page

Linear Layout

hdohdihdlklsd

Uploaded by

kp6688479
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/ 1

<LinearLayout

android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:layout_marginTop="90dp"
tools:ignore="MissingConstraints">

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text=" Beginning "
android:textSize="40dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="70dp"
android:gravity="center"
android:padding="10dp"
android:backgroundTint="#E8B5F1D0"
android:background="@drawable/myset"
android:onClick="openBegginning_c"></TextView>

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text=" Intermediate "
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:textSize="40dp"
android:layout_marginTop="80dp"
android:gravity="center"
android:padding="10dp"
android:backgroundTint="#E8B5F1D0"
android:background="@drawable/myset"
android:onClick="openIntermediate_c"></TextView>

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text=" Advanced "
android:backgroundTint="#E8B5F1D0"
android:background="@drawable/myset"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:textSize="40dp"
android:layout_marginTop="80dp"
android:gravity="center"
android:padding="10dp"
android:onClick="openAdvanced_c"></TextView>

</LinearLayout>

You might also like