res/layout/subscription.xml
changeset 190 079488da1bfc
parent 147 472d56ba57c6
child 218 5a7653411251
--- a/res/layout/subscription.xml	Sun May 17 17:31:39 2009 +0200
+++ b/res/layout/subscription.xml	Sun May 17 23:33:13 2009 +0200
@@ -1,24 +1,17 @@
 <?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">
-   	<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"/>
-	   		
+	android:orientation="vertical" android:layout_width="fill_parent"
+	android:layout_height="fill_parent">
+	<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>
+			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