LİNEER LAYOUT 1
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/txt"
android:text="Enes Emre Peçenek"
android:textSize="@dimen/activity_horizontal_margin">
</TextView>
<TextView
android:id="@+id/txt1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Emre Peçenek"
android:textSize="@dimen/activity_vertical_margin"/>
</LinearLayout>