res/layout/subscription.xml
changeset 218 5a7653411251
parent 190 079488da1bfc
child 506 8e33a89c21a3
--- a/res/layout/subscription.xml	Tue May 19 14:20:46 2009 +0200
+++ b/res/layout/subscription.xml	Tue May 19 22:45:03 2009 +0200
@@ -3,6 +3,10 @@
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 	android:orientation="vertical" android:layout_width="fill_parent"
 	android:layout_height="fill_parent">
+	
+	<TextView android:layout_width="wrap_content" android:layout_height="fill_parent" android:autoLink="none"
+		android:id="@+id/SubscriptionText" android:text="@string/SubscriptText" android:layout_weight="1" />
+	
 	<LinearLayout android:orientation="horizontal"
 		android:layout_width="fill_parent" android:layout_height="wrap_content">
 
@@ -14,4 +18,5 @@
 			android:layout_width="fill_parent" android:layout_height="fill_parent"
 			android:layout_weight="1" android:text="@string/RefuseButton" />
 	</LinearLayout>
+
 </LinearLayout>
\ No newline at end of file