Linear Layout

Watch ads

activity_main.xml

android:layout_height="match_parent" android:layout_width="match_parent" android:orientation="vertical" tools:context=".MainActivity" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"> android:id="@+id/textView" android:layout_height="wrap_content" android:layout_margintop="40dp" android:layout_width="wrap_content" android:text="First Name:" android:textcolor="@color/black" android:textsize="20sp" android:hint="Enter First Name"

Comments

Popular posts from this blog

Music Player Code

Relative Layout