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"> |
|
6 |
<LinearLayout android:orientation="horizontal" |
|
7 |
android:layout_width="fill_parent" android:layout_height="wrap_content"> |
|
8 |
|
|
9 |
<Button android:id="@+id/SubscriptionAccept" |
|
10 |
android:layout_width="fill_parent" android:layout_height="fill_parent" |
|
11 |
android:layout_weight="1" android:text="@string/AcceptButton" /> |
|
12 |
|
147
|
13 |
<Button android:id="@+id/SubscriptionRefuse" |
190
|
14 |
android:layout_width="fill_parent" android:layout_height="fill_parent" |
|
15 |
android:layout_weight="1" android:text="@string/RefuseButton" /> |
|
16 |
</LinearLayout> |
147
|
17 |
</LinearLayout> |