res/layout/subscription.xml
changeset 1022 16040c6df950
parent 767 74a987c3efb5
equal deleted inserted replaced
1021:b47960e53050 1022:16040c6df950
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
     2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
     3 	android:layout_width="fill_parent" android:layout_height="fill_parent"
     3 	android:layout_width="fill_parent" android:layout_height="fill_parent"
     4 	android:orientation="vertical">
     4 	android:orientation="vertical">
     5 	<LinearLayout android:orientation="vertical"
     5 	<LinearLayout android:orientation="vertical"
     6 		android:layout_width="fill_parent" android:layout_height="fill_parent"
     6 		android:layout_width="fill_parent" android:layout_height="wrap_content"
     7 		android:padding="10dip">
     7 		android:padding="10dip">
     8 
     8 
     9 		<TextView android:layout_width="wrap_content"
     9 		<TextView android:layout_width="wrap_content"
    10 			android:layout_height="wrap_content" android:autoLink="none"
    10 			android:layout_height="wrap_content" android:autoLink="none"
    11 			android:id="@+id/SubscriptionTitle" android:text="@string/SubscriptTitle"
    11 			android:id="@+id/SubscriptionTitle" android:text="@string/SubscriptTitle"