update fingerprint for UWP

This commit is contained in:
Kyle Spearrin 2017-11-29 13:48:26 -05:00
parent dc59283160
commit ec9960e28e
2 changed files with 177 additions and 201 deletions

View File

@ -160,7 +160,7 @@
<Version>2.0.147</Version> <Version>2.0.147</Version>
</PackageReference> </PackageReference>
<PackageReference Include="Plugin.Fingerprint"> <PackageReference Include="Plugin.Fingerprint">
<Version>1.4.5</Version> <Version>1.4.6-beta3</Version>
</PackageReference> </PackageReference>
<PackageReference Include="SimpleInjector"> <PackageReference Include="SimpleInjector">
<Version>4.0.8</Version> <Version>4.0.8</Version>

View File

@ -28,12 +28,6 @@ namespace Bit.Android.Test
{ {
global::PCLCrypto.Resource.String.ApplicationName = global::Bit.Android.Test.Resource.String.ApplicationName; global::PCLCrypto.Resource.String.ApplicationName = global::Bit.Android.Test.Resource.String.ApplicationName;
global::PCLCrypto.Resource.String.Hello = global::Bit.Android.Test.Resource.String.Hello; global::PCLCrypto.Resource.String.Hello = global::Bit.Android.Test.Resource.String.Hello;
global::Plugin.Fingerprint.Resource.Drawable.fingerprint_white = global::Bit.Android.Test.Resource.Drawable.fingerprint_white;
global::Plugin.Fingerprint.Resource.Id.fingerprint_btnCancel = global::Bit.Android.Test.Resource.Id.fingerprint_btnCancel;
global::Plugin.Fingerprint.Resource.Id.fingerprint_btnFallback = global::Bit.Android.Test.Resource.Id.fingerprint_btnFallback;
global::Plugin.Fingerprint.Resource.Id.fingerprint_imgFingerprint = global::Bit.Android.Test.Resource.Id.fingerprint_imgFingerprint;
global::Plugin.Fingerprint.Resource.Id.fingerprint_txtReason = global::Bit.Android.Test.Resource.Id.fingerprint_txtReason;
global::Plugin.Fingerprint.Resource.Layout.FingerprintDialog = global::Bit.Android.Test.Resource.Layout.FingerprintDialog;
global::Xamarin.Android.NUnitLite.Resource.Id.OptionHostName = global::Bit.Android.Test.Resource.Id.OptionHostName; global::Xamarin.Android.NUnitLite.Resource.Id.OptionHostName = global::Bit.Android.Test.Resource.Id.OptionHostName;
global::Xamarin.Android.NUnitLite.Resource.Id.OptionPort = global::Bit.Android.Test.Resource.Id.OptionPort; global::Xamarin.Android.NUnitLite.Resource.Id.OptionPort = global::Bit.Android.Test.Resource.Id.OptionPort;
global::Xamarin.Android.NUnitLite.Resource.Id.OptionRemoteServer = global::Bit.Android.Test.Resource.Id.OptionRemoteServer; global::Xamarin.Android.NUnitLite.Resource.Id.OptionRemoteServer = global::Bit.Android.Test.Resource.Id.OptionRemoteServer;
@ -1966,31 +1960,28 @@ namespace Bit.Android.Test
public const int design_snackbar_background = 2130837580; public const int design_snackbar_background = 2130837580;
// aapt resource value: 0x7f02004d // aapt resource value: 0x7f02004d
public const int fingerprint_white = 2130837581; public const int hockeyapp_btn_background = 2130837581;
// aapt resource value: 0x7f02004e // aapt resource value: 0x7f02004e
public const int hockeyapp_btn_background = 2130837582; public const int ic_errorstatus = 2130837582;
// aapt resource value: 0x7f02004f // aapt resource value: 0x7f02004f
public const int ic_errorstatus = 2130837583; public const int ic_successstatus = 2130837583;
// aapt resource value: 0x7f020050 // aapt resource value: 0x7f020050
public const int ic_successstatus = 2130837584; public const int icon = 2130837584;
// aapt resource value: 0x7f020051
public const int icon = 2130837585;
// aapt resource value: 0x7f020055
public const int notification_template_icon_bg = 2130837589;
// aapt resource value: 0x7f020052
public const int roundedbg = 2130837586;
// aapt resource value: 0x7f020053
public const int roundedbgdark = 2130837587;
// aapt resource value: 0x7f020054 // aapt resource value: 0x7f020054
public const int shield = 2130837588; public const int notification_template_icon_bg = 2130837588;
// aapt resource value: 0x7f020051
public const int roundedbg = 2130837585;
// aapt resource value: 0x7f020052
public const int roundedbgdark = 2130837586;
// aapt resource value: 0x7f020053
public const int shield = 2130837587;
static Drawable() static Drawable()
{ {
@ -2005,62 +1996,62 @@ namespace Bit.Android.Test
public partial class Id public partial class Id
{ {
// aapt resource value: 0x7f0800a6 // aapt resource value: 0x7f0800a2
public const int OptionHostName = 2131230886; public const int OptionHostName = 2131230882;
// aapt resource value: 0x7f0800a7 // aapt resource value: 0x7f0800a3
public const int OptionPort = 2131230887; public const int OptionPort = 2131230883;
// aapt resource value: 0x7f0800a5 // aapt resource value: 0x7f0800a1
public const int OptionRemoteServer = 2131230885; public const int OptionRemoteServer = 2131230881;
// aapt resource value: 0x7f0800b5
public const int OptionsButton = 2131230901;
// aapt resource value: 0x7f0800b0
public const int ResultFullName = 2131230896;
// aapt resource value: 0x7f0800b2
public const int ResultMessage = 2131230898;
// aapt resource value: 0x7f0800b1 // aapt resource value: 0x7f0800b1
public const int ResultResultState = 2131230897; public const int OptionsButton = 2131230897;
// aapt resource value: 0x7f0800af
public const int ResultRunSingleMethodTest = 2131230895;
// aapt resource value: 0x7f0800b3
public const int ResultStackTrace = 2131230899;
// aapt resource value: 0x7f0800ab
public const int ResultsFailed = 2131230891;
// aapt resource value: 0x7f0800a8
public const int ResultsId = 2131230888;
// aapt resource value: 0x7f0800ac // aapt resource value: 0x7f0800ac
public const int ResultsIgnored = 2131230892; public const int ResultFullName = 2131230892;
// aapt resource value: 0x7f0800ad
public const int ResultsInconclusive = 2131230893;
// aapt resource value: 0x7f0800ae // aapt resource value: 0x7f0800ae
public const int ResultsMessage = 2131230894; public const int ResultMessage = 2131230894;
// aapt resource value: 0x7f0800aa // aapt resource value: 0x7f0800ad
public const int ResultsPassed = 2131230890; public const int ResultResultState = 2131230893;
// aapt resource value: 0x7f0800ab
public const int ResultRunSingleMethodTest = 2131230891;
// aapt resource value: 0x7f0800af
public const int ResultStackTrace = 2131230895;
// aapt resource value: 0x7f0800a7
public const int ResultsFailed = 2131230887;
// aapt resource value: 0x7f0800a4
public const int ResultsId = 2131230884;
// aapt resource value: 0x7f0800a8
public const int ResultsIgnored = 2131230888;
// aapt resource value: 0x7f0800a9 // aapt resource value: 0x7f0800a9
public const int ResultsResult = 2131230889; public const int ResultsInconclusive = 2131230889;
// aapt resource value: 0x7f0800b4 // aapt resource value: 0x7f0800aa
public const int RunTestsButton = 2131230900; public const int ResultsMessage = 2131230890;
// aapt resource value: 0x7f0800b6 // aapt resource value: 0x7f0800a6
public const int TestSuiteListView = 2131230902; public const int ResultsPassed = 2131230886;
// aapt resource value: 0x7f080098 // aapt resource value: 0x7f0800a5
public const int action0 = 2131230872; public const int ResultsResult = 2131230885;
// aapt resource value: 0x7f0800b0
public const int RunTestsButton = 2131230896;
// aapt resource value: 0x7f0800b2
public const int TestSuiteListView = 2131230898;
// aapt resource value: 0x7f080094
public const int action0 = 2131230868;
// aapt resource value: 0x7f08005c // aapt resource value: 0x7f08005c
public const int action_bar = 2131230812; public const int action_bar = 2131230812;
@ -2086,8 +2077,8 @@ namespace Bit.Android.Test
// aapt resource value: 0x7f08005d // aapt resource value: 0x7f08005d
public const int action_context_bar = 2131230813; public const int action_context_bar = 2131230813;
// aapt resource value: 0x7f08009c // aapt resource value: 0x7f080098
public const int action_divider = 2131230876; public const int action_divider = 2131230872;
// aapt resource value: 0x7f080004 // aapt resource value: 0x7f080004
public const int action_menu_divider = 2131230724; public const int action_menu_divider = 2131230724;
@ -2128,26 +2119,26 @@ namespace Bit.Android.Test
// aapt resource value: 0x7f080046 // aapt resource value: 0x7f080046
public const int buttonPanel = 2131230790; public const int buttonPanel = 2131230790;
// aapt resource value: 0x7f080085 // aapt resource value: 0x7f080081
public const int button_add_response = 2131230853; public const int button_add_response = 2131230849;
// aapt resource value: 0x7f080080 // aapt resource value: 0x7f08007c
public const int button_attachment = 2131230848; public const int button_attachment = 2131230844;
// aapt resource value: 0x7f08008a
public const int button_login = 2131230858;
// aapt resource value: 0x7f080086 // aapt resource value: 0x7f080086
public const int button_refresh = 2131230854; public const int button_login = 2131230854;
// aapt resource value: 0x7f080081 // aapt resource value: 0x7f080082
public const int button_send = 2131230849; public const int button_refresh = 2131230850;
// aapt resource value: 0x7f08008e // aapt resource value: 0x7f08007d
public const int button_update = 2131230862; public const int button_send = 2131230845;
// aapt resource value: 0x7f080099 // aapt resource value: 0x7f08008a
public const int cancel_action = 2131230873; public const int button_update = 2131230858;
// aapt resource value: 0x7f080095
public const int cancel_action = 2131230869;
// aapt resource value: 0x7f080016 // aapt resource value: 0x7f080016
public const int center = 2131230742; public const int center = 2131230742;
@ -2161,8 +2152,8 @@ namespace Bit.Android.Test
// aapt resource value: 0x7f080054 // aapt resource value: 0x7f080054
public const int checkbox = 2131230804; public const int checkbox = 2131230804;
// aapt resource value: 0x7f08009f // aapt resource value: 0x7f08009b
public const int chronometer = 2131230879; public const int chronometer = 2131230875;
// aapt resource value: 0x7f08001f // aapt resource value: 0x7f08001f
public const int clip_horizontal = 2131230751; public const int clip_horizontal = 2131230751;
@ -2173,8 +2164,8 @@ namespace Bit.Android.Test
// aapt resource value: 0x7f080038 // aapt resource value: 0x7f080038
public const int collapseActionView = 2131230776; public const int collapseActionView = 2131230776;
// aapt resource value: 0x7f0800b7 // aapt resource value: 0x7f0800b3
public const int contentFrame = 2131230903; public const int contentFrame = 2131230899;
// aapt resource value: 0x7f08004c // aapt resource value: 0x7f08004c
public const int contentPanel = 2131230796; public const int contentPanel = 2131230796;
@ -2215,8 +2206,8 @@ namespace Bit.Android.Test
// aapt resource value: 0x7f080019 // aapt resource value: 0x7f080019
public const int end = 2131230745; public const int end = 2131230745;
// aapt resource value: 0x7f0800a4 // aapt resource value: 0x7f0800a0
public const int end_padder = 2131230884; public const int end_padder = 2131230880;
// aapt resource value: 0x7f08000e // aapt resource value: 0x7f08000e
public const int enterAlways = 2131230734; public const int enterAlways = 2131230734;
@ -2242,18 +2233,6 @@ namespace Bit.Android.Test
// aapt resource value: 0x7f08001a // aapt resource value: 0x7f08001a
public const int fill_vertical = 2131230746; public const int fill_vertical = 2131230746;
// aapt resource value: 0x7f080076
public const int fingerprint_btnCancel = 2131230838;
// aapt resource value: 0x7f080077
public const int fingerprint_btnFallback = 2131230839;
// aapt resource value: 0x7f080074
public const int fingerprint_imgFingerprint = 2131230836;
// aapt resource value: 0x7f080075
public const int fingerprint_txtReason = 2131230837;
// aapt resource value: 0x7f080025 // aapt resource value: 0x7f080025
public const int @fixed = 2131230757; public const int @fixed = 2131230757;
@ -2272,80 +2251,80 @@ namespace Bit.Android.Test
// aapt resource value: 0x7f080041 // aapt resource value: 0x7f080041
public const int image = 2131230785; public const int image = 2131230785;
// aapt resource value: 0x7f0800a3 // aapt resource value: 0x7f08009f
public const int info = 2131230883; public const int info = 2131230879;
// aapt resource value: 0x7f08007c // aapt resource value: 0x7f080078
public const int input_email = 2131230844; public const int input_email = 2131230840;
// aapt resource value: 0x7f08007e // aapt resource value: 0x7f08007a
public const int input_message = 2131230846; public const int input_message = 2131230842;
// aapt resource value: 0x7f08007b // aapt resource value: 0x7f080077
public const int input_name = 2131230843; public const int input_name = 2131230839;
// aapt resource value: 0x7f080089 // aapt resource value: 0x7f080085
public const int input_password = 2131230857; public const int input_password = 2131230853;
// aapt resource value: 0x7f08007d // aapt resource value: 0x7f080079
public const int input_subject = 2131230845; public const int input_subject = 2131230841;
// aapt resource value: 0x7f080000 // aapt resource value: 0x7f080000
public const int item_touch_helper_previous_elevation = 2131230720; public const int item_touch_helper_previous_elevation = 2131230720;
// aapt resource value: 0x7f080090
public const int label_author = 2131230864;
// aapt resource value: 0x7f080091
public const int label_date = 2131230865;
// aapt resource value: 0x7f080083
public const int label_last_updated = 2131230851;
// aapt resource value: 0x7f080078
public const int label_message = 2131230840;
// aapt resource value: 0x7f080092
public const int label_text = 2131230866;
// aapt resource value: 0x7f08008c // aapt resource value: 0x7f08008c
public const int label_title = 2131230860; public const int label_author = 2131230860;
// aapt resource value: 0x7f08008d // aapt resource value: 0x7f08008d
public const int label_version = 2131230861; public const int label_date = 2131230861;
// aapt resource value: 0x7f08007f
public const int label_last_updated = 2131230847;
// aapt resource value: 0x7f080074
public const int label_message = 2131230836;
// aapt resource value: 0x7f08008e
public const int label_text = 2131230862;
// aapt resource value: 0x7f080088
public const int label_title = 2131230856;
// aapt resource value: 0x7f080089
public const int label_version = 2131230857;
// aapt resource value: 0x7f08001b // aapt resource value: 0x7f08001b
public const int left = 2131230747; public const int left = 2131230747;
// aapt resource value: 0x7f08009d // aapt resource value: 0x7f080099
public const int line1 = 2131230877; public const int line1 = 2131230873;
// aapt resource value: 0x7f0800a1 // aapt resource value: 0x7f08009d
public const int line3 = 2131230881; public const int line3 = 2131230877;
// aapt resource value: 0x7f080027 // aapt resource value: 0x7f080027
public const int listMode = 2131230759; public const int listMode = 2131230759;
// aapt resource value: 0x7f080093 // aapt resource value: 0x7f08008f
public const int list_attachments = 2131230867; public const int list_attachments = 2131230863;
// aapt resource value: 0x7f080087 // aapt resource value: 0x7f080083
public const int list_feedback_messages = 2131230855; public const int list_feedback_messages = 2131230851;
// aapt resource value: 0x7f080043 // aapt resource value: 0x7f080043
public const int list_item = 2131230787; public const int list_item = 2131230787;
// aapt resource value: 0x7f080096 // aapt resource value: 0x7f080092
public const int loadingImage = 2131230870; public const int loadingImage = 2131230866;
// aapt resource value: 0x7f080094 // aapt resource value: 0x7f080090
public const int loadingProgressBar = 2131230868; public const int loadingProgressBar = 2131230864;
// aapt resource value: 0x7f080093
public const int loadingProgressWheel = 2131230867;
// aapt resource value: 0x7f080097 // aapt resource value: 0x7f080097
public const int loadingProgressWheel = 2131230871; public const int media_actions = 2131230871;
// aapt resource value: 0x7f08009b
public const int media_actions = 2131230875;
// aapt resource value: 0x7f080036 // aapt resource value: 0x7f080036
public const int middle = 2131230774; public const int middle = 2131230774;
@ -2479,8 +2458,8 @@ namespace Bit.Android.Test
// aapt resource value: 0x7f08001d // aapt resource value: 0x7f08001d
public const int start = 2131230749; public const int start = 2131230749;
// aapt resource value: 0x7f08009a // aapt resource value: 0x7f080096
public const int status_bar_latest_event_content = 2131230874; public const int status_bar_latest_event_content = 2131230870;
// aapt resource value: 0x7f080067 // aapt resource value: 0x7f080067
public const int submit_area = 2131230823; public const int submit_area = 2131230823;
@ -2488,23 +2467,23 @@ namespace Bit.Android.Test
// aapt resource value: 0x7f080028 // aapt resource value: 0x7f080028
public const int tabMode = 2131230760; public const int tabMode = 2131230760;
// aapt resource value: 0x7f0800a2 // aapt resource value: 0x7f08009e
public const int text = 2131230882; public const int text = 2131230878;
// aapt resource value: 0x7f0800a0 // aapt resource value: 0x7f08009c
public const int text2 = 2131230880; public const int text2 = 2131230876;
// aapt resource value: 0x7f08004f // aapt resource value: 0x7f08004f
public const int textSpacerNoButtons = 2131230799; public const int textSpacerNoButtons = 2131230799;
// aapt resource value: 0x7f080095 // aapt resource value: 0x7f080091
public const int textViewStatus = 2131230869; public const int textViewStatus = 2131230865;
// aapt resource value: 0x7f080088 // aapt resource value: 0x7f080084
public const int text_headline = 2131230856; public const int text_headline = 2131230852;
// aapt resource value: 0x7f08009e // aapt resource value: 0x7f08009a
public const int time = 2131230878; public const int time = 2131230874;
// aapt resource value: 0x7f080045 // aapt resource value: 0x7f080045
public const int title = 2131230789; public const int title = 2131230789;
@ -2527,14 +2506,14 @@ namespace Bit.Android.Test
// aapt resource value: 0x7f08002e // aapt resource value: 0x7f08002e
public const int useLogo = 2131230766; public const int useLogo = 2131230766;
// aapt resource value: 0x7f08008b // aapt resource value: 0x7f080087
public const int view_header = 2131230859; public const int view_header = 2131230855;
// aapt resource value: 0x7f080001 // aapt resource value: 0x7f080001
public const int view_offset_helper = 2131230721; public const int view_offset_helper = 2131230721;
// aapt resource value: 0x7f08008f // aapt resource value: 0x7f08008b
public const int web_update_details = 2131230863; public const int web_update_details = 2131230859;
// aapt resource value: 0x7f08003b // aapt resource value: 0x7f08003b
public const int withText = 2131230779; public const int withText = 2131230779;
@ -2542,20 +2521,20 @@ namespace Bit.Android.Test
// aapt resource value: 0x7f08002f // aapt resource value: 0x7f08002f
public const int wrap_content = 2131230767; public const int wrap_content = 2131230767;
// aapt resource value: 0x7f08007f // aapt resource value: 0x7f08007b
public const int wrapper_attachments = 2131230847; public const int wrapper_attachments = 2131230843;
// aapt resource value: 0x7f08007a // aapt resource value: 0x7f080076
public const int wrapper_feedback = 2131230842; public const int wrapper_feedback = 2131230838;
// aapt resource value: 0x7f080079 // aapt resource value: 0x7f080075
public const int wrapper_feedback_scroll = 2131230841; public const int wrapper_feedback_scroll = 2131230837;
// aapt resource value: 0x7f080082 // aapt resource value: 0x7f08007e
public const int wrapper_messages = 2131230850; public const int wrapper_messages = 2131230846;
// aapt resource value: 0x7f080084 // aapt resource value: 0x7f080080
public const int wrapper_messages_buttons = 2131230852; public const int wrapper_messages_buttons = 2131230848;
static Id() static Id()
{ {
@ -2719,88 +2698,85 @@ namespace Bit.Android.Test
public const int design_navigation_menu_item = 2130903076; public const int design_navigation_menu_item = 2130903076;
// aapt resource value: 0x7f030025 // aapt resource value: 0x7f030025
public const int FingerprintDialog = 2130903077; public const int hockeyapp_activity_expiry_info = 2130903077;
// aapt resource value: 0x7f030026 // aapt resource value: 0x7f030026
public const int hockeyapp_activity_expiry_info = 2130903078; public const int hockeyapp_activity_feedback = 2130903078;
// aapt resource value: 0x7f030027 // aapt resource value: 0x7f030027
public const int hockeyapp_activity_feedback = 2130903079; public const int hockeyapp_activity_login = 2130903079;
// aapt resource value: 0x7f030028 // aapt resource value: 0x7f030028
public const int hockeyapp_activity_login = 2130903080; public const int hockeyapp_activity_update = 2130903080;
// aapt resource value: 0x7f030029 // aapt resource value: 0x7f030029
public const int hockeyapp_activity_update = 2130903081; public const int hockeyapp_fragment_update = 2130903081;
// aapt resource value: 0x7f03002a // aapt resource value: 0x7f03002a
public const int hockeyapp_fragment_update = 2130903082; public const int hockeyapp_view_feedback_message = 2130903082;
// aapt resource value: 0x7f03002b // aapt resource value: 0x7f03002b
public const int hockeyapp_view_feedback_message = 2130903083; public const int loading = 2130903083;
// aapt resource value: 0x7f03002c // aapt resource value: 0x7f03002c
public const int loading = 2130903084; public const int loadingimage = 2130903084;
// aapt resource value: 0x7f03002d // aapt resource value: 0x7f03002d
public const int loadingimage = 2130903085; public const int loadingprogress = 2130903085;
// aapt resource value: 0x7f03002e // aapt resource value: 0x7f03002e
public const int loadingprogress = 2130903086; public const int notification_media_action = 2130903086;
// aapt resource value: 0x7f03002f // aapt resource value: 0x7f03002f
public const int notification_media_action = 2130903087; public const int notification_media_cancel_action = 2130903087;
// aapt resource value: 0x7f030030 // aapt resource value: 0x7f030030
public const int notification_media_cancel_action = 2130903088; public const int notification_template_big_media = 2130903088;
// aapt resource value: 0x7f030031 // aapt resource value: 0x7f030031
public const int notification_template_big_media = 2130903089; public const int notification_template_big_media_narrow = 2130903089;
// aapt resource value: 0x7f030032 // aapt resource value: 0x7f030032
public const int notification_template_big_media_narrow = 2130903090; public const int notification_template_lines = 2130903090;
// aapt resource value: 0x7f030033 // aapt resource value: 0x7f030033
public const int notification_template_lines = 2130903091; public const int notification_template_media = 2130903091;
// aapt resource value: 0x7f030034 // aapt resource value: 0x7f030034
public const int notification_template_media = 2130903092; public const int notification_template_part_chronometer = 2130903092;
// aapt resource value: 0x7f030035 // aapt resource value: 0x7f030035
public const int notification_template_part_chronometer = 2130903093; public const int notification_template_part_time = 2130903093;
// aapt resource value: 0x7f030036 // aapt resource value: 0x7f030036
public const int notification_template_part_time = 2130903094; public const int options = 2130903094;
// aapt resource value: 0x7f030037 // aapt resource value: 0x7f030037
public const int options = 2130903095; public const int results = 2130903095;
// aapt resource value: 0x7f030038 // aapt resource value: 0x7f030038
public const int results = 2130903096; public const int select_dialog_item_material = 2130903096;
// aapt resource value: 0x7f030039 // aapt resource value: 0x7f030039
public const int select_dialog_item_material = 2130903097; public const int select_dialog_multichoice_material = 2130903097;
// aapt resource value: 0x7f03003a // aapt resource value: 0x7f03003a
public const int select_dialog_multichoice_material = 2130903098; public const int select_dialog_singlechoice_material = 2130903098;
// aapt resource value: 0x7f03003b // aapt resource value: 0x7f03003b
public const int select_dialog_singlechoice_material = 2130903099; public const int support_simple_spinner_dropdown_item = 2130903099;
// aapt resource value: 0x7f03003c // aapt resource value: 0x7f03003c
public const int support_simple_spinner_dropdown_item = 2130903100; public const int test_result = 2130903100;
// aapt resource value: 0x7f03003d // aapt resource value: 0x7f03003d
public const int test_result = 2130903101; public const int test_suite = 2130903101;
// aapt resource value: 0x7f03003e // aapt resource value: 0x7f03003e
public const int test_suite = 2130903102; public const int zxingscanneractivitylayout = 2130903102;
// aapt resource value: 0x7f03003f // aapt resource value: 0x7f03003f
public const int zxingscanneractivitylayout = 2130903103; public const int zxingscannerfragmentlayout = 2130903103;
// aapt resource value: 0x7f030040
public const int zxingscannerfragmentlayout = 2130903104;
static Layout() static Layout()
{ {