|
@@ -7,4 +7,11 @@
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
tools:context=".MainActivity">
|
|
tools:context=".MainActivity">
|
|
|
|
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/textView"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:text="TextView" />
|
|
|
|
+
|
|
</LinearLayout>
|
|
</LinearLayout>
|