Commit 45cb1782b3be0191d569b31c913b698d9b677eb4
1 parent
bc5e48d712
Exists in
master
sync resources
Showing 8 changed files with 40 additions and 23 deletions Inline Diff
- android/GameSDKRelease/res/drawable-hdpi/logo_cherry.png
- android/GameSDKRelease/res/drawable-mdpi/logo_cherry.png
- android/GameSDKRelease/res/drawable-xhdpi/logo_cherry.png
- android/GameSDKRelease/res/drawable/com_facebook_button_blue.xml
- android/GameSDKRelease/res/layout/fragment_payment_choice.xml
- android/GameSDKRelease/res/layout/fragment_sign_choice.xml
- android/GameSDKRelease/res/values/colors.xml
- android/GameSDKRelease/res/values/strings.xml
android/GameSDKRelease/res/drawable-hdpi/logo_cherry.png
5.32 KB
android/GameSDKRelease/res/drawable-mdpi/logo_cherry.png
3.49 KB
android/GameSDKRelease/res/drawable-xhdpi/logo_cherry.png
7.45 KB
android/GameSDKRelease/res/drawable/com_facebook_button_blue.xml
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <selector xmlns:android="http://schemas.android.com/apk/res/android"> | 2 | <selector xmlns:android="http://schemas.android.com/apk/res/android"> |
3 | 3 | ||
4 | <item | 4 | <item android:drawable="@drawable/com_facebook_button_blue_pressed" android:state_focused="true" android:state_pressed="true"/> |
5 | android:drawable="@drawable/com_facebook_button_blue_pressed" | 5 | <item android:drawable="@drawable/com_facebook_button_blue_pressed" android:state_focused="false" android:state_pressed="true"/> |
6 | android:state_focused="true" | 6 | <item android:drawable="@drawable/com_facebook_button_blue_normal"/> |
7 | android:state_pressed="true" | ||
8 | /> | ||
9 | <item | ||
10 | android:drawable="@drawable/com_facebook_button_blue_pressed" | ||
11 | android:state_focused="false" | ||
12 | android:state_pressed="true" | ||
13 | /> | ||
14 | <item | ||
15 | android:drawable="@drawable/com_facebook_button_blue_focused" | ||
16 | android:state_focused="true" | ||
17 | /> | ||
18 | <item | ||
19 | android:drawable="@drawable/com_facebook_button_blue_normal" | ||
20 | android:state_focused="false" | ||
21 | android:state_pressed="false" | ||
22 | /> | ||
23 | 7 | ||
24 | </selector> | 8 | </selector> |
25 | 9 |
android/GameSDKRelease/res/layout/fragment_payment_choice.xml
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="match_parent" | 3 | android:layout_width="match_parent" |
4 | android:layout_height="match_parent" > | 4 | android:layout_height="match_parent" > |
5 | 5 | ||
6 | <LinearLayout | 6 | <LinearLayout |
7 | android:layout_width="match_parent" | 7 | android:layout_width="match_parent" |
8 | android:layout_height="wrap_content" | 8 | android:layout_height="wrap_content" |
9 | android:gravity="center_horizontal" | 9 | android:gravity="center_horizontal" |
10 | android:orientation="vertical" > | 10 | android:orientation="vertical" > |
11 | 11 | ||
12 | <RelativeLayout | 12 | <RelativeLayout |
13 | android:id="@+id/item_mycard" | 13 | android:id="@+id/item_mycard" |
14 | android:layout_width="match_parent" | 14 | android:layout_width="match_parent" |
15 | android:layout_height="wrap_content" | 15 | android:layout_height="wrap_content" |
16 | android:background="@drawable/payment_bg" | 16 | android:background="@drawable/payment_bg" |
17 | android:visibility="gone" > | 17 | android:visibility="gone" > |
18 | 18 | ||
19 | <ImageView | 19 | <ImageView |
20 | android:layout_width="wrap_content" | 20 | android:layout_width="wrap_content" |
21 | android:layout_height="wrap_content" | 21 | android:layout_height="wrap_content" |
22 | android:layout_centerVertical="true" | 22 | android:layout_centerVertical="true" |
23 | android:layout_marginLeft="10dp" | 23 | android:layout_marginLeft="10dp" |
24 | android:src="@drawable/logo_mycard" /> | 24 | android:src="@drawable/logo_mycard" /> |
25 | 25 | ||
26 | <ImageView | 26 | <ImageView |
27 | android:layout_width="wrap_content" | 27 | android:layout_width="wrap_content" |
28 | android:layout_height="wrap_content" | 28 | android:layout_height="wrap_content" |
29 | android:layout_alignParentRight="true" | 29 | android:layout_alignParentRight="true" |
30 | android:layout_centerVertical="true" | 30 | android:layout_centerVertical="true" |
31 | android:layout_marginRight="45dp" | 31 | android:layout_marginRight="45dp" |
32 | android:src="@drawable/arrow_tag" /> | 32 | android:src="@drawable/arrow_tag" /> |
33 | </RelativeLayout> | 33 | </RelativeLayout> |
34 | 34 | ||
35 | <RelativeLayout | 35 | <RelativeLayout |
36 | android:id="@+id/item_mol" | 36 | android:id="@+id/item_mol" |
37 | android:layout_width="match_parent" | 37 | android:layout_width="match_parent" |
38 | android:layout_height="wrap_content" | 38 | android:layout_height="wrap_content" |
39 | android:background="@drawable/payment_bg" | 39 | android:background="@drawable/payment_bg" |
40 | android:visibility="gone" > | 40 | android:visibility="gone" > |
41 | 41 | ||
42 | <ImageView | 42 | <ImageView |
43 | android:layout_width="wrap_content" | 43 | android:layout_width="wrap_content" |
44 | android:layout_height="wrap_content" | 44 | android:layout_height="wrap_content" |
45 | android:layout_centerVertical="true" | 45 | android:layout_centerVertical="true" |
46 | android:layout_marginLeft="10dp" | 46 | android:layout_marginLeft="10dp" |
47 | android:src="@drawable/logo_mol" /> | 47 | android:src="@drawable/logo_mol" /> |
48 | 48 | ||
49 | <ImageView | 49 | <ImageView |
50 | android:layout_width="wrap_content" | 50 | android:layout_width="wrap_content" |
51 | android:layout_height="wrap_content" | 51 | android:layout_height="wrap_content" |
52 | android:layout_alignParentRight="true" | 52 | android:layout_alignParentRight="true" |
53 | android:layout_centerVertical="true" | 53 | android:layout_centerVertical="true" |
54 | android:layout_marginRight="45dp" | 54 | android:layout_marginRight="45dp" |
55 | android:src="@drawable/arrow_tag" /> | 55 | android:src="@drawable/arrow_tag" /> |
56 | </RelativeLayout> | 56 | </RelativeLayout> |
57 | <RelativeLayout | 57 | <RelativeLayout |
58 | android:id="@+id/item_mol_global" | 58 | android:id="@+id/item_mol_global" |
59 | android:layout_width="match_parent" | 59 | android:layout_width="match_parent" |
60 | android:layout_height="wrap_content" | 60 | android:layout_height="wrap_content" |
61 | android:background="@drawable/payment_bg" | 61 | android:background="@drawable/payment_bg" |
62 | android:visibility="gone" > | 62 | android:visibility="gone" > |
63 | 63 | ||
64 | <ImageView | 64 | <ImageView |
65 | android:layout_width="wrap_content" | 65 | android:layout_width="wrap_content" |
66 | android:layout_height="wrap_content" | 66 | android:layout_height="wrap_content" |
67 | android:layout_centerVertical="true" | 67 | android:layout_centerVertical="true" |
68 | android:layout_marginLeft="10dp" | 68 | android:layout_marginLeft="10dp" |
69 | android:src="@drawable/logo_mol_global" /> | 69 | android:src="@drawable/logo_mol_global" /> |
70 | 70 | ||
71 | <ImageView | 71 | <ImageView |
72 | android:layout_width="wrap_content" | 72 | android:layout_width="wrap_content" |
73 | android:layout_height="wrap_content" | 73 | android:layout_height="wrap_content" |
74 | android:layout_alignParentRight="true" | 74 | android:layout_alignParentRight="true" |
75 | android:layout_centerVertical="true" | 75 | android:layout_centerVertical="true" |
76 | android:layout_marginRight="45dp" | 76 | android:layout_marginRight="45dp" |
77 | android:src="@drawable/arrow_tag" /> | 77 | android:src="@drawable/arrow_tag" /> |
78 | </RelativeLayout> | 78 | </RelativeLayout> |
79 | 79 | ||
80 | <RelativeLayout | 80 | <RelativeLayout |
81 | android:id="@+id/item_12call" | 81 | android:id="@+id/item_12call" |
82 | android:layout_width="match_parent" | 82 | android:layout_width="match_parent" |
83 | android:layout_height="wrap_content" | 83 | android:layout_height="wrap_content" |
84 | android:background="@drawable/payment_bg" | 84 | android:background="@drawable/payment_bg" |
85 | android:visibility="gone" > | 85 | android:visibility="gone" > |
86 | 86 | ||
87 | <ImageView | 87 | <ImageView |
88 | android:layout_width="wrap_content" | 88 | android:layout_width="wrap_content" |
89 | android:layout_height="wrap_content" | 89 | android:layout_height="wrap_content" |
90 | android:layout_centerVertical="true" | 90 | android:layout_centerVertical="true" |
91 | android:layout_marginLeft="10dp" | 91 | android:layout_marginLeft="10dp" |
92 | android:src="@drawable/logo_12call" /> | 92 | android:src="@drawable/logo_12call" /> |
93 | 93 | ||
94 | <ImageView | 94 | <ImageView |
95 | android:layout_width="wrap_content" | 95 | android:layout_width="wrap_content" |
96 | android:layout_height="wrap_content" | 96 | android:layout_height="wrap_content" |
97 | android:layout_alignParentRight="true" | 97 | android:layout_alignParentRight="true" |
98 | android:layout_centerVertical="true" | 98 | android:layout_centerVertical="true" |
99 | android:layout_marginRight="45dp" | 99 | android:layout_marginRight="45dp" |
100 | android:src="@drawable/arrow_tag" /> | 100 | android:src="@drawable/arrow_tag" /> |
101 | </RelativeLayout> | 101 | </RelativeLayout> |
102 | 102 | ||
103 | <RelativeLayout | 103 | <RelativeLayout |
104 | android:id="@+id/item_zest" | 104 | android:id="@+id/item_zest" |
105 | android:layout_width="match_parent" | 105 | android:layout_width="match_parent" |
106 | android:layout_height="wrap_content" | 106 | android:layout_height="wrap_content" |
107 | android:background="@drawable/payment_bg" | 107 | android:background="@drawable/payment_bg" |
108 | android:visibility="gone" > | 108 | android:visibility="gone" > |
109 | 109 | ||
110 | <ImageView | 110 | <ImageView |
111 | android:layout_width="wrap_content" | 111 | android:layout_width="wrap_content" |
112 | android:layout_height="wrap_content" | 112 | android:layout_height="wrap_content" |
113 | android:layout_centerVertical="true" | 113 | android:layout_centerVertical="true" |
114 | android:layout_marginLeft="10dp" | 114 | android:layout_marginLeft="10dp" |
115 | android:src="@drawable/logo_zest" /> | 115 | android:src="@drawable/logo_zest" /> |
116 | 116 | ||
117 | <ImageView | 117 | <ImageView |
118 | android:layout_width="wrap_content" | 118 | android:layout_width="wrap_content" |
119 | android:layout_height="wrap_content" | 119 | android:layout_height="wrap_content" |
120 | android:layout_alignParentRight="true" | 120 | android:layout_alignParentRight="true" |
121 | android:layout_centerVertical="true" | 121 | android:layout_centerVertical="true" |
122 | android:layout_marginRight="45dp" | 122 | android:layout_marginRight="45dp" |
123 | android:src="@drawable/arrow_tag" /> | 123 | android:src="@drawable/arrow_tag" /> |
124 | </RelativeLayout> | 124 | </RelativeLayout> |
125 | 125 | ||
126 | <RelativeLayout | 126 | <RelativeLayout |
127 | android:id="@+id/item_tm" | 127 | android:id="@+id/item_tm" |
128 | android:layout_width="match_parent" | 128 | android:layout_width="match_parent" |
129 | android:layout_height="wrap_content" | 129 | android:layout_height="wrap_content" |
130 | android:background="@drawable/payment_bg" | 130 | android:background="@drawable/payment_bg" |
131 | android:visibility="gone" > | 131 | android:visibility="gone" > |
132 | 132 | ||
133 | <ImageView | 133 | <ImageView |
134 | android:layout_width="wrap_content" | 134 | android:layout_width="wrap_content" |
135 | android:layout_height="wrap_content" | 135 | android:layout_height="wrap_content" |
136 | android:layout_centerVertical="true" | 136 | android:layout_centerVertical="true" |
137 | android:layout_marginLeft="10dp" | 137 | android:layout_marginLeft="10dp" |
138 | android:src="@drawable/logo_tm" /> | 138 | android:src="@drawable/logo_tm" /> |
139 | 139 | ||
140 | <ImageView | 140 | <ImageView |
141 | android:layout_width="wrap_content" | 141 | android:layout_width="wrap_content" |
142 | android:layout_height="wrap_content" | 142 | android:layout_height="wrap_content" |
143 | android:layout_alignParentRight="true" | 143 | android:layout_alignParentRight="true" |
144 | android:layout_centerVertical="true" | 144 | android:layout_centerVertical="true" |
145 | android:layout_marginRight="45dp" | 145 | android:layout_marginRight="45dp" |
146 | android:src="@drawable/arrow_tag" /> | 146 | android:src="@drawable/arrow_tag" /> |
147 | </RelativeLayout> | 147 | </RelativeLayout> |
148 | 148 | ||
149 | <RelativeLayout | 149 | <RelativeLayout |
150 | android:id="@+id/item_rixty" | 150 | android:id="@+id/item_rixty" |
151 | android:layout_width="match_parent" | 151 | android:layout_width="match_parent" |
152 | android:layout_height="wrap_content" | 152 | android:layout_height="wrap_content" |
153 | android:background="@drawable/payment_bg" | 153 | android:background="@drawable/payment_bg" |
154 | android:visibility="gone" > | 154 | android:visibility="gone" > |
155 | 155 | ||
156 | <ImageView | 156 | <ImageView |
157 | android:layout_width="wrap_content" | 157 | android:layout_width="wrap_content" |
158 | android:layout_height="wrap_content" | 158 | android:layout_height="wrap_content" |
159 | android:layout_centerVertical="true" | 159 | android:layout_centerVertical="true" |
160 | android:layout_marginLeft="10dp" | 160 | android:layout_marginLeft="10dp" |
161 | android:src="@drawable/logo_rixty" /> | 161 | android:src="@drawable/logo_rixty" /> |
162 | 162 | ||
163 | <ImageView | 163 | <ImageView |
164 | android:layout_width="wrap_content" | 164 | android:layout_width="wrap_content" |
165 | android:layout_height="wrap_content" | 165 | android:layout_height="wrap_content" |
166 | android:layout_alignParentRight="true" | 166 | android:layout_alignParentRight="true" |
167 | android:layout_centerVertical="true" | 167 | android:layout_centerVertical="true" |
168 | android:layout_marginRight="45dp" | 168 | android:layout_marginRight="45dp" |
169 | android:src="@drawable/arrow_tag" /> | 169 | android:src="@drawable/arrow_tag" /> |
170 | </RelativeLayout> | 170 | </RelativeLayout> |
171 | 171 | ||
172 | <RelativeLayout | 172 | <RelativeLayout |
173 | android:id="@+id/item_paypal" | 173 | android:id="@+id/item_paypal" |
174 | android:layout_width="match_parent" | 174 | android:layout_width="match_parent" |
175 | android:layout_height="wrap_content" | 175 | android:layout_height="wrap_content" |
176 | android:background="@drawable/payment_bg" | 176 | android:background="@drawable/payment_bg" |
177 | android:visibility="gone" > | 177 | android:visibility="gone" > |
178 | 178 | ||
179 | <ImageView | 179 | <ImageView |
180 | android:layout_width="wrap_content" | 180 | android:layout_width="wrap_content" |
181 | android:layout_height="wrap_content" | 181 | android:layout_height="wrap_content" |
182 | android:layout_centerVertical="true" | 182 | android:layout_centerVertical="true" |
183 | android:layout_marginLeft="10dp" | 183 | android:layout_marginLeft="10dp" |
184 | android:src="@drawable/logo_paypal" /> | 184 | android:src="@drawable/logo_paypal" /> |
185 | 185 | ||
186 | <ImageView | 186 | <ImageView |
187 | android:layout_width="wrap_content" | 187 | android:layout_width="wrap_content" |
188 | android:layout_height="wrap_content" | 188 | android:layout_height="wrap_content" |
189 | android:layout_alignParentRight="true" | 189 | android:layout_alignParentRight="true" |
190 | android:layout_centerVertical="true" | 190 | android:layout_centerVertical="true" |
191 | android:layout_marginRight="45dp" | 191 | android:layout_marginRight="45dp" |
192 | android:src="@drawable/arrow_tag" /> | 192 | android:src="@drawable/arrow_tag" /> |
193 | </RelativeLayout> | 193 | </RelativeLayout> |
194 | 194 | ||
195 | <RelativeLayout | 195 | <RelativeLayout |
196 | android:id="@+id/item_ngan" | 196 | android:id="@+id/item_ngan" |
197 | android:layout_width="match_parent" | 197 | android:layout_width="match_parent" |
198 | android:layout_height="wrap_content" | 198 | android:layout_height="wrap_content" |
199 | android:background="@drawable/payment_bg" | 199 | android:background="@drawable/payment_bg" |
200 | android:visibility="gone" > | 200 | android:visibility="gone" > |
201 | 201 | ||
202 | <ImageView | 202 | <ImageView |
203 | android:layout_width="wrap_content" | 203 | android:layout_width="wrap_content" |
204 | android:layout_height="wrap_content" | 204 | android:layout_height="wrap_content" |
205 | android:layout_centerVertical="true" | 205 | android:layout_centerVertical="true" |
206 | android:layout_marginLeft="10dp" | 206 | android:layout_marginLeft="10dp" |
207 | android:src="@drawable/logo_ngan" /> | 207 | android:src="@drawable/logo_ngan" /> |
208 | 208 | ||
209 | <ImageView | 209 | <ImageView |
210 | android:layout_width="wrap_content" | 210 | android:layout_width="wrap_content" |
211 | android:layout_height="wrap_content" | 211 | android:layout_height="wrap_content" |
212 | android:layout_alignParentRight="true" | 212 | android:layout_alignParentRight="true" |
213 | android:layout_centerVertical="true" | 213 | android:layout_centerVertical="true" |
214 | android:layout_marginRight="45dp" | 214 | android:layout_marginRight="45dp" |
215 | android:src="@drawable/arrow_tag" /> | 215 | android:src="@drawable/arrow_tag" /> |
216 | </RelativeLayout> | 216 | </RelativeLayout> |
217 | 217 | ||
218 | <RelativeLayout | 218 | <RelativeLayout |
219 | android:id="@+id/item_gp" | 219 | android:id="@+id/item_gp" |
220 | android:layout_width="match_parent" | 220 | android:layout_width="match_parent" |
221 | android:layout_height="wrap_content" | 221 | android:layout_height="wrap_content" |
222 | android:background="@drawable/payment_bg" | 222 | android:background="@drawable/payment_bg" |
223 | android:visibility="gone" > | 223 | android:visibility="gone" > |
224 | 224 | ||
225 | <ImageView | 225 | <ImageView |
226 | android:layout_width="wrap_content" | 226 | android:layout_width="wrap_content" |
227 | android:layout_height="wrap_content" | 227 | android:layout_height="wrap_content" |
228 | android:layout_centerVertical="true" | 228 | android:layout_centerVertical="true" |
229 | android:layout_marginLeft="10dp" | 229 | android:layout_marginLeft="10dp" |
230 | android:src="@drawable/logo_gp" /> | 230 | android:src="@drawable/logo_gp" /> |
231 | 231 | ||
232 | <ImageView | 232 | <ImageView |
233 | android:layout_width="wrap_content" | 233 | android:layout_width="wrap_content" |
234 | android:layout_height="wrap_content" | 234 | android:layout_height="wrap_content" |
235 | android:layout_alignParentRight="true" | 235 | android:layout_alignParentRight="true" |
236 | android:layout_centerVertical="true" | 236 | android:layout_centerVertical="true" |
237 | android:layout_marginRight="45dp" | 237 | android:layout_marginRight="45dp" |
238 | android:src="@drawable/arrow_tag" /> | 238 | android:src="@drawable/arrow_tag" /> |
239 | </RelativeLayout> | 239 | </RelativeLayout> |
240 | 240 | ||
241 | <RelativeLayout | 241 | <RelativeLayout |
242 | android:id="@+id/item_ep_th" | 242 | android:id="@+id/item_ep_th" |
243 | android:layout_width="match_parent" | 243 | android:layout_width="match_parent" |
244 | android:layout_height="wrap_content" | 244 | android:layout_height="wrap_content" |
245 | android:background="@drawable/payment_bg" | 245 | android:background="@drawable/payment_bg" |
246 | android:visibility="gone" > | 246 | android:visibility="gone" > |
247 | 247 | ||
248 | <ImageView | 248 | <ImageView |
249 | android:layout_width="wrap_content" | 249 | android:layout_width="wrap_content" |
250 | android:layout_height="wrap_content" | 250 | android:layout_height="wrap_content" |
251 | android:layout_centerVertical="true" | 251 | android:layout_centerVertical="true" |
252 | android:layout_marginLeft="10dp" | 252 | android:layout_marginLeft="10dp" |
253 | android:src="@drawable/logo_e2p" /> | 253 | android:src="@drawable/logo_e2p" /> |
254 | 254 | ||
255 | <ImageView | 255 | <ImageView |
256 | android:layout_width="wrap_content" | 256 | android:layout_width="wrap_content" |
257 | android:layout_height="wrap_content" | 257 | android:layout_height="wrap_content" |
258 | android:layout_alignParentRight="true" | 258 | android:layout_alignParentRight="true" |
259 | android:layout_centerVertical="true" | 259 | android:layout_centerVertical="true" |
260 | android:layout_marginRight="45dp" | 260 | android:layout_marginRight="45dp" |
261 | android:src="@drawable/arrow_tag" /> | 261 | android:src="@drawable/arrow_tag" /> |
262 | </RelativeLayout> | 262 | </RelativeLayout> |
263 | 263 | ||
264 | <RelativeLayout | 264 | <RelativeLayout |
265 | android:id="@+id/item_ep_my" | 265 | android:id="@+id/item_ep_my" |
266 | android:layout_width="match_parent" | 266 | android:layout_width="match_parent" |
267 | android:layout_height="wrap_content" | 267 | android:layout_height="wrap_content" |
268 | android:background="@drawable/payment_bg" | 268 | android:background="@drawable/payment_bg" |
269 | android:visibility="gone" > | 269 | android:visibility="gone" > |
270 | 270 | ||
271 | <ImageView | 271 | <ImageView |
272 | android:layout_width="wrap_content" | 272 | android:layout_width="wrap_content" |
273 | android:layout_height="wrap_content" | 273 | android:layout_height="wrap_content" |
274 | android:layout_centerVertical="true" | 274 | android:layout_centerVertical="true" |
275 | android:layout_marginLeft="10dp" | 275 | android:layout_marginLeft="10dp" |
276 | android:src="@drawable/logo_e2p" /> | 276 | android:src="@drawable/logo_e2p" /> |
277 | 277 | ||
278 | <ImageView | 278 | <ImageView |
279 | android:layout_width="wrap_content" | 279 | android:layout_width="wrap_content" |
280 | android:layout_height="wrap_content" | 280 | android:layout_height="wrap_content" |
281 | android:layout_alignParentRight="true" | 281 | android:layout_alignParentRight="true" |
282 | android:layout_centerVertical="true" | 282 | android:layout_centerVertical="true" |
283 | android:layout_marginRight="45dp" | 283 | android:layout_marginRight="45dp" |
284 | android:src="@drawable/arrow_tag" /> | 284 | android:src="@drawable/arrow_tag" /> |
285 | </RelativeLayout> | 285 | </RelativeLayout> |
286 | <RelativeLayout | 286 | <RelativeLayout |
287 | android:id="@+id/item_indomog" | 287 | android:id="@+id/item_indomog" |
288 | android:layout_width="match_parent" | 288 | android:layout_width="match_parent" |
289 | android:layout_height="wrap_content" | 289 | android:layout_height="wrap_content" |
290 | android:background="@drawable/payment_bg" | 290 | android:background="@drawable/payment_bg" |
291 | android:visibility="gone" > | 291 | android:visibility="gone" > |
292 | 292 | ||
293 | <ImageView | 293 | <ImageView |
294 | android:layout_width="wrap_content" | 294 | android:layout_width="wrap_content" |
295 | android:layout_height="wrap_content" | 295 | android:layout_height="wrap_content" |
296 | android:layout_centerVertical="true" | 296 | android:layout_centerVertical="true" |
297 | android:layout_marginLeft="10dp" | 297 | android:layout_marginLeft="10dp" |
298 | android:src="@drawable/logo_indomog" /> | 298 | android:src="@drawable/logo_indomog" /> |
299 | 299 | ||
300 | <ImageView | 300 | <ImageView |
301 | android:layout_width="wrap_content" | 301 | android:layout_width="wrap_content" |
302 | android:layout_height="wrap_content" | 302 | android:layout_height="wrap_content" |
303 | android:layout_alignParentRight="true" | 303 | android:layout_alignParentRight="true" |
304 | android:layout_centerVertical="true" | 304 | android:layout_centerVertical="true" |
305 | android:layout_marginRight="45dp" | 305 | android:layout_marginRight="45dp" |
306 | android:src="@drawable/arrow_tag" /> | 306 | android:src="@drawable/arrow_tag" /> |
307 | </RelativeLayout> | 307 | </RelativeLayout> |
308 | 308 | ||
309 | <RelativeLayout | 309 | <RelativeLayout |
310 | android:id="@+id/item_yandex" | 310 | android:id="@+id/item_yandex" |
311 | android:layout_width="match_parent" | 311 | android:layout_width="match_parent" |
312 | android:layout_height="wrap_content" | 312 | android:layout_height="wrap_content" |
313 | android:background="@drawable/payment_bg" | 313 | android:background="@drawable/payment_bg" |
314 | android:visibility="gone" > | 314 | android:visibility="gone" > |
315 | 315 | ||
316 | <ImageView | 316 | <ImageView |
317 | android:layout_width="wrap_content" | 317 | android:layout_width="wrap_content" |
318 | android:layout_height="wrap_content" | 318 | android:layout_height="wrap_content" |
319 | android:layout_centerVertical="true" | 319 | android:layout_centerVertical="true" |
320 | android:layout_marginLeft="10dp" | 320 | android:layout_marginLeft="10dp" |
321 | android:src="@drawable/logo_yandex" /> | 321 | android:src="@drawable/logo_yandex" /> |
322 | 322 | ||
323 | <ImageView | 323 | <ImageView |
324 | android:layout_width="wrap_content" | 324 | android:layout_width="wrap_content" |
325 | android:layout_height="wrap_content" | 325 | android:layout_height="wrap_content" |
326 | android:layout_alignParentRight="true" | 326 | android:layout_alignParentRight="true" |
327 | android:layout_centerVertical="true" | 327 | android:layout_centerVertical="true" |
328 | android:layout_marginRight="45dp" | 328 | android:layout_marginRight="45dp" |
329 | android:src="@drawable/arrow_tag" /> | 329 | android:src="@drawable/arrow_tag" /> |
330 | </RelativeLayout> | 330 | </RelativeLayout> |
331 | 331 | ||
332 | <RelativeLayout | 332 | <RelativeLayout |
333 | android:id="@+id/item_vnp" | 333 | android:id="@+id/item_vnp" |
334 | android:layout_width="match_parent" | 334 | android:layout_width="match_parent" |
335 | android:layout_height="wrap_content" | 335 | android:layout_height="wrap_content" |
336 | android:background="@drawable/payment_bg" | 336 | android:background="@drawable/payment_bg" |
337 | android:visibility="gone" > | 337 | android:visibility="gone" > |
338 | 338 | ||
339 | <ImageView | 339 | <ImageView |
340 | android:layout_width="wrap_content" | 340 | android:layout_width="wrap_content" |
341 | android:layout_height="wrap_content" | 341 | android:layout_height="wrap_content" |
342 | android:layout_centerVertical="true" | 342 | android:layout_centerVertical="true" |
343 | android:layout_marginLeft="10dp" | 343 | android:layout_marginLeft="10dp" |
344 | android:src="@drawable/logo_vnp" /> | 344 | android:src="@drawable/logo_vnp" /> |
345 | 345 | ||
346 | <ImageView | 346 | <ImageView |
347 | android:layout_width="wrap_content" | 347 | android:layout_width="wrap_content" |
348 | android:layout_height="wrap_content" | 348 | android:layout_height="wrap_content" |
349 | android:layout_alignParentRight="true" | 349 | android:layout_alignParentRight="true" |
350 | android:layout_centerVertical="true" | 350 | android:layout_centerVertical="true" |
351 | android:layout_marginRight="45dp" | 351 | android:layout_marginRight="45dp" |
352 | android:src="@drawable/arrow_tag" /> | 352 | android:src="@drawable/arrow_tag" /> |
353 | </RelativeLayout> | 353 | </RelativeLayout> |
354 | 354 | ||
355 | <RelativeLayout | 355 | <RelativeLayout |
356 | android:id="@+id/item_vms" | 356 | android:id="@+id/item_vms" |
357 | android:layout_width="match_parent" | 357 | android:layout_width="match_parent" |
358 | android:layout_height="wrap_content" | 358 | android:layout_height="wrap_content" |
359 | android:background="@drawable/payment_bg" | 359 | android:background="@drawable/payment_bg" |
360 | android:visibility="gone" > | 360 | android:visibility="gone" > |
361 | 361 | ||
362 | <ImageView | 362 | <ImageView |
363 | android:layout_width="wrap_content" | 363 | android:layout_width="wrap_content" |
364 | android:layout_height="wrap_content" | 364 | android:layout_height="wrap_content" |
365 | android:layout_centerVertical="true" | 365 | android:layout_centerVertical="true" |
366 | android:layout_marginLeft="10dp" | 366 | android:layout_marginLeft="10dp" |
367 | android:src="@drawable/logo_vms" /> | 367 | android:src="@drawable/logo_vms" /> |
368 | 368 | ||
369 | <ImageView | 369 | <ImageView |
370 | android:layout_width="wrap_content" | 370 | android:layout_width="wrap_content" |
371 | android:layout_height="wrap_content" | 371 | android:layout_height="wrap_content" |
372 | android:layout_alignParentRight="true" | 372 | android:layout_alignParentRight="true" |
373 | android:layout_centerVertical="true" | 373 | android:layout_centerVertical="true" |
374 | android:layout_marginRight="45dp" | 374 | android:layout_marginRight="45dp" |
375 | android:src="@drawable/arrow_tag" /> | 375 | android:src="@drawable/arrow_tag" /> |
376 | </RelativeLayout> | 376 | </RelativeLayout> |
377 | 377 | ||
378 | <RelativeLayout | 378 | <RelativeLayout |
379 | android:id="@+id/item_fpt" | 379 | android:id="@+id/item_fpt" |
380 | android:layout_width="match_parent" | 380 | android:layout_width="match_parent" |
381 | android:layout_height="wrap_content" | 381 | android:layout_height="wrap_content" |
382 | android:background="@drawable/payment_bg" | 382 | android:background="@drawable/payment_bg" |
383 | android:visibility="gone" > | 383 | android:visibility="gone" > |
384 | 384 | ||
385 | <ImageView | 385 | <ImageView |
386 | android:layout_width="wrap_content" | 386 | android:layout_width="wrap_content" |
387 | android:layout_height="wrap_content" | 387 | android:layout_height="wrap_content" |
388 | android:layout_centerVertical="true" | 388 | android:layout_centerVertical="true" |
389 | android:layout_marginLeft="10dp" | 389 | android:layout_marginLeft="10dp" |
390 | android:src="@drawable/logo_fpt" /> | 390 | android:src="@drawable/logo_fpt" /> |
391 | 391 | ||
392 | <ImageView | 392 | <ImageView |
393 | android:layout_width="wrap_content" | 393 | android:layout_width="wrap_content" |
394 | android:layout_height="wrap_content" | 394 | android:layout_height="wrap_content" |
395 | android:layout_alignParentRight="true" | 395 | android:layout_alignParentRight="true" |
396 | android:layout_centerVertical="true" | 396 | android:layout_centerVertical="true" |
397 | android:layout_marginRight="45dp" | 397 | android:layout_marginRight="45dp" |
398 | android:src="@drawable/arrow_tag" /> | 398 | android:src="@drawable/arrow_tag" /> |
399 | </RelativeLayout> | 399 | </RelativeLayout> |
400 | 400 | ||
401 | <RelativeLayout | 401 | <RelativeLayout |
402 | android:id="@+id/item_vtt" | 402 | android:id="@+id/item_vtt" |
403 | android:layout_width="match_parent" | 403 | android:layout_width="match_parent" |
404 | android:layout_height="wrap_content" | 404 | android:layout_height="wrap_content" |
405 | android:background="@drawable/payment_bg" | 405 | android:background="@drawable/payment_bg" |
406 | android:visibility="gone" > | 406 | android:visibility="gone" > |
407 | 407 | ||
408 | <ImageView | 408 | <ImageView |
409 | android:layout_width="wrap_content" | 409 | android:layout_width="wrap_content" |
410 | android:layout_height="wrap_content" | 410 | android:layout_height="wrap_content" |
411 | android:layout_centerVertical="true" | 411 | android:layout_centerVertical="true" |
412 | android:layout_marginLeft="10dp" | 412 | android:layout_marginLeft="10dp" |
413 | android:src="@drawable/logo_vtt" /> | 413 | android:src="@drawable/logo_vtt" /> |
414 | 414 | ||
415 | <ImageView | 415 | <ImageView |
416 | android:layout_width="wrap_content" | 416 | android:layout_width="wrap_content" |
417 | android:layout_height="wrap_content" | 417 | android:layout_height="wrap_content" |
418 | android:layout_alignParentRight="true" | 418 | android:layout_alignParentRight="true" |
419 | android:layout_centerVertical="true" | 419 | android:layout_centerVertical="true" |
420 | android:layout_marginRight="45dp" | 420 | android:layout_marginRight="45dp" |
421 | android:src="@drawable/arrow_tag" /> | 421 | android:src="@drawable/arrow_tag" /> |
422 | </RelativeLayout> | 422 | </RelativeLayout> |
423 | 423 | ||
424 | <RelativeLayout | 424 | <RelativeLayout |
425 | android:id="@+id/item_mgc" | 425 | android:id="@+id/item_mgc" |
426 | android:layout_width="match_parent" | 426 | android:layout_width="match_parent" |
427 | android:layout_height="wrap_content" | 427 | android:layout_height="wrap_content" |
428 | android:background="@drawable/payment_bg" | 428 | android:background="@drawable/payment_bg" |
429 | android:visibility="gone" > | 429 | android:visibility="gone" > |
430 | 430 | ||
431 | <ImageView | 431 | <ImageView |
432 | android:layout_width="wrap_content" | 432 | android:layout_width="wrap_content" |
433 | android:layout_height="wrap_content" | 433 | android:layout_height="wrap_content" |
434 | android:layout_centerVertical="true" | 434 | android:layout_centerVertical="true" |
435 | android:layout_marginLeft="10dp" | 435 | android:layout_marginLeft="10dp" |
436 | android:src="@drawable/logo_mgc" /> | 436 | android:src="@drawable/logo_mgc" /> |
437 | 437 | ||
438 | <ImageView | 438 | <ImageView |
439 | android:layout_width="wrap_content" | 439 | android:layout_width="wrap_content" |
440 | android:layout_height="wrap_content" | 440 | android:layout_height="wrap_content" |
441 | android:layout_alignParentRight="true" | 441 | android:layout_alignParentRight="true" |
442 | android:layout_centerVertical="true" | 442 | android:layout_centerVertical="true" |
443 | android:layout_marginRight="45dp" | 443 | android:layout_marginRight="45dp" |
444 | android:src="@drawable/arrow_tag" /> | 444 | android:src="@drawable/arrow_tag" /> |
445 | </RelativeLayout> | 445 | </RelativeLayout> |
446 | 446 | ||
447 | <RelativeLayout | 447 | <RelativeLayout |
448 | android:id="@+id/item_onc" | 448 | android:id="@+id/item_onc" |
449 | android:layout_width="match_parent" | 449 | android:layout_width="match_parent" |
450 | android:layout_height="wrap_content" | 450 | android:layout_height="wrap_content" |
451 | android:background="@drawable/payment_bg" | 451 | android:background="@drawable/payment_bg" |
452 | android:visibility="gone" > | 452 | android:visibility="gone" > |
453 | 453 | ||
454 | <ImageView | 454 | <ImageView |
455 | android:layout_width="wrap_content" | 455 | android:layout_width="wrap_content" |
456 | android:layout_height="wrap_content" | 456 | android:layout_height="wrap_content" |
457 | android:layout_centerVertical="true" | 457 | android:layout_centerVertical="true" |
458 | android:layout_marginLeft="10dp" | 458 | android:layout_marginLeft="10dp" |
459 | android:src="@drawable/logo_onc" /> | 459 | android:src="@drawable/logo_onc" /> |
460 | 460 | ||
461 | <ImageView | 461 | <ImageView |
462 | android:layout_width="wrap_content" | 462 | android:layout_width="wrap_content" |
463 | android:layout_height="wrap_content" | 463 | android:layout_height="wrap_content" |
464 | android:layout_alignParentRight="true" | 464 | android:layout_alignParentRight="true" |
465 | android:layout_centerVertical="true" | 465 | android:layout_centerVertical="true" |
466 | android:layout_marginRight="45dp" | 466 | android:layout_marginRight="45dp" |
467 | android:src="@drawable/arrow_tag" /> | 467 | android:src="@drawable/arrow_tag" /> |
468 | </RelativeLayout> | 468 | </RelativeLayout> |
469 | 469 | ||
470 | <RelativeLayout | 470 | <RelativeLayout |
471 | android:id="@+id/item_boa" | 471 | android:id="@+id/item_boa" |
472 | android:layout_width="match_parent" | 472 | android:layout_width="match_parent" |
473 | android:layout_height="wrap_content" | 473 | android:layout_height="wrap_content" |
474 | android:background="@drawable/payment_bg" | 474 | android:background="@drawable/payment_bg" |
475 | android:visibility="gone" > | 475 | android:visibility="gone" > |
476 | 476 | ||
477 | <ImageView | 477 | <ImageView |
478 | android:layout_width="wrap_content" | 478 | android:layout_width="wrap_content" |
479 | android:layout_height="wrap_content" | 479 | android:layout_height="wrap_content" |
480 | android:layout_centerVertical="true" | 480 | android:layout_centerVertical="true" |
481 | android:layout_marginLeft="10dp" | 481 | android:layout_marginLeft="10dp" |
482 | android:src="@drawable/logo_boa" /> | 482 | android:src="@drawable/logo_boa" /> |
483 | 483 | ||
484 | <ImageView | 484 | <ImageView |
485 | android:layout_width="wrap_content" | 485 | android:layout_width="wrap_content" |
486 | android:layout_height="wrap_content" | 486 | android:layout_height="wrap_content" |
487 | android:layout_alignParentRight="true" | 487 | android:layout_alignParentRight="true" |
488 | android:layout_centerVertical="true" | 488 | android:layout_centerVertical="true" |
489 | android:layout_marginRight="45dp" | 489 | android:layout_marginRight="45dp" |
490 | android:src="@drawable/arrow_tag" /> | 490 | android:src="@drawable/arrow_tag" /> |
491 | </RelativeLayout> | 491 | </RelativeLayout> |
492 | 492 | ||
493 | <RelativeLayout | 493 | <RelativeLayout |
494 | android:id="@+id/item_coda" | 494 | android:id="@+id/item_coda" |
495 | android:layout_width="match_parent" | 495 | android:layout_width="match_parent" |
496 | android:layout_height="wrap_content" | 496 | android:layout_height="wrap_content" |
497 | android:background="@drawable/payment_bg" | 497 | android:background="@drawable/payment_bg" |
498 | android:visibility="gone" > | 498 | android:visibility="gone" > |
499 | 499 | ||
500 | <ImageView | 500 | <ImageView |
501 | android:layout_width="wrap_content" | 501 | android:layout_width="wrap_content" |
502 | android:layout_height="wrap_content" | 502 | android:layout_height="wrap_content" |
503 | android:layout_centerVertical="true" | 503 | android:layout_centerVertical="true" |
504 | android:layout_marginLeft="10dp" | 504 | android:layout_marginLeft="10dp" |
505 | android:src="@drawable/logo_coda" /> | 505 | android:src="@drawable/logo_coda" /> |
506 | 506 | ||
507 | <ImageView | 507 | <ImageView |
508 | android:layout_width="wrap_content" | 508 | android:layout_width="wrap_content" |
509 | android:layout_height="wrap_content" | 509 | android:layout_height="wrap_content" |
510 | android:layout_alignParentRight="true" | 510 | android:layout_alignParentRight="true" |
511 | android:layout_centerVertical="true" | 511 | android:layout_centerVertical="true" |
512 | android:layout_marginRight="45dp" | 512 | android:layout_marginRight="45dp" |
513 | android:src="@drawable/arrow_tag" /> | 513 | android:src="@drawable/arrow_tag" /> |
514 | </RelativeLayout> | 514 | </RelativeLayout> |
515 | 515 | ||
516 | <RelativeLayout | 516 | <RelativeLayout |
517 | android:id="@+id/item_globe" | 517 | android:id="@+id/item_globe" |
518 | android:layout_width="match_parent" | 518 | android:layout_width="match_parent" |
519 | android:layout_height="wrap_content" | 519 | android:layout_height="wrap_content" |
520 | android:background="@drawable/payment_bg" | 520 | android:background="@drawable/payment_bg" |
521 | android:visibility="gone" > | 521 | android:visibility="gone" > |
522 | 522 | ||
523 | <ImageView | 523 | <ImageView |
524 | android:layout_width="wrap_content" | 524 | android:layout_width="wrap_content" |
525 | android:layout_height="wrap_content" | 525 | android:layout_height="wrap_content" |
526 | android:layout_centerVertical="true" | 526 | android:layout_centerVertical="true" |
527 | android:layout_marginLeft="10dp" | 527 | android:layout_marginLeft="10dp" |
528 | android:src="@drawable/logo_globe" /> | 528 | android:src="@drawable/logo_globe" /> |
529 | 529 | ||
530 | <ImageView | 530 | <ImageView |
531 | android:layout_width="wrap_content" | 531 | android:layout_width="wrap_content" |
532 | android:layout_height="wrap_content" | 532 | android:layout_height="wrap_content" |
533 | android:layout_alignParentRight="true" | 533 | android:layout_alignParentRight="true" |
534 | android:layout_centerVertical="true" | 534 | android:layout_centerVertical="true" |
535 | android:layout_marginRight="45dp" | 535 | android:layout_marginRight="45dp" |
536 | android:src="@drawable/arrow_tag" /> | 536 | android:src="@drawable/arrow_tag" /> |
537 | </RelativeLayout> | 537 | </RelativeLayout> |
538 | |||
539 | <RelativeLayout | ||
540 | android:id="@+id/item_cherry" | ||
541 | android:layout_width="match_parent" | ||
542 | android:layout_height="wrap_content" | ||
543 | android:background="@drawable/payment_bg" | ||
544 | android:visibility="gone" > | ||
545 | |||
546 | <ImageView | ||
547 | android:layout_width="wrap_content" | ||
548 | android:layout_height="wrap_content" | ||
549 | android:layout_centerVertical="true" | ||
550 | android:layout_marginLeft="10dp" | ||
551 | android:src="@drawable/logo_cherry" /> | ||
552 | |||
553 | <ImageView | ||
554 | android:layout_width="wrap_content" | ||
555 | android:layout_height="wrap_content" | ||
556 | android:layout_alignParentRight="true" | ||
557 | android:layout_centerVertical="true" | ||
558 | android:layout_marginRight="45dp" | ||
559 | android:src="@drawable/arrow_tag" /> | ||
560 | </RelativeLayout> | ||
538 | </LinearLayout> | 561 | </LinearLayout> |
539 | 562 | ||
540 | </ScrollView> | 563 | </ScrollView> |
android/GameSDKRelease/res/layout/fragment_sign_choice.xml
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | 2 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
3 | android:layout_width="match_parent" | 3 | android:layout_width="match_parent" |
4 | android:layout_height="match_parent" | 4 | android:layout_height="match_parent" |
5 | android:orientation="vertical" > | 5 | android:orientation="vertical" > |
6 | 6 | ||
7 | <LinearLayout | 7 | <LinearLayout |
8 | android:layout_width="match_parent" | 8 | android:layout_width="match_parent" |
9 | android:layout_height="wrap_content" | 9 | android:layout_height="wrap_content" |
10 | android:layout_marginTop="13dp" | 10 | android:layout_marginTop="13dp" |
11 | android:gravity="center_horizontal" | 11 | android:gravity="center_horizontal" |
12 | android:orientation="horizontal" > | 12 | android:orientation="horizontal" > |
13 | 13 | ||
14 | <ImageView | 14 | <ImageView |
15 | android:id="@+id/utype_tag" | 15 | android:id="@+id/utype_tag" |
16 | android:layout_width="25dp" | 16 | android:layout_width="25dp" |
17 | android:layout_height="25dp" | 17 | android:layout_height="25dp" |
18 | android:layout_marginRight="8dp" | 18 | android:layout_marginRight="8dp" |
19 | android:src="@drawable/utype_quick" /> | 19 | android:src="@drawable/utype_quick" /> |
20 | 20 | ||
21 | <TextView | 21 | <TextView |
22 | android:id="@+id/tv_nick" | 22 | android:id="@+id/tv_nick" |
23 | android:layout_width="wrap_content" | 23 | android:layout_width="wrap_content" |
24 | android:layout_height="wrap_content" | 24 | android:layout_height="wrap_content" |
25 | android:layout_gravity="center_vertical" | 25 | android:layout_gravity="center_vertical" |
26 | android:textColor="@color/black_text" | 26 | android:textColor="@color/black_text" |
27 | android:textSize="15sp" | 27 | android:textSize="15sp" |
28 | android:textStyle="bold" /> | 28 | android:textStyle="bold" /> |
29 | </LinearLayout> | 29 | </LinearLayout> |
30 | 30 | ||
31 | <Button | 31 | <Button |
32 | android:id="@+id/play" | 32 | android:id="@+id/play" |
33 | android:layout_width="fill_parent" | 33 | android:layout_width="fill_parent" |
34 | android:layout_height="46dp" | 34 | android:layout_height="46dp" |
35 | android:layout_marginBottom="10dp" | 35 | android:layout_marginBottom="10dp" |
36 | android:layout_marginLeft="13dp" | 36 | android:layout_marginLeft="13dp" |
37 | android:layout_marginRight="13dp" | 37 | android:layout_marginRight="13dp" |
38 | android:layout_marginTop="23dp" | 38 | android:layout_marginTop="23dp" |
39 | android:background="@drawable/btn_orange_bg" | 39 | android:background="@drawable/btn_orange_bg" |
40 | android:padding="5dp" | 40 | android:padding="5dp" |
41 | android:text="Play" | 41 | android:text="@string/quick_play" |
42 | android:textStyle="bold" | ||
42 | android:textColor="@android:color/white" | 43 | android:textColor="@android:color/white" |
43 | android:textSize="16sp" /> | 44 | android:textSize="16sp" /> |
44 | 45 | ||
45 | <View | 46 | <View |
46 | android:layout_width="fill_parent" | 47 | android:layout_width="fill_parent" |
47 | android:layout_height="2dp" | 48 | android:layout_height="2dp" |
48 | android:background="@drawable/dash_line" /> | 49 | android:background="@drawable/dash_line" /> |
49 | 50 | ||
50 | <com.facebook.widget.LoginButton | 51 | <Button |
51 | android:id="@+id/fb_login" | 52 | android:id="@+id/fb_login" |
52 | android:layout_width="fill_parent" | 53 | android:layout_width="fill_parent" |
53 | android:layout_height="wrap_content" | 54 | android:layout_height="wrap_content" |
54 | android:layout_marginLeft="13dp" | 55 | android:layout_marginLeft="13dp" |
55 | android:layout_marginRight="13dp" | 56 | android:layout_marginRight="13dp" |
56 | android:layout_marginTop="10dp" /> | 57 | android:layout_marginTop="10dp" |
58 | android:background="@drawable/com_facebook_button_blue" | ||
59 | android:text="@string/fb_login" | ||
60 | android:textColor="@color/white" | ||
61 | android:textSize="16sp" | ||
62 | android:textStyle="bold" /> | ||
57 | 63 | ||
58 | <Button | 64 | <Button |
59 | android:id="@+id/gump_login" | 65 | android:id="@+id/gump_login" |
60 | android:layout_width="fill_parent" | 66 | android:layout_width="fill_parent" |
61 | android:layout_height="40dp" | 67 | android:layout_height="40dp" |
62 | android:layout_marginBottom="15dp" | 68 | android:layout_marginBottom="15dp" |
63 | android:layout_marginLeft="13dp" | 69 | android:layout_marginLeft="13dp" |
64 | android:layout_marginRight="13dp" | 70 | android:layout_marginRight="13dp" |
65 | android:layout_marginTop="8dp" | 71 | android:layout_marginTop="8dp" |
66 | android:background="@drawable/btn_light_gray_bg" | 72 | android:background="@drawable/btn_light_gray_bg" |
67 | android:gravity="center" | 73 | android:gravity="center" |
68 | android:text="@string/gump_login" | 74 | android:text="@string/gump_login" |
69 | android:textColor="@android:color/white" | 75 | android:textColor="@android:color/white" |
70 | android:textSize="15sp" /> | 76 | android:textSize="15sp" |
77 | android:textStyle="bold" /> | ||
71 | 78 | ||
72 | </LinearLayout> | 79 | </LinearLayout> |
android/GameSDKRelease/res/values/colors.xml
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <resources> | 2 | <resources> |
3 | 3 | ||
4 | <color name="white">#FFFFFF</color> | ||
4 | <color name="line">#e5e5e5</color> | 5 | <color name="line">#e5e5e5</color> |
5 | <color name="light_gray">#c9c9c9</color> | 6 | <color name="light_gray">#c9c9c9</color> |
6 | <color name="dark_gray">#d9d9d9</color> | 7 | <color name="dark_gray">#d9d9d9</color> |
7 | <color name="orange_normal">#fe5f27</color> | 8 | <color name="orange_normal">#fe5f27</color> |
8 | <color name="orange_pressed">#fe0000</color> | 9 | <color name="orange_pressed">#fe0000</color> |
9 | <color name="black_text">#3f3c38</color> | 10 | <color name="black_text">#3f3c38</color> |
10 | <color name="btn_white_normal">#f8f7f4</color> | 11 | <color name="btn_white_normal">#f8f7f4</color> |
11 | <color name="btn_white_pressed">#f8f7f4</color> | 12 | <color name="btn_white_pressed">#f8f7f4</color> |
12 | 13 | ||
13 | <color name="common_gray">#ecf0f0</color> | 14 | <color name="common_gray">#ecf0f0</color> |
14 | <color name="common_gray2">#e0e6e8</color> | 15 | <color name="common_gray2">#e0e6e8</color> |
15 | <color name="translucent">#7e000000</color> | 16 | <color name="translucent">#7e000000</color> |
16 | <color name="transparent">#00000000</color> | 17 | <color name="transparent">#00000000</color> |
17 | 18 | ||
18 | <color name="payment_common_bg">#f2efeb</color> | 19 | <color name="payment_common_bg">#f2efeb</color> |
19 | <color name="summary_bg">#d6d4d1</color> | 20 | <color name="summary_bg">#d6d4d1</color> |
20 | <color name="background_color">#00a0e9</color> | 21 | <color name="background_color">#00a0e9</color> |
21 | 22 | ||
22 | <dimen name="com_facebook_picker_place_image_size">64dp</dimen> | 23 | <dimen name="com_facebook_picker_place_image_size">64dp</dimen> |
23 | 24 | ||
24 | <color name="com_facebook_picker_search_bar_background">#f5f5f7</color> | 25 | <color name="com_facebook_picker_search_bar_background">#f5f5f7</color> |
25 | <color name="com_facebook_picker_search_bar_text">#bcbdc2</color> | 26 | <color name="com_facebook_picker_search_bar_text">#bcbdc2</color> |
26 | 27 | ||
27 | </resources> | 28 | </resources> |
android/GameSDKRelease/res/values/strings.xml
1 | <resources> | 1 | <resources> |
2 | 2 | ||
3 | <string name="app_name">LoginSDK</string> | 3 | <string name="app_name">LoginSDK</string> |
4 | <string name="user_name_hint">Email</string> | 4 | <string name="user_name_hint">Email</string> |
5 | <string name="password_hint">Password</string> | 5 | <string name="password_hint">Password</string> |
6 | <string name="quick_login">Play(%sS)</string> | 6 | <string name="quick_login">Play(%sS)</string> |
7 | <string name="quick_play">Play</string> | 7 | <string name="quick_play">Play</string> |
8 | <string name="login">Login</string> | 8 | <string name="login">Login</string> |
9 | <string name="signup">Signup</string> | 9 | <string name="signup">Signup</string> |
10 | <string name="bind">Bound to email</string> | 10 | <string name="bind">Bound to email</string> |
11 | <string name="loading">Loading</string> | 11 | <string name="loading">Loading</string> |
12 | 12 | ||
13 | <!-- toast --> | 13 | <!-- toast --> |
14 | <string name="illegal_uname_tip">Invalid Email</string> | 14 | <string name="illegal_uname_tip">Invalid Email</string> |
15 | <string name="illegal_pwd_tip">Invalid Password (6–20 characters).</string> | 15 | <string name="illegal_pwd_tip">Invalid Password (6–20 characters).</string> |
16 | <string name="illegal_user_exist">Email has already used</string> | 16 | <string name="illegal_user_exist">Email has already used</string> |
17 | <string name="illegal_pwd_invalid">Password is incorrect. Please try again.</string> | 17 | <string name="illegal_pwd_invalid">Password is incorrect. Please try again.</string> |
18 | <string name="illegal_user_not_exist">Invalid Email</string> | 18 | <string name="illegal_user_not_exist">Invalid Email</string> |
19 | <string name="invalid_email">Invalid Email</string> | 19 | <string name="invalid_email">Invalid Email</string> |
20 | <string name="login_fail">Login failed</string> | 20 | <string name="login_fail">Login failed</string> |
21 | <string name="signup_fail">Signup failed</string> | 21 | <string name="signup_fail">Signup failed</string> |
22 | <string name="bind_fail">Bound failed</string> | 22 | <string name="bind_fail">Bound failed</string> |
23 | <string name="net_error">Internet unavailable, please check</string> | 23 | <string name="net_error">Internet unavailable, please check</string> |
24 | <string name="gump_login">Login with Gumptech</string> | 24 | <string name="gump_login">Login with Gumptech</string> |
25 | <string name="fb_login">Login with Facebook</string> | ||
25 | <string name="signup_success">Sign Up Successfully</string> | 26 | <string name="signup_success">Sign Up Successfully</string> |
26 | <!-- facebook --> | 27 | <!-- facebook --> |
27 | <string name="com_facebook_dialogloginactivity_ok_button">OK</string> | 28 | <string name="com_facebook_dialogloginactivity_ok_button">OK</string> |
28 | <string name="com_facebook_loginview_log_out_button">Log out</string> | 29 | <string name="com_facebook_loginview_log_out_button">Log out</string> |
29 | <!-- string name="com_facebook_loginview_log_in_button">Log in with Facebook</string --> | 30 | <!-- string name="com_facebook_loginview_log_in_button">Log in with Facebook</string --> |
30 | <string name="com_facebook_loginview_log_in_button">Sign up with Facebook</string> | 31 | <string name="com_facebook_loginview_log_in_button">Sign up with Facebook</string> |
31 | <string name="com_facebook_loginview_logged_in_as">Logged in as: %1$s</string> | 32 | <string name="com_facebook_loginview_logged_in_as">Logged in as: %1$s</string> |
32 | <string name="com_facebook_loginview_logged_in_using_facebook">Logged in using Facebook</string> | 33 | <string name="com_facebook_loginview_logged_in_using_facebook">Logged in using Facebook</string> |
33 | <string name="com_facebook_loginview_log_out_action">Log out</string> | 34 | <string name="com_facebook_loginview_log_out_action">Log out</string> |
34 | <string name="com_facebook_loginview_cancel_action">Cancel</string> | 35 | <string name="com_facebook_loginview_cancel_action">Cancel</string> |
35 | <string name="com_facebook_logo_content_description">Facebook Logo</string> | 36 | <string name="com_facebook_logo_content_description">Facebook Logo</string> |
36 | <string name="com_facebook_usersettingsfragment_log_in_button">Log in…</string> | 37 | <string name="com_facebook_usersettingsfragment_log_in_button">Log in…</string> |
37 | <string name="com_facebook_usersettingsfragment_logged_in">Logged in</string> | 38 | <string name="com_facebook_usersettingsfragment_logged_in">Logged in</string> |
38 | <string name="com_facebook_usersettingsfragment_not_logged_in">Not logged in</string> | 39 | <string name="com_facebook_usersettingsfragment_not_logged_in">Not logged in</string> |
39 | <string name="com_facebook_placepicker_subtitle_format">%1$s • %2$,d were here</string> | 40 | <string name="com_facebook_placepicker_subtitle_format">%1$s • %2$,d were here</string> |
40 | <string name="com_facebook_placepicker_subtitle_catetory_only_format">%1$s</string> | 41 | <string name="com_facebook_placepicker_subtitle_catetory_only_format">%1$s</string> |
41 | <string name="com_facebook_placepicker_subtitle_were_here_only_format">%1$,d were here</string> | 42 | <string name="com_facebook_placepicker_subtitle_were_here_only_format">%1$,d were here</string> |
42 | <string name="com_facebook_picker_done_button_text">Done</string> | 43 | <string name="com_facebook_picker_done_button_text">Done</string> |
43 | <string name="com_facebook_choose_friends">Choose Friends</string> | 44 | <string name="com_facebook_choose_friends">Choose Friends</string> |
44 | <string name="com_facebook_nearby">Nearby</string> | 45 | <string name="com_facebook_nearby">Nearby</string> |
45 | <string name="com_facebook_loading">Loading...</string> | 46 | <string name="com_facebook_loading">Loading...</string> |
46 | <string name="com_facebook_internet_permission_error_title">AndroidManifest Error</string> | 47 | <string name="com_facebook_internet_permission_error_title">AndroidManifest Error</string> |
47 | <string name="com_facebook_internet_permission_error_message">WebView login requires INTERNET permission</string> | 48 | <string name="com_facebook_internet_permission_error_message">WebView login requires INTERNET permission</string> |
48 | <string name="com_facebook_requesterror_web_login">Your Facebook account is locked. Please log into www.facebook.com to continue.</string> | 49 | <string name="com_facebook_requesterror_web_login">Your Facebook account is locked. Please log into www.facebook.com to continue.</string> |
49 | <string name="com_facebook_requesterror_relogin">Please log into this app again to reconnect your Facebook account.</string> | 50 | <string name="com_facebook_requesterror_relogin">Please log into this app again to reconnect your Facebook account.</string> |
50 | <string name="com_facebook_requesterror_password_changed">Your Facebook password has changed. Please log into this app again to reconnect your Facebook account.</string> | 51 | <string name="com_facebook_requesterror_password_changed">Your Facebook password has changed. Please log into this app again to reconnect your Facebook account.</string> |
51 | <string name="com_facebook_requesterror_reconnect">Please log into this app again to reconnect your Facebook account.</string> | 52 | <string name="com_facebook_requesterror_reconnect">Please log into this app again to reconnect your Facebook account.</string> |
52 | <string name="com_facebook_requesterror_permissions">This app doesn’t have permission to do this. To change permissions, try logging into the app again.</string> | 53 | <string name="com_facebook_requesterror_permissions">This app doesn’t have permission to do this. To change permissions, try logging into the app again.</string> |
53 | 54 | ||
54 | <!-- 支付相关 --> | 55 | <!-- 支付相关 --> |
55 | <!-- title --> | 56 | <!-- title --> |
56 | <string name="title_mycard">Mycard點數儲值</string> | 57 | <string name="title_mycard">Mycard點數儲值</string> |
57 | <string name="title_mycard_member">Mycard會員扣點</string> | 58 | <string name="title_mycard_member">Mycard會員扣點</string> |
58 | <string name="title_mycard_billing">Mycard Billing</string> | 59 | <string name="title_mycard_billing">Mycard Billing</string> |
59 | <string name="title_mol">MOLPoints Gift Card</string> | 60 | <string name="title_mol">MOLPoints Gift Card</string> |
60 | <string name="title_mol_wallet">MOLPoints E-Wallet</string> | 61 | <string name="title_mol_wallet">MOLPoints E-Wallet</string> |
61 | <string name="title_12call">12Call</string> | 62 | <string name="title_12call">12Call</string> |
62 | <string name="title_tm">True Money</string> | 63 | <string name="title_tm">True Money</string> |
63 | <string name="title_zest">Zest</string> | 64 | <string name="title_zest">Zest</string> |
64 | <string name="title_gp">Google play</string> | 65 | <string name="title_gp">Google play</string> |
65 | <string name="title_paypal">Paypal</string> | 66 | <string name="title_paypal">Paypal</string> |
66 | <string name="title_rixty">Rixty</string> | 67 | <string name="title_rixty">Rixty</string> |
67 | <string name="title_ngan">NganLoung</string> | 68 | <string name="title_ngan">NganLoung</string> |
68 | <string name="title_easy2pay">Easy2Pay</string> | 69 | <string name="title_easy2pay">Easy2Pay</string> |
69 | <string name="title_boa">BOACompra</string> | 70 | <string name="title_boa">BOACompra</string> |
70 | <string name="title_indomog_voucher">Indomog</string> | 71 | <string name="title_indomog_voucher">Indomog</string> |
71 | <string name="title_indomog_account">Indomog Account Balance</string> | 72 | <string name="title_indomog_account">Indomog Account Balance</string> |
72 | <string name="title_yandex">Yandex</string> | 73 | <string name="title_yandex">Yandex</string> |
73 | <string name="title_vnpt_vnp">VinaPhone</string> | 74 | <string name="title_vnpt_vnp">VinaPhone</string> |
74 | <string name="title_vnpt_vms">MobiFone</string> | 75 | <string name="title_vnpt_vms">MobiFone</string> |
75 | <string name="title_vnpt_onc">Oncash</string> | 76 | <string name="title_vnpt_onc">Oncash</string> |
76 | <string name="title_vnpt_fpt">FPT</string> | 77 | <string name="title_vnpt_fpt">FPT</string> |
77 | <string name="title_vnpt_vtt">Viettel</string> | 78 | <string name="title_vnpt_vtt">Viettel</string> |
78 | <string name="title_vnpt_mgc">MegaCard</string> | 79 | <string name="title_vnpt_mgc">MegaCard</string> |
79 | <string name="title_coda">Coda Payment</string> | 80 | <string name="title_coda">Coda Payment</string> |
81 | <string name="title_cherry">Cherry Credits</string> | ||
80 | <string name="title_payment_choice">Select payment methods</string> | 82 | <string name="title_payment_choice">Select payment methods</string> |
81 | <!-- summary title --> | 83 | <!-- summary title --> |
82 | <string name="summary_title">Price list:</string> | 84 | <string name="summary_title">Price list:</string> |
83 | 85 | ||
84 | <!-- payment --> | 86 | <!-- payment --> |
85 | <string name="useranme_pattern">Account:%s</string> | 87 | <string name="useranme_pattern">Account:%s</string> |
86 | <string name="mol_card_hint">Card No.</string> | 88 | <string name="mol_card_hint">Card No.</string> |
87 | <string name="mol_pass_hint">Password</string> | 89 | <string name="mol_pass_hint">Password</string> |
88 | <string name="pay_ok">OK</string> | 90 | <string name="pay_ok">OK</string> |
89 | <string name="pay_error">Charging Failed, please try again.</string> | 91 | <string name="pay_error">Charging Failed, please try again.</string> |
90 | <string name="card_input_tip">Card information</string> | 92 | <string name="card_input_tip">Card information</string> |
91 | <string name="amount_choice_tip">Please select the amount</string> | 93 | <string name="amount_choice_tip">Please select the amount</string> |
92 | 94 | ||
93 | <!-- paypal --> | 95 | <!-- paypal --> |
94 | <string name="paypal_amount_hint">Please enter the payment amount (Integer between %s to 10000)</string> | 96 | <string name="paypal_amount_hint">Please enter the payment amount (Integer between %s to 10000)</string> |
95 | <string name="paypal_choice_tip">Please select the amount</string> | 97 | <string name="paypal_choice_tip">Please select the amount</string> |
96 | <!-- gp --> | 98 | <!-- gp --> |
97 | <string name="gp_choice_tip">Please select the amount</string> | 99 | <string name="gp_choice_tip">Please select the amount</string> |
98 | <!-- yandex --> | 100 | <!-- yandex --> |
99 | <string name="yandex_money">Yandex Money</string> | 101 | <string name="yandex_money">Yandex Money</string> |
100 | <string name="yandex_bank">Yandex Bank</string> | 102 | <string name="yandex_bank">Yandex Bank</string> |
101 | <string name="yandex_cash">Yandex Cash</string> | 103 | <string name="yandex_cash">Yandex Cash</string> |
102 | 104 | ||
103 | </resources> | 105 | </resources> |