|
@@ -7,46 +7,4 @@
|
|
|
android:orientation="vertical"
|
|
|
tools:context=".MainActivity">
|
|
|
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/textView"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="TextView" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/textView2"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="TextView" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/textView3"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="TextView" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/textView4"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="TextView" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/textView5"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="TextView" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/textView6"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="TextView" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/textView7"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="TextView" />
|
|
|
</LinearLayout>
|