|
@@ -1,6 +1,5 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
@@ -10,7 +9,7 @@
|
|
|
android:id = "@+id/creatorTitle"
|
|
android:id = "@+id/creatorTitle"
|
|
|
android:layout_width="80dp"
|
|
android:layout_width="80dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="Creator:"
|
|
|
|
|
|
|
+ android:text="@string/createor"
|
|
|
android:layout_column="0"
|
|
android:layout_column="0"
|
|
|
android:layout_row="0"/>
|
|
android:layout_row="0"/>
|
|
|
|
|
|
|
@@ -18,7 +17,7 @@
|
|
|
android:id = "@+id/titleTitle"
|
|
android:id = "@+id/titleTitle"
|
|
|
android:layout_width="80dp"
|
|
android:layout_width="80dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="Title:"
|
|
|
|
|
|
|
+ android:text="@string/title"
|
|
|
android:layout_column="0"
|
|
android:layout_column="0"
|
|
|
android:layout_row="1"/>
|
|
android:layout_row="1"/>
|
|
|
|
|
|
|
@@ -26,7 +25,7 @@
|
|
|
android:id="@+id/dateTitle"
|
|
android:id="@+id/dateTitle"
|
|
|
android:layout_width="80dp"
|
|
android:layout_width="80dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="Date:"
|
|
|
|
|
|
|
+ android:text="@string/date"
|
|
|
android:ems="10"
|
|
android:ems="10"
|
|
|
android:layout_column="0"
|
|
android:layout_column="0"
|
|
|
android:layout_row="2"
|
|
android:layout_row="2"
|
|
@@ -36,7 +35,7 @@
|
|
|
android:id="@+id/timeTitle"
|
|
android:id="@+id/timeTitle"
|
|
|
android:layout_width="80dp"
|
|
android:layout_width="80dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="Time:"
|
|
|
|
|
|
|
+ android:text="@string/time"
|
|
|
android:layout_column="0"
|
|
android:layout_column="0"
|
|
|
android:layout_row="3" />
|
|
android:layout_row="3" />
|
|
|
|
|
|
|
@@ -44,7 +43,7 @@
|
|
|
android:id="@+id/placeTitle"
|
|
android:id="@+id/placeTitle"
|
|
|
android:layout_width="80dp"
|
|
android:layout_width="80dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="Place:"
|
|
|
|
|
|
|
+ android:text="@string/place"
|
|
|
android:layout_column="0"
|
|
android:layout_column="0"
|
|
|
android:layout_row="4" />
|
|
android:layout_row="4" />
|
|
|
|
|
|
|
@@ -52,7 +51,7 @@
|
|
|
android:id="@+id/foodTitle"
|
|
android:id="@+id/foodTitle"
|
|
|
android:layout_width="80dp"
|
|
android:layout_width="80dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="Food:"
|
|
|
|
|
|
|
+ android:text="@string/food"
|
|
|
android:layout_column="0"
|
|
android:layout_column="0"
|
|
|
android:layout_row="5" />
|
|
android:layout_row="5" />
|
|
|
|
|
|
|
@@ -60,7 +59,7 @@
|
|
|
android:id="@+id/descTitle"
|
|
android:id="@+id/descTitle"
|
|
|
android:layout_width="80dp"
|
|
android:layout_width="80dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="Description:"
|
|
|
|
|
|
|
+ android:text="@string/description"
|
|
|
android:layout_column="0"
|
|
android:layout_column="0"
|
|
|
android:layout_row="6" />
|
|
android:layout_row="6" />
|
|
|
|
|
|
|
@@ -133,6 +132,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_column="1"
|
|
android:layout_column="1"
|
|
|
android:layout_row="7"
|
|
android:layout_row="7"
|
|
|
- android:text = "Create Event" />
|
|
|
|
|
|
|
+ android:text="@string/create_event" />
|
|
|
|
|
|
|
|
</GridLayout>
|
|
</GridLayout>
|