소스 검색

Event info switched

Zachary Hatton 9 년 전
부모
커밋
911da0081d
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 3
      app/src/main/res/layout/activity_create_event_screen.xml
  2. 1 1
      app/src/main/res/layout/activity_event_details_screen.xml

+ 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"