]> iEval git - unical.git/blobdiff - res/layout/eventview.xml
add interface for displaying an event
[unical.git] / res / layout / eventview.xml
index e462f421ef3e388a84fa43a3de854dc654520951..73fb2d2b97cd00ae1e32d16b96c5ab7eac9ebe7b 100644 (file)
         />
 
     <TextView
-        android:id="@+id/desc"
+        android:id="@+id/description"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:text="Description:"
+        android:text="@string/descriptionlabel"
         android:textAppearance="?android:attr/textAppearanceMedium" />
 
     <TextView
         android:text="Small Text"
         android:textAppearance="?android:attr/textAppearanceSmall" />
 
+    <LinearLayout
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content" >
+
+        <TextView
+            android:id="@+id/textView1"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:text="@string/locationlabel"
+            android:textAppearance="?android:attr/textAppearanceMedium" />
+
+        <TextView
+            android:id="@+id/location"
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:text="Medium Text"
+            android:textAppearance="?android:attr/textAppearanceMedium" />
+
+    </LinearLayout>
+
 </LinearLayout>
\ No newline at end of file
This page took 0.026772 seconds and 4 git commands to generate.