Project

General

Profile

« Previous | Next » 

Revision af0710b6

Added by Leszek Koltunski over 1 year ago

IAP: finish the 'Purschase' activity.

View differences:

src/main/res/layout/purchase.xml
55 55
        android:layout_width="match_parent"
56 56
        android:layout_height="wrap_content"/>
57 57

  
58
        <LinearLayout
59
            android:id="@+id/purchaseLayoutOne"
60
            android:layout_width="fill_parent"
61
            android:layout_height="10dp"
62
            android:paddingLeft="5dp"
63
            android:paddingRight="5dp"
64
            android:background="@color/grey"
65
            android:orientation="horizontal">
58
    <LinearLayout
59
        android:id="@+id/purchaseLayoutOne"
60
        android:layout_width="fill_parent"
61
        android:layout_height="10dp"
62
        android:paddingLeft="5dp"
63
        android:paddingRight="5dp"
64
        android:background="@color/grey"
65
        android:orientation="horizontal">
66 66

  
67
            <TextView
68
                android:id="@+id/purchaseTextOne"
69
                android:layout_width="0dp"
70
                android:layout_height="match_parent"
71
                android:layout_weight="2.0"
72
                android:gravity="center_vertical|start"
73
                android:paddingStart="5dp"
74
                android:textSize="26sp"
75
                android:singleLine="true"
76
                android:maxLines="1"
77
                android:text="@string/buy_one"/>
67
        <TextView
68
            android:id="@+id/purchaseTextOne"
69
            android:layout_width="0dp"
70
            android:layout_height="match_parent"
71
            android:layout_weight="2.0"
72
            android:gravity="center_vertical|start"
73
            android:paddingStart="5dp"
74
            android:textSize="26sp"
75
            android:singleLine="true"
76
            android:maxLines="1"
77
            android:text="@string/buy_one"/>
78 78

  
79
            <Button
80
                android:id="@+id/purchaseButtonOne"
81
                android:layout_width="0dp"
82
                android:layout_height="match_parent"
83
                android:layout_weight="1.0"
84
                android:gravity="center_vertical|end"
85
                android:paddingStart="5dp"
86
                android:textSize="26sp"
87
                android:singleLine="true"
88
                android:maxLines="1"/>
79
        <Button
80
            android:id="@+id/purchaseButtonOne"
81
            android:layout_width="0dp"
82
            android:layout_height="match_parent"
83
            android:layout_weight="1.0"
84
            android:gravity="center_vertical|end"
85
            android:paddingStart="5dp"
86
            android:textSize="26sp"
87
            android:singleLine="true"
88
            android:maxLines="1"/>
89 89

  
90
        </LinearLayout>
90
    </LinearLayout>
91 91

  
92
        <LinearLayout
93
            android:id="@+id/purchaseLayoutAll"
94
            android:layout_width="fill_parent"
95
            android:layout_height="10dp"
96
            android:paddingLeft="5dp"
97
            android:paddingRight="5dp"
98
            android:background="@color/grey"
99
            android:orientation="horizontal">
92
    <LinearLayout
93
        android:id="@+id/purchaseLayoutAll"
94
        android:layout_width="fill_parent"
95
        android:layout_height="10dp"
96
        android:paddingLeft="5dp"
97
        android:paddingRight="5dp"
98
        android:background="@color/grey"
99
        android:orientation="horizontal">
100 100

  
101
            <TextView
102
                android:id="@+id/purchaseTextAll"
103
                android:layout_width="0dp"
104
                android:layout_height="match_parent"
105
                android:layout_weight="2.0"
106
                android:gravity="center_vertical|start"
107
                android:paddingStart="5dp"
108
                android:textSize="26sp"
109
                android:singleLine="true"
110
                android:maxLines="1"
111
                android:text="@string/buy_all"/>
101
        <TextView
102
            android:id="@+id/purchaseTextAll"
103
            android:layout_width="0dp"
104
            android:layout_height="match_parent"
105
            android:layout_weight="2.0"
106
            android:gravity="center_vertical|start"
107
            android:paddingStart="5dp"
108
            android:textSize="26sp"
109
            android:singleLine="true"
110
            android:maxLines="1"
111
            android:text="@string/buy_all"/>
112 112

  
113
            <Button
114
                android:id="@+id/purchaseButtonAll"
115
                android:layout_width="0dp"
116
                android:layout_height="match_parent"
117
                android:layout_weight="1.0"
118
                android:gravity="center_vertical|end"
119
                android:paddingStart="5dp"
120
                android:textSize="26sp"
121
                android:singleLine="true"
122
                android:maxLines="1"/>
123
        </LinearLayout>
113
        <Button
114
            android:id="@+id/purchaseButtonAll"
115
            android:layout_width="0dp"
116
            android:layout_height="match_parent"
117
            android:layout_weight="1.0"
118
            android:gravity="center_vertical|end"
119
            android:paddingStart="5dp"
120
            android:textSize="26sp"
121
            android:singleLine="true"
122
            android:maxLines="1"/>
123
    </LinearLayout>
124 124

  
125 125
    <LinearLayout
126 126
        android:id="@+id/lowerBar"

Also available in: Unified diff