author | Da Risk <darisk972@gmail.com> |
Tue, 19 May 2009 22:45:03 +0200 | |
changeset 218 | 5a7653411251 |
parent 190 | 079488da1bfc |
child 506 | 8e33a89c21a3 |
permissions | -rw-r--r-- |
147 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
||
3 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
190 | 4 |
android:orientation="vertical" android:layout_width="fill_parent" |
5 |
android:layout_height="fill_parent"> |
|
218
5a7653411251
tite modification sur l'activity subscription.
Da Risk <darisk972@gmail.com>
parents:
190
diff
changeset
|
6 |
|
5a7653411251
tite modification sur l'activity subscription.
Da Risk <darisk972@gmail.com>
parents:
190
diff
changeset
|
7 |
<TextView android:layout_width="wrap_content" android:layout_height="fill_parent" android:autoLink="none" |
5a7653411251
tite modification sur l'activity subscription.
Da Risk <darisk972@gmail.com>
parents:
190
diff
changeset
|
8 |
android:id="@+id/SubscriptionText" android:text="@string/SubscriptText" android:layout_weight="1" /> |
5a7653411251
tite modification sur l'activity subscription.
Da Risk <darisk972@gmail.com>
parents:
190
diff
changeset
|
9 |
|
190 | 10 |
<LinearLayout android:orientation="horizontal" |
11 |
android:layout_width="fill_parent" android:layout_height="wrap_content"> |
|
12 |
||
13 |
<Button android:id="@+id/SubscriptionAccept" |
|
14 |
android:layout_width="fill_parent" android:layout_height="fill_parent" |
|
15 |
android:layout_weight="1" android:text="@string/AcceptButton" /> |
|
16 |
||
147 | 17 |
<Button android:id="@+id/SubscriptionRefuse" |
190 | 18 |
android:layout_width="fill_parent" android:layout_height="fill_parent" |
19 |
android:layout_weight="1" android:text="@string/RefuseButton" /> |
|
20 |
</LinearLayout> |
|
218
5a7653411251
tite modification sur l'activity subscription.
Da Risk <darisk972@gmail.com>
parents:
190
diff
changeset
|
21 |
|
147 | 22 |
</LinearLayout> |