|
|
@@ -3,13 +3,13 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- tools:context="com.example.yiupang.freefoodfinder.CreateEventScreen1">
|
|
|
+ tools:context="com.example.yiupang.freefoodfinder.CreateEventScreen">
|
|
|
|
|
|
<TextView
|
|
|
android:id = "@+id/creatorTitle"
|
|
|
android:layout_width="80dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="@string/createor"
|
|
|
+ android:text="Title:"
|
|
|
android:layout_column="0"
|
|
|
android:layout_row="0"/>
|
|
|
|
|
|
@@ -17,7 +17,7 @@
|
|
|
android:id = "@+id/titleTitle"
|
|
|
android:layout_width="80dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="@string/title"
|
|
|
+ android:text="Creator:"
|
|
|
android:layout_column="0"
|
|
|
android:layout_row="1"/>
|
|
|
|