R.java
42.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.gumptech.loginsdk.sample;
public final class R {
public static final class attr {
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int confirm_logout=0x7f01000c;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int done_button_background=0x7f010006;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int done_button_text=0x7f010004;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int extra_fields=0x7f010001;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int fetch_user_info=0x7f01000d;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int is_cropped=0x7f010011;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int login_text=0x7f01000e;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int logout_text=0x7f01000f;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int multi_select=0x7f010007;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>small</code></td><td>-2</td><td> Keep in sync with constants in ProfilePictureView </td></tr>
<tr><td><code>normal</code></td><td>-3</td><td></td></tr>
<tr><td><code>large</code></td><td>-4</td><td></td></tr>
</table>
*/
public static final int preset_size=0x7f010010;
/** <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int radius_in_meters=0x7f010008;
/** <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int results_limit=0x7f010009;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int search_text=0x7f01000a;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int show_pictures=0x7f010000;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int show_search_box=0x7f01000b;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int show_title_bar=0x7f010002;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int title_bar_background=0x7f010005;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int title_text=0x7f010003;
}
public static final class color {
public static final int black_text=0x7f050003;
public static final int com_facebook_blue=0x7f050009;
public static final int com_facebook_loginview_text_color=0x7f05000d;
public static final int com_facebook_picker_search_bar_background=0x7f050007;
public static final int com_facebook_picker_search_bar_text=0x7f050008;
public static final int com_facebook_usersettingsfragment_connected_shadow_color=0x7f05000b;
public static final int com_facebook_usersettingsfragment_connected_text_color=0x7f05000a;
public static final int com_facebook_usersettingsfragment_not_connected_text_color=0x7f05000c;
public static final int common_gray=0x7f050004;
public static final int common_gray2=0x7f050005;
public static final int line=0x7f050000;
public static final int orange_normal=0x7f050001;
public static final int orange_pressed=0x7f050002;
public static final int translucent=0x7f050006;
}
public static final class dimen {
/** Default screen margins, per the Android Design guidelines.
Example customization of dimensions originally defined in res/values/dimens.xml
(such as screen margins) for screens with more than 820dp of available width. This
would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively).
*/
public static final int activity_horizontal_margin=0x7f06000d;
public static final int activity_vertical_margin=0x7f06000e;
public static final int com_facebook_loginview_compound_drawable_padding=0x7f060008;
public static final int com_facebook_loginview_padding_bottom=0x7f060007;
public static final int com_facebook_loginview_padding_left=0x7f060004;
public static final int com_facebook_loginview_padding_right=0x7f060005;
public static final int com_facebook_loginview_padding_top=0x7f060006;
public static final int com_facebook_loginview_text_size=0x7f060009;
public static final int com_facebook_picker_divider_width=0x7f060001;
/** facebook
*/
public static final int com_facebook_picker_place_image_size=0x7f060000;
public static final int com_facebook_profilepictureview_preset_size_large=0x7f06000c;
public static final int com_facebook_profilepictureview_preset_size_normal=0x7f06000b;
public static final int com_facebook_profilepictureview_preset_size_small=0x7f06000a;
public static final int com_facebook_usersettingsfragment_profile_picture_height=0x7f060003;
public static final int com_facebook_usersettingsfragment_profile_picture_width=0x7f060002;
}
public static final class drawable {
public static final int btn_back=0x7f020000;
public static final int btn_cancel=0x7f020001;
public static final int btn_orange=0x7f020002;
public static final int btn_white_bg=0x7f020003;
public static final int com_facebook_button_blue=0x7f020004;
public static final int com_facebook_button_blue_focused=0x7f020005;
public static final int com_facebook_button_blue_normal=0x7f020006;
public static final int com_facebook_button_blue_pressed=0x7f020007;
public static final int com_facebook_button_check=0x7f020008;
public static final int com_facebook_button_check_off=0x7f020009;
public static final int com_facebook_button_check_on=0x7f02000a;
public static final int com_facebook_button_grey_focused=0x7f02000b;
public static final int com_facebook_button_grey_normal=0x7f02000c;
public static final int com_facebook_button_grey_pressed=0x7f02000d;
public static final int com_facebook_close=0x7f02000e;
public static final int com_facebook_inverse_icon=0x7f02000f;
public static final int com_facebook_list_divider=0x7f020010;
public static final int com_facebook_list_section_header_background=0x7f020011;
public static final int com_facebook_loginbutton_silver=0x7f020012;
public static final int com_facebook_logo=0x7f020013;
public static final int com_facebook_picker_default_separator_color=0x7f020031;
public static final int com_facebook_picker_item_background=0x7f020014;
public static final int com_facebook_picker_list_focused=0x7f020015;
public static final int com_facebook_picker_list_longpressed=0x7f020016;
public static final int com_facebook_picker_list_pressed=0x7f020017;
public static final int com_facebook_picker_list_selector=0x7f020018;
public static final int com_facebook_picker_list_selector_background_transition=0x7f020019;
public static final int com_facebook_picker_list_selector_disabled=0x7f02001a;
public static final int com_facebook_picker_magnifier=0x7f02001b;
public static final int com_facebook_picker_top_button=0x7f02001c;
public static final int com_facebook_place_default_icon=0x7f02001d;
public static final int com_facebook_profile_default_icon=0x7f02001e;
public static final int com_facebook_profile_picture_blank_portrait=0x7f02001f;
public static final int com_facebook_profile_picture_blank_square=0x7f020020;
public static final int com_facebook_top_background=0x7f020021;
public static final int com_facebook_top_button=0x7f020022;
public static final int com_facebook_usersettingsfragment_background_gradient=0x7f020023;
public static final int et_bg=0x7f020024;
public static final int ic_close=0x7f020025;
public static final int ic_launcher=0x7f020026;
public static final int log=0x7f020027;
public static final int payment_bg=0x7f020028;
public static final int payment_bg_normal=0x7f020029;
public static final int payment_bg_selected=0x7f02002a;
public static final int r_bg=0x7f02002b;
public static final int r_bg_normal=0x7f02002c;
public static final int r_bg_selected=0x7f02002d;
public static final int tag_gp=0x7f02002e;
public static final int tag_mol=0x7f02002f;
public static final int tag_paypal=0x7f020030;
}
public static final class id {
public static final int amount=0x7f040037;
public static final int bind=0x7f040005;
public static final int btn_back=0x7f04003b;
public static final int btn_cancel=0x7f04003f;
public static final int cardGroup=0x7f04002f;
public static final int choice1=0x7f040023;
public static final int choice2=0x7f040024;
public static final int choice3=0x7f040025;
public static final int choice4=0x7f040026;
public static final int choice5=0x7f040027;
public static final int choice6=0x7f040028;
public static final int choice_title=0x7f040021;
public static final int choices=0x7f040022;
public static final int close=0x7f04001e;
public static final int com_facebook_login_activity_progress_bar=0x7f040009;
public static final int com_facebook_picker_activity_circle=0x7f040008;
public static final int com_facebook_picker_checkbox=0x7f04000b;
public static final int com_facebook_picker_checkbox_stub=0x7f04000f;
public static final int com_facebook_picker_divider=0x7f040013;
public static final int com_facebook_picker_done_button=0x7f040012;
public static final int com_facebook_picker_image=0x7f04000c;
public static final int com_facebook_picker_list_section_header=0x7f040010;
public static final int com_facebook_picker_list_view=0x7f040007;
public static final int com_facebook_picker_profile_pic_stub=0x7f04000d;
public static final int com_facebook_picker_row_activity_circle=0x7f04000a;
public static final int com_facebook_picker_search_text=0x7f040018;
public static final int com_facebook_picker_title=0x7f04000e;
public static final int com_facebook_picker_title_bar=0x7f040015;
public static final int com_facebook_picker_title_bar_stub=0x7f040014;
public static final int com_facebook_picker_top_bar=0x7f040011;
public static final int com_facebook_search_bar_view=0x7f040017;
public static final int com_facebook_usersettingsfragment_login_button=0x7f04001b;
public static final int com_facebook_usersettingsfragment_logo_image=0x7f040019;
public static final int com_facebook_usersettingsfragment_profile_name=0x7f04001a;
public static final int container=0x7f04001c;
public static final int fb_login=0x7f04002d;
public static final int icon=0x7f04003a;
public static final int intro=0x7f040029;
public static final int large=0x7f040002;
public static final int log=0x7f04003d;
public static final int login=0x7f04002c;
public static final int logout=0x7f040004;
public static final int molpoint=0x7f040032;
public static final int normal=0x7f040001;
public static final int pager=0x7f040039;
public static final int passwd=0x7f040035;
public static final int password=0x7f04002a;
public static final int pay=0x7f040006;
public static final int picker_subtitle=0x7f040016;
public static final int pwd=0x7f040020;
public static final int quick=0x7f04002b;
public static final int radio12call=0x7f040030;
public static final int serial_no=0x7f040034;
public static final int sign_up=0x7f04002e;
public static final int signup=0x7f040038;
public static final int small=0x7f040000;
public static final int submit=0x7f040036;
public static final int title=0x7f04003e;
public static final int truemoney=0x7f040031;
public static final int up_txt=0x7f04003c;
public static final int user_info=0x7f040003;
public static final int username=0x7f04001f;
public static final int web=0x7f04001d;
public static final int zest=0x7f040033;
}
public static final class layout {
public static final int activity_main=0x7f030000;
public static final int com_facebook_friendpickerfragment=0x7f030001;
public static final int com_facebook_login_activity_layout=0x7f030002;
public static final int com_facebook_picker_activity_circle_row=0x7f030003;
public static final int com_facebook_picker_checkbox=0x7f030004;
public static final int com_facebook_picker_image=0x7f030005;
public static final int com_facebook_picker_list_row=0x7f030006;
public static final int com_facebook_picker_list_section_header=0x7f030007;
public static final int com_facebook_picker_search_box=0x7f030008;
public static final int com_facebook_picker_title_bar=0x7f030009;
public static final int com_facebook_picker_title_bar_stub=0x7f03000a;
public static final int com_facebook_placepickerfragment=0x7f03000b;
public static final int com_facebook_placepickerfragment_list_row=0x7f03000c;
public static final int com_facebook_search_bar_layout=0x7f03000d;
public static final int com_facebook_usersettingsfragment=0x7f03000e;
public static final int container=0x7f03000f;
public static final int ex_win=0x7f030010;
public static final int fragment_bind=0x7f030011;
public static final int fragment_gp=0x7f030012;
public static final int fragment_login=0x7f030013;
public static final int fragment_mol=0x7f030014;
public static final int fragment_paypal=0x7f030015;
public static final int fragment_signup=0x7f030016;
public static final int pay_container=0x7f030017;
public static final int tab_indicator=0x7f030018;
public static final int title=0x7f030019;
}
public static final class string {
public static final int action_settings=0x7f070039;
public static final int app_name=0x7f070000;
public static final int bind=0x7f070006;
public static final int bind_fail=0x7f070010;
/** mol channel
*/
public static final int channel_12call=0x7f07002b;
public static final int channel_molpoint=0x7f07002e;
public static final int channel_truemoney=0x7f07002c;
public static final int channel_zest=0x7f07002d;
public static final int com_facebook_choose_friends=0x7f070021;
/** facebook
*/
public static final int com_facebook_dialogloginactivity_ok_button=0x7f070012;
public static final int com_facebook_internet_permission_error_message=0x7f070025;
public static final int com_facebook_internet_permission_error_title=0x7f070024;
public static final int com_facebook_loading=0x7f070023;
public static final int com_facebook_loginview_cancel_action=0x7f070018;
/** string name="com_facebook_loginview_log_in_button">Log in with Facebook</string
string name="com_facebook_loginview_log_in_button">Iniciar sesión con Facebook</string
string name="com_facebook_loginview_log_in_button">התחבר לפייסבוק</string
string name="com_facebook_loginview_log_in_button">התחבר לפייסבוק</string
*/
public static final int com_facebook_loginview_log_in_button=0x7f070014;
public static final int com_facebook_loginview_log_out_action=0x7f070017;
public static final int com_facebook_loginview_log_out_button=0x7f070013;
public static final int com_facebook_loginview_logged_in_as=0x7f070015;
public static final int com_facebook_loginview_logged_in_using_facebook=0x7f070016;
public static final int com_facebook_logo_content_description=0x7f070019;
public static final int com_facebook_nearby=0x7f070022;
public static final int com_facebook_picker_done_button_text=0x7f070020;
public static final int com_facebook_placepicker_subtitle_catetory_only_format=0x7f07001e;
public static final int com_facebook_placepicker_subtitle_format=0x7f07001d;
public static final int com_facebook_placepicker_subtitle_were_here_only_format=0x7f07001f;
public static final int com_facebook_requesterror_password_changed=0x7f070028;
public static final int com_facebook_requesterror_permissions=0x7f07002a;
public static final int com_facebook_requesterror_reconnect=0x7f070029;
public static final int com_facebook_requesterror_relogin=0x7f070027;
public static final int com_facebook_requesterror_web_login=0x7f070026;
public static final int com_facebook_usersettingsfragment_log_in_button=0x7f07001a;
public static final int com_facebook_usersettingsfragment_logged_in=0x7f07001b;
public static final int com_facebook_usersettingsfragment_not_logged_in=0x7f07001c;
/** gp
gp
gp
*/
public static final int gp_choice_tip=0x7f070037;
public static final int hello_world=0x7f070038;
public static final int illegal_pwd_invalid=0x7f07000b;
public static final int illegal_pwd_tip=0x7f070009;
/** toast
toast
toast
toast
toast
*/
public static final int illegal_uname_tip=0x7f070008;
public static final int illegal_user_exist=0x7f07000a;
public static final int illegal_user_not_exist=0x7f07000c;
public static final int invalid_email=0x7f07000d;
public static final int loading=0x7f070007;
public static final int login=0x7f070004;
public static final int login_fail=0x7f07000e;
public static final int mol_card_hint=0x7f070031;
public static final int mol_channel_title=0x7f070030;
public static final int mol_pass_hint=0x7f070032;
public static final int net_error=0x7f070011;
public static final int password_hint=0x7f070002;
public static final int pay_error=0x7f070034;
public static final int pay_ok=0x7f070033;
/** paypal
paypal
paypal
*/
public static final int paypal_amount_hint=0x7f070035;
public static final int paypal_choice_tip=0x7f070036;
public static final int quick_login=0x7f070003;
public static final int signup=0x7f070005;
public static final int signup_fail=0x7f07000f;
public static final int user_name_hint=0x7f070001;
/** payment
facebook id
payment
facebook id
payment
*/
public static final int useranme_pattern=0x7f07002f;
}
public static final class style {
public static final int com_facebook_loginview_default_style=0x7f080000;
public static final int com_facebook_loginview_silver_style=0x7f080001;
public static final int container_dialog=0x7f080002;
public static final int ex_win=0x7f080003;
}
public static final class styleable {
/** Attributes that can be used with a com_facebook_friend_picker_fragment.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #com_facebook_friend_picker_fragment_multi_select com.gumptech.loginsdk.sample:multi_select}</code></td><td></td></tr>
</table>
@see #com_facebook_friend_picker_fragment_multi_select
*/
public static final int[] com_facebook_friend_picker_fragment = {
0x7f010007
};
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#multi_select}
attribute's value can be found in the {@link #com_facebook_friend_picker_fragment} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.gumptech.loginsdk.sample:multi_select
*/
public static final int com_facebook_friend_picker_fragment_multi_select = 0;
/** Attributes that can be used with a com_facebook_login_view.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #com_facebook_login_view_confirm_logout com.gumptech.loginsdk.sample:confirm_logout}</code></td><td></td></tr>
<tr><td><code>{@link #com_facebook_login_view_fetch_user_info com.gumptech.loginsdk.sample:fetch_user_info}</code></td><td></td></tr>
<tr><td><code>{@link #com_facebook_login_view_login_text com.gumptech.loginsdk.sample:login_text}</code></td><td></td></tr>
<tr><td><code>{@link #com_facebook_login_view_logout_text com.gumptech.loginsdk.sample:logout_text}</code></td><td></td></tr>
</table>
@see #com_facebook_login_view_confirm_logout
@see #com_facebook_login_view_fetch_user_info
@see #com_facebook_login_view_login_text
@see #com_facebook_login_view_logout_text
*/
public static final int[] com_facebook_login_view = {
0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f
};
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#confirm_logout}
attribute's value can be found in the {@link #com_facebook_login_view} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.gumptech.loginsdk.sample:confirm_logout
*/
public static final int com_facebook_login_view_confirm_logout = 0;
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#fetch_user_info}
attribute's value can be found in the {@link #com_facebook_login_view} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.gumptech.loginsdk.sample:fetch_user_info
*/
public static final int com_facebook_login_view_fetch_user_info = 1;
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#login_text}
attribute's value can be found in the {@link #com_facebook_login_view} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.gumptech.loginsdk.sample:login_text
*/
public static final int com_facebook_login_view_login_text = 2;
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#logout_text}
attribute's value can be found in the {@link #com_facebook_login_view} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.gumptech.loginsdk.sample:logout_text
*/
public static final int com_facebook_login_view_logout_text = 3;
/** Attributes that can be used with a com_facebook_picker_fragment.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #com_facebook_picker_fragment_done_button_background com.gumptech.loginsdk.sample:done_button_background}</code></td><td></td></tr>
<tr><td><code>{@link #com_facebook_picker_fragment_done_button_text com.gumptech.loginsdk.sample:done_button_text}</code></td><td></td></tr>
<tr><td><code>{@link #com_facebook_picker_fragment_extra_fields com.gumptech.loginsdk.sample:extra_fields}</code></td><td></td></tr>
<tr><td><code>{@link #com_facebook_picker_fragment_show_pictures com.gumptech.loginsdk.sample:show_pictures}</code></td><td></td></tr>
<tr><td><code>{@link #com_facebook_picker_fragment_show_title_bar com.gumptech.loginsdk.sample:show_title_bar}</code></td><td></td></tr>
<tr><td><code>{@link #com_facebook_picker_fragment_title_bar_background com.gumptech.loginsdk.sample:title_bar_background}</code></td><td></td></tr>
<tr><td><code>{@link #com_facebook_picker_fragment_title_text com.gumptech.loginsdk.sample:title_text}</code></td><td></td></tr>
</table>
@see #com_facebook_picker_fragment_done_button_background
@see #com_facebook_picker_fragment_done_button_text
@see #com_facebook_picker_fragment_extra_fields
@see #com_facebook_picker_fragment_show_pictures
@see #com_facebook_picker_fragment_show_title_bar
@see #com_facebook_picker_fragment_title_bar_background
@see #com_facebook_picker_fragment_title_text
*/
public static final int[] com_facebook_picker_fragment = {
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
0x7f010004, 0x7f010005, 0x7f010006
};
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#done_button_background}
attribute's value can be found in the {@link #com_facebook_picker_fragment} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.gumptech.loginsdk.sample:done_button_background
*/
public static final int com_facebook_picker_fragment_done_button_background = 6;
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#done_button_text}
attribute's value can be found in the {@link #com_facebook_picker_fragment} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.gumptech.loginsdk.sample:done_button_text
*/
public static final int com_facebook_picker_fragment_done_button_text = 4;
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#extra_fields}
attribute's value can be found in the {@link #com_facebook_picker_fragment} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.gumptech.loginsdk.sample:extra_fields
*/
public static final int com_facebook_picker_fragment_extra_fields = 1;
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#show_pictures}
attribute's value can be found in the {@link #com_facebook_picker_fragment} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.gumptech.loginsdk.sample:show_pictures
*/
public static final int com_facebook_picker_fragment_show_pictures = 0;
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#show_title_bar}
attribute's value can be found in the {@link #com_facebook_picker_fragment} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.gumptech.loginsdk.sample:show_title_bar
*/
public static final int com_facebook_picker_fragment_show_title_bar = 2;
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#title_bar_background}
attribute's value can be found in the {@link #com_facebook_picker_fragment} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.gumptech.loginsdk.sample:title_bar_background
*/
public static final int com_facebook_picker_fragment_title_bar_background = 5;
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#title_text}
attribute's value can be found in the {@link #com_facebook_picker_fragment} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.gumptech.loginsdk.sample:title_text
*/
public static final int com_facebook_picker_fragment_title_text = 3;
/** Attributes that can be used with a com_facebook_place_picker_fragment.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #com_facebook_place_picker_fragment_radius_in_meters com.gumptech.loginsdk.sample:radius_in_meters}</code></td><td></td></tr>
<tr><td><code>{@link #com_facebook_place_picker_fragment_results_limit com.gumptech.loginsdk.sample:results_limit}</code></td><td></td></tr>
<tr><td><code>{@link #com_facebook_place_picker_fragment_search_text com.gumptech.loginsdk.sample:search_text}</code></td><td></td></tr>
<tr><td><code>{@link #com_facebook_place_picker_fragment_show_search_box com.gumptech.loginsdk.sample:show_search_box}</code></td><td></td></tr>
</table>
@see #com_facebook_place_picker_fragment_radius_in_meters
@see #com_facebook_place_picker_fragment_results_limit
@see #com_facebook_place_picker_fragment_search_text
@see #com_facebook_place_picker_fragment_show_search_box
*/
public static final int[] com_facebook_place_picker_fragment = {
0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b
};
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#radius_in_meters}
attribute's value can be found in the {@link #com_facebook_place_picker_fragment} array.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.gumptech.loginsdk.sample:radius_in_meters
*/
public static final int com_facebook_place_picker_fragment_radius_in_meters = 0;
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#results_limit}
attribute's value can be found in the {@link #com_facebook_place_picker_fragment} array.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.gumptech.loginsdk.sample:results_limit
*/
public static final int com_facebook_place_picker_fragment_results_limit = 1;
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#search_text}
attribute's value can be found in the {@link #com_facebook_place_picker_fragment} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.gumptech.loginsdk.sample:search_text
*/
public static final int com_facebook_place_picker_fragment_search_text = 2;
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#show_search_box}
attribute's value can be found in the {@link #com_facebook_place_picker_fragment} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.gumptech.loginsdk.sample:show_search_box
*/
public static final int com_facebook_place_picker_fragment_show_search_box = 3;
/** Attributes that can be used with a com_facebook_profile_picture_view.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #com_facebook_profile_picture_view_is_cropped com.gumptech.loginsdk.sample:is_cropped}</code></td><td></td></tr>
<tr><td><code>{@link #com_facebook_profile_picture_view_preset_size com.gumptech.loginsdk.sample:preset_size}</code></td><td></td></tr>
</table>
@see #com_facebook_profile_picture_view_is_cropped
@see #com_facebook_profile_picture_view_preset_size
*/
public static final int[] com_facebook_profile_picture_view = {
0x7f010010, 0x7f010011
};
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#is_cropped}
attribute's value can be found in the {@link #com_facebook_profile_picture_view} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.gumptech.loginsdk.sample:is_cropped
*/
public static final int com_facebook_profile_picture_view_is_cropped = 1;
/**
<p>This symbol is the offset where the {@link com.gumptech.loginsdk.sample.R.attr#preset_size}
attribute's value can be found in the {@link #com_facebook_profile_picture_view} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>small</code></td><td>-2</td><td> Keep in sync with constants in ProfilePictureView </td></tr>
<tr><td><code>normal</code></td><td>-3</td><td></td></tr>
<tr><td><code>large</code></td><td>-4</td><td></td></tr>
</table>
@attr name com.gumptech.loginsdk.sample:preset_size
*/
public static final int com_facebook_profile_picture_view_preset_size = 0;
};
}