res/layout/subscription.xml
author Da Risk <darisk972@gmail.com>
Fri, 29 May 2009 20:35:19 +0200
changeset 225 cb15bad7d9ca
parent 218 5a7653411251
child 506 8e33a89c21a3
permissions -rw-r--r--
merge

<?xml version="1.0" encoding="utf-8"?>

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

		<Button android:id="@+id/SubscriptionAccept"
			android:layout_width="fill_parent" android:layout_height="fill_parent"
			android:layout_weight="1" android:text="@string/AcceptButton" />

		<Button android:id="@+id/SubscriptionRefuse"
			android:layout_width="fill_parent" android:layout_height="fill_parent"
			android:layout_weight="1" android:text="@string/RefuseButton" />
	</LinearLayout>

</LinearLayout>