Browse Source

Event info switched

Zachary Hatton 9 năm trước cách đây
mục cha
commit
911da0081d

+ 3 - 3
app/src/main/res/layout/activity_create_event_screen1.xml → app/src/main/res/layout/activity_create_event_screen.xml

@@ -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"/>
 

+ 1 - 1
app/src/main/res/layout/activity_event_details_screen.xml

@@ -14,7 +14,7 @@
         android:typeface="serif"
         android:textStyle="bold"
         android:padding="20dp"
-        android:text="Creator:" />
+        android:text="Title:" />
 
     <TextView
         android:id="@+id/datelabel"