Add description to event_view
[unical.git] / res / layout / event_view.xml
index 42b29921eb4d46dee6d8b943025c174406087466..bcc97aa2bb7c0468fb90ccf5d3e236a81ffbb773 100644 (file)
@@ -5,6 +5,7 @@
     android:orientation="vertical" >
 
     <ImageView
+        android:contentDescription="@+string/asd"
         android:id="@+id/imageView1"
         android:scaleType="fitXY"
         android:layout_width="match_parent"
@@ -12,6 +13,7 @@
         android:src="@android:drawable/title_bar_tall" />
 
     <LinearLayout
+        android:baselineAligned="false"
         android:layout_width="match_parent"
         android:layout_height="wrap_content">
 
         android:text="@string/descriptionlabel"
         android:textStyle="bold"
         android:textAppearance="?android:attr/textAppearanceLarge" />
+    <TextView
+        android:id="@+id/event_view_description"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+    />
 
 </LinearLayout>
\ No newline at end of file
This page took 0.009806 seconds and 4 git commands to generate.