From c8c33200e43f05136eca9fc8ff4942f8def31cc6 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 18 八月 2021 10:45:40 +0800 Subject: [PATCH] 2021-08-18 1.完善Android对接LinphoneSDK 2.完善SIP相关接口对接 --- HDL_ON/DAL/ThirdPartySdk/HDLLinphone.cs | 487 ++++ HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs | 6 DLL/Linphone/iOS/Shared.IOS.HDLLinphoneSDK.dll | 0 HDL-ON_iOS/HDL-ON_iOS.csproj | 7 HDL_ON/Common/ApiUtlis.cs | 10 HDL_ON/UI/UI2/FuntionControlView/Video/ObjectClass.cs | 8 HDL-ON_Android/HDL-ON_Android.csproj | 2 HDL-ON_iOS/Info.plist | 6 HDL_ON/DAL/Server/NewAPI.cs | 4 HDL_ON/Common/HDLCommon.cs | 12 HDL_ON/DAL/Server/HttpUtil.cs | 4 HDL-ON_Android/Resources/Resource.designer.cs | 5555 ++++++++++++++++++++++++++-------------------------- .vs/HDL_APP_Project/xs/UserPrefs.xml | 36 HDL_ON/UI/MainPage.cs | 3 DLL/Linphone/Android/Shared.Droid.HDLLinphone.dll | 0 HDL_ON/DAL/ThirdPartySdk/ESOnVideo.cs | 163 + 16 files changed, 3,432 insertions(+), 2,871 deletions(-) diff --git a/.vs/HDL_APP_Project/xs/UserPrefs.xml b/.vs/HDL_APP_Project/xs/UserPrefs.xml index 4504014..9bbb04f 100644 --- a/.vs/HDL_APP_Project/xs/UserPrefs.xml +++ b/.vs/HDL_APP_Project/xs/UserPrefs.xml @@ -1,26 +1,26 @@ 锘�<Properties StartupConfiguration="{09712674-2A38-407B-B1E2-560B2C352F9A}|Default"> - <MonoDevelop.Ide.ItemProperties.HDL-ON__iOS PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneSimulatorTarget.08FD445C-3EE8-4ED2-BF28-B42ADD0DA92C" /> - <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/UI/MainPage.cs"> + <MonoDevelop.Ide.ItemProperties.HDL-ON__iOS automaticSigning="False" PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneSimulatorTarget.08FD445C-3EE8-4ED2-BF28-B42ADD0DA92C" /> + <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/DAL/ThirdPartySdk/HDLLinphone.cs"> <Files> - <File FileName="HDL_ON/DAL/ThirdPartySdk/HDLLinphone.cs" Line="36" Column="33" /> - <File FileName="HDL_ON/UI/MainPage.cs" /> + <File FileName="HDL_ON/DAL/ThirdPartySdk/HDLLinphone.cs" Line="173" Column="67" /> + <File FileName="HDL_ON/DAL/ThirdPartySdk/ESOnVideo.cs" Line="1" Column="1" /> </Files> <Pads> <Pad Id="ProjectPad"> <State name="__root__"> <Node name="HDL_APP_Project" expanded="True"> <Node name="HDL_ON" expanded="True"> - <Node name="DAL" expanded="True" /> - <Node name="UI" expanded="True"> - <Node name="MainPage.cs" selected="True" /> + <Node name="Common" expanded="True" /> + <Node name="DAL" expanded="True"> + <Node name="ThirdPartySdk" expanded="True"> + <Node name="HDLLinphone.cs" selected="True" /> + </Node> </Node> + <Node name="Entity" expanded="True" /> + <Node name="UI" expanded="True" /> </Node> - <Node name="HDL-ON_Android" expanded="True"> - <Node name="References" expanded="True" /> - </Node> - <Node name="HDL-ON_iOS" expanded="True"> - <Node name="References" expanded="True" /> - </Node> + <Node name="HDL-ON_Android" expanded="True" /> + <Node name="HDL-ON_iOS" expanded="True" /> </Node> </State> </Pad> @@ -31,16 +31,12 @@ <String>Shared.IOS.TBL/Shared.IOS.TBL.csproj</String> <String>Shared.Droid.TouchID/Shared.Droid.TouchID.csproj</String> <String>Shared.IOS/Shared.IOS.csproj</String> + <String>../Linphone/HDLLinphoneSDK_IOS/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK.csproj</String> </DisabledProjects> <MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" /> - <MonoDevelop.Ide.ItemProperties.HDL-ON__Android PreferredExecutionTarget="Android.Android_Accelerated_Oreo" /> + <MonoDevelop.Ide.ItemProperties.HDL-ON__Android PreferredExecutionTarget="Android.364c4b3158493098" /> <MonoDevelop.Ide.DebuggingService.Breakpoints> - <BreakpointStore> - <Breakpoint file="/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/Electrical/IrFanPage.cs" relfile="HDL_ON/UI/UI2/FuntionControlView/Electrical/IrFanPage.cs" line="42" column="1" /> - <Breakpoint file="/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/Common/ApiUtlis.cs" relfile="HDL_ON/Common/ApiUtlis.cs" line="390" column="1" /> - <Breakpoint file="/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/DAL/Mqtt/MqttClient.cs" relfile="HDL_ON/DAL/Mqtt/MqttClient.cs" line="422" column="1" /> - <Breakpoint file="/Users/jlchen/JLChen/ProjectsCode/HDLGit/ON+/HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSensorPage.cs" relfile="HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSensorPage.cs" line="747" column="1" /> - </BreakpointStore> + <BreakpointStore /> </MonoDevelop.Ide.DebuggingService.Breakpoints> <MultiItemStartupConfigurations /> </Properties> \ No newline at end of file diff --git a/DLL/Linphone/Android/Shared.Droid.HDLLinphone.dll b/DLL/Linphone/Android/Shared.Droid.HDLLinphone.dll new file mode 100644 index 0000000..ec3c25f --- /dev/null +++ b/DLL/Linphone/Android/Shared.Droid.HDLLinphone.dll Binary files differ diff --git a/DLL/Linphone/iOS/Shared.IOS.HDLLinphoneSDK.dll b/DLL/Linphone/iOS/Shared.IOS.HDLLinphoneSDK.dll new file mode 100644 index 0000000..f4559d2 --- /dev/null +++ b/DLL/Linphone/iOS/Shared.IOS.HDLLinphoneSDK.dll Binary files differ diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index 9308b9a..9c6a8c5 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -158,7 +158,7 @@ <HintPath>..\DLL\EZvizMonitor\ys.dll</HintPath> </Reference> <Reference Include="Shared.Droid.HDLLinphone"> - <HintPath>..\..\Linphone\HDLLinphoneSDK_Android\Shared.Droid.HDLLinphone\Shared.Droid.HDLLinphone\bin\Release\Shared.Droid.HDLLinphone.dll</HintPath> + <HintPath>..\DLL\Linphone\Android\Shared.Droid.HDLLinphone.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> diff --git a/HDL-ON_Android/Resources/Resource.designer.cs b/HDL-ON_Android/Resources/Resource.designer.cs index 63ee249..922ebd3 100644 --- a/HDL-ON_Android/Resources/Resource.designer.cs +++ b/HDL-ON_Android/Resources/Resource.designer.cs @@ -5221,1555 +5221,1558 @@ public const int lp_calltime_shape = 2131231262; // aapt resource value: 0x7F08021F - public const int lp_line_shape = 2131231263; + public const int lp_calltime_shape_gray = 2131231263; // aapt resource value: 0x7F080220 - public const int mesage_details_callhelp = 2131231264; + public const int lp_line_shape = 2131231264; // aapt resource value: 0x7F080221 - public const int mesage_details_curtain = 2131231265; + public const int mesage_details_callhelp = 2131231265; // aapt resource value: 0x7F080222 - public const int mesage_details_data = 2131231266; + public const int mesage_details_curtain = 2131231266; // aapt resource value: 0x7F080223 - public const int mesage_details_door = 2131231267; + public const int mesage_details_data = 2131231267; // aapt resource value: 0x7F080224 - public const int mesage_details_gas = 2131231268; + public const int mesage_details_door = 2131231268; // aapt resource value: 0x7F080225 - public const int mesage_details_hdd = 2131231269; + public const int mesage_details_gas = 2131231269; // aapt resource value: 0x7F080226 - public const int mesage_details_infrared = 2131231270; + public const int mesage_details_hdd = 2131231270; // aapt resource value: 0x7F080227 - public const int mesage_details_keyboard = 2131231271; + public const int mesage_details_infrared = 2131231271; // aapt resource value: 0x7F080228 - public const int mesage_details_loss = 2131231272; + public const int mesage_details_keyboard = 2131231272; // aapt resource value: 0x7F080229 - public const int mesage_details_low_battery = 2131231273; + public const int mesage_details_loss = 2131231273; // aapt resource value: 0x7F08022A - public const int mesage_details_offline = 2131231274; + public const int mesage_details_low_battery = 2131231274; // aapt resource value: 0x7F08022B - public const int mesage_details_power = 2131231275; + public const int mesage_details_offline = 2131231275; // aapt resource value: 0x7F08022C - public const int mesage_details_smoke = 2131231276; + public const int mesage_details_power = 2131231276; // aapt resource value: 0x7F08022D - public const int mesage_details_tampering = 2131231277; + public const int mesage_details_smoke = 2131231277; // aapt resource value: 0x7F08022E - public const int mesage_details_video_loss = 2131231278; + public const int mesage_details_tampering = 2131231278; // aapt resource value: 0x7F08022F - public const int mesage_details_water = 2131231279; + public const int mesage_details_video_loss = 2131231279; // aapt resource value: 0x7F080230 - public const int message = 2131231280; + public const int mesage_details_water = 2131231280; // aapt resource value: 0x7F080231 - public const int message_a1_bg = 2131231281; + public const int message = 2131231281; // aapt resource value: 0x7F080232 - public const int message_back = 2131231282; + public const int message_a1_bg = 2131231282; // aapt resource value: 0x7F080233 - public const int message_back_sel = 2131231283; + public const int message_back = 2131231283; // aapt resource value: 0x7F080234 - public const int message_back_selector = 2131231284; + public const int message_back_sel = 2131231284; // aapt resource value: 0x7F080235 - public const int message_border_bg = 2131231285; + public const int message_back_selector = 2131231285; // aapt resource value: 0x7F080236 - public const int message_callhelp = 2131231286; + public const int message_border_bg = 2131231286; // aapt resource value: 0x7F080237 - public const int message_curtain = 2131231287; + public const int message_callhelp = 2131231287; // aapt resource value: 0x7F080238 - public const int message_data = 2131231288; + public const int message_curtain = 2131231288; // aapt resource value: 0x7F080239 - public const int message_door = 2131231289; + public const int message_data = 2131231289; // aapt resource value: 0x7F08023A - public const int message_gas = 2131231290; + public const int message_door = 2131231290; // aapt resource value: 0x7F08023B - public const int message_hdd = 2131231291; + public const int message_gas = 2131231291; // aapt resource value: 0x7F08023C - public const int message_infrared = 2131231292; + public const int message_hdd = 2131231292; // aapt resource value: 0x7F08023D - public const int message_item_bg_selector = 2131231293; + public const int message_infrared = 2131231293; // aapt resource value: 0x7F08023E - public const int message_keyboard = 2131231294; + public const int message_item_bg_selector = 2131231294; // aapt resource value: 0x7F08023F - public const int message_loss = 2131231295; + public const int message_keyboard = 2131231295; // aapt resource value: 0x7F080240 - public const int message_low_battery = 2131231296; + public const int message_loss = 2131231296; // aapt resource value: 0x7F080241 - public const int message_move_magnetometer = 2131231297; + public const int message_low_battery = 2131231297; // aapt resource value: 0x7F080242 - public const int message_offline = 2131231298; + public const int message_move_magnetometer = 2131231298; // aapt resource value: 0x7F080243 - public const int message_play = 2131231299; + public const int message_offline = 2131231299; // aapt resource value: 0x7F080244 - public const int message_play_dis = 2131231300; + public const int message_play = 2131231300; // aapt resource value: 0x7F080245 - public const int message_play_sel = 2131231301; + public const int message_play_dis = 2131231301; // aapt resource value: 0x7F080246 - public const int message_play_selector = 2131231302; + public const int message_play_sel = 2131231302; // aapt resource value: 0x7F080247 - public const int message_power = 2131231303; + public const int message_play_selector = 2131231303; // aapt resource value: 0x7F080248 - public const int message_sel = 2131231304; + public const int message_power = 2131231304; // aapt resource value: 0x7F080249 - public const int message_smoke = 2131231305; + public const int message_sel = 2131231305; // aapt resource value: 0x7F08024A - public const int message_tampering = 2131231306; + public const int message_smoke = 2131231306; // aapt resource value: 0x7F08024B - public const int message_video = 2131231307; + public const int message_tampering = 2131231307; // aapt resource value: 0x7F08024C - public const int message_video_dis = 2131231308; + public const int message_video = 2131231308; // aapt resource value: 0x7F08024D - public const int message_video_loss = 2131231309; + public const int message_video_dis = 2131231309; // aapt resource value: 0x7F08024E - public const int message_video_sel = 2131231310; + public const int message_video_loss = 2131231310; // aapt resource value: 0x7F08024F - public const int message_video_selector = 2131231311; + public const int message_video_sel = 2131231311; // aapt resource value: 0x7F080250 - public const int message_water = 2131231312; + public const int message_video_selector = 2131231312; // aapt resource value: 0x7F080251 - public const int mic = 2131231313; + public const int message_water = 2131231313; // aapt resource value: 0x7F080252 - public const int mm_trans = 2131231314; + public const int mic = 2131231314; // aapt resource value: 0x7F080253 - public const int more = 2131231315; + public const int mm_trans = 2131231315; // aapt resource value: 0x7F080254 - public const int my_5k_vr = 2131231316; + public const int more = 2131231316; // aapt resource value: 0x7F080255 - public const int my_5k_vr116 = 2131231317; + public const int my_5k_vr = 2131231317; // aapt resource value: 0x7F080256 - public const int my_a1 = 2131231318; + public const int my_5k_vr116 = 2131231318; // aapt resource value: 0x7F080257 - public const int my_a1c = 2131231319; + public const int my_a1 = 2131231319; // aapt resource value: 0x7F080258 - public const int my_a1s = 2131231320; + public const int my_a1c = 2131231320; // aapt resource value: 0x7F080259 - public const int my_add = 2131231321; + public const int my_a1s = 2131231321; // aapt resource value: 0x7F08025A - public const int my_c6p = 2131231322; + public const int my_add = 2131231322; // aapt resource value: 0x7F08025B - public const int my_c6t = 2131231323; + public const int my_c6p = 2131231323; // aapt resource value: 0x7F08025C - public const int my_cover = 2131231324; + public const int my_c6t = 2131231324; // aapt resource value: 0x7F08025D - public const int my_cover620 = 2131231325; + public const int my_cover = 2131231325; // aapt resource value: 0x7F08025E - public const int my_db1 = 2131231326; + public const int my_cover620 = 2131231326; // aapt resource value: 0x7F08025F - public const int my_doorbell = 2131231327; + public const int my_db1 = 2131231327; // aapt resource value: 0x7F080260 - public const int my_doorbell_hik = 2131231328; + public const int my_doorbell = 2131231328; // aapt resource value: 0x7F080261 - public const int my_n1 = 2131231329; + public const int my_doorbell_hik = 2131231329; // aapt resource value: 0x7F080262 - public const int my_no_video = 2131231330; + public const int my_n1 = 2131231330; // aapt resource value: 0x7F080263 - public const int my_progress_drawable = 2131231331; + public const int my_no_video = 2131231331; // aapt resource value: 0x7F080264 - public const int my_r1 = 2131231332; + public const int my_progress_drawable = 2131231332; // aapt resource value: 0x7F080265 - public const int my_r2 = 2131231333; + public const int my_r1 = 2131231333; // aapt resource value: 0x7F080266 - public const int my_shoping = 2131231334; + public const int my_r2 = 2131231334; // aapt resource value: 0x7F080267 - public const int my_switch_off = 2131231335; + public const int my_shoping = 2131231335; // aapt resource value: 0x7F080268 - public const int my_switch_on = 2131231336; + public const int my_switch_off = 2131231336; // aapt resource value: 0x7F080269 - public const int my_switch_selector = 2131231337; + public const int my_switch_on = 2131231337; // aapt resource value: 0x7F08026A - public const int my_vr104d = 2131231338; + public const int my_switch_selector = 2131231338; // aapt resource value: 0x7F08026B - public const int my_w1 = 2131231339; + public const int my_vr104d = 2131231339; // aapt resource value: 0x7F08026C - public const int my_w2d = 2131231340; + public const int my_w1 = 2131231340; // aapt resource value: 0x7F08026D - public const int my_w2s = 2131231341; + public const int my_w2d = 2131231341; // aapt resource value: 0x7F08026E - public const int my_w3 = 2131231342; + public const int my_w2s = 2131231342; // aapt resource value: 0x7F08026F - public const int my_wlb = 2131231343; + public const int my_w3 = 2131231343; // aapt resource value: 0x7F080270 - public const int my_x1 = 2131231344; + public const int my_wlb = 2131231344; // aapt resource value: 0x7F080271 - public const int my_x2 = 2131231345; + public const int my_x1 = 2131231345; // aapt resource value: 0x7F080272 - public const int my_x3 = 2131231346; + public const int my_x2 = 2131231346; // aapt resource value: 0x7F080273 - public const int my_x3c = 2131231347; + public const int my_x3 = 2131231347; // aapt resource value: 0x7F080274 - public const int my_x4 = 2131231348; + public const int my_x3c = 2131231348; // aapt resource value: 0x7F080275 - public const int my_x5c = 2131231349; + public const int my_x4 = 2131231349; // aapt resource value: 0x7F080276 - public const int name_del = 2131231350; + public const int my_x5c = 2131231350; // aapt resource value: 0x7F080277 - public const int name_del_sel = 2131231351; + public const int name_del = 2131231351; // aapt resource value: 0x7F080278 - public const int name_del_selector = 2131231352; + public const int name_del_sel = 2131231352; // aapt resource value: 0x7F080279 - public const int navigation_empty_icon = 2131231353; - - // aapt resource value: 0x7F08027C - public const int nomessage = 2131231356; - - // aapt resource value: 0x7F08027D - public const int notification_action_background = 2131231357; - - // aapt resource value: 0x7F08027E - public const int notification_bg = 2131231358; - - // aapt resource value: 0x7F08027F - public const int notification_bg_low = 2131231359; - - // aapt resource value: 0x7F080280 - public const int notification_bg_low_normal = 2131231360; - - // aapt resource value: 0x7F080281 - public const int notification_bg_low_pressed = 2131231361; - - // aapt resource value: 0x7F080282 - public const int notification_bg_normal = 2131231362; - - // aapt resource value: 0x7F080283 - public const int notification_bg_normal_pressed = 2131231363; - - // aapt resource value: 0x7F080284 - public const int notification_icon_background = 2131231364; - - // aapt resource value: 0x7F080285 - public const int notification_template_icon_bg = 2131231365; - - // aapt resource value: 0x7F080286 - public const int notification_template_icon_low_bg = 2131231366; - - // aapt resource value: 0x7F080287 - public const int notification_tile_bg = 2131231367; - - // aapt resource value: 0x7F080288 - public const int notify_bg = 2131231368; - - // aapt resource value: 0x7F080289 - public const int notify_panel_notification_icon_bg = 2131231369; + public const int name_del_selector = 2131231353; // aapt resource value: 0x7F08027A - public const int no_message = 2131231354; + public const int navigation_empty_icon = 2131231354; - // aapt resource value: 0x7F08027B - public const int no_read = 2131231355; + // aapt resource value: 0x7F08027D + public const int nomessage = 2131231357; + + // aapt resource value: 0x7F08027E + public const int notification_action_background = 2131231358; + + // aapt resource value: 0x7F08027F + public const int notification_bg = 2131231359; + + // aapt resource value: 0x7F080280 + public const int notification_bg_low = 2131231360; + + // aapt resource value: 0x7F080281 + public const int notification_bg_low_normal = 2131231361; + + // aapt resource value: 0x7F080282 + public const int notification_bg_low_pressed = 2131231362; + + // aapt resource value: 0x7F080283 + public const int notification_bg_normal = 2131231363; + + // aapt resource value: 0x7F080284 + public const int notification_bg_normal_pressed = 2131231364; + + // aapt resource value: 0x7F080285 + public const int notification_icon_background = 2131231365; + + // aapt resource value: 0x7F080286 + public const int notification_template_icon_bg = 2131231366; + + // aapt resource value: 0x7F080287 + public const int notification_template_icon_low_bg = 2131231367; + + // aapt resource value: 0x7F080288 + public const int notification_tile_bg = 2131231368; + + // aapt resource value: 0x7F080289 + public const int notify_bg = 2131231369; // aapt resource value: 0x7F08028A - public const int number_bg = 2131231370; + public const int notify_panel_notification_icon_bg = 2131231370; + + // aapt resource value: 0x7F08027B + public const int no_message = 2131231355; + + // aapt resource value: 0x7F08027C + public const int no_read = 2131231356; // aapt resource value: 0x7F08028B - public const int offline = 2131231371; + public const int number_bg = 2131231371; // aapt resource value: 0x7F08028C - public const int open_cameralist_alarmlist_selector = 2131231372; + public const int offline = 2131231372; // aapt resource value: 0x7F08028D - public const int open_cameralist_button_selector = 2131231373; + public const int open_cameralist_alarmlist_selector = 2131231373; // aapt resource value: 0x7F08028E - public const int open_cameralist_remotepb_selector = 2131231374; + public const int open_cameralist_button_selector = 2131231374; // aapt resource value: 0x7F08028F - public const int open_cameralist_setup_selector = 2131231375; + public const int open_cameralist_remotepb_selector = 2131231375; // aapt resource value: 0x7F080290 - public const int opinion = 2131231376; + public const int open_cameralist_setup_selector = 2131231376; // aapt resource value: 0x7F080291 - public const int palyback_alarm_icon2 = 2131231377; + public const int opinion = 2131231377; // aapt resource value: 0x7F080292 - public const int palyback_close = 2131231378; + public const int palyback_alarm_icon2 = 2131231378; // aapt resource value: 0x7F080293 - public const int palyback_close_sel = 2131231379; + public const int palyback_close = 2131231379; // aapt resource value: 0x7F080294 - public const int palyback_close_selector = 2131231380; + public const int palyback_close_sel = 2131231380; // aapt resource value: 0x7F080295 - public const int palyback_date_down = 2131231381; + public const int palyback_close_selector = 2131231381; // aapt resource value: 0x7F080296 - public const int palyback_date_down_sel = 2131231382; + public const int palyback_date_down = 2131231382; // aapt resource value: 0x7F080297 - public const int palyback_full_down = 2131231383; + public const int palyback_date_down_sel = 2131231383; // aapt resource value: 0x7F080298 - public const int palyback_full_up = 2131231384; + public const int palyback_full_down = 2131231384; // aapt resource value: 0x7F080299 - public const int palyback_nest = 2131231385; + public const int palyback_full_up = 2131231385; // aapt resource value: 0x7F08029A - public const int palyback_pause = 2131231386; + public const int palyback_nest = 2131231386; // aapt resource value: 0x7F08029B - public const int palyback_pause_sel = 2131231387; + public const int palyback_pause = 2131231387; // aapt resource value: 0x7F08029C - public const int palyback_previously = 2131231388; + public const int palyback_pause_sel = 2131231388; // aapt resource value: 0x7F08029D - public const int palyback_previously_sel = 2131231389; + public const int palyback_previously = 2131231389; // aapt resource value: 0x7F08029E - public const int palyback_previously_selector = 2131231390; + public const int palyback_previously_sel = 2131231390; // aapt resource value: 0x7F08029F - public const int palyback_replay = 2131231391; + public const int palyback_previously_selector = 2131231391; // aapt resource value: 0x7F0802A0 - public const int palyback_retry = 2131231392; + public const int palyback_replay = 2131231392; // aapt resource value: 0x7F0802A1 - public const int palyback_time_bg = 2131231393; + public const int palyback_retry = 2131231393; // aapt resource value: 0x7F0802A2 - public const int palyback_video = 2131231394; + public const int palyback_time_bg = 2131231394; // aapt resource value: 0x7F0802A3 - public const int palyback_video_now = 2131231395; + public const int palyback_video = 2131231395; // aapt resource value: 0x7F0802A4 - public const int palyback_video_now_sel = 2131231396; + public const int palyback_video_now = 2131231396; // aapt resource value: 0x7F0802A5 - public const int palyback_video_now_selector = 2131231397; + public const int palyback_video_now_sel = 2131231397; // aapt resource value: 0x7F0802A6 - public const int palyback_video_sel = 2131231398; + public const int palyback_video_now_selector = 2131231398; // aapt resource value: 0x7F0802A7 - public const int palyback_video_selector = 2131231399; + public const int palyback_video_sel = 2131231399; // aapt resource value: 0x7F0802A8 - public const int pause = 2131231400; + public const int palyback_video_selector = 2131231400; // aapt resource value: 0x7F0802A9 - public const int pause_sel = 2131231401; + public const int pause = 2131231401; // aapt resource value: 0x7F0802AA - public const int pic_bg = 2131231402; + public const int pause_sel = 2131231402; // aapt resource value: 0x7F0802AB - public const int play = 2131231403; - - // aapt resource value: 0x7F08030A - public const int playback = 2131231498; - - // aapt resource value: 0x7F08031A - public const int playbackslider = 2131231514; - - // aapt resource value: 0x7F08031B - public const int playbackslider_sel = 2131231515; - - // aapt resource value: 0x7F08030B - public const int playback_button = 2131231499; - - // aapt resource value: 0x7F08030C - public const int playback_cancel = 2131231500; - - // aapt resource value: 0x7F08030D - public const int playback_check_selector = 2131231501; - - // aapt resource value: 0x7F08030E - public const int playback_cover2 = 2131231502; - - // aapt resource value: 0x7F08030F - public const int playback_cut = 2131231503; - - // aapt resource value: 0x7F080310 - public const int playback_cut_btn_selector = 2131231504; - - // aapt resource value: 0x7F080311 - public const int playback_cut_disable = 2131231505; - - // aapt resource value: 0x7F080312 - public const int playback_cut_sel = 2131231506; - - // aapt resource value: 0x7F080313 - public const int playback_matte = 2131231507; - - // aapt resource value: 0x7F080314 - public const int playback_more_down = 2131231508; - - // aapt resource value: 0x7F080315 - public const int playback_more_down1 = 2131231509; - - // aapt resource value: 0x7F080316 - public const int playback_more_up1 = 2131231510; - - // aapt resource value: 0x7F080317 - public const int playback_play = 2131231511; - - // aapt resource value: 0x7F080318 - public const int playback_play_sel = 2131231512; - - // aapt resource value: 0x7F080319 - public const int playback_sel = 2131231513; - - // aapt resource value: 0x7F08031C - public const int playbtn_selector = 2131231516; + public const int pic_bg = 2131231403; // aapt resource value: 0x7F0802AC - public const int play_balanced = 2131231404; + public const int play = 2131231404; - // aapt resource value: 0x7F0802AD - public const int play_balanced_disabel = 2131231405; + // aapt resource value: 0x7F08030B + public const int playback = 2131231499; - // aapt resource value: 0x7F0802AE - public const int play_balanced_sel = 2131231406; + // aapt resource value: 0x7F08031B + public const int playbackslider = 2131231515; - // aapt resource value: 0x7F0802AF - public const int play_balanced_selector = 2131231407; + // aapt resource value: 0x7F08031C + public const int playbackslider_sel = 2131231516; - // aapt resource value: 0x7F0802B0 - public const int play_big = 2131231408; + // aapt resource value: 0x7F08030C + public const int playback_button = 2131231500; - // aapt resource value: 0x7F0802B2 - public const int play_bigbtn_selector = 2131231410; + // aapt resource value: 0x7F08030D + public const int playback_cancel = 2131231501; - // aapt resource value: 0x7F0802B1 - public const int play_big_press = 2131231409; + // aapt resource value: 0x7F08030E + public const int playback_check_selector = 2131231502; - // aapt resource value: 0x7F0802B3 - public const int play_button_bg = 2131231411; + // aapt resource value: 0x7F08030F + public const int playback_cover2 = 2131231503; - // aapt resource value: 0x7F0802B4 - public const int play_button_sel = 2131231412; + // aapt resource value: 0x7F080310 + public const int playback_cut = 2131231504; - // aapt resource value: 0x7F0802B5 - public const int play_button_selector = 2131231413; + // aapt resource value: 0x7F080311 + public const int playback_cut_btn_selector = 2131231505; - // aapt resource value: 0x7F0802B6 - public const int play_close = 2131231414; + // aapt resource value: 0x7F080312 + public const int playback_cut_disable = 2131231506; - // aapt resource value: 0x7F0802B7 - public const int play_close_sel = 2131231415; + // aapt resource value: 0x7F080313 + public const int playback_cut_sel = 2131231507; - // aapt resource value: 0x7F0802B8 - public const int play_close_selector = 2131231416; + // aapt resource value: 0x7F080314 + public const int playback_matte = 2131231508; - // aapt resource value: 0x7F0802B9 - public const int play_disable = 2131231417; + // aapt resource value: 0x7F080315 + public const int playback_more_down = 2131231509; - // aapt resource value: 0x7F0802BA - public const int play_flunet = 2131231418; + // aapt resource value: 0x7F080316 + public const int playback_more_down1 = 2131231510; - // aapt resource value: 0x7F0802BB - public const int play_flunet_disabel = 2131231419; + // aapt resource value: 0x7F080317 + public const int playback_more_up1 = 2131231511; - // aapt resource value: 0x7F0802BC - public const int play_flunet_sel = 2131231420; + // aapt resource value: 0x7F080318 + public const int playback_play = 2131231512; - // aapt resource value: 0x7F0802BD - public const int play_flunet_selector = 2131231421; + // aapt resource value: 0x7F080319 + public const int playback_play_sel = 2131231513; - // aapt resource value: 0x7F0802BE - public const int play_full_loding_logo = 2131231422; - - // aapt resource value: 0x7F0802BF - public const int play_full_multiple = 2131231423; - - // aapt resource value: 0x7F0802C0 - public const int play_full_multiple2 = 2131231424; - - // aapt resource value: 0x7F0802C1 - public const int play_full_multiple3 = 2131231425; - - // aapt resource value: 0x7F0802C2 - public const int play_full_multiple4 = 2131231426; - - // aapt resource value: 0x7F0802C3 - public const int play_full_multiple5 = 2131231427; - - // aapt resource value: 0x7F0802C4 - public const int play_full_pause = 2131231428; - - // aapt resource value: 0x7F0802C5 - public const int play_full_pause_sel = 2131231429; - - // aapt resource value: 0x7F0802C6 - public const int play_full_pause_selector = 2131231430; - - // aapt resource value: 0x7F0802C7 - public const int play_full_play = 2131231431; - - // aapt resource value: 0x7F0802C8 - public const int play_full_play_sel = 2131231432; - - // aapt resource value: 0x7F0802C9 - public const int play_full_play_selector = 2131231433; - - // aapt resource value: 0x7F0802CA - public const int play_full_previously = 2131231434; - - // aapt resource value: 0x7F0802CB - public const int play_full_previously_sel = 2131231435; - - // aapt resource value: 0x7F0802CC - public const int play_full_previously_selector = 2131231436; - - // aapt resource value: 0x7F0802CD - public const int play_full_ptz_selector = 2131231437; - - // aapt resource value: 0x7F0802CE - public const int play_full_quality_color_selector = 2131231438; - - // aapt resource value: 0x7F0802CF - public const int play_full_quality_selector = 2131231439; - - // aapt resource value: 0x7F0802D0 - public const int play_full_soundoff_btn_selector = 2131231440; - - // aapt resource value: 0x7F0802D1 - public const int play_full_soundon_btn_selector = 2131231441; - - // aapt resource value: 0x7F0802D2 - public const int play_full_stop = 2131231442; - - // aapt resource value: 0x7F0802D3 - public const int play_full_stop_sel = 2131231443; - - // aapt resource value: 0x7F0802D4 - public const int play_full_stop_selector = 2131231444; - - // aapt resource value: 0x7F0802D5 - public const int play_full_talk_selector = 2131231445; - - // aapt resource value: 0x7F0802D6 - public const int play_full_video = 2131231446; - - // aapt resource value: 0x7F0802D7 - public const int play_full_video_now = 2131231447; - - // aapt resource value: 0x7F0802D8 - public const int play_full_video_now_sel = 2131231448; - - // aapt resource value: 0x7F0802D9 - public const int play_full_video_now_selector = 2131231449; - - // aapt resource value: 0x7F0802DA - public const int play_full_video_sel = 2131231450; - - // aapt resource value: 0x7F0802DB - public const int play_full_video_selector = 2131231451; - - // aapt resource value: 0x7F0802DC - public const int play_hd = 2131231452; - - // aapt resource value: 0x7F0802DD - public const int play_hd_disabel = 2131231453; - - // aapt resource value: 0x7F0802DE - public const int play_hd_sel = 2131231454; - - // aapt resource value: 0x7F0802DF - public const int play_hd_selector = 2131231455; - - // aapt resource value: 0x7F0802E0 - public const int play_play = 2131231456; - - // aapt resource value: 0x7F0802E1 - public const int play_play_dis = 2131231457; - - // aapt resource value: 0x7F0802E2 - public const int play_play_sel = 2131231458; - - // aapt resource value: 0x7F0802E3 - public const int play_play_selector = 2131231459; - - // aapt resource value: 0x7F0802E4 - public const int play_press = 2131231460; - - // aapt resource value: 0x7F0802E5 - public const int play_previously = 2131231461; - - // aapt resource value: 0x7F0802E6 - public const int play_previously_dis = 2131231462; - - // aapt resource value: 0x7F0802E7 - public const int play_previously_sel = 2131231463; - - // aapt resource value: 0x7F0802E8 - public const int play_previously_selector = 2131231464; - - // aapt resource value: 0x7F0802E9 - public const int play_privacy_selector = 2131231465; - - // aapt resource value: 0x7F0802EA - public const int play_ptz = 2131231466; - - // aapt resource value: 0x7F0802EB - public const int play_ptz_dis = 2131231467; - - // aapt resource value: 0x7F0802EC - public const int play_ptz_sel = 2131231468; - - // aapt resource value: 0x7F0802ED - public const int play_ptz_selector = 2131231469; - - // aapt resource value: 0x7F0802EE - public const int play_small = 2131231470; - - // aapt resource value: 0x7F0802F0 - public const int play_smallbtn_selector = 2131231472; - - // aapt resource value: 0x7F0802EF - public const int play_small_press = 2131231471; - - // aapt resource value: 0x7F0802F1 - public const int play_speech = 2131231473; - - // aapt resource value: 0x7F0802F2 - public const int play_speech_dis = 2131231474; - - // aapt resource value: 0x7F0802F3 - public const int play_speech_sel = 2131231475; - - // aapt resource value: 0x7F0802F4 - public const int play_speech_selector = 2131231476; - - // aapt resource value: 0x7F0802F5 - public const int play_stop = 2131231477; - - // aapt resource value: 0x7F0802F6 - public const int play_stop_sel = 2131231478; - - // aapt resource value: 0x7F0802F7 - public const int play_stop_selector = 2131231479; - - // aapt resource value: 0x7F0802F8 - public const int play_talk = 2131231480; - - // aapt resource value: 0x7F0802FC - public const int play_talkback = 2131231484; - - // aapt resource value: 0x7F0802FD - public const int play_talkback_sel = 2131231485; - - // aapt resource value: 0x7F0802FE - public const int play_talkback_selector = 2131231486; - - // aapt resource value: 0x7F0802F9 - public const int play_talk_dis = 2131231481; - - // aapt resource value: 0x7F0802FA - public const int play_talk_sel = 2131231482; - - // aapt resource value: 0x7F0802FB - public const int play_talk_selector = 2131231483; - - // aapt resource value: 0x7F0802FF - public const int play_video = 2131231487; - - // aapt resource value: 0x7F080300 - public const int play_video_dis = 2131231488; - - // aapt resource value: 0x7F080301 - public const int play_video_record = 2131231489; - - // aapt resource value: 0x7F080302 - public const int play_video_sel = 2131231490; - - // aapt resource value: 0x7F080303 - public const int play_video_selector = 2131231491; - - // aapt resource value: 0x7F080304 - public const int play_video_start = 2131231492; - - // aapt resource value: 0x7F080305 - public const int play_video_time_bg = 2131231493; - - // aapt resource value: 0x7F080306 - public const int play_voice = 2131231494; - - // aapt resource value: 0x7F080307 - public const int play_voice_dis = 2131231495; - - // aapt resource value: 0x7F080308 - public const int play_voice_sel = 2131231496; - - // aapt resource value: 0x7F080309 - public const int play_voice_selector = 2131231497; + // aapt resource value: 0x7F08031A + public const int playback_sel = 2131231514; // aapt resource value: 0x7F08031D - public const int popdialogbg = 2131231517; + public const int playbtn_selector = 2131231517; + + // aapt resource value: 0x7F0802AD + public const int play_balanced = 2131231405; + + // aapt resource value: 0x7F0802AE + public const int play_balanced_disabel = 2131231406; + + // aapt resource value: 0x7F0802AF + public const int play_balanced_sel = 2131231407; + + // aapt resource value: 0x7F0802B0 + public const int play_balanced_selector = 2131231408; + + // aapt resource value: 0x7F0802B1 + public const int play_big = 2131231409; + + // aapt resource value: 0x7F0802B3 + public const int play_bigbtn_selector = 2131231411; + + // aapt resource value: 0x7F0802B2 + public const int play_big_press = 2131231410; + + // aapt resource value: 0x7F0802B4 + public const int play_button_bg = 2131231412; + + // aapt resource value: 0x7F0802B5 + public const int play_button_sel = 2131231413; + + // aapt resource value: 0x7F0802B6 + public const int play_button_selector = 2131231414; + + // aapt resource value: 0x7F0802B7 + public const int play_close = 2131231415; + + // aapt resource value: 0x7F0802B8 + public const int play_close_sel = 2131231416; + + // aapt resource value: 0x7F0802B9 + public const int play_close_selector = 2131231417; + + // aapt resource value: 0x7F0802BA + public const int play_disable = 2131231418; + + // aapt resource value: 0x7F0802BB + public const int play_flunet = 2131231419; + + // aapt resource value: 0x7F0802BC + public const int play_flunet_disabel = 2131231420; + + // aapt resource value: 0x7F0802BD + public const int play_flunet_sel = 2131231421; + + // aapt resource value: 0x7F0802BE + public const int play_flunet_selector = 2131231422; + + // aapt resource value: 0x7F0802BF + public const int play_full_loding_logo = 2131231423; + + // aapt resource value: 0x7F0802C0 + public const int play_full_multiple = 2131231424; + + // aapt resource value: 0x7F0802C1 + public const int play_full_multiple2 = 2131231425; + + // aapt resource value: 0x7F0802C2 + public const int play_full_multiple3 = 2131231426; + + // aapt resource value: 0x7F0802C3 + public const int play_full_multiple4 = 2131231427; + + // aapt resource value: 0x7F0802C4 + public const int play_full_multiple5 = 2131231428; + + // aapt resource value: 0x7F0802C5 + public const int play_full_pause = 2131231429; + + // aapt resource value: 0x7F0802C6 + public const int play_full_pause_sel = 2131231430; + + // aapt resource value: 0x7F0802C7 + public const int play_full_pause_selector = 2131231431; + + // aapt resource value: 0x7F0802C8 + public const int play_full_play = 2131231432; + + // aapt resource value: 0x7F0802C9 + public const int play_full_play_sel = 2131231433; + + // aapt resource value: 0x7F0802CA + public const int play_full_play_selector = 2131231434; + + // aapt resource value: 0x7F0802CB + public const int play_full_previously = 2131231435; + + // aapt resource value: 0x7F0802CC + public const int play_full_previously_sel = 2131231436; + + // aapt resource value: 0x7F0802CD + public const int play_full_previously_selector = 2131231437; + + // aapt resource value: 0x7F0802CE + public const int play_full_ptz_selector = 2131231438; + + // aapt resource value: 0x7F0802CF + public const int play_full_quality_color_selector = 2131231439; + + // aapt resource value: 0x7F0802D0 + public const int play_full_quality_selector = 2131231440; + + // aapt resource value: 0x7F0802D1 + public const int play_full_soundoff_btn_selector = 2131231441; + + // aapt resource value: 0x7F0802D2 + public const int play_full_soundon_btn_selector = 2131231442; + + // aapt resource value: 0x7F0802D3 + public const int play_full_stop = 2131231443; + + // aapt resource value: 0x7F0802D4 + public const int play_full_stop_sel = 2131231444; + + // aapt resource value: 0x7F0802D5 + public const int play_full_stop_selector = 2131231445; + + // aapt resource value: 0x7F0802D6 + public const int play_full_talk_selector = 2131231446; + + // aapt resource value: 0x7F0802D7 + public const int play_full_video = 2131231447; + + // aapt resource value: 0x7F0802D8 + public const int play_full_video_now = 2131231448; + + // aapt resource value: 0x7F0802D9 + public const int play_full_video_now_sel = 2131231449; + + // aapt resource value: 0x7F0802DA + public const int play_full_video_now_selector = 2131231450; + + // aapt resource value: 0x7F0802DB + public const int play_full_video_sel = 2131231451; + + // aapt resource value: 0x7F0802DC + public const int play_full_video_selector = 2131231452; + + // aapt resource value: 0x7F0802DD + public const int play_hd = 2131231453; + + // aapt resource value: 0x7F0802DE + public const int play_hd_disabel = 2131231454; + + // aapt resource value: 0x7F0802DF + public const int play_hd_sel = 2131231455; + + // aapt resource value: 0x7F0802E0 + public const int play_hd_selector = 2131231456; + + // aapt resource value: 0x7F0802E1 + public const int play_play = 2131231457; + + // aapt resource value: 0x7F0802E2 + public const int play_play_dis = 2131231458; + + // aapt resource value: 0x7F0802E3 + public const int play_play_sel = 2131231459; + + // aapt resource value: 0x7F0802E4 + public const int play_play_selector = 2131231460; + + // aapt resource value: 0x7F0802E5 + public const int play_press = 2131231461; + + // aapt resource value: 0x7F0802E6 + public const int play_previously = 2131231462; + + // aapt resource value: 0x7F0802E7 + public const int play_previously_dis = 2131231463; + + // aapt resource value: 0x7F0802E8 + public const int play_previously_sel = 2131231464; + + // aapt resource value: 0x7F0802E9 + public const int play_previously_selector = 2131231465; + + // aapt resource value: 0x7F0802EA + public const int play_privacy_selector = 2131231466; + + // aapt resource value: 0x7F0802EB + public const int play_ptz = 2131231467; + + // aapt resource value: 0x7F0802EC + public const int play_ptz_dis = 2131231468; + + // aapt resource value: 0x7F0802ED + public const int play_ptz_sel = 2131231469; + + // aapt resource value: 0x7F0802EE + public const int play_ptz_selector = 2131231470; + + // aapt resource value: 0x7F0802EF + public const int play_small = 2131231471; + + // aapt resource value: 0x7F0802F1 + public const int play_smallbtn_selector = 2131231473; + + // aapt resource value: 0x7F0802F0 + public const int play_small_press = 2131231472; + + // aapt resource value: 0x7F0802F2 + public const int play_speech = 2131231474; + + // aapt resource value: 0x7F0802F3 + public const int play_speech_dis = 2131231475; + + // aapt resource value: 0x7F0802F4 + public const int play_speech_sel = 2131231476; + + // aapt resource value: 0x7F0802F5 + public const int play_speech_selector = 2131231477; + + // aapt resource value: 0x7F0802F6 + public const int play_stop = 2131231478; + + // aapt resource value: 0x7F0802F7 + public const int play_stop_sel = 2131231479; + + // aapt resource value: 0x7F0802F8 + public const int play_stop_selector = 2131231480; + + // aapt resource value: 0x7F0802F9 + public const int play_talk = 2131231481; + + // aapt resource value: 0x7F0802FD + public const int play_talkback = 2131231485; + + // aapt resource value: 0x7F0802FE + public const int play_talkback_sel = 2131231486; + + // aapt resource value: 0x7F0802FF + public const int play_talkback_selector = 2131231487; + + // aapt resource value: 0x7F0802FA + public const int play_talk_dis = 2131231482; + + // aapt resource value: 0x7F0802FB + public const int play_talk_sel = 2131231483; + + // aapt resource value: 0x7F0802FC + public const int play_talk_selector = 2131231484; + + // aapt resource value: 0x7F080300 + public const int play_video = 2131231488; + + // aapt resource value: 0x7F080301 + public const int play_video_dis = 2131231489; + + // aapt resource value: 0x7F080302 + public const int play_video_record = 2131231490; + + // aapt resource value: 0x7F080303 + public const int play_video_sel = 2131231491; + + // aapt resource value: 0x7F080304 + public const int play_video_selector = 2131231492; + + // aapt resource value: 0x7F080305 + public const int play_video_start = 2131231493; + + // aapt resource value: 0x7F080306 + public const int play_video_time_bg = 2131231494; + + // aapt resource value: 0x7F080307 + public const int play_voice = 2131231495; + + // aapt resource value: 0x7F080308 + public const int play_voice_dis = 2131231496; + + // aapt resource value: 0x7F080309 + public const int play_voice_sel = 2131231497; + + // aapt resource value: 0x7F08030A + public const int play_voice_selector = 2131231498; // aapt resource value: 0x7F08031E - public const int prepare_device = 2131231518; + public const int popdialogbg = 2131231518; // aapt resource value: 0x7F08031F - public const int preview_close1_video_ico = 2131231519; + public const int prepare_device = 2131231519; // aapt resource value: 0x7F080320 - public const int preview_close_video = 2131231520; + public const int preview_close1_video_ico = 2131231520; // aapt resource value: 0x7F080321 - public const int preview_close_video_dis = 2131231521; + public const int preview_close_video = 2131231521; // aapt resource value: 0x7F080322 - public const int preview_close_video_sel = 2131231522; + public const int preview_close_video_dis = 2131231522; // aapt resource value: 0x7F080323 - public const int preview_down_bg_normal = 2131231523; + public const int preview_close_video_sel = 2131231523; // aapt resource value: 0x7F080324 - public const int preview_down_bg_pressed = 2131231524; + public const int preview_down_bg_normal = 2131231524; // aapt resource value: 0x7F080325 - public const int preview_down_ico = 2131231525; + public const int preview_down_bg_pressed = 2131231525; // aapt resource value: 0x7F080326 - public const int preview_down_selector = 2131231526; + public const int preview_down_ico = 2131231526; // aapt resource value: 0x7F080327 - public const int preview_enlarge = 2131231527; + public const int preview_down_selector = 2131231527; // aapt resource value: 0x7F080328 - public const int preview_enlarge_btn_sel = 2131231528; + public const int preview_enlarge = 2131231528; // aapt resource value: 0x7F080329 - public const int preview_enlarge_dis = 2131231529; + public const int preview_enlarge_btn_sel = 2131231529; // aapt resource value: 0x7F08032A - public const int preview_enlarge_selector = 2131231530; + public const int preview_enlarge_dis = 2131231530; // aapt resource value: 0x7F08032B - public const int preview_play_btn = 2131231531; + public const int preview_enlarge_selector = 2131231531; // aapt resource value: 0x7F08032C - public const int preview_play_btn_dis = 2131231532; + public const int preview_play_btn = 2131231532; // aapt resource value: 0x7F08032D - public const int preview_play_btn_sel = 2131231533; + public const int preview_play_btn_dis = 2131231533; // aapt resource value: 0x7F08032E - public const int preview_recording = 2131231534; + public const int preview_play_btn_sel = 2131231534; // aapt resource value: 0x7F08032F - public const int preview_recording_dis = 2131231535; + public const int preview_recording = 2131231535; // aapt resource value: 0x7F080330 - public const int preview_recording_sel = 2131231536; + public const int preview_recording_dis = 2131231536; // aapt resource value: 0x7F080331 - public const int preview_selection_bg = 2131231537; + public const int preview_recording_sel = 2131231537; // aapt resource value: 0x7F080332 - public const int preview_stopplay_btn_dis = 2131231538; + public const int preview_selection_bg = 2131231538; // aapt resource value: 0x7F080333 - public const int preview_unvoice_btn = 2131231539; + public const int preview_stopplay_btn_dis = 2131231539; // aapt resource value: 0x7F080334 - public const int preview_unvoice_btn_sel = 2131231540; + public const int preview_unvoice_btn = 2131231540; // aapt resource value: 0x7F080335 - public const int preview_video_selection = 2131231541; + public const int preview_unvoice_btn_sel = 2131231541; // aapt resource value: 0x7F080336 - public const int preview_video_selection_hover = 2131231542; + public const int preview_video_selection = 2131231542; // aapt resource value: 0x7F080337 - public const int preview_voice_btn = 2131231543; + public const int preview_video_selection_hover = 2131231543; // aapt resource value: 0x7F080338 - public const int preview_voice_btn_dis = 2131231544; + public const int preview_voice_btn = 2131231544; // aapt resource value: 0x7F080339 - public const int preview_voice_btn_sel = 2131231545; + public const int preview_voice_btn_dis = 2131231545; // aapt resource value: 0x7F08033A - public const int previously = 2131231546; + public const int preview_voice_btn_sel = 2131231546; // aapt resource value: 0x7F08033B - public const int previously_dis = 2131231547; + public const int previously = 2131231547; // aapt resource value: 0x7F08033C - public const int previously_sel = 2131231548; + public const int previously_dis = 2131231548; // aapt resource value: 0x7F08033D - public const int ptz_bg = 2131231549; + public const int previously_sel = 2131231549; // aapt resource value: 0x7F08033E - public const int ptz_bottom_limit = 2131231550; + public const int ptz_bg = 2131231550; // aapt resource value: 0x7F08033F - public const int ptz_bottom_sel = 2131231551; + public const int ptz_bottom_limit = 2131231551; // aapt resource value: 0x7F080340 - public const int ptz_left_limit = 2131231552; + public const int ptz_bottom_sel = 2131231552; // aapt resource value: 0x7F080341 - public const int ptz_left_sel = 2131231553; + public const int ptz_left_limit = 2131231553; // aapt resource value: 0x7F080342 - public const int ptz_prompt = 2131231554; + public const int ptz_left_sel = 2131231554; // aapt resource value: 0x7F080343 - public const int ptz_right_limit = 2131231555; + public const int ptz_prompt = 2131231555; // aapt resource value: 0x7F080344 - public const int ptz_right_sel = 2131231556; + public const int ptz_right_limit = 2131231556; // aapt resource value: 0x7F080345 - public const int ptz_top_limit = 2131231557; + public const int ptz_right_sel = 2131231557; // aapt resource value: 0x7F080346 - public const int ptz_turn = 2131231558; + public const int ptz_top_limit = 2131231558; // aapt resource value: 0x7F080347 - public const int ptz_turn_sel = 2131231559; + public const int ptz_turn = 2131231559; // aapt resource value: 0x7F080348 - public const int ptz_turn_selector = 2131231560; + public const int ptz_turn_sel = 2131231560; // aapt resource value: 0x7F080349 - public const int ptz_up_sel = 2131231561; + public const int ptz_turn_selector = 2131231561; // aapt resource value: 0x7F08034A - public const int push_close = 2131231562; + public const int ptz_up_sel = 2131231562; // aapt resource value: 0x7F08034B - public const int push_close_sel = 2131231563; + public const int push_close = 2131231563; // aapt resource value: 0x7F08034C - public const int push_close_selector = 2131231564; + public const int push_close_sel = 2131231564; // aapt resource value: 0x7F08034D - public const int put_ico = 2131231565; + public const int push_close_selector = 2131231565; // aapt resource value: 0x7F08034E - public const int query_loding1 = 2131231566; + public const int put_ico = 2131231566; // aapt resource value: 0x7F08034F - public const int query_loding2 = 2131231567; + public const int query_loding1 = 2131231567; // aapt resource value: 0x7F080350 - public const int query_loding3 = 2131231568; + public const int query_loding2 = 2131231568; // aapt resource value: 0x7F080351 - public const int query_loding4 = 2131231569; + public const int query_loding3 = 2131231569; // aapt resource value: 0x7F080352 - public const int query_loding5 = 2131231570; + public const int query_loding4 = 2131231570; // aapt resource value: 0x7F080353 - public const int radius_rect_bg_qq_group = 2131231571; + public const int query_loding5 = 2131231571; // aapt resource value: 0x7F080354 - public const int read_button = 2131231572; + public const int radius_rect_bg_qq_group = 2131231572; // aapt resource value: 0x7F080355 - public const int read_button_sel = 2131231573; + public const int read_button = 2131231573; // aapt resource value: 0x7F080356 - public const int read_button_selector = 2131231574; + public const int read_button_sel = 2131231574; // aapt resource value: 0x7F080357 - public const int refresh_selector = 2131231575; + public const int read_button_selector = 2131231575; // aapt resource value: 0x7F080358 - public const int register_server_bg = 2131231576; + public const int refresh_selector = 2131231576; // aapt resource value: 0x7F080359 - public const int remote_cal_selector = 2131231577; + public const int register_server_bg = 2131231577; // aapt resource value: 0x7F08035A - public const int remote_exit_btn_selector = 2131231578; + public const int remote_cal_selector = 2131231578; // aapt resource value: 0x7F08035B - public const int remote_list_pause_btn_selector = 2131231579; + public const int remote_exit_btn_selector = 2131231579; // aapt resource value: 0x7F08035C - public const int remote_list_play_btn_selector = 2131231580; + public const int remote_list_pause_btn_selector = 2131231580; // aapt resource value: 0x7F08035D - public const int remote_list_soundoff_btn_selector = 2131231581; + public const int remote_list_play_btn_selector = 2131231581; // aapt resource value: 0x7F08035E - public const int remote_list_soundon_btn_selector = 2131231582; + public const int remote_list_soundoff_btn_selector = 2131231582; // aapt resource value: 0x7F08035F - public const int remote_play = 2131231583; + public const int remote_list_soundon_btn_selector = 2131231583; // aapt resource value: 0x7F080360 - public const int remote_play_sel = 2131231584; + public const int remote_play = 2131231584; // aapt resource value: 0x7F080361 - public const int remote_seekbar_style = 2131231585; + public const int remote_play_sel = 2131231585; // aapt resource value: 0x7F080362 - public const int remote_seekbar_thumb = 2131231586; + public const int remote_seekbar_style = 2131231586; // aapt resource value: 0x7F080363 - public const int reset_deivce = 2131231587; - - // aapt resource value: 0x7F080370 - public const int results_4_dvr = 2131231600; - - // aapt resource value: 0x7F080371 - public const int results_8_16_nvr = 2131231601; - - // aapt resource value: 0x7F080372 - public const int results_8_nvr = 2131231602; - - // aapt resource value: 0x7F080373 - public const int results_c6p = 2131231603; - - // aapt resource value: 0x7F080374 - public const int results_mini_360_plus = 2131231604; - - // aapt resource value: 0x7F080375 - public const int results_mini_trooper = 2131231605; - - // aapt resource value: 0x7F080376 - public const int results_pic_a1 = 2131231606; - - // aapt resource value: 0x7F080377 - public const int results_pic_a1c = 2131231607; - - // aapt resource value: 0x7F080378 - public const int results_pic_a1s = 2131231608; - - // aapt resource value: 0x7F080379 - public const int results_pic_baidu_c2s = 2131231609; - - // aapt resource value: 0x7F08037A - public const int results_pic_bg = 2131231610; - - // aapt resource value: 0x7F08037B - public const int results_pic_c1 = 2131231611; - - // aapt resource value: 0x7F08037C - public const int results_pic_c2 = 2131231612; - - // aapt resource value: 0x7F08037F - public const int results_pic_c2c = 2131231615; - - // aapt resource value: 0x7F080380 - public const int results_pic_c2mini = 2131231616; - - // aapt resource value: 0x7F080381 - public const int results_pic_c2mini2 = 2131231617; - - // aapt resource value: 0x7F080382 - public const int results_pic_c2plus = 2131231618; - - // aapt resource value: 0x7F080383 - public const int results_pic_c2s = 2131231619; - - // aapt resource value: 0x7F080384 - public const int results_pic_c2w = 2131231620; - - // aapt resource value: 0x7F08037D - public const int results_pic_c2_2 = 2131231613; - - // aapt resource value: 0x7F08037E - public const int results_pic_c2_usa = 2131231614; - - // aapt resource value: 0x7F080385 - public const int results_pic_c3 = 2131231621; - - // aapt resource value: 0x7F080386 - public const int results_pic_c3c = 2131231622; - - // aapt resource value: 0x7F080387 - public const int results_pic_c3e = 2131231623; - - // aapt resource value: 0x7F080388 - public const int results_pic_c3s = 2131231624; - - // aapt resource value: 0x7F080389 - public const int results_pic_c4 = 2131231625; - - // aapt resource value: 0x7F08038A - public const int results_pic_c4c = 2131231626; - - // aapt resource value: 0x7F08038B - public const int results_pic_c4e = 2131231627; - - // aapt resource value: 0x7F08038C - public const int results_pic_c4s = 2131231628; - - // aapt resource value: 0x7F08038D - public const int results_pic_c6 = 2131231629; - - // aapt resource value: 0x7F08038E - public const int results_pic_c6c = 2131231630; - - // aapt resource value: 0x7F08038F - public const int results_pic_c6c_1 = 2131231631; - - // aapt resource value: 0x7F080390 - public const int results_pic_c6c_2 = 2131231632; - - // aapt resource value: 0x7F080391 - public const int results_pic_c6h = 2131231633; - - // aapt resource value: 0x7F080392 - public const int results_pic_co2 = 2131231634; - - // aapt resource value: 0x7F080393 - public const int results_pic_d1 = 2131231635; - - // aapt resource value: 0x7F080394 - public const int results_pic_default = 2131231636; - - // aapt resource value: 0x7F080395 - public const int results_pic_f1 = 2131231637; - - // aapt resource value: 0x7F080396 - public const int results_pic_h2c = 2131231638; - - // aapt resource value: 0x7F080397 - public const int results_pic_h2s = 2131231639; - - // aapt resource value: 0x7F080398 - public const int results_pic_n1 = 2131231640; - - // aapt resource value: 0x7F080399 - public const int results_pic_n1w = 2131231641; - - // aapt resource value: 0x7F08039A - public const int results_pic_r1 = 2131231642; - - // aapt resource value: 0x7F08039B - public const int results_pic_r2 = 2131231643; - - // aapt resource value: 0x7F08039C - public const int results_pic_w1 = 2131231644; - - // aapt resource value: 0x7F08039D - public const int results_pic_w3 = 2131231645; - - // aapt resource value: 0x7F08039E - public const int results_pic_x1 = 2131231646; - - // aapt resource value: 0x7F08039F - public const int results_pic_x2 = 2131231647; - - // aapt resource value: 0x7F0803A0 - public const int results_pic_x3 = 2131231648; - - // aapt resource value: 0x7F0803A1 - public const int results_pic_x3c = 2131231649; - - // aapt resource value: 0x7F0803A2 - public const int results_pic_x4 = 2131231650; - - // aapt resource value: 0x7F0803A3 - public const int results_pic_z1 = 2131231651; - - // aapt resource value: 0x7F0803A4 - public const int results_w2d = 2131231652; - - // aapt resource value: 0x7F0803A5 - public const int results_w2s = 2131231653; - - // aapt resource value: 0x7F0803A6 - public const int results_wlb = 2131231654; - - // aapt resource value: 0x7F0803A7 - public const int results_x5_108tp = 2131231655; + public const int remote_seekbar_thumb = 2131231587; // aapt resource value: 0x7F080364 - public const int result_5k_vr104d = 2131231588; + public const int reset_deivce = 2131231588; - // aapt resource value: 0x7F080365 - public const int result_5k_vr116d = 2131231589; + // aapt resource value: 0x7F080371 + public const int results_4_dvr = 2131231601; - // aapt resource value: 0x7F080366 - public const int result_8_16dvr = 2131231590; + // aapt resource value: 0x7F080372 + public const int results_8_16_nvr = 2131231602; - // aapt resource value: 0x7F080367 - public const int result_cs_c3w = 2131231591; + // aapt resource value: 0x7F080373 + public const int results_8_nvr = 2131231603; - // aapt resource value: 0x7F080368 - public const int result_cs_vr104d = 2131231592; + // aapt resource value: 0x7F080374 + public const int results_c6p = 2131231604; - // aapt resource value: 0x7F080369 - public const int result_cs_vr108d = 2131231593; + // aapt resource value: 0x7F080375 + public const int results_mini_360_plus = 2131231605; - // aapt resource value: 0x7F08036A - public const int result_cs_vr116d = 2131231594; + // aapt resource value: 0x7F080376 + public const int results_mini_trooper = 2131231606; - // aapt resource value: 0x7F08036B - public const int result_pic_dh1 = 2131231595; + // aapt resource value: 0x7F080377 + public const int results_pic_a1 = 2131231607; - // aapt resource value: 0x7F08036C - public const int result_pic_doorbell = 2131231596; + // aapt resource value: 0x7F080378 + public const int results_pic_a1c = 2131231608; - // aapt resource value: 0x7F08036D - public const int result_pic_doorbell_hik = 2131231597; + // aapt resource value: 0x7F080379 + public const int results_pic_a1s = 2131231609; - // aapt resource value: 0x7F08036E - public const int result_pic_light = 2131231598; + // aapt resource value: 0x7F08037A + public const int results_pic_baidu_c2s = 2131231610; - // aapt resource value: 0x7F08036F - public const int result_x5c = 2131231599; + // aapt resource value: 0x7F08037B + public const int results_pic_bg = 2131231611; + + // aapt resource value: 0x7F08037C + public const int results_pic_c1 = 2131231612; + + // aapt resource value: 0x7F08037D + public const int results_pic_c2 = 2131231613; + + // aapt resource value: 0x7F080380 + public const int results_pic_c2c = 2131231616; + + // aapt resource value: 0x7F080381 + public const int results_pic_c2mini = 2131231617; + + // aapt resource value: 0x7F080382 + public const int results_pic_c2mini2 = 2131231618; + + // aapt resource value: 0x7F080383 + public const int results_pic_c2plus = 2131231619; + + // aapt resource value: 0x7F080384 + public const int results_pic_c2s = 2131231620; + + // aapt resource value: 0x7F080385 + public const int results_pic_c2w = 2131231621; + + // aapt resource value: 0x7F08037E + public const int results_pic_c2_2 = 2131231614; + + // aapt resource value: 0x7F08037F + public const int results_pic_c2_usa = 2131231615; + + // aapt resource value: 0x7F080386 + public const int results_pic_c3 = 2131231622; + + // aapt resource value: 0x7F080387 + public const int results_pic_c3c = 2131231623; + + // aapt resource value: 0x7F080388 + public const int results_pic_c3e = 2131231624; + + // aapt resource value: 0x7F080389 + public const int results_pic_c3s = 2131231625; + + // aapt resource value: 0x7F08038A + public const int results_pic_c4 = 2131231626; + + // aapt resource value: 0x7F08038B + public const int results_pic_c4c = 2131231627; + + // aapt resource value: 0x7F08038C + public const int results_pic_c4e = 2131231628; + + // aapt resource value: 0x7F08038D + public const int results_pic_c4s = 2131231629; + + // aapt resource value: 0x7F08038E + public const int results_pic_c6 = 2131231630; + + // aapt resource value: 0x7F08038F + public const int results_pic_c6c = 2131231631; + + // aapt resource value: 0x7F080390 + public const int results_pic_c6c_1 = 2131231632; + + // aapt resource value: 0x7F080391 + public const int results_pic_c6c_2 = 2131231633; + + // aapt resource value: 0x7F080392 + public const int results_pic_c6h = 2131231634; + + // aapt resource value: 0x7F080393 + public const int results_pic_co2 = 2131231635; + + // aapt resource value: 0x7F080394 + public const int results_pic_d1 = 2131231636; + + // aapt resource value: 0x7F080395 + public const int results_pic_default = 2131231637; + + // aapt resource value: 0x7F080396 + public const int results_pic_f1 = 2131231638; + + // aapt resource value: 0x7F080397 + public const int results_pic_h2c = 2131231639; + + // aapt resource value: 0x7F080398 + public const int results_pic_h2s = 2131231640; + + // aapt resource value: 0x7F080399 + public const int results_pic_n1 = 2131231641; + + // aapt resource value: 0x7F08039A + public const int results_pic_n1w = 2131231642; + + // aapt resource value: 0x7F08039B + public const int results_pic_r1 = 2131231643; + + // aapt resource value: 0x7F08039C + public const int results_pic_r2 = 2131231644; + + // aapt resource value: 0x7F08039D + public const int results_pic_w1 = 2131231645; + + // aapt resource value: 0x7F08039E + public const int results_pic_w3 = 2131231646; + + // aapt resource value: 0x7F08039F + public const int results_pic_x1 = 2131231647; + + // aapt resource value: 0x7F0803A0 + public const int results_pic_x2 = 2131231648; + + // aapt resource value: 0x7F0803A1 + public const int results_pic_x3 = 2131231649; + + // aapt resource value: 0x7F0803A2 + public const int results_pic_x3c = 2131231650; + + // aapt resource value: 0x7F0803A3 + public const int results_pic_x4 = 2131231651; + + // aapt resource value: 0x7F0803A4 + public const int results_pic_z1 = 2131231652; + + // aapt resource value: 0x7F0803A5 + public const int results_w2d = 2131231653; + + // aapt resource value: 0x7F0803A6 + public const int results_w2s = 2131231654; + + // aapt resource value: 0x7F0803A7 + public const int results_wlb = 2131231655; // aapt resource value: 0x7F0803A8 - public const int right_horizontal = 2131231656; + public const int results_x5_108tp = 2131231656; + + // aapt resource value: 0x7F080365 + public const int result_5k_vr104d = 2131231589; + + // aapt resource value: 0x7F080366 + public const int result_5k_vr116d = 2131231590; + + // aapt resource value: 0x7F080367 + public const int result_8_16dvr = 2131231591; + + // aapt resource value: 0x7F080368 + public const int result_cs_c3w = 2131231592; + + // aapt resource value: 0x7F080369 + public const int result_cs_vr104d = 2131231593; + + // aapt resource value: 0x7F08036A + public const int result_cs_vr108d = 2131231594; + + // aapt resource value: 0x7F08036B + public const int result_cs_vr116d = 2131231595; + + // aapt resource value: 0x7F08036C + public const int result_pic_dh1 = 2131231596; + + // aapt resource value: 0x7F08036D + public const int result_pic_doorbell = 2131231597; + + // aapt resource value: 0x7F08036E + public const int result_pic_doorbell_hik = 2131231598; + + // aapt resource value: 0x7F08036F + public const int result_pic_light = 2131231599; + + // aapt resource value: 0x7F080370 + public const int result_x5c = 2131231600; // aapt resource value: 0x7F0803A9 - public const int right_twinkle = 2131231657; + public const int right_horizontal = 2131231657; // aapt resource value: 0x7F0803AA - public const int ring_off = 2131231658; + public const int right_twinkle = 2131231658; // aapt resource value: 0x7F0803AB - public const int say_bg = 2131231659; + public const int ring_off = 2131231659; // aapt resource value: 0x7F0803AC - public const int screenshot = 2131231660; + public const int say_bg = 2131231660; // aapt resource value: 0x7F0803AD - public const int screenshot_def = 2131231661; + public const int screenshot = 2131231661; // aapt resource value: 0x7F0803AE - public const int screenshot_sel = 2131231662; + public const int screenshot_def = 2131231662; // aapt resource value: 0x7F0803AF - public const int search = 2131231663; + public const int screenshot_sel = 2131231663; // aapt resource value: 0x7F0803B0 - public const int search_bnt = 2131231664; + public const int search = 2131231664; // aapt resource value: 0x7F0803B1 - public const int search_bnt_sel = 2131231665; + public const int search_bnt = 2131231665; // aapt resource value: 0x7F0803B2 - public const int search_button_selector = 2131231666; + public const int search_bnt_sel = 2131231666; // aapt resource value: 0x7F0803B3 - public const int search_input = 2131231667; + public const int search_button_selector = 2131231667; // aapt resource value: 0x7F0803B4 - public const int seekbar_thumb = 2131231668; - - // aapt resource value: 0x7F0803B6 - public const int selected_icon = 2131231670; - - // aapt resource value: 0x7F0803B7 - public const int selector_pickerview_btn = 2131231671; + public const int search_input = 2131231668; // aapt resource value: 0x7F0803B5 - public const int select_icon = 2131231669; + public const int seekbar_thumb = 2131231669; + + // aapt resource value: 0x7F0803B7 + public const int selected_icon = 2131231671; // aapt resource value: 0x7F0803B8 - public const int server1 = 2131231672; + public const int selector_pickerview_btn = 2131231672; + + // aapt resource value: 0x7F0803B6 + public const int select_icon = 2131231670; // aapt resource value: 0x7F0803B9 - public const int server2 = 2131231673; + public const int server1 = 2131231673; // aapt resource value: 0x7F0803BA - public const int server3 = 2131231674; + public const int server2 = 2131231674; // aapt resource value: 0x7F0803BB - public const int server4 = 2131231675; + public const int server3 = 2131231675; // aapt resource value: 0x7F0803BC - public const int setup = 2131231676; + public const int server4 = 2131231676; // aapt resource value: 0x7F0803BD - public const int setup_sel = 2131231677; + public const int setup = 2131231677; // aapt resource value: 0x7F0803BE - public const int setup_wechat = 2131231678; + public const int setup_sel = 2131231678; // aapt resource value: 0x7F0803BF - public const int share_management_label_button = 2131231679; + public const int setup_wechat = 2131231679; // aapt resource value: 0x7F0803C0 - public const int share_management_label_button_sel = 2131231680; + public const int share_management_label_button = 2131231680; // aapt resource value: 0x7F0803C1 - public const int shipin7_alarm_msg_new = 2131231681; + public const int share_management_label_button_sel = 2131231681; // aapt resource value: 0x7F0803C2 - public const int shrink_screen_normal = 2131231682; + public const int shipin7_alarm_msg_new = 2131231682; // aapt resource value: 0x7F0803C3 - public const int shrink_screen_pressed = 2131231683; + public const int shrink_screen_normal = 2131231683; // aapt resource value: 0x7F0803C4 - public const int small_button_cameralist = 2131231684; + public const int shrink_screen_pressed = 2131231684; // aapt resource value: 0x7F0803C5 - public const int sound_off = 2131231685; + public const int small_button_cameralist = 2131231685; // aapt resource value: 0x7F0803C6 - public const int sound_off_blue = 2131231686; + public const int sound_off = 2131231686; // aapt resource value: 0x7F0803C7 - public const int sound_off_sel = 2131231687; + public const int sound_off_blue = 2131231687; // aapt resource value: 0x7F0803C8 - public const int sound_off_sel_blue = 2131231688; + public const int sound_off_sel = 2131231688; // aapt resource value: 0x7F0803C9 - public const int sound_on = 2131231689; + public const int sound_off_sel_blue = 2131231689; // aapt resource value: 0x7F0803CA - public const int sound_on_blue = 2131231690; + public const int sound_on = 2131231690; // aapt resource value: 0x7F0803CB - public const int sound_on_sel = 2131231691; + public const int sound_on_blue = 2131231691; // aapt resource value: 0x7F0803CC - public const int sound_on_sel_blue = 2131231692; + public const int sound_on_sel = 2131231692; // aapt resource value: 0x7F0803CD - public const int sound_source = 2131231693; + public const int sound_on_sel_blue = 2131231693; // aapt resource value: 0x7F0803CE - public const int sound_source_sel = 2131231694; + public const int sound_source = 2131231694; // aapt resource value: 0x7F0803CF - public const int speech = 2131231695; + public const int sound_source_sel = 2131231695; // aapt resource value: 0x7F0803D0 - public const int speech_0 = 2131231696; + public const int speech = 2131231696; // aapt resource value: 0x7F0803D1 - public const int speech_1 = 2131231697; + public const int speech_0 = 2131231697; // aapt resource value: 0x7F0803D2 - public const int speech_2 = 2131231698; + public const int speech_1 = 2131231698; // aapt resource value: 0x7F0803D3 - public const int speech_3 = 2131231699; + public const int speech_2 = 2131231699; // aapt resource value: 0x7F0803D4 - public const int speech_4 = 2131231700; + public const int speech_3 = 2131231700; // aapt resource value: 0x7F0803D5 - public const int speech_5 = 2131231701; + public const int speech_4 = 2131231701; // aapt resource value: 0x7F0803D6 - public const int speech_full_selector = 2131231702; + public const int speech_5 = 2131231702; // aapt resource value: 0x7F0803D7 - public const int stop = 2131231703; - - // aapt resource value: 0x7F0803DA - public const int stopbtn_selector = 2131231706; - - // aapt resource value: 0x7F0803DB - public const int stoplay_btn = 2131231707; - - // aapt resource value: 0x7F0803DC - public const int stoplay_btn_sel = 2131231708; + public const int speech_full_selector = 2131231703; // aapt resource value: 0x7F0803D8 - public const int stop_disable = 2131231704; + public const int stop = 2131231704; - // aapt resource value: 0x7F0803D9 - public const int stop_press = 2131231705; + // aapt resource value: 0x7F0803DB + public const int stopbtn_selector = 2131231707; + + // aapt resource value: 0x7F0803DC + public const int stoplay_btn = 2131231708; // aapt resource value: 0x7F0803DD - public const int success = 2131231709; + public const int stoplay_btn_sel = 2131231709; + + // aapt resource value: 0x7F0803D9 + public const int stop_disable = 2131231705; + + // aapt resource value: 0x7F0803DA + public const int stop_press = 2131231706; // aapt resource value: 0x7F0803DE - public const int success_icon = 2131231710; + public const int success = 2131231710; // aapt resource value: 0x7F0803DF - public const int success_img = 2131231711; + public const int success_icon = 2131231711; // aapt resource value: 0x7F0803E0 - public const int sure_background_def = 2131231712; + public const int success_img = 2131231712; // aapt resource value: 0x7F0803E1 - public const int sure_background_sel = 2131231713; + public const int sure_background_def = 2131231713; // aapt resource value: 0x7F0803E2 - public const int switch_camera = 2131231714; + public const int sure_background_sel = 2131231714; // aapt resource value: 0x7F0803E3 - public const int tab_left = 2131231715; + public const int switch_camera = 2131231715; // aapt resource value: 0x7F0803E4 - public const int tab_left_sel = 2131231716; + public const int tab_left = 2131231716; // aapt resource value: 0x7F0803E5 - public const int tab_right = 2131231717; + public const int tab_left_sel = 2131231717; // aapt resource value: 0x7F0803E6 - public const int tab_right_sel = 2131231718; + public const int tab_right = 2131231718; // aapt resource value: 0x7F0803E7 - public const int tiltle_button_selector = 2131231719; + public const int tab_right_sel = 2131231719; // aapt resource value: 0x7F0803E8 - public const int timeline = 2131231720; + public const int tiltle_button_selector = 2131231720; // aapt resource value: 0x7F0803E9 - public const int timeline_sel = 2131231721; + public const int timeline = 2131231721; // aapt resource value: 0x7F0803EA - public const int tip_background = 2131231722; + public const int timeline_sel = 2131231722; // aapt resource value: 0x7F0803EB - public const int tip_textview_bg = 2131231723; + public const int tip_background = 2131231723; // aapt resource value: 0x7F0803EC - public const int title_down_bg = 2131231724; + public const int tip_textview_bg = 2131231724; // aapt resource value: 0x7F0803ED - public const int title_down_play = 2131231725; + public const int title_down_bg = 2131231725; // aapt resource value: 0x7F0803EE - public const int title_down_play_sel = 2131231726; + public const int title_down_play = 2131231726; // aapt resource value: 0x7F0803EF - public const int title_down_play_selector = 2131231727; + public const int title_down_play_sel = 2131231727; // aapt resource value: 0x7F0803F0 - public const int title_menu_bg = 2131231728; + public const int title_down_play_selector = 2131231728; // aapt resource value: 0x7F0803F1 - public const int tittel_button_bg = 2131231729; + public const int title_menu_bg = 2131231729; // aapt resource value: 0x7F0803F2 - public const int tittel_button_press_bg = 2131231730; + public const int tittel_button_bg = 2131231730; // aapt resource value: 0x7F0803F3 - public const int tooltip_frame_dark = 2131231731; + public const int tittel_button_press_bg = 2131231731; // aapt resource value: 0x7F0803F4 - public const int tooltip_frame_light = 2131231732; + public const int tooltip_frame_dark = 2131231732; // aapt resource value: 0x7F0803F5 - public const int top_bar_bg = 2131231733; + public const int tooltip_frame_light = 2131231733; // aapt resource value: 0x7F0803F6 - public const int track_bar_bg = 2131231734; + public const int top_bar_bg = 2131231734; // aapt resource value: 0x7F0803F7 - public const int translucent = 2131231735; + public const int track_bar_bg = 2131231735; // aapt resource value: 0x7F0803F8 - public const int @unchecked = 2131231736; + public const int translucent = 2131231736; // aapt resource value: 0x7F0803F9 - public const int unlock = 2131231737; + public const int @unchecked = 2131231737; // aapt resource value: 0x7F0803FA - public const int unlock_def = 2131231738; + public const int unlock = 2131231738; // aapt resource value: 0x7F0803FB - public const int unlock_sel = 2131231739; - - // aapt resource value: 0x7F0803FE - public const int upgrade = 2131231742; + public const int unlock_def = 2131231739; // aapt resource value: 0x7F0803FC - public const int up_horizontal = 2131231740; - - // aapt resource value: 0x7F0803FD - public const int up_twinkle = 2131231741; + public const int unlock_sel = 2131231740; // aapt resource value: 0x7F0803FF - public const int user = 2131231743; + public const int upgrade = 2131231743; + + // aapt resource value: 0x7F0803FD + public const int up_horizontal = 2131231741; + + // aapt resource value: 0x7F0803FE + public const int up_twinkle = 2131231742; // aapt resource value: 0x7F080400 - public const int vertical_preview_sound_selector = 2131231744; + public const int user = 2131231744; // aapt resource value: 0x7F080401 - public const int vertical_preview_stop_selector = 2131231745; - - // aapt resource value: 0x7F080411 - public const int videogo_icon = 2131231761; + public const int vertical_preview_sound_selector = 2131231745; // aapt resource value: 0x7F080402 - public const int video_background = 2131231746; - - // aapt resource value: 0x7F080403 - public const int video_camera1_1 = 2131231747; - - // aapt resource value: 0x7F080404 - public const int video_camera1_2 = 2131231748; - - // aapt resource value: 0x7F080405 - public const int video_camera1_3 = 2131231749; - - // aapt resource value: 0x7F080406 - public const int video_file_watermark = 2131231750; - - // aapt resource value: 0x7F080407 - public const int video_quality_selector = 2131231751; - - // aapt resource value: 0x7F080408 - public const int video_talk_sdk_icn_watch = 2131231752; - - // aapt resource value: 0x7F080409 - public const int video_talk_sdk_placeholder_images_user = 2131231753; - - // aapt resource value: 0x7F08040A - public const int video_talk_sdk_video_answer = 2131231754; - - // aapt resource value: 0x7F08040B - public const int video_talk_sdk_video_hangup = 2131231755; - - // aapt resource value: 0x7F08040C - public const int video_talk_sdk_video_record_off = 2131231756; - - // aapt resource value: 0x7F08040D - public const int video_talk_sdk_video_record_on = 2131231757; - - // aapt resource value: 0x7F08040E - public const int video_talk_sdk_video_snap = 2131231758; - - // aapt resource value: 0x7F08040F - public const int video_talk_sdk_video_stop = 2131231759; - - // aapt resource value: 0x7F080410 - public const int video_talk_sdk_video_switch_camera = 2131231760; - - // aapt resource value: 0x7F08041B - public const int waiting_bg = 2131231771; - - // aapt resource value: 0x7F08041C - public const int waiting_progressbar_bg = 2131231772; + public const int vertical_preview_stop_selector = 2131231746; // aapt resource value: 0x7F080412 - public const int wait_1 = 2131231762; + public const int videogo_icon = 2131231762; - // aapt resource value: 0x7F080413 - public const int wait_2 = 2131231763; + // aapt resource value: 0x7F080403 + public const int video_background = 2131231747; - // aapt resource value: 0x7F080414 - public const int wait_3 = 2131231764; + // aapt resource value: 0x7F080404 + public const int video_camera1_1 = 2131231748; - // aapt resource value: 0x7F080415 - public const int wait_4 = 2131231765; + // aapt resource value: 0x7F080405 + public const int video_camera1_2 = 2131231749; - // aapt resource value: 0x7F080416 - public const int wait_5 = 2131231766; + // aapt resource value: 0x7F080406 + public const int video_camera1_3 = 2131231750; - // aapt resource value: 0x7F080417 - public const int wait_6 = 2131231767; + // aapt resource value: 0x7F080407 + public const int video_file_watermark = 2131231751; - // aapt resource value: 0x7F080418 - public const int wait_7 = 2131231768; + // aapt resource value: 0x7F080408 + public const int video_quality_selector = 2131231752; - // aapt resource value: 0x7F080419 - public const int wait_8 = 2131231769; + // aapt resource value: 0x7F080409 + public const int video_talk_sdk_icn_watch = 2131231753; - // aapt resource value: 0x7F08041A - public const int wait_upload_img = 2131231770; + // aapt resource value: 0x7F08040A + public const int video_talk_sdk_placeholder_images_user = 2131231754; + + // aapt resource value: 0x7F08040B + public const int video_talk_sdk_video_answer = 2131231755; + + // aapt resource value: 0x7F08040C + public const int video_talk_sdk_video_hangup = 2131231756; + + // aapt resource value: 0x7F08040D + public const int video_talk_sdk_video_record_off = 2131231757; + + // aapt resource value: 0x7F08040E + public const int video_talk_sdk_video_record_on = 2131231758; + + // aapt resource value: 0x7F08040F + public const int video_talk_sdk_video_snap = 2131231759; + + // aapt resource value: 0x7F080410 + public const int video_talk_sdk_video_stop = 2131231760; + + // aapt resource value: 0x7F080411 + public const int video_talk_sdk_video_switch_camera = 2131231761; + + // aapt resource value: 0x7F08041C + public const int waiting_bg = 2131231772; // aapt resource value: 0x7F08041D - public const int water_alarm = 2131231773; + public const int waiting_progressbar_bg = 2131231773; + + // aapt resource value: 0x7F080413 + public const int wait_1 = 2131231763; + + // aapt resource value: 0x7F080414 + public const int wait_2 = 2131231764; + + // aapt resource value: 0x7F080415 + public const int wait_3 = 2131231765; + + // aapt resource value: 0x7F080416 + public const int wait_4 = 2131231766; + + // aapt resource value: 0x7F080417 + public const int wait_5 = 2131231767; + + // aapt resource value: 0x7F080418 + public const int wait_6 = 2131231768; + + // aapt resource value: 0x7F080419 + public const int wait_7 = 2131231769; + + // aapt resource value: 0x7F08041A + public const int wait_8 = 2131231770; + + // aapt resource value: 0x7F08041B + public const int wait_upload_img = 2131231771; // aapt resource value: 0x7F08041E - public const int wifi_config_bg = 2131231774; + public const int water_alarm = 2131231774; // aapt resource value: 0x7F08041F - public const int wifi_connect_tip = 2131231775; + public const int wifi_config_bg = 2131231775; // aapt resource value: 0x7F080420 - public const int yuntai_normal = 2131231776; + public const int wifi_connect_tip = 2131231776; // aapt resource value: 0x7F080421 - public const int yuntai_pressed = 2131231777; + public const int yuntai_normal = 2131231777; // aapt resource value: 0x7F080422 - public const int yxs_head = 2131231778; + public const int yuntai_pressed = 2131231778; // aapt resource value: 0x7F080423 - public const int z1_bg = 2131231779; + public const int yxs_head = 2131231779; + + // aapt resource value: 0x7F080424 + public const int z1_bg = 2131231780; static Drawable() { @@ -7663,11 +7666,11 @@ // aapt resource value: 0x7F090132 public const int file_size_text = 2131296562; - // aapt resource value: 0x7F090133 - public const int fill = 2131296563; - // aapt resource value: 0x7F090003 public const int FILL = 2131296259; + + // aapt resource value: 0x7F090133 + public const int fill = 2131296563; // aapt resource value: 0x7F090134 public const int fill_horizontal = 2131296564; @@ -8104,1403 +8107,1412 @@ // aapt resource value: 0x7F0901C0 public const int live_window = 2131296704; - // aapt resource value: 0x7F0901C1 - public const int llyCloundService = 2131296705; - - // aapt resource value: 0x7F0901C2 - public const int llyStatus1 = 2131296706; - // aapt resource value: 0x7F0901C3 - public const int llyStatus2 = 2131296707; + public const int llyCloundService = 2131296707; // aapt resource value: 0x7F0901C4 - public const int llyStatus3 = 2131296708; + public const int llyStatus1 = 2131296708; // aapt resource value: 0x7F0901C5 - public const int loadingTextView = 2131296709; + public const int llyStatus2 = 2131296709; // aapt resource value: 0x7F0901C6 - public const int loading_pb_ly = 2131296710; + public const int llyStatus3 = 2131296710; + + // aapt resource value: 0x7F0901C1 + public const int ll_lp_btn_back = 2131296705; + + // aapt resource value: 0x7F0901C2 + public const int ll_video_lp_rendering = 2131296706; // aapt resource value: 0x7F0901C7 - public const int loading_play_btn = 2131296711; + public const int loadingTextView = 2131296711; // aapt resource value: 0x7F0901C8 - public const int loading_text = 2131296712; + public const int loading_pb_ly = 2131296712; // aapt resource value: 0x7F0901C9 - public const int loading_view = 2131296713; - - // aapt resource value: 0x7F0901CB - public const int localDoorUnlock = 2131296715; - - // aapt resource value: 0x7F0901CC - public const int localVideo = 2131296716; - - // aapt resource value: 0x7F0901CD - public const int local_alarm1 = 2131296717; - - // aapt resource value: 0x7F0901CE - public const int local_alarm2 = 2131296718; - - // aapt resource value: 0x7F0901CF - public const int local_alarm3 = 2131296719; - - // aapt resource value: 0x7F0901D0 - public const int local_l1 = 2131296720; - - // aapt resource value: 0x7F0901D1 - public const int local_l2 = 2131296721; - - // aapt resource value: 0x7F0901D2 - public const int local_l3 = 2131296722; - - // aapt resource value: 0x7F0901D3 - public const int local_realplay_btn = 2131296723; - - // aapt resource value: 0x7F0901D4 - public const int local_time_part1 = 2131296724; - - // aapt resource value: 0x7F0901D5 - public const int local_time_part2 = 2131296725; - - // aapt resource value: 0x7F0901D6 - public const int local_time_part3 = 2131296726; + public const int loading_play_btn = 2131296713; // aapt resource value: 0x7F0901CA - public const int locaVideo = 2131296714; + public const int loading_text = 2131296714; + + // aapt resource value: 0x7F0901CB + public const int loading_view = 2131296715; + + // aapt resource value: 0x7F0901CD + public const int localDoorUnlock = 2131296717; + + // aapt resource value: 0x7F0901CE + public const int localVideo = 2131296718; + + // aapt resource value: 0x7F0901CF + public const int local_alarm1 = 2131296719; + + // aapt resource value: 0x7F0901D0 + public const int local_alarm2 = 2131296720; + + // aapt resource value: 0x7F0901D1 + public const int local_alarm3 = 2131296721; + + // aapt resource value: 0x7F0901D2 + public const int local_l1 = 2131296722; + + // aapt resource value: 0x7F0901D3 + public const int local_l2 = 2131296723; + + // aapt resource value: 0x7F0901D4 + public const int local_l3 = 2131296724; + + // aapt resource value: 0x7F0901D5 + public const int local_realplay_btn = 2131296725; + + // aapt resource value: 0x7F0901D6 + public const int local_time_part1 = 2131296726; // aapt resource value: 0x7F0901D7 - public const int login_name = 2131296727; + public const int local_time_part2 = 2131296727; // aapt resource value: 0x7F0901D8 - public const int login_pwd = 2131296728; + public const int local_time_part3 = 2131296728; + + // aapt resource value: 0x7F0901CC + public const int locaVideo = 2131296716; // aapt resource value: 0x7F0901D9 - public const int longitude = 2131296729; + public const int login_name = 2131296729; // aapt resource value: 0x7F0901DA - public const int main_layout = 2131296730; + public const int login_pwd = 2131296730; // aapt resource value: 0x7F0901DB - public const int masked = 2131296731; + public const int longitude = 2131296731; + + // aapt resource value: 0x7F0901DC + public const int main_layout = 2131296732; + + // aapt resource value: 0x7F0901DD + public const int masked = 2131296733; // aapt resource value: 0x7F090009 public const int MatchLayout = 2131296265; - // aapt resource value: 0x7F0901DC - public const int matte_image = 2131296732; - - // aapt resource value: 0x7F0901DD - public const int media_actions = 2131296733; - // aapt resource value: 0x7F0901DE - public const int menu_layout = 2131296734; + public const int matte_image = 2131296734; // aapt resource value: 0x7F0901DF - public const int menu_play = 2131296735; + public const int media_actions = 2131296735; // aapt resource value: 0x7F0901E0 - public const int message = 2131296736; + public const int menu_layout = 2131296736; // aapt resource value: 0x7F0901E1 - public const int message1 = 2131296737; + public const int menu_play = 2131296737; // aapt resource value: 0x7F0901E2 - public const int message2 = 2131296738; + public const int message = 2131296738; // aapt resource value: 0x7F0901E3 - public const int message_check = 2131296739; + public const int message1 = 2131296739; // aapt resource value: 0x7F0901E4 - public const int message_content = 2131296740; + public const int message2 = 2131296740; // aapt resource value: 0x7F0901E5 - public const int message_from = 2131296741; + public const int message_check = 2131296741; // aapt resource value: 0x7F0901E6 - public const int message_from_tip = 2131296742; + public const int message_content = 2131296742; // aapt resource value: 0x7F0901E7 - public const int message_image = 2131296743; + public const int message_from = 2131296743; // aapt resource value: 0x7F0901E8 - public const int message_image_layout = 2131296744; + public const int message_from_tip = 2131296744; // aapt resource value: 0x7F0901E9 - public const int message_image_progress = 2131296745; + public const int message_image = 2131296745; // aapt resource value: 0x7F0901EA - public const int message_layout = 2131296746; + public const int message_image_layout = 2131296746; // aapt resource value: 0x7F0901EB - public const int message_list = 2131296747; + public const int message_image_progress = 2131296747; // aapt resource value: 0x7F0901EC - public const int message_num_tv = 2131296748; + public const int message_layout = 2131296748; // aapt resource value: 0x7F0901ED - public const int message_play_layout = 2131296749; + public const int message_list = 2131296749; // aapt resource value: 0x7F0901EE - public const int message_time = 2131296750; + public const int message_num_tv = 2131296750; // aapt resource value: 0x7F0901EF - public const int message_type = 2131296751; + public const int message_play_layout = 2131296751; // aapt resource value: 0x7F0901F0 - public const int message_unread = 2131296752; + public const int message_time = 2131296752; // aapt resource value: 0x7F0901F1 - public const int message_video_layout = 2131296753; + public const int message_type = 2131296753; + + // aapt resource value: 0x7F0901F2 + public const int message_unread = 2131296754; + + // aapt resource value: 0x7F0901F3 + public const int message_video_layout = 2131296755; // aapt resource value: 0x7F090008 public const int META = 2131296264; - // aapt resource value: 0x7F0901F3 - public const int middle = 2131296755; - - // aapt resource value: 0x7F0901F2 - public const int mid_vertical_view = 2131296754; + // aapt resource value: 0x7F0901F5 + public const int middle = 2131296757; // aapt resource value: 0x7F0901F4 - public const int min = 2131296756; - - // aapt resource value: 0x7F0901F5 - public const int mini = 2131296757; + public const int mid_vertical_view = 2131296756; // aapt resource value: 0x7F0901F6 - public const int mirror_line = 2131296758; + public const int min = 2131296758; // aapt resource value: 0x7F0901F7 - public const int modify_password_layout = 2131296759; + public const int mini = 2131296759; // aapt resource value: 0x7F0901F8 - public const int monitor = 2131296760; + public const int mirror_line = 2131296760; // aapt resource value: 0x7F0901F9 - public const int month = 2131296761; + public const int modify_password_layout = 2131296761; // aapt resource value: 0x7F0901FA - public const int more_btn = 2131296762; + public const int monitor = 2131296762; // aapt resource value: 0x7F0901FB - public const int multiply = 2131296763; + public const int month = 2131296763; // aapt resource value: 0x7F0901FC - public const int myRelativeLayout = 2131296764; + public const int more_btn = 2131296764; // aapt resource value: 0x7F0901FD - public const int myRetry = 2131296765; + public const int multiply = 2131296765; // aapt resource value: 0x7F0901FE - public const int nameText = 2131296766; + public const int myRelativeLayout = 2131296766; // aapt resource value: 0x7F0901FF - public const int name_del = 2131296767; + public const int myRetry = 2131296767; // aapt resource value: 0x7F090200 - public const int name_text = 2131296768; + public const int nameText = 2131296768; // aapt resource value: 0x7F090201 - public const int name_tv = 2131296769; + public const int name_del = 2131296769; // aapt resource value: 0x7F090202 - public const int navigation_header_container = 2131296770; + public const int name_text = 2131296770; // aapt resource value: 0x7F090203 - public const int never = 2131296771; + public const int name_tv = 2131296771; // aapt resource value: 0x7F090204 - public const int new_password = 2131296772; + public const int navigation_header_container = 2131296772; // aapt resource value: 0x7F090205 - public const int next_play_btn = 2131296773; - - // aapt resource value: 0x7F09020D - public const int none = 2131296781; - - // aapt resource value: 0x7F09020E - public const int normal = 2131296782; + public const int never = 2131296773; // aapt resource value: 0x7F090206 - public const int noText = 2131296774; - - // aapt resource value: 0x7F09020F - public const int notification_background = 2131296783; - - // aapt resource value: 0x7F090210 - public const int notification_main_column = 2131296784; - - // aapt resource value: 0x7F090211 - public const int notification_main_column_container = 2131296785; - - // aapt resource value: 0x7F090212 - public const int novideo_img = 2131296786; - - // aapt resource value: 0x7F090213 - public const int novideo_img_device = 2131296787; + public const int new_password = 2131296774; // aapt resource value: 0x7F090207 - public const int no_camera_tip_ly = 2131296775; + public const int next_play_btn = 2131296775; + + // aapt resource value: 0x7F09020F + public const int none = 2131296783; + + // aapt resource value: 0x7F090210 + public const int normal = 2131296784; // aapt resource value: 0x7F090208 - public const int no_message_button = 2131296776; + public const int noText = 2131296776; - // aapt resource value: 0x7F090209 - public const int no_message_layout = 2131296777; + // aapt resource value: 0x7F090211 + public const int notification_background = 2131296785; - // aapt resource value: 0x7F09020A - public const int no_message_text = 2131296778; + // aapt resource value: 0x7F090212 + public const int notification_main_column = 2131296786; - // aapt resource value: 0x7F09020B - public const int no_more_hint = 2131296779; - - // aapt resource value: 0x7F09020C - public const int no_more_text = 2131296780; + // aapt resource value: 0x7F090213 + public const int notification_main_column_container = 2131296787; // aapt resource value: 0x7F090214 - public const int offline_bg = 2131296788; + public const int novideo_img = 2131296788; // aapt resource value: 0x7F090215 - public const int ok_tv = 2131296789; + public const int novideo_img_device = 2131296789; + + // aapt resource value: 0x7F090209 + public const int no_camera_tip_ly = 2131296777; + + // aapt resource value: 0x7F09020A + public const int no_message_button = 2131296778; + + // aapt resource value: 0x7F09020B + public const int no_message_layout = 2131296779; + + // aapt resource value: 0x7F09020C + public const int no_message_text = 2131296780; + + // aapt resource value: 0x7F09020D + public const int no_more_hint = 2131296781; + + // aapt resource value: 0x7F09020E + public const int no_more_text = 2131296782; // aapt resource value: 0x7F090216 - public const int options1 = 2131296790; + public const int offline_bg = 2131296790; // aapt resource value: 0x7F090217 - public const int options2 = 2131296791; + public const int ok_tv = 2131296791; // aapt resource value: 0x7F090218 - public const int options3 = 2131296792; + public const int options1 = 2131296792; // aapt resource value: 0x7F090219 - public const int optionspicker = 2131296793; + public const int options2 = 2131296793; // aapt resource value: 0x7F09021A - public const int outmost_container = 2131296794; + public const int options3 = 2131296794; // aapt resource value: 0x7F09021B - public const int packed = 2131296795; - - // aapt resource value: 0x7F09021D - public const int pager = 2131296797; - - // aapt resource value: 0x7F09021E - public const int pager_tab_strip = 2131296798; + public const int optionspicker = 2131296795; // aapt resource value: 0x7F09021C - public const int page_container = 2131296796; + public const int outmost_container = 2131296796; + + // aapt resource value: 0x7F09021D + public const int packed = 2131296797; // aapt resource value: 0x7F09021F - public const int parallax = 2131296799; + public const int pager = 2131296799; // aapt resource value: 0x7F090220 - public const int parent = 2131296800; + public const int pager_tab_strip = 2131296800; + + // aapt resource value: 0x7F09021E + public const int page_container = 2131296798; // aapt resource value: 0x7F090221 - public const int parentPanel = 2131296801; + public const int parallax = 2131296801; // aapt resource value: 0x7F090222 - public const int parent_matrix = 2131296802; + public const int parent = 2131296802; // aapt resource value: 0x7F090223 - public const int passwordETV = 2131296803; + public const int parentPanel = 2131296803; // aapt resource value: 0x7F090224 - public const int pb_notlist_title_bar_landscape = 2131296804; + public const int parent_matrix = 2131296804; // aapt resource value: 0x7F090225 - public const int pb_play_loading = 2131296805; + public const int passwordETV = 2131296805; // aapt resource value: 0x7F090226 - public const int pb_search_content_tab = 2131296806; + public const int pb_notlist_title_bar_landscape = 2131296806; // aapt resource value: 0x7F090227 - public const int pb_search_tab_btn_cloud = 2131296807; + public const int pb_play_loading = 2131296807; // aapt resource value: 0x7F090228 - public const int pb_search_tab_btn_device = 2131296808; + public const int pb_search_content_tab = 2131296808; // aapt resource value: 0x7F090229 - public const int pb_title_bar_landscape = 2131296809; + public const int pb_search_tab_btn_cloud = 2131296809; // aapt resource value: 0x7F09022A - public const int peerAddress = 2131296810; + public const int pb_search_tab_btn_device = 2131296810; // aapt resource value: 0x7F09022B - public const int percent = 2131296811; + public const int pb_title_bar_landscape = 2131296811; // aapt resource value: 0x7F09022C - public const int phone_et = 2131296812; + public const int peerAddress = 2131296812; // aapt resource value: 0x7F09022D - public const int phone_ly = 2131296813; + public const int percent = 2131296813; // aapt resource value: 0x7F09022E - public const int phone_lyt = 2131296814; + public const int phone_et = 2131296814; // aapt resource value: 0x7F09022F - public const int pin = 2131296815; - - // aapt resource value: 0x7F090231 - public const int platform_login_btn = 2131296817; + public const int phone_ly = 2131296815; // aapt resource value: 0x7F090230 - public const int plat_tv = 2131296816; + public const int phone_lyt = 2131296816; - // aapt resource value: 0x7F090232 - public const int play_video_layout = 2131296818; + // aapt resource value: 0x7F090231 + public const int pin = 2131296817; // aapt resource value: 0x7F090233 - public const int preview_view = 2131296819; + public const int platform_login_btn = 2131296819; - // aapt resource value: 0x7F090238 - public const int progressbar = 2131296824; + // aapt resource value: 0x7F090232 + public const int plat_tv = 2131296818; // aapt resource value: 0x7F090234 - public const int progress_area = 2131296820; + public const int play_video_layout = 2131296820; // aapt resource value: 0x7F090235 - public const int progress_circular = 2131296821; - - // aapt resource value: 0x7F090236 - public const int progress_horizontal = 2131296822; - - // aapt resource value: 0x7F090237 - public const int progress_seekbar = 2131296823; - - // aapt resource value: 0x7F090239 - public const int ptz_bottom_btn = 2131296825; + public const int preview_view = 2131296821; // aapt resource value: 0x7F09023A - public const int ptz_close_btn = 2131296826; + public const int progressbar = 2131296826; + + // aapt resource value: 0x7F090236 + public const int progress_area = 2131296822; + + // aapt resource value: 0x7F090237 + public const int progress_circular = 2131296823; + + // aapt resource value: 0x7F090238 + public const int progress_horizontal = 2131296824; + + // aapt resource value: 0x7F090239 + public const int progress_seekbar = 2131296825; // aapt resource value: 0x7F09023B - public const int ptz_control_ly = 2131296827; + public const int ptz_bottom_btn = 2131296827; // aapt resource value: 0x7F09023C - public const int ptz_flip_btn = 2131296828; + public const int ptz_close_btn = 2131296828; // aapt resource value: 0x7F09023D - public const int ptz_left_btn = 2131296829; + public const int ptz_control_ly = 2131296829; // aapt resource value: 0x7F09023E - public const int ptz_right_btn = 2131296830; + public const int ptz_flip_btn = 2131296830; // aapt resource value: 0x7F09023F - public const int ptz_top_btn = 2131296831; + public const int ptz_left_btn = 2131296831; // aapt resource value: 0x7F090240 - public const int quality_balanced_btn = 2131296832; + public const int ptz_right_btn = 2131296832; // aapt resource value: 0x7F090241 - public const int quality_close_btn = 2131296833; + public const int ptz_top_btn = 2131296833; // aapt resource value: 0x7F090242 - public const int quality_flunet_btn = 2131296834; + public const int quality_balanced_btn = 2131296834; // aapt resource value: 0x7F090243 - public const int quality_hd_btn = 2131296835; + public const int quality_close_btn = 2131296835; // aapt resource value: 0x7F090244 - public const int quality_line = 2131296836; + public const int quality_flunet_btn = 2131296836; // aapt resource value: 0x7F090245 - public const int quality_super_hd_btn = 2131296837; - - // aapt resource value: 0x7F090247 - public const int queryingCameraRyt = 2131296839; - - // aapt resource value: 0x7F090248 - public const int querying_camera_tv = 2131296840; + public const int quality_hd_btn = 2131296837; // aapt resource value: 0x7F090246 - public const int query_exception_ly = 2131296838; + public const int quality_line = 2131296838; + + // aapt resource value: 0x7F090247 + public const int quality_super_hd_btn = 2131296839; // aapt resource value: 0x7F090249 - public const int quit = 2131296841; + public const int queryingCameraRyt = 2131296841; // aapt resource value: 0x7F09024A - public const int radio = 2131296842; + public const int querying_camera_tv = 2131296842; + + // aapt resource value: 0x7F090248 + public const int query_exception_ly = 2131296840; // aapt resource value: 0x7F09024B - public const int range = 2131296843; + public const int quit = 2131296843; // aapt resource value: 0x7F09024C - public const int rangeSort = 2131296844; + public const int radio = 2131296844; // aapt resource value: 0x7F09024D - public const int rate_16x = 2131296845; + public const int range = 2131296845; // aapt resource value: 0x7F09024E - public const int rate_1x = 2131296846; + public const int rangeSort = 2131296846; // aapt resource value: 0x7F09024F - public const int rate_4x = 2131296847; + public const int rate_16x = 2131296847; // aapt resource value: 0x7F090250 - public const int rate_8x = 2131296848; - - // aapt resource value: 0x7F090252 - public const int read_button = 2131296850; - - // aapt resource value: 0x7F090253 - public const int realplay_area = 2131296851; - - // aapt resource value: 0x7F090254 - public const int realplay_back_btn = 2131296852; - - // aapt resource value: 0x7F090255 - public const int realplay_capture_iv = 2131296853; - - // aapt resource value: 0x7F090256 - public const int realplay_capture_rl = 2131296854; - - // aapt resource value: 0x7F090257 - public const int realplay_capture_watermark_iv = 2131296855; - - // aapt resource value: 0x7F090258 - public const int realplay_control_bar = 2131296856; - - // aapt resource value: 0x7F090259 - public const int realplay_control_rl = 2131296857; - - // aapt resource value: 0x7F09025A - public const int realplay_display_view = 2131296858; - - // aapt resource value: 0x7F09025B - public const int realplay_flow_tv = 2131296859; - - // aapt resource value: 0x7F09025C - public const int realplay_full_anim_btn = 2131296860; - - // aapt resource value: 0x7F09025D - public const int realplay_full_flow_ly = 2131296861; - - // aapt resource value: 0x7F09025E - public const int realplay_full_flow_tv = 2131296862; - - // aapt resource value: 0x7F09025F - public const int realplay_full_operate_bar = 2131296863; - - // aapt resource value: 0x7F090260 - public const int realplay_full_operate_layout = 2131296864; - - // aapt resource value: 0x7F090261 - public const int realplay_full_play_btn = 2131296865; - - // aapt resource value: 0x7F090262 - public const int realplay_full_previously_btn = 2131296866; - - // aapt resource value: 0x7F090263 - public const int realplay_full_ptz_anim_btn = 2131296867; - - // aapt resource value: 0x7F090264 - public const int realplay_full_ptz_btn = 2131296868; - - // aapt resource value: 0x7F090265 - public const int realplay_full_ptz_prompt_iv = 2131296869; - - // aapt resource value: 0x7F090266 - public const int realplay_full_rate_tv = 2131296870; - - // aapt resource value: 0x7F090267 - public const int realplay_full_sound_btn = 2131296871; - - // aapt resource value: 0x7F090268 - public const int realplay_full_talk_anim_btn = 2131296872; - - // aapt resource value: 0x7F090269 - public const int realplay_full_talk_btn = 2131296873; - - // aapt resource value: 0x7F09026A - public const int realplay_full_video_btn = 2131296874; - - // aapt resource value: 0x7F09026B - public const int realplay_full_video_container = 2131296875; - - // aapt resource value: 0x7F09026C - public const int realplay_full_video_start_btn = 2131296876; - - // aapt resource value: 0x7F09026D - public const int realplay_loading = 2131296877; - - // aapt resource value: 0x7F09026E - public const int realplay_loading_rl = 2131296878; - - // aapt resource value: 0x7F09026F - public const int realplay_operate_bar = 2131296879; - - // aapt resource value: 0x7F090270 - public const int realplay_operate_bar2 = 2131296880; - - // aapt resource value: 0x7F090271 - public const int realplay_operate_ly = 2131296881; - - // aapt resource value: 0x7F090272 - public const int realplay_operate_ly2 = 2131296882; - - // aapt resource value: 0x7F090275 - public const int realplay_pages_gallery = 2131296885; - - // aapt resource value: 0x7F090273 - public const int realplay_page_anim_iv = 2131296883; - - // aapt resource value: 0x7F090274 - public const int realplay_page_ly = 2131296884; - - // aapt resource value: 0x7F090276 - public const int realplay_play_btn = 2131296886; - - // aapt resource value: 0x7F090277 - public const int realplay_play_iv = 2131296887; - - // aapt resource value: 0x7F090278 - public const int realplay_play_rl = 2131296888; - - // aapt resource value: 0x7F090279 - public const int realplay_previously_btn = 2131296889; - - // aapt resource value: 0x7F09027A - public const int realplay_previously_btn2 = 2131296890; - - // aapt resource value: 0x7F09027B - public const int realplay_previously_btn_ly = 2131296891; - - // aapt resource value: 0x7F09027C - public const int realplay_previously_btn_ly2 = 2131296892; - - // aapt resource value: 0x7F09027D - public const int realplay_privacy_btn = 2131296893; - - // aapt resource value: 0x7F09027E - public const int realplay_privacy_btn2 = 2131296894; - - // aapt resource value: 0x7F09027F - public const int realplay_privacy_btn_ly = 2131296895; - - // aapt resource value: 0x7F090280 - public const int realplay_privacy_btn_ly2 = 2131296896; - - // aapt resource value: 0x7F090281 - public const int realplay_privacy_ly = 2131296897; - - // aapt resource value: 0x7F090282 - public const int realplay_privacy_tv = 2131296898; - - // aapt resource value: 0x7F090283 - public const int realplay_privacy_tv2 = 2131296899; - - // aapt resource value: 0x7F090284 - public const int realplay_prompt_rl = 2131296900; - - // aapt resource value: 0x7F090285 - public const int realplay_ptz_btn = 2131296901; - - // aapt resource value: 0x7F090286 - public const int realplay_ptz_btn2 = 2131296902; - - // aapt resource value: 0x7F090287 - public const int realplay_ptz_btn_ly = 2131296903; - - // aapt resource value: 0x7F090288 - public const int realplay_ptz_btn_ly2 = 2131296904; - - // aapt resource value: 0x7F090289 - public const int realplay_ptz_direction_iv = 2131296905; - - // aapt resource value: 0x7F09028A - public const int realplay_quality_btn = 2131296906; - - // aapt resource value: 0x7F09028B - public const int realplay_ratio_tv = 2131296907; - - // aapt resource value: 0x7F09028C - public const int realplay_record_iv = 2131296908; - - // aapt resource value: 0x7F09028D - public const int realplay_record_ly = 2131296909; - - // aapt resource value: 0x7F09028E - public const int realplay_record_tv = 2131296910; - - // aapt resource value: 0x7F09028F - public const int realplay_sound_btn = 2131296911; - - // aapt resource value: 0x7F090290 - public const int realplay_ssl_btn = 2131296912; - - // aapt resource value: 0x7F090291 - public const int realplay_ssl_btn2 = 2131296913; - - // aapt resource value: 0x7F090292 - public const int realplay_ssl_btn_ly = 2131296914; - - // aapt resource value: 0x7F090293 - public const int realplay_ssl_btn_ly2 = 2131296915; - - // aapt resource value: 0x7F090294 - public const int realplay_ssl_btn_rl = 2131296916; - - // aapt resource value: 0x7F090295 - public const int realplay_ssl_btn_rl2 = 2131296917; - - // aapt resource value: 0x7F090296 - public const int realplay_ssl_progress = 2131296918; - - // aapt resource value: 0x7F090297 - public const int realplay_ssl_progress2 = 2131296919; - - // aapt resource value: 0x7F090298 - public const int realplay_ssl_tv = 2131296920; - - // aapt resource value: 0x7F090299 - public const int realplay_ssl_tv2 = 2131296921; - - // aapt resource value: 0x7F09029A - public const int realplay_stop_btn = 2131296922; - - // aapt resource value: 0x7F09029B - public const int realplay_sv = 2131296923; - - // aapt resource value: 0x7F09029C - public const int realplay_talk_btn = 2131296924; - - // aapt resource value: 0x7F09029D - public const int realplay_talk_btn2 = 2131296925; - - // aapt resource value: 0x7F09029E - public const int realplay_talk_btn_ly = 2131296926; - - // aapt resource value: 0x7F09029F - public const int realplay_talk_btn_ly2 = 2131296927; - - // aapt resource value: 0x7F0902A0 - public const int realplay_tip_tv = 2131296928; - - // aapt resource value: 0x7F0902A1 - public const int realplay_title_tv = 2131296929; - - // aapt resource value: 0x7F0902A2 - public const int realplay_top_bar = 2131296930; - - // aapt resource value: 0x7F0902A3 - public const int realplay_video_btn = 2131296931; - - // aapt resource value: 0x7F0902A4 - public const int realplay_video_btn2 = 2131296932; - - // aapt resource value: 0x7F0902A5 - public const int realplay_video_container = 2131296933; - - // aapt resource value: 0x7F0902A6 - public const int realplay_video_container2 = 2131296934; - - // aapt resource value: 0x7F0902A7 - public const int realplay_video_container_ly = 2131296935; - - // aapt resource value: 0x7F0902A8 - public const int realplay_video_container_ly2 = 2131296936; - - // aapt resource value: 0x7F0902A9 - public const int realplay_video_start_btn = 2131296937; - - // aapt resource value: 0x7F0902AA - public const int realplay_video_start_btn2 = 2131296938; - - // aapt resource value: 0x7F0902AB - public const int realplay_waiting_lr = 2131296939; - - // aapt resource value: 0x7F0902AC - public const int realplay_watting_pb = 2131296940; - - // aapt resource value: 0x7F0902AD - public const int realplay_watting_tv = 2131296941; - - // aapt resource value: 0x7F0902AE - public const int realplay_wnd_sv = 2131296942; - - // aapt resource value: 0x7F0902AF - public const int recycler_view = 2131296943; - - // aapt resource value: 0x7F0902B0 - public const int refresh_button = 2131296944; - - // aapt resource value: 0x7F0902B1 - public const int refresh_layout = 2131296945; - - // aapt resource value: 0x7F0902B2 - public const int refresh_tip = 2131296946; - - // aapt resource value: 0x7F0902B3 - public const int remoteFrame = 2131296947; - - // aapt resource value: 0x7F0902B4 - public const int remoteFrameContainer = 2131296948; - - // aapt resource value: 0x7F0902C1 - public const int remoteplayback_begin_time_tv = 2131296961; - - // aapt resource value: 0x7F0902C2 - public const int remoteplayback_capture_iv = 2131296962; - - // aapt resource value: 0x7F0902C3 - public const int remoteplayback_capture_rl = 2131296963; - - // aapt resource value: 0x7F0902C4 - public const int remoteplayback_capture_watermark_iv = 2131296964; - - // aapt resource value: 0x7F0902C5 - public const int remoteplayback_control_rl = 2131296965; - - // aapt resource value: 0x7F0902C6 - public const int remoteplayback_end_time_tv = 2131296966; - - // aapt resource value: 0x7F0902C7 - public const int remoteplayback_file_time_bar = 2131296967; - - // aapt resource value: 0x7F0902C8 - public const int remoteplayback_flow_tv = 2131296968; - - // aapt resource value: 0x7F0902C9 - public const int remoteplayback_full_down_btn = 2131296969; - - // aapt resource value: 0x7F0902CA - public const int remoteplayback_full_flow_ly = 2131296970; - - // aapt resource value: 0x7F0902CB - public const int remoteplayback_full_flow_tv = 2131296971; - - // aapt resource value: 0x7F0902CC - public const int remoteplayback_full_operate_bar = 2131296972; - - // aapt resource value: 0x7F0902CD - public const int remoteplayback_full_play_btn = 2131296973; - - // aapt resource value: 0x7F0902CE - public const int remoteplayback_full_previously_btn = 2131296974; - - // aapt resource value: 0x7F0902CF - public const int remoteplayback_full_rate_tv = 2131296975; - - // aapt resource value: 0x7F0902D0 - public const int remoteplayback_full_sound_btn = 2131296976; - - // aapt resource value: 0x7F0902D1 - public const int remoteplayback_full_video_btn = 2131296977; - - // aapt resource value: 0x7F0902D2 - public const int remoteplayback_full_video_container = 2131296978; - - // aapt resource value: 0x7F0902D3 - public const int remoteplayback_full_video_start_btn = 2131296979; - - // aapt resource value: 0x7F0902D4 - public const int remoteplayback_loading_iv = 2131296980; - - // aapt resource value: 0x7F0902D5 - public const int remoteplayback_loading_ly = 2131296981; - - // aapt resource value: 0x7F0902D6 - public const int remoteplayback_loading_pb_ly = 2131296982; - - // aapt resource value: 0x7F0902D7 - public const int remoteplayback_loading_play_btn = 2131296983; - - // aapt resource value: 0x7F0902D8 - public const int remoteplayback_loading_tv = 2131296984; - - // aapt resource value: 0x7F0902D9 - public const int remoteplayback_operate_bar = 2131296985; - - // aapt resource value: 0x7F0902DA - public const int remoteplayback_page_ly = 2131296986; - - // aapt resource value: 0x7F0902DB - public const int remoteplayback_play_btn = 2131296987; - - // aapt resource value: 0x7F0902DC - public const int remoteplayback_play_rl = 2131296988; - - // aapt resource value: 0x7F0902DD - public const int remoteplayback_previously_btn = 2131296989; - - // aapt resource value: 0x7F0902E0 - public const int remoteplayback_progressbar = 2131296992; - - // aapt resource value: 0x7F0902DE - public const int remoteplayback_progress_ly = 2131296990; - - // aapt resource value: 0x7F0902DF - public const int remoteplayback_progress_seekbar = 2131296991; - - // aapt resource value: 0x7F0902E1 - public const int remoteplayback_ratio_tv = 2131296993; - - // aapt resource value: 0x7F0902E2 - public const int remoteplayback_record_iv = 2131296994; - - // aapt resource value: 0x7F0902E3 - public const int remoteplayback_record_ly = 2131296995; - - // aapt resource value: 0x7F0902E4 - public const int remoteplayback_record_tv = 2131296996; - - // aapt resource value: 0x7F0902E5 - public const int remoteplayback_replay_btn = 2131296997; - - // aapt resource value: 0x7F0902E6 - public const int remoteplayback_small_previously_btn = 2131296998; - - // aapt resource value: 0x7F0902E7 - public const int remoteplayback_small_video_btn = 2131296999; - - // aapt resource value: 0x7F0902E8 - public const int remoteplayback_small_video_container = 2131297000; - - // aapt resource value: 0x7F0902E9 - public const int remoteplayback_small_video_start_btn = 2131297001; - - // aapt resource value: 0x7F0902EA - public const int remoteplayback_sound_btn = 2131297002; - - // aapt resource value: 0x7F0902EB - public const int remoteplayback_sv = 2131297003; - - // aapt resource value: 0x7F0902ED - public const int remoteplayback_timebar = 2131297005; - - // aapt resource value: 0x7F0902EE - public const int remoteplayback_timebar_rl = 2131297006; - - // aapt resource value: 0x7F0902EC - public const int remoteplayback_time_tv = 2131297004; - - // aapt resource value: 0x7F0902EF - public const int remoteplayback_tip_tv = 2131297007; - - // aapt resource value: 0x7F0902F0 - public const int remoteplayback_video_btn = 2131297008; - - // aapt resource value: 0x7F0902F1 - public const int remoteplayback_video_container = 2131297009; - - // aapt resource value: 0x7F0902F2 - public const int remoteplayback_video_start_btn = 2131297010; - - // aapt resource value: 0x7F0902B5 - public const int remoteVideo = 2131296949; - - // aapt resource value: 0x7F0902B6 - public const int remote_list_page = 2131296950; - - // aapt resource value: 0x7F0902B7 - public const int remote_loading_buffer_tv = 2131296951; - - // aapt resource value: 0x7F0902B8 - public const int remote_loading_iv = 2131296952; - - // aapt resource value: 0x7F0902B9 - public const int remote_playback_area = 2131296953; - - // aapt resource value: 0x7F0902BA - public const int remote_playback_capture_btn = 2131296954; - - // aapt resource value: 0x7F0902BB - public const int remote_playback_download_btn = 2131296955; - - // aapt resource value: 0x7F0902BC - public const int remote_playback_flow_tv = 2131296956; - - // aapt resource value: 0x7F0902BD - public const int remote_playback_pause_btn = 2131296957; - - // aapt resource value: 0x7F0902BE - public const int remote_playback_sound_btn = 2131296958; - - // aapt resource value: 0x7F0902BF - public const int remote_playback_video_recording_btn = 2131296959; - - // aapt resource value: 0x7F0902C0 - public const int remote_playback_wnd_sv = 2131296960; - - // aapt resource value: 0x7F0902F3 - public const int render_texture_view = 2131297011; - - // aapt resource value: 0x7F0902F4 - public const int render_texture_view_soft = 2131297012; - - // aapt resource value: 0x7F0902F5 - public const int replay_btn = 2131297013; - - // aapt resource value: 0x7F0902F6 - public const int requestA = 2131297014; - - // aapt resource value: 0x7F0902F7 - public const int requestMasterAudio = 2131297015; - - // aapt resource value: 0x7F0902F8 - public const int requestMasterVideo = 2131297016; - - // aapt resource value: 0x7F0902F9 - public const int requestV = 2131297017; - - // aapt resource value: 0x7F0902FA - public const int restart_preview = 2131297018; - - // aapt resource value: 0x7F0902FB - public const int retry_btn = 2131297019; - - // aapt resource value: 0x7F0902FC - public const int retry_button = 2131297020; - - // aapt resource value: 0x7F0902FD - public const int return_scan_result = 2131297021; - - // aapt resource value: 0x7F0902FE - public const int reverseCall = 2131297022; - - // aapt resource value: 0x7F0902FF - public const int reverseCallInfo = 2131297023; + public const int rate_1x = 2131296848; // aapt resource value: 0x7F090251 - public const int re_next_area = 2131296849; + public const int rate_4x = 2131296849; + + // aapt resource value: 0x7F090252 + public const int rate_8x = 2131296850; + + // aapt resource value: 0x7F090254 + public const int read_button = 2131296852; + + // aapt resource value: 0x7F090255 + public const int realplay_area = 2131296853; + + // aapt resource value: 0x7F090256 + public const int realplay_back_btn = 2131296854; + + // aapt resource value: 0x7F090257 + public const int realplay_capture_iv = 2131296855; + + // aapt resource value: 0x7F090258 + public const int realplay_capture_rl = 2131296856; + + // aapt resource value: 0x7F090259 + public const int realplay_capture_watermark_iv = 2131296857; + + // aapt resource value: 0x7F09025A + public const int realplay_control_bar = 2131296858; + + // aapt resource value: 0x7F09025B + public const int realplay_control_rl = 2131296859; + + // aapt resource value: 0x7F09025C + public const int realplay_display_view = 2131296860; + + // aapt resource value: 0x7F09025D + public const int realplay_flow_tv = 2131296861; + + // aapt resource value: 0x7F09025E + public const int realplay_full_anim_btn = 2131296862; + + // aapt resource value: 0x7F09025F + public const int realplay_full_flow_ly = 2131296863; + + // aapt resource value: 0x7F090260 + public const int realplay_full_flow_tv = 2131296864; + + // aapt resource value: 0x7F090261 + public const int realplay_full_operate_bar = 2131296865; + + // aapt resource value: 0x7F090262 + public const int realplay_full_operate_layout = 2131296866; + + // aapt resource value: 0x7F090263 + public const int realplay_full_play_btn = 2131296867; + + // aapt resource value: 0x7F090264 + public const int realplay_full_previously_btn = 2131296868; + + // aapt resource value: 0x7F090265 + public const int realplay_full_ptz_anim_btn = 2131296869; + + // aapt resource value: 0x7F090266 + public const int realplay_full_ptz_btn = 2131296870; + + // aapt resource value: 0x7F090267 + public const int realplay_full_ptz_prompt_iv = 2131296871; + + // aapt resource value: 0x7F090268 + public const int realplay_full_rate_tv = 2131296872; + + // aapt resource value: 0x7F090269 + public const int realplay_full_sound_btn = 2131296873; + + // aapt resource value: 0x7F09026A + public const int realplay_full_talk_anim_btn = 2131296874; + + // aapt resource value: 0x7F09026B + public const int realplay_full_talk_btn = 2131296875; + + // aapt resource value: 0x7F09026C + public const int realplay_full_video_btn = 2131296876; + + // aapt resource value: 0x7F09026D + public const int realplay_full_video_container = 2131296877; + + // aapt resource value: 0x7F09026E + public const int realplay_full_video_start_btn = 2131296878; + + // aapt resource value: 0x7F09026F + public const int realplay_loading = 2131296879; + + // aapt resource value: 0x7F090270 + public const int realplay_loading_rl = 2131296880; + + // aapt resource value: 0x7F090271 + public const int realplay_operate_bar = 2131296881; + + // aapt resource value: 0x7F090272 + public const int realplay_operate_bar2 = 2131296882; + + // aapt resource value: 0x7F090273 + public const int realplay_operate_ly = 2131296883; + + // aapt resource value: 0x7F090274 + public const int realplay_operate_ly2 = 2131296884; + + // aapt resource value: 0x7F090277 + public const int realplay_pages_gallery = 2131296887; + + // aapt resource value: 0x7F090275 + public const int realplay_page_anim_iv = 2131296885; + + // aapt resource value: 0x7F090276 + public const int realplay_page_ly = 2131296886; + + // aapt resource value: 0x7F090278 + public const int realplay_play_btn = 2131296888; + + // aapt resource value: 0x7F090279 + public const int realplay_play_iv = 2131296889; + + // aapt resource value: 0x7F09027A + public const int realplay_play_rl = 2131296890; + + // aapt resource value: 0x7F09027B + public const int realplay_previously_btn = 2131296891; + + // aapt resource value: 0x7F09027C + public const int realplay_previously_btn2 = 2131296892; + + // aapt resource value: 0x7F09027D + public const int realplay_previously_btn_ly = 2131296893; + + // aapt resource value: 0x7F09027E + public const int realplay_previously_btn_ly2 = 2131296894; + + // aapt resource value: 0x7F09027F + public const int realplay_privacy_btn = 2131296895; + + // aapt resource value: 0x7F090280 + public const int realplay_privacy_btn2 = 2131296896; + + // aapt resource value: 0x7F090281 + public const int realplay_privacy_btn_ly = 2131296897; + + // aapt resource value: 0x7F090282 + public const int realplay_privacy_btn_ly2 = 2131296898; + + // aapt resource value: 0x7F090283 + public const int realplay_privacy_ly = 2131296899; + + // aapt resource value: 0x7F090284 + public const int realplay_privacy_tv = 2131296900; + + // aapt resource value: 0x7F090285 + public const int realplay_privacy_tv2 = 2131296901; + + // aapt resource value: 0x7F090286 + public const int realplay_prompt_rl = 2131296902; + + // aapt resource value: 0x7F090287 + public const int realplay_ptz_btn = 2131296903; + + // aapt resource value: 0x7F090288 + public const int realplay_ptz_btn2 = 2131296904; + + // aapt resource value: 0x7F090289 + public const int realplay_ptz_btn_ly = 2131296905; + + // aapt resource value: 0x7F09028A + public const int realplay_ptz_btn_ly2 = 2131296906; + + // aapt resource value: 0x7F09028B + public const int realplay_ptz_direction_iv = 2131296907; + + // aapt resource value: 0x7F09028C + public const int realplay_quality_btn = 2131296908; + + // aapt resource value: 0x7F09028D + public const int realplay_ratio_tv = 2131296909; + + // aapt resource value: 0x7F09028E + public const int realplay_record_iv = 2131296910; + + // aapt resource value: 0x7F09028F + public const int realplay_record_ly = 2131296911; + + // aapt resource value: 0x7F090290 + public const int realplay_record_tv = 2131296912; + + // aapt resource value: 0x7F090291 + public const int realplay_sound_btn = 2131296913; + + // aapt resource value: 0x7F090292 + public const int realplay_ssl_btn = 2131296914; + + // aapt resource value: 0x7F090293 + public const int realplay_ssl_btn2 = 2131296915; + + // aapt resource value: 0x7F090294 + public const int realplay_ssl_btn_ly = 2131296916; + + // aapt resource value: 0x7F090295 + public const int realplay_ssl_btn_ly2 = 2131296917; + + // aapt resource value: 0x7F090296 + public const int realplay_ssl_btn_rl = 2131296918; + + // aapt resource value: 0x7F090297 + public const int realplay_ssl_btn_rl2 = 2131296919; + + // aapt resource value: 0x7F090298 + public const int realplay_ssl_progress = 2131296920; + + // aapt resource value: 0x7F090299 + public const int realplay_ssl_progress2 = 2131296921; + + // aapt resource value: 0x7F09029A + public const int realplay_ssl_tv = 2131296922; + + // aapt resource value: 0x7F09029B + public const int realplay_ssl_tv2 = 2131296923; + + // aapt resource value: 0x7F09029C + public const int realplay_stop_btn = 2131296924; + + // aapt resource value: 0x7F09029D + public const int realplay_sv = 2131296925; + + // aapt resource value: 0x7F09029E + public const int realplay_talk_btn = 2131296926; + + // aapt resource value: 0x7F09029F + public const int realplay_talk_btn2 = 2131296927; + + // aapt resource value: 0x7F0902A0 + public const int realplay_talk_btn_ly = 2131296928; + + // aapt resource value: 0x7F0902A1 + public const int realplay_talk_btn_ly2 = 2131296929; + + // aapt resource value: 0x7F0902A2 + public const int realplay_tip_tv = 2131296930; + + // aapt resource value: 0x7F0902A3 + public const int realplay_title_tv = 2131296931; + + // aapt resource value: 0x7F0902A4 + public const int realplay_top_bar = 2131296932; + + // aapt resource value: 0x7F0902A5 + public const int realplay_video_btn = 2131296933; + + // aapt resource value: 0x7F0902A6 + public const int realplay_video_btn2 = 2131296934; + + // aapt resource value: 0x7F0902A7 + public const int realplay_video_container = 2131296935; + + // aapt resource value: 0x7F0902A8 + public const int realplay_video_container2 = 2131296936; + + // aapt resource value: 0x7F0902A9 + public const int realplay_video_container_ly = 2131296937; + + // aapt resource value: 0x7F0902AA + public const int realplay_video_container_ly2 = 2131296938; + + // aapt resource value: 0x7F0902AB + public const int realplay_video_start_btn = 2131296939; + + // aapt resource value: 0x7F0902AC + public const int realplay_video_start_btn2 = 2131296940; + + // aapt resource value: 0x7F0902AD + public const int realplay_waiting_lr = 2131296941; + + // aapt resource value: 0x7F0902AE + public const int realplay_watting_pb = 2131296942; + + // aapt resource value: 0x7F0902AF + public const int realplay_watting_tv = 2131296943; + + // aapt resource value: 0x7F0902B0 + public const int realplay_wnd_sv = 2131296944; + + // aapt resource value: 0x7F0902B1 + public const int recycler_view = 2131296945; + + // aapt resource value: 0x7F0902B2 + public const int refresh_button = 2131296946; + + // aapt resource value: 0x7F0902B3 + public const int refresh_layout = 2131296947; + + // aapt resource value: 0x7F0902B4 + public const int refresh_tip = 2131296948; + + // aapt resource value: 0x7F0902B5 + public const int remoteFrame = 2131296949; + + // aapt resource value: 0x7F0902B6 + public const int remoteFrameContainer = 2131296950; + + // aapt resource value: 0x7F0902C3 + public const int remoteplayback_begin_time_tv = 2131296963; + + // aapt resource value: 0x7F0902C4 + public const int remoteplayback_capture_iv = 2131296964; + + // aapt resource value: 0x7F0902C5 + public const int remoteplayback_capture_rl = 2131296965; + + // aapt resource value: 0x7F0902C6 + public const int remoteplayback_capture_watermark_iv = 2131296966; + + // aapt resource value: 0x7F0902C7 + public const int remoteplayback_control_rl = 2131296967; + + // aapt resource value: 0x7F0902C8 + public const int remoteplayback_end_time_tv = 2131296968; + + // aapt resource value: 0x7F0902C9 + public const int remoteplayback_file_time_bar = 2131296969; + + // aapt resource value: 0x7F0902CA + public const int remoteplayback_flow_tv = 2131296970; + + // aapt resource value: 0x7F0902CB + public const int remoteplayback_full_down_btn = 2131296971; + + // aapt resource value: 0x7F0902CC + public const int remoteplayback_full_flow_ly = 2131296972; + + // aapt resource value: 0x7F0902CD + public const int remoteplayback_full_flow_tv = 2131296973; + + // aapt resource value: 0x7F0902CE + public const int remoteplayback_full_operate_bar = 2131296974; + + // aapt resource value: 0x7F0902CF + public const int remoteplayback_full_play_btn = 2131296975; + + // aapt resource value: 0x7F0902D0 + public const int remoteplayback_full_previously_btn = 2131296976; + + // aapt resource value: 0x7F0902D1 + public const int remoteplayback_full_rate_tv = 2131296977; + + // aapt resource value: 0x7F0902D2 + public const int remoteplayback_full_sound_btn = 2131296978; + + // aapt resource value: 0x7F0902D3 + public const int remoteplayback_full_video_btn = 2131296979; + + // aapt resource value: 0x7F0902D4 + public const int remoteplayback_full_video_container = 2131296980; + + // aapt resource value: 0x7F0902D5 + public const int remoteplayback_full_video_start_btn = 2131296981; + + // aapt resource value: 0x7F0902D6 + public const int remoteplayback_loading_iv = 2131296982; + + // aapt resource value: 0x7F0902D7 + public const int remoteplayback_loading_ly = 2131296983; + + // aapt resource value: 0x7F0902D8 + public const int remoteplayback_loading_pb_ly = 2131296984; + + // aapt resource value: 0x7F0902D9 + public const int remoteplayback_loading_play_btn = 2131296985; + + // aapt resource value: 0x7F0902DA + public const int remoteplayback_loading_tv = 2131296986; + + // aapt resource value: 0x7F0902DB + public const int remoteplayback_operate_bar = 2131296987; + + // aapt resource value: 0x7F0902DC + public const int remoteplayback_page_ly = 2131296988; + + // aapt resource value: 0x7F0902DD + public const int remoteplayback_play_btn = 2131296989; + + // aapt resource value: 0x7F0902DE + public const int remoteplayback_play_rl = 2131296990; + + // aapt resource value: 0x7F0902DF + public const int remoteplayback_previously_btn = 2131296991; + + // aapt resource value: 0x7F0902E2 + public const int remoteplayback_progressbar = 2131296994; + + // aapt resource value: 0x7F0902E0 + public const int remoteplayback_progress_ly = 2131296992; + + // aapt resource value: 0x7F0902E1 + public const int remoteplayback_progress_seekbar = 2131296993; + + // aapt resource value: 0x7F0902E3 + public const int remoteplayback_ratio_tv = 2131296995; + + // aapt resource value: 0x7F0902E4 + public const int remoteplayback_record_iv = 2131296996; + + // aapt resource value: 0x7F0902E5 + public const int remoteplayback_record_ly = 2131296997; + + // aapt resource value: 0x7F0902E6 + public const int remoteplayback_record_tv = 2131296998; + + // aapt resource value: 0x7F0902E7 + public const int remoteplayback_replay_btn = 2131296999; + + // aapt resource value: 0x7F0902E8 + public const int remoteplayback_small_previously_btn = 2131297000; + + // aapt resource value: 0x7F0902E9 + public const int remoteplayback_small_video_btn = 2131297001; + + // aapt resource value: 0x7F0902EA + public const int remoteplayback_small_video_container = 2131297002; + + // aapt resource value: 0x7F0902EB + public const int remoteplayback_small_video_start_btn = 2131297003; + + // aapt resource value: 0x7F0902EC + public const int remoteplayback_sound_btn = 2131297004; + + // aapt resource value: 0x7F0902ED + public const int remoteplayback_sv = 2131297005; + + // aapt resource value: 0x7F0902EF + public const int remoteplayback_timebar = 2131297007; + + // aapt resource value: 0x7F0902F0 + public const int remoteplayback_timebar_rl = 2131297008; + + // aapt resource value: 0x7F0902EE + public const int remoteplayback_time_tv = 2131297006; + + // aapt resource value: 0x7F0902F1 + public const int remoteplayback_tip_tv = 2131297009; + + // aapt resource value: 0x7F0902F2 + public const int remoteplayback_video_btn = 2131297010; + + // aapt resource value: 0x7F0902F3 + public const int remoteplayback_video_container = 2131297011; + + // aapt resource value: 0x7F0902F4 + public const int remoteplayback_video_start_btn = 2131297012; + + // aapt resource value: 0x7F0902B7 + public const int remoteVideo = 2131296951; + + // aapt resource value: 0x7F0902B8 + public const int remote_list_page = 2131296952; + + // aapt resource value: 0x7F0902B9 + public const int remote_loading_buffer_tv = 2131296953; + + // aapt resource value: 0x7F0902BA + public const int remote_loading_iv = 2131296954; + + // aapt resource value: 0x7F0902BB + public const int remote_playback_area = 2131296955; + + // aapt resource value: 0x7F0902BC + public const int remote_playback_capture_btn = 2131296956; + + // aapt resource value: 0x7F0902BD + public const int remote_playback_download_btn = 2131296957; + + // aapt resource value: 0x7F0902BE + public const int remote_playback_flow_tv = 2131296958; + + // aapt resource value: 0x7F0902BF + public const int remote_playback_pause_btn = 2131296959; + + // aapt resource value: 0x7F0902C0 + public const int remote_playback_sound_btn = 2131296960; + + // aapt resource value: 0x7F0902C1 + public const int remote_playback_video_recording_btn = 2131296961; + + // aapt resource value: 0x7F0902C2 + public const int remote_playback_wnd_sv = 2131296962; + + // aapt resource value: 0x7F0902F5 + public const int render_texture_view = 2131297013; + + // aapt resource value: 0x7F0902F6 + public const int render_texture_view_soft = 2131297014; + + // aapt resource value: 0x7F0902F7 + public const int replay_btn = 2131297015; + + // aapt resource value: 0x7F0902F8 + public const int requestA = 2131297016; + + // aapt resource value: 0x7F0902F9 + public const int requestMasterAudio = 2131297017; + + // aapt resource value: 0x7F0902FA + public const int requestMasterVideo = 2131297018; + + // aapt resource value: 0x7F0902FB + public const int requestV = 2131297019; + + // aapt resource value: 0x7F0902FC + public const int restart_preview = 2131297020; + + // aapt resource value: 0x7F0902FD + public const int retry_btn = 2131297021; + + // aapt resource value: 0x7F0902FE + public const int retry_button = 2131297022; + + // aapt resource value: 0x7F0902FF + public const int return_scan_result = 2131297023; // aapt resource value: 0x7F090300 - public const int right = 2131297024; + public const int reverseCall = 2131297024; // aapt resource value: 0x7F090301 - public const int right_icon = 2131297025; + public const int reverseCallInfo = 2131297025; + + // aapt resource value: 0x7F090253 + public const int re_next_area = 2131296851; // aapt resource value: 0x7F090302 - public const int right_side = 2131297026; + public const int right = 2131297026; // aapt resource value: 0x7F090303 - public const int rl_lp_answerView = 2131297027; + public const int right_icon = 2131297027; // aapt resource value: 0x7F090304 - public const int rl_lp_topView = 2131297028; + public const int right_side = 2131297028; // aapt resource value: 0x7F090305 - public const int room_id = 2131297029; + public const int rl_lp_answerView = 2131297029; // aapt resource value: 0x7F090306 - public const int room_id_text = 2131297030; + public const int rl_lp_topView = 2131297030; // aapt resource value: 0x7F090307 - public const int rv_multi_screen = 2131297031; + public const int rl_lp_unlock = 2131297031; // aapt resource value: 0x7F090308 - public const int rv_topbar = 2131297032; + public const int room_id = 2131297032; // aapt resource value: 0x7F090309 - public const int safe_box_tip = 2131297033; + public const int room_id_text = 2131297033; // aapt resource value: 0x7F09030A - public const int sample_text = 2131297034; + public const int rv_multi_screen = 2131297034; // aapt resource value: 0x7F09030B - public const int save_image_matrix = 2131297035; + public const int rv_topbar = 2131297035; // aapt resource value: 0x7F09030C - public const int save_non_transition_alpha = 2131297036; + public const int safe_box_tip = 2131297036; // aapt resource value: 0x7F09030D - public const int save_scale_type = 2131297037; + public const int sample_text = 2131297037; + + // aapt resource value: 0x7F09030E + public const int save_image_matrix = 2131297038; + + // aapt resource value: 0x7F09030F + public const int save_non_transition_alpha = 2131297039; + + // aapt resource value: 0x7F090310 + public const int save_scale_type = 2131297040; // aapt resource value: 0x7F09000D public const int Scale = 2131296269; - // aapt resource value: 0x7F09030E - public const int screen = 2131297038; - - // aapt resource value: 0x7F09030F - public const int scroll = 2131297039; - - // aapt resource value: 0x7F090313 - public const int scrollable = 2131297043; - - // aapt resource value: 0x7F090310 - public const int scrollIndicatorDown = 2131297040; - // aapt resource value: 0x7F090311 - public const int scrollIndicatorUp = 2131297041; + public const int screen = 2131297041; // aapt resource value: 0x7F090312 - public const int scrollView = 2131297042; - - // aapt resource value: 0x7F090314 - public const int searchAnim = 2131297044; - - // aapt resource value: 0x7F090315 - public const int searchBtn = 2131297045; + public const int scroll = 2131297042; // aapt resource value: 0x7F090316 - public const int searchEditTextContainer = 2131297046; + public const int scrollable = 2131297046; + + // aapt resource value: 0x7F090313 + public const int scrollIndicatorDown = 2131297043; + + // aapt resource value: 0x7F090314 + public const int scrollIndicatorUp = 2131297044; + + // aapt resource value: 0x7F090315 + public const int scrollView = 2131297045; // aapt resource value: 0x7F090317 - public const int searchFragment = 2131297047; + public const int searchAnim = 2131297047; // aapt resource value: 0x7F090318 - public const int search_badge = 2131297048; + public const int searchBtn = 2131297048; // aapt resource value: 0x7F090319 - public const int search_bar = 2131297049; + public const int searchEditTextContainer = 2131297049; // aapt resource value: 0x7F09031A - public const int search_button = 2131297050; + public const int searchFragment = 2131297050; // aapt resource value: 0x7F09031B - public const int search_close_btn = 2131297051; + public const int search_badge = 2131297051; // aapt resource value: 0x7F09031C - public const int search_edit_frame = 2131297052; + public const int search_bar = 2131297052; // aapt resource value: 0x7F09031D - public const int search_go_btn = 2131297053; + public const int search_button = 2131297053; // aapt resource value: 0x7F09031E - public const int search_mag_icon = 2131297054; + public const int search_close_btn = 2131297054; // aapt resource value: 0x7F09031F - public const int search_plate = 2131297055; + public const int search_edit_frame = 2131297055; // aapt resource value: 0x7F090320 - public const int search_src_text = 2131297056; + public const int search_go_btn = 2131297056; // aapt resource value: 0x7F090321 - public const int search_voice_btn = 2131297057; + public const int search_mag_icon = 2131297057; // aapt resource value: 0x7F090322 - public const int second = 2131297058; + public const int search_plate = 2131297058; // aapt resource value: 0x7F090323 - public const int select_dialog_listview = 2131297059; + public const int search_src_text = 2131297059; // aapt resource value: 0x7F090324 - public const int select_ipc_talkback = 2131297060; + public const int search_voice_btn = 2131297060; // aapt resource value: 0x7F090325 - public const int select_nvr_talkback = 2131297061; + public const int second = 2131297061; // aapt resource value: 0x7F090326 - public const int sendA = 2131297062; + public const int select_dialog_listview = 2131297062; // aapt resource value: 0x7F090327 - public const int sendCustomData = 2131297063; + public const int select_ipc_talkback = 2131297063; // aapt resource value: 0x7F090328 - public const int sendV = 2131297064; + public const int select_nvr_talkback = 2131297064; // aapt resource value: 0x7F090329 - public const int separate_line = 2131297065; + public const int sendA = 2131297065; // aapt resource value: 0x7F09032A - public const int serial_tv = 2131297066; + public const int sendCustomData = 2131297066; // aapt resource value: 0x7F09032B - public const int seriesNumberEt = 2131297067; + public const int sendV = 2131297067; + + // aapt resource value: 0x7F09032C + public const int separate_line = 2131297068; + + // aapt resource value: 0x7F09032D + public const int serial_tv = 2131297069; + + // aapt resource value: 0x7F09032E + public const int seriesNumberEt = 2131297070; // aapt resource value: 0x7F09000A public const int SHIFT = 2131296266; - // aapt resource value: 0x7F09032C - public const int shipin7_logo_lyt = 2131297068; - - // aapt resource value: 0x7F09032D - public const int shortcut = 2131297069; - - // aapt resource value: 0x7F09032E - public const int show = 2131297070; - // aapt resource value: 0x7F09032F - public const int showCustom = 2131297071; + public const int shipin7_logo_lyt = 2131297071; // aapt resource value: 0x7F090330 - public const int showHome = 2131297072; + public const int shortcut = 2131297072; // aapt resource value: 0x7F090331 - public const int showTitle = 2131297073; + public const int show = 2131297073; // aapt resource value: 0x7F090332 - public const int sign_et = 2131297074; + public const int showCustom = 2131297074; // aapt resource value: 0x7F090333 - public const int smallLabel = 2131297075; + public const int showHome = 2131297075; // aapt resource value: 0x7F090334 - public const int sms_code_et = 2131297076; + public const int showTitle = 2131297076; // aapt resource value: 0x7F090335 - public const int sms_code_lyt = 2131297077; + public const int sign_et = 2131297077; // aapt resource value: 0x7F090336 - public const int sms_verify_dailog_ly = 2131297078; + public const int smallLabel = 2131297078; // aapt resource value: 0x7F090337 - public const int snackbar_action = 2131297079; + public const int sms_code_et = 2131297079; // aapt resource value: 0x7F090338 - public const int snackbar_text = 2131297080; + public const int sms_code_lyt = 2131297080; // aapt resource value: 0x7F090339 - public const int snap = 2131297081; + public const int sms_verify_dailog_ly = 2131297081; // aapt resource value: 0x7F09033A - public const int snapshot = 2131297082; + public const int snackbar_action = 2131297082; // aapt resource value: 0x7F09033B - public const int sound_line = 2131297083; - - // aapt resource value: 0x7F09033D - public const int spacer = 2131297085; - - // aapt resource value: 0x7F09033E - public const int split_action_bar = 2131297086; - - // aapt resource value: 0x7F09033F - public const int spread = 2131297087; - - // aapt resource value: 0x7F090340 - public const int spread_inside = 2131297088; + public const int snackbar_text = 2131297083; // aapt resource value: 0x7F09033C - public const int sp_server_area = 2131297084; + public const int snap = 2131297084; + + // aapt resource value: 0x7F09033D + public const int snapshot = 2131297085; + + // aapt resource value: 0x7F09033E + public const int sound_line = 2131297086; + + // aapt resource value: 0x7F090340 + public const int spacer = 2131297088; // aapt resource value: 0x7F090341 - public const int squareColumnItem = 2131297089; + public const int split_action_bar = 2131297089; // aapt resource value: 0x7F090342 - public const int squareVideo = 2131297090; + public const int spread = 2131297090; // aapt resource value: 0x7F090343 - public const int squareVideoList = 2131297091; + public const int spread_inside = 2131297091; + + // aapt resource value: 0x7F09033F + public const int sp_server_area = 2131297087; // aapt resource value: 0x7F090344 - public const int square_channel = 2131297092; + public const int squareColumnItem = 2131297092; // aapt resource value: 0x7F090345 - public const int src_atop = 2131297093; + public const int squareVideo = 2131297093; // aapt resource value: 0x7F090346 - public const int src_in = 2131297094; + public const int squareVideoList = 2131297094; // aapt resource value: 0x7F090347 - public const int src_over = 2131297095; + public const int square_channel = 2131297095; // aapt resource value: 0x7F090348 - public const int srl_classics_arrow = 2131297096; + public const int src_atop = 2131297096; // aapt resource value: 0x7F090349 - public const int srl_classics_center = 2131297097; + public const int src_in = 2131297097; // aapt resource value: 0x7F09034A - public const int srl_classics_progress = 2131297098; + public const int src_over = 2131297098; // aapt resource value: 0x7F09034B - public const int srl_classics_title = 2131297099; + public const int srl_classics_arrow = 2131297099; // aapt resource value: 0x7F09034C - public const int srl_classics_update = 2131297100; + public const int srl_classics_center = 2131297100; // aapt resource value: 0x7F09034D - public const int standard = 2131297101; + public const int srl_classics_progress = 2131297101; // aapt resource value: 0x7F09034E - public const int start = 2131297102; + public const int srl_classics_title = 2131297102; // aapt resource value: 0x7F09034F - public const int startAVMsg = 2131297103; + public const int srl_classics_update = 2131297103; // aapt resource value: 0x7F090350 - public const int startDoorKey = 2131297104; + public const int standard = 2131297104; // aapt resource value: 0x7F090351 - public const int startLocalRecord = 2131297105; + public const int start = 2131297105; // aapt resource value: 0x7F090352 - public const int startReadCard = 2131297106; + public const int startAVMsg = 2131297106; // aapt resource value: 0x7F090353 - public const int startRecord = 2131297107; + public const int startDoorKey = 2131297107; // aapt resource value: 0x7F090354 - public const int startRecordLocalAudio = 2131297108; + public const int startLocalRecord = 2131297108; // aapt resource value: 0x7F090355 - public const int startRecordPeerAudio = 2131297109; + public const int startReadCard = 2131297109; // aapt resource value: 0x7F090356 - public const int startStream = 2131297110; + public const int startRecord = 2131297110; // aapt resource value: 0x7F090357 - public const int startWatchDog = 2131297111; + public const int startRecordLocalAudio = 2131297111; // aapt resource value: 0x7F090358 - public const int start_stop = 2131297112; + public const int startRecordPeerAudio = 2131297112; // aapt resource value: 0x7F090359 - public const int start_stop_stream = 2131297113; + public const int startStream = 2131297113; // aapt resource value: 0x7F09035A - public const int status = 2131297114; + public const int startWatchDog = 2131297114; // aapt resource value: 0x7F09035B - public const int status_bar_latest_event_content = 2131297115; + public const int start_stop = 2131297115; // aapt resource value: 0x7F09035C - public const int stopAVMsg = 2131297116; + public const int start_stop_stream = 2131297116; // aapt resource value: 0x7F09035D - public const int stopDoorKey = 2131297117; + public const int status = 2131297117; // aapt resource value: 0x7F09035E - public const int stopLocalRecord = 2131297118; + public const int status_bar_latest_event_content = 2131297118; // aapt resource value: 0x7F09035F - public const int stopReadCard = 2131297119; + public const int stopAVMsg = 2131297119; // aapt resource value: 0x7F090360 - public const int stopRecord = 2131297120; + public const int stopDoorKey = 2131297120; // aapt resource value: 0x7F090361 - public const int stopRecordLocalAudio = 2131297121; + public const int stopLocalRecord = 2131297121; // aapt resource value: 0x7F090362 - public const int stopRecordPeerAudio = 2131297122; + public const int stopReadCard = 2131297122; // aapt resource value: 0x7F090363 - public const int stopStream = 2131297123; + public const int stopRecord = 2131297123; // aapt resource value: 0x7F090364 - public const int stopWatchDog = 2131297124; + public const int stopRecordLocalAudio = 2131297124; // aapt resource value: 0x7F090365 - public const int storage_layout = 2131297125; + public const int stopRecordPeerAudio = 2131297125; // aapt resource value: 0x7F090366 - public const int storage_notice = 2131297126; + public const int stopStream = 2131297126; + + // aapt resource value: 0x7F090367 + public const int stopWatchDog = 2131297127; + + // aapt resource value: 0x7F090368 + public const int storage_layout = 2131297128; + + // aapt resource value: 0x7F090369 + public const int storage_notice = 2131297129; // aapt resource value: 0x7F09000B public const int STROKE = 2131296267; - // aapt resource value: 0x7F090368 - public const int submenuarrow = 2131297128; - - // aapt resource value: 0x7F090369 - public const int submit = 2131297129; - - // aapt resource value: 0x7F09036A - public const int submit_area = 2131297130; - // aapt resource value: 0x7F09036B - public const int subtitle = 2131297131; - - // aapt resource value: 0x7F090367 - public const int sub_title_text = 2131297127; + public const int submenuarrow = 2131297131; // aapt resource value: 0x7F09036C - public const int successIcon = 2131297132; + public const int submit = 2131297132; // aapt resource value: 0x7F09036D - public const int surfaceview = 2131297133; + public const int submit_area = 2131297133; + + // aapt resource value: 0x7F09036E + public const int subtitle = 2131297134; + + // aapt resource value: 0x7F09036A + public const int sub_title_text = 2131297130; + + // aapt resource value: 0x7F09036F + public const int successIcon = 2131297135; + + // aapt resource value: 0x7F090370 + public const int surfaceview = 2131297136; // aapt resource value: 0x7F09000C public const int SYM = 2131296268; - // aapt resource value: 0x7F09036E - public const int tabMode = 2131297134; - - // aapt resource value: 0x7F09036F - public const int tab_alarmlist_btn = 2131297135; - - // aapt resource value: 0x7F090370 - public const int tab_alarmlist_rl = 2131297136; - // aapt resource value: 0x7F090371 - public const int tab_devicedefence_btn = 2131297137; + public const int tabMode = 2131297137; // aapt resource value: 0x7F090372 - public const int tab_devicedefence_rl = 2131297138; + public const int tab_alarmlist_btn = 2131297138; // aapt resource value: 0x7F090373 - public const int tab_devicepicture_btn = 2131297139; + public const int tab_alarmlist_rl = 2131297139; // aapt resource value: 0x7F090374 - public const int tab_devicepicture_rl = 2131297140; + public const int tab_devicedefence_btn = 2131297140; // aapt resource value: 0x7F090375 - public const int tab_devicevideo_btn = 2131297141; + public const int tab_devicedefence_rl = 2131297141; // aapt resource value: 0x7F090376 - public const int tab_devicevideo_rl = 2131297142; + public const int tab_devicepicture_btn = 2131297142; // aapt resource value: 0x7F090377 - public const int tab_remoteplayback_btn = 2131297143; + public const int tab_devicepicture_rl = 2131297143; // aapt resource value: 0x7F090378 - public const int tab_remoteplayback_rl = 2131297144; + public const int tab_devicevideo_btn = 2131297144; // aapt resource value: 0x7F090379 - public const int tab_setdevice_btn = 2131297145; + public const int tab_devicevideo_rl = 2131297145; // aapt resource value: 0x7F09037A - public const int tab_setdevice_rl = 2131297146; + public const int tab_remoteplayback_btn = 2131297146; // aapt resource value: 0x7F09037B - public const int tab_video_talk_btn = 2131297147; + public const int tab_remoteplayback_rl = 2131297147; // aapt resource value: 0x7F09037C - public const int tab_video_talk_rl = 2131297148; + public const int tab_setdevice_btn = 2131297148; // aapt resource value: 0x7F09037D - public const int tag_key_position = 2131297149; + public const int tab_setdevice_rl = 2131297149; // aapt resource value: 0x7F09037E - public const int talkback_close_btn = 2131297150; + public const int tab_video_talk_btn = 2131297150; // aapt resource value: 0x7F09037F - public const int talkback_control_btn = 2131297151; + public const int tab_video_talk_rl = 2131297151; // aapt resource value: 0x7F090380 - public const int talkback_rv = 2131297152; + public const int tag_key_position = 2131297152; // aapt resource value: 0x7F090381 - public const int test = 2131297153; + public const int talkback_close_btn = 2131297153; // aapt resource value: 0x7F090382 - public const int testWatchDogReboot = 2131297154; + public const int talkback_control_btn = 2131297154; // aapt resource value: 0x7F090383 - public const int text = 2131297155; + public const int talkback_rv = 2131297155; // aapt resource value: 0x7F090384 - public const int text1 = 2131297156; + public const int test = 2131297156; // aapt resource value: 0x7F090385 - public const int text2 = 2131297157; + public const int testWatchDogReboot = 2131297157; // aapt resource value: 0x7F090386 - public const int text3 = 2131297158; - - // aapt resource value: 0x7F090393 - public const int textinput_counter = 2131297171; - - // aapt resource value: 0x7F090394 - public const int textinput_error = 2131297172; + public const int text = 2131297158; // aapt resource value: 0x7F090387 - public const int textSpacerNoButtons = 2131297159; + public const int text1 = 2131297159; // aapt resource value: 0x7F090388 - public const int textSpacerNoTitle = 2131297160; + public const int text2 = 2131297160; - // aapt resource value: 0x7F090395 - public const int textureView_play = 2131297173; + // aapt resource value: 0x7F090389 + public const int text3 = 2131297161; // aapt resource value: 0x7F090396 - public const int texture_view_play_window = 2131297174; + public const int textinput_counter = 2131297174; + + // aapt resource value: 0x7F090397 + public const int textinput_error = 2131297175; + + // aapt resource value: 0x7F09038A + public const int textSpacerNoButtons = 2131297162; + + // aapt resource value: 0x7F09038B + public const int textSpacerNoTitle = 2131297163; + + // aapt resource value: 0x7F090398 + public const int textureView_play = 2131297176; + + // aapt resource value: 0x7F090399 + public const int texture_view_play_window = 2131297177; // aapt resource value: 0x7F09000E public const int TextView01 = 2131296270; @@ -9508,398 +9520,407 @@ // aapt resource value: 0x7F09000F public const int TextView03 = 2131296271; - // aapt resource value: 0x7F09038A - public const int text_camerano = 2131297162; - - // aapt resource value: 0x7F090389 - public const int text_camera_name = 2131297161; - - // aapt resource value: 0x7F09038B - public const int text_device_ip = 2131297163; + // aapt resource value: 0x7F09038D + public const int text_camerano = 2131297165; // aapt resource value: 0x7F09038C - public const int text_input_password_toggle = 2131297164; - - // aapt resource value: 0x7F09038D - public const int text_left = 2131297165; + public const int text_camera_name = 2131297164; // aapt resource value: 0x7F09038E - public const int text_my = 2131297166; + public const int text_device_ip = 2131297166; // aapt resource value: 0x7F09038F - public const int text_right = 2131297167; + public const int text_input_password_toggle = 2131297167; // aapt resource value: 0x7F090390 - public const int text_serial = 2131297168; + public const int text_left = 2131297168; // aapt resource value: 0x7F090391 - public const int text_share = 2131297169; + public const int text_my = 2131297169; // aapt resource value: 0x7F090392 - public const int text_title = 2131297170; + public const int text_right = 2131297170; - // aapt resource value: 0x7F090397 - public const int time = 2131297175; + // aapt resource value: 0x7F090393 + public const int text_serial = 2131297171; + + // aapt resource value: 0x7F090394 + public const int text_share = 2131297172; + + // aapt resource value: 0x7F090395 + public const int text_title = 2131297173; // aapt resource value: 0x7F09039A - public const int timeline_image = 2131297178; - - // aapt resource value: 0x7F09039B - public const int timepicker = 2131297179; - - // aapt resource value: 0x7F09039C - public const int timer = 2131297180; + public const int time = 2131297178; // aapt resource value: 0x7F09039D - public const int timer_lp_calltime = 2131297181; - - // aapt resource value: 0x7F090398 - public const int time_text = 2131297176; - - // aapt resource value: 0x7F090399 - public const int time_tv = 2131297177; + public const int timeline_image = 2131297181; // aapt resource value: 0x7F09039E - public const int tip = 2131297182; + public const int timepicker = 2131297182; // aapt resource value: 0x7F09039F - public const int title = 2131297183; + public const int timer = 2131297183; // aapt resource value: 0x7F0903A0 - public const int titleBar = 2131297184; + public const int timer_lp_calltime = 2131297184; + + // aapt resource value: 0x7F09039B + public const int time_text = 2131297179; + + // aapt resource value: 0x7F09039C + public const int time_tv = 2131297180; // aapt resource value: 0x7F0903A1 - public const int titleDividerNoCustom = 2131297185; + public const int tip = 2131297185; // aapt resource value: 0x7F0903A2 - public const int title_bar = 2131297186; + public const int title = 2131297186; // aapt resource value: 0x7F0903A3 - public const int title_bar_landscape = 2131297187; + public const int titleBar = 2131297187; // aapt resource value: 0x7F0903A4 - public const int title_bar_portrait = 2131297188; + public const int titleDividerNoCustom = 2131297188; // aapt resource value: 0x7F0903A5 - public const int title_layout = 2131297189; + public const int title_bar = 2131297189; // aapt resource value: 0x7F0903A6 - public const int title_left = 2131297190; + public const int title_bar_landscape = 2131297190; // aapt resource value: 0x7F0903A7 - public const int title_right = 2131297191; + public const int title_bar_portrait = 2131297191; // aapt resource value: 0x7F0903A8 - public const int title_template = 2131297192; + public const int title_layout = 2131297192; // aapt resource value: 0x7F0903A9 - public const int title_text = 2131297193; + public const int title_left = 2131297193; // aapt resource value: 0x7F0903AA - public const int title_text_layout = 2131297194; + public const int title_right = 2131297194; // aapt resource value: 0x7F0903AB - public const int top = 2131297195; - - // aapt resource value: 0x7F0903AE - public const int topbar = 2131297198; - - // aapt resource value: 0x7F0903AF - public const int topbar_right_img = 2131297199; + public const int title_template = 2131297195; // aapt resource value: 0x7F0903AC - public const int topPanel = 2131297196; + public const int title_text = 2131297196; // aapt resource value: 0x7F0903AD - public const int topTip = 2131297197; + public const int title_text_layout = 2131297197; - // aapt resource value: 0x7F0903B0 - public const int touch_loading_buffer_tv = 2131297200; + // aapt resource value: 0x7F0903AE + public const int top = 2131297198; // aapt resource value: 0x7F0903B1 - public const int touch_outside = 2131297201; + public const int topbar = 2131297201; // aapt resource value: 0x7F0903B2 - public const int touch_progress_layout = 2131297202; + public const int topbar_right_img = 2131297202; + + // aapt resource value: 0x7F0903AF + public const int topPanel = 2131297199; + + // aapt resource value: 0x7F0903B0 + public const int topTip = 2131297200; // aapt resource value: 0x7F0903B3 - public const int transition_current_scene = 2131297203; + public const int touch_loading_buffer_tv = 2131297203; // aapt resource value: 0x7F0903B4 - public const int transition_layout_save = 2131297204; + public const int touch_outside = 2131297204; // aapt resource value: 0x7F0903B5 - public const int transition_position = 2131297205; + public const int touch_progress_layout = 2131297205; // aapt resource value: 0x7F0903B6 - public const int transition_scene_layoutid_cache = 2131297206; + public const int transition_current_scene = 2131297206; // aapt resource value: 0x7F0903B7 - public const int transition_transform = 2131297207; + public const int transition_layout_save = 2131297207; + + // aapt resource value: 0x7F0903B8 + public const int transition_position = 2131297208; + + // aapt resource value: 0x7F0903B9 + public const int transition_scene_layoutid_cache = 2131297209; + + // aapt resource value: 0x7F0903BA + public const int transition_transform = 2131297210; // aapt resource value: 0x7F090010 public const int Translate = 2131296272; - // aapt resource value: 0x7F0903B8 - public const int tvDeviceWifiConfigTip = 2131297208; - - // aapt resource value: 0x7F0903B9 - public const int tvIntroduce1 = 2131297209; - - // aapt resource value: 0x7F0903BA - public const int tvIntroduce2 = 2131297210; - // aapt resource value: 0x7F0903BB - public const int tvMore = 2131297211; + public const int tvDeviceWifiConfigTip = 2131297211; // aapt resource value: 0x7F0903BC - public const int tvSSID = 2131297212; + public const int tvIntroduce1 = 2131297212; // aapt resource value: 0x7F0903BD - public const int tvStatus = 2131297213; + public const int tvIntroduce2 = 2131297213; // aapt resource value: 0x7F0903BE - public const int tvSuccess = 2131297214; + public const int tvMore = 2131297214; // aapt resource value: 0x7F0903BF - public const int tvTip = 2131297215; + public const int tvSSID = 2131297215; // aapt resource value: 0x7F0903C0 - public const int tvTitle = 2131297216; + public const int tvStatus = 2131297216; // aapt resource value: 0x7F0903C1 - public const int tv_adding_to_account = 2131297217; + public const int tvSuccess = 2131297217; // aapt resource value: 0x7F0903C2 - public const int tv_camera_name = 2131297218; + public const int tvTip = 2131297218; // aapt resource value: 0x7F0903C3 - public const int tv_child_watch_video_talk_notification = 2131297219; + public const int tvTitle = 2131297219; // aapt resource value: 0x7F0903C4 - public const int tv_connecting_to_device = 2131297220; + public const int tv_adding_to_account = 2131297220; // aapt resource value: 0x7F0903C5 - public const int tv_content = 2131297221; + public const int tv_camera_name = 2131297221; // aapt resource value: 0x7F0903C6 - public const int tv_decode_type = 2131297222; + public const int tv_child_watch_video_talk_notification = 2131297222; // aapt resource value: 0x7F0903C7 - public const int tv_ezviz_account_login = 2131297223; + public const int tv_connecting_to_device = 2131297223; // aapt resource value: 0x7F0903C8 - public const int tv_file_path = 2131297224; + public const int tv_content = 2131297224; // aapt resource value: 0x7F0903C9 - public const int tv_lp_answer = 2131297225; + public const int tv_decode_type = 2131297225; // aapt resource value: 0x7F0903CA - public const int tv_lp_hangUp = 2131297226; + public const int tv_ezviz_account_login = 2131297226; // aapt resource value: 0x7F0903CB - public const int tv_lp_title = 2131297227; + public const int tv_file_path = 2131297227; // aapt resource value: 0x7F0903CC - public const int tv_ok = 2131297228; + public const int tv_lp_answer = 2131297228; // aapt resource value: 0x7F0903CD - public const int tv_play_error = 2131297229; + public const int tv_lp_calltime = 2131297229; // aapt resource value: 0x7F0903CE - public const int tv_pwd = 2131297230; + public const int tv_lp_hangUp = 2131297230; // aapt resource value: 0x7F0903CF - public const int tv_registering_to_platform = 2131297231; + public const int tv_lp_screenshot = 2131297231; // aapt resource value: 0x7F0903D0 - public const int tv_sdk_ver = 2131297232; + public const int tv_lp_title = 2131297232; // aapt resource value: 0x7F0903D1 - public const int tv_ssid = 2131297233; + public const int tv_lp_unlock = 2131297233; // aapt resource value: 0x7F0903D2 - public const int tv_stream_type = 2131297234; + public const int tv_ok = 2131297234; // aapt resource value: 0x7F0903D3 - public const int tv_tip = 2131297235; + public const int tv_play_error = 2131297235; // aapt resource value: 0x7F0903D4 - public const int tv_title = 2131297236; + public const int tv_pwd = 2131297236; // aapt resource value: 0x7F0903D5 - public const int tv_zxing_back = 2131297237; + public const int tv_registering_to_platform = 2131297237; // aapt resource value: 0x7F0903D6 - public const int tv_zxing_flash = 2131297238; + public const int tv_sdk_ver = 2131297238; // aapt resource value: 0x7F0903D7 - public const int tv_zxing_scan = 2131297239; + public const int tv_ssid = 2131297239; // aapt resource value: 0x7F0903D8 - public const int txtResult = 2131297240; + public const int tv_stream_type = 2131297240; // aapt resource value: 0x7F0903D9 - public const int unbind_button = 2131297241; + public const int tv_tip = 2131297241; // aapt resource value: 0x7F0903DA - public const int uniform = 2131297242; + public const int tv_title = 2131297242; // aapt resource value: 0x7F0903DB - public const int up = 2131297243; + public const int tv_zxing_back = 2131297243; // aapt resource value: 0x7F0903DC - public const int useLogo = 2131297244; - - // aapt resource value: 0x7F0903DE - public const int userid_et = 2131297246; - - // aapt resource value: 0x7F0903DF - public const int userid_lyt = 2131297247; - - // aapt resource value: 0x7F0903E0 - public const int username_et = 2131297248; - - // aapt resource value: 0x7F0903E1 - public const int username_text = 2131297249; - - // aapt resource value: 0x7F0903E2 - public const int username_tv = 2131297250; + public const int tv_zxing_flash = 2131297244; // aapt resource value: 0x7F0903DD - public const int use_custom_pwd_cb = 2131297245; + public const int tv_zxing_scan = 2131297245; - // aapt resource value: 0x7F0903E3 - public const int uvc = 2131297251; + // aapt resource value: 0x7F0903DE + public const int txtResult = 2131297246; + + // aapt resource value: 0x7F0903DF + public const int unbind_button = 2131297247; + + // aapt resource value: 0x7F0903E0 + public const int uniform = 2131297248; + + // aapt resource value: 0x7F0903E1 + public const int up = 2131297249; + + // aapt resource value: 0x7F0903E2 + public const int useLogo = 2131297250; // aapt resource value: 0x7F0903E4 - public const int verifycodeEditTextContainer = 2131297252; + public const int userid_et = 2131297252; // aapt resource value: 0x7F0903E5 - public const int verifycodeEt = 2131297253; + public const int userid_lyt = 2131297253; // aapt resource value: 0x7F0903E6 - public const int version = 2131297254; + public const int username_et = 2131297254; // aapt resource value: 0x7F0903E7 - public const int version_arrow = 2131297255; + public const int username_text = 2131297255; // aapt resource value: 0x7F0903E8 - public const int version_layout = 2131297256; + public const int username_tv = 2131297256; + + // aapt resource value: 0x7F0903E3 + public const int use_custom_pwd_cb = 2131297251; // aapt resource value: 0x7F0903E9 - public const int version_newest = 2131297257; + public const int uvc = 2131297257; // aapt resource value: 0x7F0903EA - public const int version_notice = 2131297258; + public const int verifycodeEditTextContainer = 2131297258; // aapt resource value: 0x7F0903EB - public const int vertical = 2131297259; + public const int verifycodeEt = 2131297259; // aapt resource value: 0x7F0903EC - public const int vg_child_watch_video_talk_camera = 2131297260; + public const int version = 2131297260; // aapt resource value: 0x7F0903ED - public const int vg_child_watch_video_talk_notification_container = 2131297261; + public const int version_arrow = 2131297261; // aapt resource value: 0x7F0903EE - public const int vg_child_watch_video_talk_operation_container = 2131297262; + public const int version_layout = 2131297262; // aapt resource value: 0x7F0903EF - public const int vg_child_watch_video_talk_player = 2131297263; + public const int version_newest = 2131297263; // aapt resource value: 0x7F0903F0 - public const int vg_child_watch_video_talk_tool_container = 2131297264; + public const int version_notice = 2131297264; // aapt resource value: 0x7F0903F1 - public const int vg_child_watch_video_talk_video_container = 2131297265; + public const int vertical = 2131297265; // aapt resource value: 0x7F0903F2 - public const int vg_error_tips = 2131297266; + public const int vg_child_watch_video_talk_camera = 2131297266; // aapt resource value: 0x7F0903F3 - public const int vg_login_anim = 2131297267; + public const int vg_child_watch_video_talk_notification_container = 2131297267; // aapt resource value: 0x7F0903F4 - public const int vg_notification_operation_tool_container = 2131297268; + public const int vg_child_watch_video_talk_operation_container = 2131297268; // aapt resource value: 0x7F0903F5 - public const int vg_play_info = 2131297269; + public const int vg_child_watch_video_talk_player = 2131297269; // aapt resource value: 0x7F0903F6 - public const int vg_play_window = 2131297270; + public const int vg_child_watch_video_talk_tool_container = 2131297270; // aapt resource value: 0x7F0903F7 - public const int videoBackImg = 2131297271; + public const int vg_child_watch_video_talk_video_container = 2131297271; // aapt resource value: 0x7F0903F8 - public const int videoParent = 2131297272; + public const int vg_error_tips = 2131297272; // aapt resource value: 0x7F0903F9 - public const int videoTitle = 2131297273; + public const int vg_login_anim = 2131297273; // aapt resource value: 0x7F0903FA - public const int video_button = 2131297274; + public const int vg_notification_operation_tool_container = 2131297274; // aapt resource value: 0x7F0903FB - public const int video_lp_rendering = 2131297275; + public const int vg_play_info = 2131297275; // aapt resource value: 0x7F0903FC - public const int video_lp_rendering2 = 2131297276; + public const int vg_play_window = 2131297276; // aapt resource value: 0x7F0903FD - public const int video_talk_et_room_id = 2131297277; - - // aapt resource value: 0x7F090402 - public const int viewedCount = 2131297282; - - // aapt resource value: 0x7F090403 - public const int viewfinder_view = 2131297283; + public const int videoBackImg = 2131297277; // aapt resource value: 0x7F0903FE - public const int viewSort = 2131297278; + public const int videoParent = 2131297278; // aapt resource value: 0x7F0903FF - public const int view_child_watch_video_talk_camera = 2131297279; + public const int videoTitle = 2131297279; // aapt resource value: 0x7F090400 - public const int view_child_watch_video_talk_player = 2131297280; + public const int video_button = 2131297280; // aapt resource value: 0x7F090401 - public const int view_offset_helper = 2131297281; + public const int video_lp_rendering = 2131297281; - // aapt resource value: 0x7F090404 - public const int visible = 2131297284; + // aapt resource value: 0x7F090402 + public const int video_lp_rendering2 = 2131297282; - // aapt resource value: 0x7F090405 - public const int wait_bar = 2131297285; - - // aapt resource value: 0x7F090406 - public const int wait_tv = 2131297286; - - // aapt resource value: 0x7F090407 - public const int watting_pb = 2131297287; - - // aapt resource value: 0x7F090409 - public const int webview = 2131297289; + // aapt resource value: 0x7F090403 + public const int video_talk_et_room_id = 2131297283; // aapt resource value: 0x7F090408 - public const int web_login_btn = 2131297288; + public const int viewedCount = 2131297288; + + // aapt resource value: 0x7F090409 + public const int viewfinder_view = 2131297289; + + // aapt resource value: 0x7F090404 + public const int viewSort = 2131297284; + + // aapt resource value: 0x7F090405 + public const int view_child_watch_video_talk_camera = 2131297285; + + // aapt resource value: 0x7F090406 + public const int view_child_watch_video_talk_player = 2131297286; + + // aapt resource value: 0x7F090407 + public const int view_offset_helper = 2131297287; // aapt resource value: 0x7F09040A - public const int wifi_tv = 2131297290; + public const int visible = 2131297290; // aapt resource value: 0x7F09040B - public const int withText = 2131297291; + public const int wait_bar = 2131297291; // aapt resource value: 0x7F09040C - public const int wrap = 2131297292; + public const int wait_tv = 2131297292; // aapt resource value: 0x7F09040D - public const int wrap_content = 2131297293; + public const int watting_pb = 2131297293; + + // aapt resource value: 0x7F09040F + public const int webview = 2131297295; // aapt resource value: 0x7F09040E - public const int year = 2131297294; + public const int web_login_btn = 2131297294; + + // aapt resource value: 0x7F090410 + public const int wifi_tv = 2131297296; + + // aapt resource value: 0x7F090411 + public const int withText = 2131297297; + + // aapt resource value: 0x7F090412 + public const int wrap = 2131297298; + + // aapt resource value: 0x7F090413 + public const int wrap_content = 2131297299; + + // aapt resource value: 0x7F090414 + public const int year = 2131297300; static Id() { @@ -10069,532 +10090,535 @@ public const int activity_hdllinphone_intercom = 2131427363; // aapt resource value: 0x7F0B0024 - public const int activity_interface_self_test = 2131427364; + public const int activity_hdllinphone_monitor = 2131427364; // aapt resource value: 0x7F0B0025 - public const int activity_interface_test = 2131427365; + public const int activity_interface_self_test = 2131427365; // aapt resource value: 0x7F0B0026 - public const int activity_lan_multi_device = 2131427366; + public const int activity_interface_test = 2131427366; // aapt resource value: 0x7F0B0027 - public const int activity_list = 2131427367; + public const int activity_lan_multi_device = 2131427367; // aapt resource value: 0x7F0B0028 - public const int activity_main = 2131427368; + public const int activity_list = 2131427368; // aapt resource value: 0x7F0B0029 - public const int activity_main_ez = 2131427369; + public const int activity_main = 2131427369; // aapt resource value: 0x7F0B002A - public const int activity_manual_choose_config_wifi_way = 2131427370; + public const int activity_main_ez = 2131427370; // aapt resource value: 0x7F0B002B - public const int activity_manual_connect_device_hotspot = 2131427371; + public const int activity_manual_choose_config_wifi_way = 2131427371; // aapt resource value: 0x7F0B002C - public const int activity_manual_input_device_hotspot_info = 2131427372; + public const int activity_manual_connect_device_hotspot = 2131427372; // aapt resource value: 0x7F0B002D - public const int activity_more_features_entrance = 2131427373; + public const int activity_manual_input_device_hotspot_info = 2131427373; // aapt resource value: 0x7F0B002E - public const int activity_multi_screen_preview = 2131427374; + public const int activity_more_features_entrance = 2131427374; // aapt resource value: 0x7F0B002F - public const int activity_multi_video_talk = 2131427375; + public const int activity_multi_screen_preview = 2131427375; // aapt resource value: 0x7F0B0030 - public const int activity_multi_video_talk_test = 2131427376; + public const int activity_multi_video_talk = 2131427376; // aapt resource value: 0x7F0B0031 - public const int activity_my_collect = 2131427377; + public const int activity_multi_video_talk_test = 2131427377; // aapt resource value: 0x7F0B0032 - public const int activity_option = 2131427378; + public const int activity_my_collect = 2131427378; // aapt resource value: 0x7F0B0033 - public const int activity_origin_stream_control = 2131427379; + public const int activity_option = 2131427379; // aapt resource value: 0x7F0B0034 - public const int activity_rtp_stream_play = 2131427380; + public const int activity_origin_stream_control = 2131427380; // aapt resource value: 0x7F0B0035 - public const int activity_safety_hat_talk = 2131427381; + public const int activity_rtp_stream_play = 2131427381; // aapt resource value: 0x7F0B0036 - public const int activity_square = 2131427382; + public const int activity_safety_hat_talk = 2131427382; // aapt resource value: 0x7F0B0037 - public const int activity_square_video_list = 2131427383; + public const int activity_square = 2131427383; // aapt resource value: 0x7F0B0038 - public const int activity_square_video_list2 = 2131427384; + public const int activity_square_video_list = 2131427384; // aapt resource value: 0x7F0B0039 - public const int activity_square_video_search = 2131427385; + public const int activity_square_video_list2 = 2131427385; // aapt resource value: 0x7F0B003A - public const int activity_support = 2131427386; + public const int activity_square_video_search = 2131427386; // aapt resource value: 0x7F0B003B - public const int activity_test_config_wifi = 2131427387; + public const int activity_support = 2131427387; // aapt resource value: 0x7F0B003C - public const int activity_test_for_sdk = 2131427388; + public const int activity_test_config_wifi = 2131427388; // aapt resource value: 0x7F0B003D - public const int activity_test_page = 2131427389; + public const int activity_test_for_sdk = 2131427389; // aapt resource value: 0x7F0B003E - public const int activity_video_phone = 2131427390; + public const int activity_test_page = 2131427390; // aapt resource value: 0x7F0B003F - public const int activity_video_talk = 2131427391; + public const int activity_video_phone = 2131427391; // aapt resource value: 0x7F0B0040 - public const int add_camera_by_series_number_page = 2131427392; + public const int activity_video_talk = 2131427392; // aapt resource value: 0x7F0B0041 - public const int auto_wifi_connecting = 2131427393; + public const int add_camera_by_series_number_page = 2131427393; // aapt resource value: 0x7F0B0042 - public const int auto_wifi_connecting_status_item = 2131427394; + public const int auto_wifi_connecting = 2131427394; // aapt resource value: 0x7F0B0043 - public const int auto_wifi_connecting_status_item_ez = 2131427395; + public const int auto_wifi_connecting_status_item = 2131427395; // aapt resource value: 0x7F0B0044 - public const int auto_wifi_net_config = 2131427396; + public const int auto_wifi_connecting_status_item_ez = 2131427396; // aapt resource value: 0x7F0B0045 - public const int auto_wifi_prepare_step_on = 2131427397; + public const int auto_wifi_net_config = 2131427397; // aapt resource value: 0x7F0B0046 - public const int auto_wifi_reset = 2131427398; + public const int auto_wifi_prepare_step_on = 2131427398; // aapt resource value: 0x7F0B0047 - public const int auto_wifi_reset_introduce = 2131427399; + public const int auto_wifi_reset = 2131427399; // aapt resource value: 0x7F0B0048 - public const int biometric_prompt_dialog_content = 2131427400; + public const int auto_wifi_reset_introduce = 2131427400; // aapt resource value: 0x7F0B0049 - public const int cameralist_page = 2131427401; + public const int biometric_prompt_dialog_content = 2131427401; // aapt resource value: 0x7F0B004A - public const int cameralist_page_common = 2131427402; + public const int cameralist_page = 2131427402; // aapt resource value: 0x7F0B004B - public const int cameralist_small_item = 2131427403; + public const int cameralist_page_common = 2131427403; // aapt resource value: 0x7F0B004C - public const int cameralist_small_item_common = 2131427404; + public const int cameralist_small_item = 2131427404; // aapt resource value: 0x7F0B004D - public const int capture_activity = 2131427405; + public const int cameralist_small_item_common = 2131427405; // aapt resource value: 0x7F0B004E - public const int cc_activity_widget_countrycode = 2131427406; + public const int capture_activity = 2131427406; // aapt resource value: 0x7F0B004F - public const int cc_activity_widget_sortselection = 2131427407; + public const int cc_activity_widget_countrycode = 2131427407; // aapt resource value: 0x7F0B0050 - public const int cc_country_list_item = 2131427408; + public const int cc_activity_widget_sortselection = 2131427408; // aapt resource value: 0x7F0B0051 - public const int city_config_item = 2131427409; + public const int cc_country_list_item = 2131427409; // aapt resource value: 0x7F0B0052 - public const int ddns_device_ist_page = 2131427410; + public const int city_config_item = 2131427410; // aapt resource value: 0x7F0B0053 - public const int ddns_device_list_item = 2131427411; + public const int ddns_device_ist_page = 2131427411; // aapt resource value: 0x7F0B0054 - public const int design_bottom_navigation_item = 2131427412; + public const int ddns_device_list_item = 2131427412; // aapt resource value: 0x7F0B0055 - public const int design_bottom_sheet_dialog = 2131427413; + public const int design_bottom_navigation_item = 2131427413; // aapt resource value: 0x7F0B0056 - public const int design_layout_snackbar = 2131427414; + public const int design_bottom_sheet_dialog = 2131427414; // aapt resource value: 0x7F0B0057 - public const int design_layout_snackbar_include = 2131427415; + public const int design_layout_snackbar = 2131427415; // aapt resource value: 0x7F0B0058 - public const int design_layout_tab_icon = 2131427416; + public const int design_layout_snackbar_include = 2131427416; // aapt resource value: 0x7F0B0059 - public const int design_layout_tab_text = 2131427417; + public const int design_layout_tab_icon = 2131427417; // aapt resource value: 0x7F0B005A - public const int design_menu_item_action_area = 2131427418; + public const int design_layout_tab_text = 2131427418; // aapt resource value: 0x7F0B005B - public const int design_navigation_item = 2131427419; + public const int design_menu_item_action_area = 2131427419; // aapt resource value: 0x7F0B005C - public const int design_navigation_item_header = 2131427420; + public const int design_navigation_item = 2131427420; // aapt resource value: 0x7F0B005D - public const int design_navigation_item_separator = 2131427421; + public const int design_navigation_item_header = 2131427421; // aapt resource value: 0x7F0B005E - public const int design_navigation_item_subheader = 2131427422; + public const int design_navigation_item_separator = 2131427422; // aapt resource value: 0x7F0B005F - public const int design_navigation_menu = 2131427423; + public const int design_navigation_item_subheader = 2131427423; // aapt resource value: 0x7F0B0060 - public const int design_navigation_menu_item = 2131427424; + public const int design_navigation_menu = 2131427424; // aapt resource value: 0x7F0B0061 - public const int design_text_input_password_icon = 2131427425; + public const int design_navigation_menu_item = 2131427425; // aapt resource value: 0x7F0B0062 - public const int device_discover_item = 2131427426; + public const int design_text_input_password_icon = 2131427426; // aapt resource value: 0x7F0B0063 - public const int device_discover_page = 2131427427; + public const int device_discover_item = 2131427427; // aapt resource value: 0x7F0B0064 - public const int device_setting_page = 2131427428; + public const int device_discover_page = 2131427428; // aapt resource value: 0x7F0B0065 - public const int device_video_encrypt_dialog = 2131427429; + public const int device_setting_page = 2131427429; // aapt resource value: 0x7F0B0066 - public const int dialog_tip = 2131427430; - - // aapt resource value: 0x7F0B0073 - public const int ezopen_realplay_operate_bar = 2131427443; - - // aapt resource value: 0x7F0B0074 - public const int ezopen_realplay_operate_bar2 = 2131427444; + public const int device_video_encrypt_dialog = 2131427430; // aapt resource value: 0x7F0B0067 - public const int ez_demo_interface_activity = 2131427431; + public const int dialog_tip = 2131427431; - // aapt resource value: 0x7F0B0068 - public const int ez_message_image_page = 2131427432; - - // aapt resource value: 0x7F0B0069 - public const int ez_message_list_item = 2131427433; - - // aapt resource value: 0x7F0B006A - public const int ez_message_list_section = 2131427434; - - // aapt resource value: 0x7F0B006B - public const int ez_message_page = 2131427435; - - // aapt resource value: 0x7F0B006D - public const int ez_playback_list_page = 2131427437; - - // aapt resource value: 0x7F0B006E - public const int ez_playback_list_page_common = 2131427438; - - // aapt resource value: 0x7F0B006C - public const int ez_play_control = 2131427436; - - // aapt resource value: 0x7F0B006F - public const int ez_realplay_page = 2131427439; - - // aapt resource value: 0x7F0B0070 - public const int ez_realplay_prompt_layout = 2131427440; - - // aapt resource value: 0x7F0B0071 - public const int ez_realplay_quality_items = 2131427441; - - // aapt resource value: 0x7F0B0072 - public const int ez_remote_playback_page = 2131427442; + // aapt resource value: 0x7F0B0074 + public const int ezopen_realplay_operate_bar = 2131427444; // aapt resource value: 0x7F0B0075 - public const int fragment_call = 2131427445; + public const int ezopen_realplay_operate_bar2 = 2131427445; + + // aapt resource value: 0x7F0B0068 + public const int ez_demo_interface_activity = 2131427432; + + // aapt resource value: 0x7F0B0069 + public const int ez_message_image_page = 2131427433; + + // aapt resource value: 0x7F0B006A + public const int ez_message_list_item = 2131427434; + + // aapt resource value: 0x7F0B006B + public const int ez_message_list_section = 2131427435; + + // aapt resource value: 0x7F0B006C + public const int ez_message_page = 2131427436; + + // aapt resource value: 0x7F0B006E + public const int ez_playback_list_page = 2131427438; + + // aapt resource value: 0x7F0B006F + public const int ez_playback_list_page_common = 2131427439; + + // aapt resource value: 0x7F0B006D + public const int ez_play_control = 2131427437; + + // aapt resource value: 0x7F0B0070 + public const int ez_realplay_page = 2131427440; + + // aapt resource value: 0x7F0B0071 + public const int ez_realplay_prompt_layout = 2131427441; + + // aapt resource value: 0x7F0B0072 + public const int ez_realplay_quality_items = 2131427442; + + // aapt resource value: 0x7F0B0073 + public const int ez_remote_playback_page = 2131427443; // aapt resource value: 0x7F0B0076 - public const int fragment_city_config = 2131427446; + public const int fragment_call = 2131427446; // aapt resource value: 0x7F0B0077 - public const int fragment_monitor = 2131427447; + public const int fragment_city_config = 2131427447; // aapt resource value: 0x7F0B0078 - public const int fragment_search_video = 2131427448; + public const int fragment_monitor = 2131427448; // aapt resource value: 0x7F0B0079 - public const int fragment_square_video_list = 2131427449; + public const int fragment_search_video = 2131427449; // aapt resource value: 0x7F0B007A - public const int hdl_gallery_banner_view_layout = 2131427450; + public const int fragment_square_video_list = 2131427450; // aapt resource value: 0x7F0B007B - public const int hdl_widget_activity_crop_image = 2131427451; + public const int hdl_gallery_banner_view_layout = 2131427451; // aapt resource value: 0x7F0B007C - public const int hdl_widget_activity_geofence_round = 2131427452; + public const int hdl_widget_activity_crop_image = 2131427452; // aapt resource value: 0x7F0B007D - public const int hdl_widget_air_button = 2131427453; + public const int hdl_widget_activity_geofence_round = 2131427453; // aapt resource value: 0x7F0B007E - public const int hdl_widget_include_pickerview_topbar = 2131427454; + public const int hdl_widget_air_button = 2131427454; // aapt resource value: 0x7F0B007F - public const int hdl_widget_layout_basepickerview = 2131427455; + public const int hdl_widget_include_pickerview_topbar = 2131427455; // aapt resource value: 0x7F0B0080 - public const int hdl_widget_pickerview = 2131427456; + public const int hdl_widget_layout_basepickerview = 2131427456; // aapt resource value: 0x7F0B0081 - public const int hdl_widget_pickerview_options = 2131427457; + public const int hdl_widget_pickerview = 2131427457; // aapt resource value: 0x7F0B0082 - public const int hdl_widget_pickerview_time = 2131427458; + public const int hdl_widget_pickerview_options = 2131427458; // aapt resource value: 0x7F0B0083 - public const int item_multi_screen_preview = 2131427459; + public const int hdl_widget_pickerview_time = 2131427459; // aapt resource value: 0x7F0B0084 - public const int lan_device_adapter_item = 2131427460; + public const int item_multi_screen_preview = 2131427460; // aapt resource value: 0x7F0B0085 - public const int lan_device_login_dialog = 2131427461; + public const int lan_device_adapter_item = 2131427461; // aapt resource value: 0x7F0B0086 - public const int layout_camera_view = 2131427462; + public const int lan_device_login_dialog = 2131427462; // aapt resource value: 0x7F0B0087 - public const int layout_camera_view_soft = 2131427463; + public const int layout_camera_view = 2131427463; // aapt resource value: 0x7F0B0088 - public const int layout_change_playback_rate = 2131427464; + public const int layout_camera_view_soft = 2131427464; // aapt resource value: 0x7F0B0089 - public const int layout_child_watch_video_talk_operation = 2131427465; + public const int layout_change_playback_rate = 2131427465; // aapt resource value: 0x7F0B008A - public const int layout_dialog_tip = 2131427466; + public const int layout_child_watch_video_talk_operation = 2131427466; // aapt resource value: 0x7F0B008B - public const int layout_login_anim = 2131427467; + public const int layout_dialog_tip = 2131427467; // aapt resource value: 0x7F0B008C - public const int line_connecting_introduce_activity = 2131427468; + public const int layout_login_anim = 2131427468; // aapt resource value: 0x7F0B008D - public const int list_section = 2131427469; + public const int line_connecting_introduce_activity = 2131427469; // aapt resource value: 0x7F0B008E - public const int loading_text_view = 2131427470; + public const int list_section = 2131427470; // aapt resource value: 0x7F0B008F - public const int login_page = 2131427471; + public const int loading_text_view = 2131427471; // aapt resource value: 0x7F0B0090 - public const int message_list_item = 2131427472; + public const int login_page = 2131427472; // aapt resource value: 0x7F0B0091 - public const int message_page = 2131427473; + public const int message_list_item = 2131427473; // aapt resource value: 0x7F0B0092 - public const int modify_device_name_page = 2131427474; + public const int message_page = 2131427474; // aapt resource value: 0x7F0B0093 - public const int multi_video_talk_item = 2131427475; + public const int modify_device_name_page = 2131427475; // aapt resource value: 0x7F0B0094 - public const int network_error_retry_page = 2131427476; - - // aapt resource value: 0x7F0B0098 - public const int notification_action = 2131427480; - - // aapt resource value: 0x7F0B0099 - public const int notification_action_tombstone = 2131427481; - - // aapt resource value: 0x7F0B009A - public const int notification_media_action = 2131427482; - - // aapt resource value: 0x7F0B009B - public const int notification_media_cancel_action = 2131427483; - - // aapt resource value: 0x7F0B009C - public const int notification_template_big_media = 2131427484; - - // aapt resource value: 0x7F0B009D - public const int notification_template_big_media_custom = 2131427485; - - // aapt resource value: 0x7F0B009E - public const int notification_template_big_media_narrow = 2131427486; - - // aapt resource value: 0x7F0B009F - public const int notification_template_big_media_narrow_custom = 2131427487; - - // aapt resource value: 0x7F0B00A0 - public const int notification_template_custom_big = 2131427488; - - // aapt resource value: 0x7F0B00A1 - public const int notification_template_icon_group = 2131427489; - - // aapt resource value: 0x7F0B00A2 - public const int notification_template_lines_media = 2131427490; - - // aapt resource value: 0x7F0B00A3 - public const int notification_template_media = 2131427491; - - // aapt resource value: 0x7F0B00A4 - public const int notification_template_media_custom = 2131427492; - - // aapt resource value: 0x7F0B00A5 - public const int notification_template_part_chronometer = 2131427493; - - // aapt resource value: 0x7F0B00A6 - public const int notification_template_part_time = 2131427494; - - // aapt resource value: 0x7F0B00A7 - public const int notifier_alarmloginfo_list_item = 2131427495; - - // aapt resource value: 0x7F0B00A8 - public const int notifier_page = 2131427496; + public const int multi_video_talk_item = 2131427476; // aapt resource value: 0x7F0B0095 - public const int no_device_more_footer = 2131427477; + public const int network_error_retry_page = 2131427477; - // aapt resource value: 0x7F0B0096 - public const int no_more_footer = 2131427478; + // aapt resource value: 0x7F0B0099 + public const int notification_action = 2131427481; - // aapt resource value: 0x7F0B0097 - public const int no_msg_more_footer = 2131427479; + // aapt resource value: 0x7F0B009A + public const int notification_action_tombstone = 2131427482; + + // aapt resource value: 0x7F0B009B + public const int notification_media_action = 2131427483; + + // aapt resource value: 0x7F0B009C + public const int notification_media_cancel_action = 2131427484; + + // aapt resource value: 0x7F0B009D + public const int notification_template_big_media = 2131427485; + + // aapt resource value: 0x7F0B009E + public const int notification_template_big_media_custom = 2131427486; + + // aapt resource value: 0x7F0B009F + public const int notification_template_big_media_narrow = 2131427487; + + // aapt resource value: 0x7F0B00A0 + public const int notification_template_big_media_narrow_custom = 2131427488; + + // aapt resource value: 0x7F0B00A1 + public const int notification_template_custom_big = 2131427489; + + // aapt resource value: 0x7F0B00A2 + public const int notification_template_icon_group = 2131427490; + + // aapt resource value: 0x7F0B00A3 + public const int notification_template_lines_media = 2131427491; + + // aapt resource value: 0x7F0B00A4 + public const int notification_template_media = 2131427492; + + // aapt resource value: 0x7F0B00A5 + public const int notification_template_media_custom = 2131427493; + + // aapt resource value: 0x7F0B00A6 + public const int notification_template_part_chronometer = 2131427494; + + // aapt resource value: 0x7F0B00A7 + public const int notification_template_part_time = 2131427495; + + // aapt resource value: 0x7F0B00A8 + public const int notifier_alarmloginfo_list_item = 2131427496; // aapt resource value: 0x7F0B00A9 - public const int open_ysservice_dialog = 2131427497; + public const int notifier_page = 2131427497; + + // aapt resource value: 0x7F0B0096 + public const int no_device_more_footer = 2131427478; + + // aapt resource value: 0x7F0B0097 + public const int no_more_footer = 2131427479; + + // aapt resource value: 0x7F0B0098 + public const int no_msg_more_footer = 2131427480; // aapt resource value: 0x7F0B00AA - public const int password_error_layout = 2131427498; + public const int open_ysservice_dialog = 2131427498; // aapt resource value: 0x7F0B00AB - public const int playback_list_page = 2131427499; + public const int password_error_layout = 2131427499; // aapt resource value: 0x7F0B00AC - public const int pull_to_refresh_footer = 2131427500; + public const int playback_list_page = 2131427500; // aapt resource value: 0x7F0B00AD - public const int pull_to_refresh_header = 2131427501; - - // aapt resource value: 0x7F0B00B9 - public const int realplayer_item = 2131427513; - - // aapt resource value: 0x7F0B00BA - public const int realplayer_page = 2131427514; + public const int pull_to_refresh_footer = 2131427501; // aapt resource value: 0x7F0B00AE - public const int realplay_control_layout = 2131427502; + public const int pull_to_refresh_header = 2131427502; - // aapt resource value: 0x7F0B00AF - public const int realplay_full_operate_layout = 2131427503; - - // aapt resource value: 0x7F0B00B0 - public const int realplay_loading_layout = 2131427504; - - // aapt resource value: 0x7F0B00B1 - public const int realplay_operate_bar = 2131427505; - - // aapt resource value: 0x7F0B00B2 - public const int realplay_operate_bar2 = 2131427506; - - // aapt resource value: 0x7F0B00B3 - public const int realplay_page = 2131427507; - - // aapt resource value: 0x7F0B00B4 - public const int realplay_prompt_layout = 2131427508; - - // aapt resource value: 0x7F0B00B5 - public const int realplay_ptz_wnd = 2131427509; - - // aapt resource value: 0x7F0B00B6 - public const int realplay_quality_items = 2131427510; - - // aapt resource value: 0x7F0B00B7 - public const int realplay_quality_wnd = 2131427511; - - // aapt resource value: 0x7F0B00B8 - public const int realplay_talkback_wnd = 2131427512; + // aapt resource value: 0x7F0B00BA + public const int realplayer_item = 2131427514; // aapt resource value: 0x7F0B00BB - public const int remote_playback_page = 2131427515; + public const int realplayer_page = 2131427515; + + // aapt resource value: 0x7F0B00AF + public const int realplay_control_layout = 2131427503; + + // aapt resource value: 0x7F0B00B0 + public const int realplay_full_operate_layout = 2131427504; + + // aapt resource value: 0x7F0B00B1 + public const int realplay_loading_layout = 2131427505; + + // aapt resource value: 0x7F0B00B2 + public const int realplay_operate_bar = 2131427506; + + // aapt resource value: 0x7F0B00B3 + public const int realplay_operate_bar2 = 2131427507; + + // aapt resource value: 0x7F0B00B4 + public const int realplay_page = 2131427508; + + // aapt resource value: 0x7F0B00B5 + public const int realplay_prompt_layout = 2131427509; + + // aapt resource value: 0x7F0B00B6 + public const int realplay_ptz_wnd = 2131427510; + + // aapt resource value: 0x7F0B00B7 + public const int realplay_quality_items = 2131427511; + + // aapt resource value: 0x7F0B00B8 + public const int realplay_quality_wnd = 2131427512; + + // aapt resource value: 0x7F0B00B9 + public const int realplay_talkback_wnd = 2131427513; // aapt resource value: 0x7F0B00BC - public const int section_list_item = 2131427516; + public const int remote_playback_page = 2131427516; // aapt resource value: 0x7F0B00BD - public const int select_camera_no_dialog = 2131427517; + public const int section_list_item = 2131427517; // aapt resource value: 0x7F0B00BE - public const int select_camera_no_dialog_item = 2131427518; + public const int select_camera_no_dialog = 2131427518; // aapt resource value: 0x7F0B00BF - public const int select_dialog_item_material = 2131427519; + public const int select_camera_no_dialog_item = 2131427519; // aapt resource value: 0x7F0B00C0 - public const int select_dialog_multichoice_material = 2131427520; + public const int select_dialog_item_material = 2131427520; // aapt resource value: 0x7F0B00C1 - public const int select_dialog_singlechoice_material = 2131427521; + public const int select_dialog_multichoice_material = 2131427521; // aapt resource value: 0x7F0B00C2 - public const int select_talkback_items = 2131427522; + public const int select_dialog_singlechoice_material = 2131427522; // aapt resource value: 0x7F0B00C3 - public const int simple_demo = 2131427523; + public const int select_talkback_items = 2131427523; // aapt resource value: 0x7F0B00C4 - public const int sms_verify_dialog = 2131427524; + public const int simple_demo = 2131427524; // aapt resource value: 0x7F0B00C5 - public const int square_column_item = 2131427525; + public const int sms_verify_dialog = 2131427525; // aapt resource value: 0x7F0B00C6 - public const int square_video_item = 2131427526; + public const int square_column_item = 2131427526; // aapt resource value: 0x7F0B00C7 - public const int srl_classics_footer = 2131427527; + public const int square_video_item = 2131427527; // aapt resource value: 0x7F0B00C8 - public const int srl_classics_header = 2131427528; + public const int srl_classics_footer = 2131427528; // aapt resource value: 0x7F0B00C9 - public const int support_simple_spinner_dropdown_item = 2131427529; + public const int srl_classics_header = 2131427529; // aapt resource value: 0x7F0B00CA - public const int test_surfaceview = 2131427530; + public const int support_simple_spinner_dropdown_item = 2131427530; // aapt resource value: 0x7F0B00CB - public const int tooltip = 2131427531; + public const int test_surfaceview = 2131427531; // aapt resource value: 0x7F0B00CC - public const int topbar = 2131427532; + public const int tooltip = 2131427532; // aapt resource value: 0x7F0B00CD - public const int verifycode_layout = 2131427533; + public const int topbar = 2131427533; // aapt resource value: 0x7F0B00CE - public const int video_device = 2131427534; + public const int verifycode_layout = 2131427534; // aapt resource value: 0x7F0B00CF - public const int wait_dialog = 2131427535; + public const int video_device = 2131427535; // aapt resource value: 0x7F0B00D0 - public const int web_page = 2131427536; - - // aapt resource value: 0x7F0B00D2 - public const int zxingscanneractivitylayout = 2131427538; - - // aapt resource value: 0x7F0B00D3 - public const int zxingscannerfragmentlayout = 2131427539; + public const int wait_dialog = 2131427536; // aapt resource value: 0x7F0B00D1 - public const int zxing_layout = 2131427537; + public const int web_page = 2131427537; + + // aapt resource value: 0x7F0B00D3 + public const int zxingscanneractivitylayout = 2131427539; + + // aapt resource value: 0x7F0B00D4 + public const int zxingscannerfragmentlayout = 2131427540; + + // aapt resource value: 0x7F0B00D2 + public const int zxing_layout = 2131427538; static Layout() { @@ -11720,1057 +11744,1072 @@ public const int later_alarm = 2131689809; // aapt resource value: 0x7F0F0152 - public const int loading = 2131689810; + public const int linphone_sdk_branch = 2131689810; // aapt resource value: 0x7F0F0153 - public const int loading_text_default = 2131689811; - - // aapt resource value: 0x7F0F0158 - public const int localmgt_video_square_txt = 2131689816; + public const int linphone_sdk_version = 2131689811; // aapt resource value: 0x7F0F0154 - public const int local_network_exception = 2131689812; + public const int loading = 2131689812; // aapt resource value: 0x7F0F0155 - public const int local_play_hour = 2131689813; - - // aapt resource value: 0x7F0F0156 - public const int local_realplay = 2131689814; - - // aapt resource value: 0x7F0F0157 - public const int local_video_not_delete = 2131689815; - - // aapt resource value: 0x7F0F0159 - public const int login_by_ezviz_account = 2131689817; + public const int loading_text_default = 2131689813; // aapt resource value: 0x7F0F015A - public const int login_expire = 2131689818; + public const int localmgt_video_square_txt = 2131689818; + + // aapt resource value: 0x7F0F0156 + public const int local_network_exception = 2131689814; + + // aapt resource value: 0x7F0F0157 + public const int local_play_hour = 2131689815; + + // aapt resource value: 0x7F0F0158 + public const int local_realplay = 2131689816; + + // aapt resource value: 0x7F0F0159 + public const int local_video_not_delete = 2131689817; // aapt resource value: 0x7F0F015B - public const int login_password_tv_txt = 2131689819; + public const int login_by_ezviz_account = 2131689819; // aapt resource value: 0x7F0F015C - public const int lp_answerStr = 2131689820; + public const int login_expire = 2131689820; // aapt resource value: 0x7F0F015D - public const int lp_callingStr = 2131689821; + public const int login_password_tv_txt = 2131689821; // aapt resource value: 0x7F0F015E - public const int lp_endOfCallStr = 2131689822; + public const int lp_answerStr = 2131689822; // aapt resource value: 0x7F0F015F - public const int lp_hangupStr = 2131689823; + public const int lp_callingStr = 2131689823; // aapt resource value: 0x7F0F0160 - public const int lp_okStr = 2131689824; + public const int lp_endOfCallStr = 2131689824; // aapt resource value: 0x7F0F0161 - public const int lp_operationFailedStr = 2131689825; + public const int lp_hangupStr = 2131689825; // aapt resource value: 0x7F0F0162 - public const int lp_refuseStr = 2131689826; + public const int lp_okStr = 2131689826; // aapt resource value: 0x7F0F0163 - public const int lp_saveToTheAlbumsStr = 2131689827; + public const int lp_operationFailedStr = 2131689827; // aapt resource value: 0x7F0F0164 - public const int lp_tipStr = 2131689828; - - // aapt resource value: 0x7F0F0166 - public const int lp_unlockfailureStr = 2131689830; + public const int lp_outdoorUnitStr = 2131689828; // aapt resource value: 0x7F0F0165 - public const int lp_unlockSuccessfullyStr = 2131689829; + public const int lp_refuseStr = 2131689829; + + // aapt resource value: 0x7F0F0166 + public const int lp_saveToTheAlbumsStr = 2131689830; // aapt resource value: 0x7F0F0167 - public const int main_tab_second_tab = 2131689831; + public const int lp_screenshotStr = 2131689831; // aapt resource value: 0x7F0F0168 - public const int message_come_from_tip = 2131689832; - - // aapt resource value: 0x7F0F0169 - public const int message_encrypt_inputpsw_tip_title = 2131689833; - - // aapt resource value: 0x7F0F016A - public const int message_live = 2131689834; + public const int lp_tipStr = 2131689832; // aapt resource value: 0x7F0F016B - public const int message_no_data_text = 2131689835; + public const int lp_unlockfailureStr = 2131689835; + + // aapt resource value: 0x7F0F0169 + public const int lp_unlockStr = 2131689833; + + // aapt resource value: 0x7F0F016A + public const int lp_unlockSuccessfullyStr = 2131689834; // aapt resource value: 0x7F0F016C - public const int message_refresh_fail_network_exception = 2131689836; + public const int main_tab_second_tab = 2131689836; // aapt resource value: 0x7F0F016D - public const int message_refresh_fail_server_exception = 2131689837; + public const int message_come_from_tip = 2131689837; // aapt resource value: 0x7F0F016E - public const int message_video = 2131689838; + public const int message_encrypt_inputpsw_tip_title = 2131689838; // aapt resource value: 0x7F0F016F - public const int modify_online_schedule = 2131689839; + public const int message_live = 2131689839; // aapt resource value: 0x7F0F0170 - public const int month = 2131689840; + public const int message_no_data_text = 2131689840; // aapt resource value: 0x7F0F0171 - public const int more = 2131689841; + public const int message_refresh_fail_network_exception = 2131689841; // aapt resource value: 0x7F0F0172 - public const int more_local_image = 2131689842; + public const int message_refresh_fail_server_exception = 2131689842; // aapt resource value: 0x7F0F0173 - public const int more_setting = 2131689843; + public const int message_video = 2131689843; // aapt resource value: 0x7F0F0174 - public const int my_collect = 2131689844; + public const int modify_online_schedule = 2131689844; // aapt resource value: 0x7F0F0175 - public const int my_devices = 2131689845; + public const int month = 2131689845; // aapt resource value: 0x7F0F0176 - public const int network_error_retry_prompt = 2131689846; + public const int more = 2131689846; // aapt resource value: 0x7F0F0177 - public const int network_exception = 2131689847; + public const int more_local_image = 2131689847; // aapt resource value: 0x7F0F0178 - public const int network_video_recorder = 2131689848; + public const int more_setting = 2131689848; // aapt resource value: 0x7F0F0179 - public const int newest_version = 2131689849; + public const int my_collect = 2131689849; // aapt resource value: 0x7F0F017A - public const int next_button_txt = 2131689850; - - // aapt resource value: 0x7F0F0181 - public const int not_find_any_devices = 2131689857; - - // aapt resource value: 0x7F0F0182 - public const int not_now = 2131689858; - - // aapt resource value: 0x7F0F0183 - public const int not_recognized_fingerprint_hint = 2131689859; + public const int my_devices = 2131689850; // aapt resource value: 0x7F0F017B - public const int no_event_device_prompt = 2131689851; + public const int network_error_retry_prompt = 2131689851; // aapt resource value: 0x7F0F017C - public const int no_leave_device_prompt = 2131689852; + public const int network_exception = 2131689852; // aapt resource value: 0x7F0F017D - public const int no_more_alarm_tip = 2131689853; + public const int network_video_recorder = 2131689853; // aapt resource value: 0x7F0F017E - public const int no_more_leave_tip = 2131689854; + public const int newest_version = 2131689854; // aapt resource value: 0x7F0F017F - public const int no_remote_data = 2131689855; - - // aapt resource value: 0x7F0F0180 - public const int no_result_text = 2131689856; - - // aapt resource value: 0x7F0F0184 - public const int offline_warn_text = 2131689860; + public const int next_button_txt = 2131689855; // aapt resource value: 0x7F0F0186 - public const int online_time = 2131689862; - - // aapt resource value: 0x7F0F0185 - public const int on_the_phone = 2131689861; + public const int not_find_any_devices = 2131689862; // aapt resource value: 0x7F0F0187 - public const int open_camera_fail = 2131689863; + public const int not_now = 2131689863; // aapt resource value: 0x7F0F0188 - public const int open_camera_lens = 2131689864; + public const int not_recognized_fingerprint_hint = 2131689864; + + // aapt resource value: 0x7F0F0180 + public const int no_event_device_prompt = 2131689856; + + // aapt resource value: 0x7F0F0181 + public const int no_leave_device_prompt = 2131689857; + + // aapt resource value: 0x7F0F0182 + public const int no_more_alarm_tip = 2131689858; + + // aapt resource value: 0x7F0F0183 + public const int no_more_leave_tip = 2131689859; + + // aapt resource value: 0x7F0F0184 + public const int no_remote_data = 2131689860; + + // aapt resource value: 0x7F0F0185 + public const int no_result_text = 2131689861; // aapt resource value: 0x7F0F0189 - public const int open_source_localization = 2131689865; - - // aapt resource value: 0x7F0F018A - public const int open_ys_service = 2131689866; + public const int offline_warn_text = 2131689865; // aapt resource value: 0x7F0F018B - public const int open_ys_service_fail = 2131689867; + public const int online_time = 2131689867; + + // aapt resource value: 0x7F0F018A + public const int on_the_phone = 2131689866; // aapt resource value: 0x7F0F018C - public const int open_ys_service_success = 2131689868; + public const int open_camera_fail = 2131689868; // aapt resource value: 0x7F0F018D - public const int operational_fail = 2131689869; + public const int open_camera_lens = 2131689869; // aapt resource value: 0x7F0F018E - public const int option_support_web = 2131689870; + public const int open_source_localization = 2131689870; // aapt resource value: 0x7F0F018F - public const int password_et_hint = 2131689871; + public const int open_ys_service = 2131689871; // aapt resource value: 0x7F0F0190 - public const int password_security_txt = 2131689872; + public const int open_ys_service_fail = 2131689872; // aapt resource value: 0x7F0F0191 - public const int password_toggle_content_description = 2131689873; + public const int open_ys_service_success = 2131689873; // aapt resource value: 0x7F0F0192 - public const int path_password_eye = 2131689874; + public const int operational_fail = 2131689874; // aapt resource value: 0x7F0F0193 - public const int path_password_eye_mask_strike_through = 2131689875; + public const int option_support_web = 2131689875; // aapt resource value: 0x7F0F0194 - public const int path_password_eye_mask_visible = 2131689876; + public const int password_et_hint = 2131689876; // aapt resource value: 0x7F0F0195 - public const int path_password_strike_through = 2131689877; + public const int password_security_txt = 2131689877; // aapt resource value: 0x7F0F0196 - public const int pickerview_cancel = 2131689878; + public const int password_toggle_content_description = 2131689878; // aapt resource value: 0x7F0F0197 - public const int pickerview_day = 2131689879; + public const int path_password_eye = 2131689879; // aapt resource value: 0x7F0F0198 - public const int pickerview_hours = 2131689880; + public const int path_password_eye_mask_strike_through = 2131689880; // aapt resource value: 0x7F0F0199 - public const int pickerview_minutes = 2131689881; + public const int path_password_eye_mask_visible = 2131689881; // aapt resource value: 0x7F0F019A - public const int pickerview_month = 2131689882; + public const int path_password_strike_through = 2131689882; // aapt resource value: 0x7F0F019B - public const int pickerview_seconds = 2131689883; + public const int pickerview_cancel = 2131689883; // aapt resource value: 0x7F0F019C - public const int pickerview_submit = 2131689884; + public const int pickerview_day = 2131689884; // aapt resource value: 0x7F0F019D - public const int pickerview_year = 2131689885; - - // aapt resource value: 0x7F0F019F - public const int platform_login_button_txt = 2131689887; + public const int pickerview_hours = 2131689885; // aapt resource value: 0x7F0F019E - public const int plat_connected = 2131689886; + public const int pickerview_minutes = 2131689886; + + // aapt resource value: 0x7F0F019F + public const int pickerview_month = 2131689887; // aapt resource value: 0x7F0F01A0 - public const int play_hour = 2131689888; + public const int pickerview_seconds = 2131689888; // aapt resource value: 0x7F0F01A1 - public const int please_connect_the_power = 2131689889; - - // aapt resource value: 0x7F0F01A3 - public const int please_input_phonenumber_txt = 2131689891; + public const int pickerview_submit = 2131689889; // aapt resource value: 0x7F0F01A2 - public const int please_input_phone_txt = 2131689890; + public const int pickerview_year = 2131689890; // aapt resource value: 0x7F0F01A4 - public const int please_input_platform_accesstoken_txt = 2131689892; + public const int platform_login_button_txt = 2131689892; + + // aapt resource value: 0x7F0F01A3 + public const int plat_connected = 2131689891; // aapt resource value: 0x7F0F01A5 - public const int please_input_sign_get_sms_txt = 2131689893; + public const int play_hour = 2131689893; // aapt resource value: 0x7F0F01A6 - public const int please_input_sign_txt = 2131689894; - - // aapt resource value: 0x7F0F01A7 - public const int please_input_userid_txt = 2131689895; + public const int please_connect_the_power = 2131689894; // aapt resource value: 0x7F0F01A8 - public const int please_open_wifi_network = 2131689896; + public const int please_input_phonenumber_txt = 2131689896; + + // aapt resource value: 0x7F0F01A7 + public const int please_input_phone_txt = 2131689895; // aapt resource value: 0x7F0F01A9 - public const int please_open_wifi_network_sadp = 2131689897; + public const int please_input_platform_accesstoken_txt = 2131689897; // aapt resource value: 0x7F0F01AA - public const int please_operate_after_select_any_record = 2131689898; + public const int please_input_sign_get_sms_txt = 2131689898; // aapt resource value: 0x7F0F01AB - public const int please_try_connect_device_hotspot_manually = 2131689899; + public const int please_input_sign_txt = 2131689899; // aapt resource value: 0x7F0F01AC - public const int plug = 2131689900; + public const int please_input_userid_txt = 2131689900; // aapt resource value: 0x7F0F01AD - public const int pm = 2131689901; + public const int please_open_wifi_network = 2131689901; // aapt resource value: 0x7F0F01AE - public const int press_again_to_exit = 2131689902; + public const int please_open_wifi_network_sadp = 2131689902; // aapt resource value: 0x7F0F01AF - public const int press_to_talk_release_to_listen = 2131689903; + public const int please_operate_after_select_any_record = 2131689903; // aapt resource value: 0x7F0F01B0 - public const int probe_not_support_tip = 2131689904; + public const int please_try_connect_device_hotspot_manually = 2131689904; // aapt resource value: 0x7F0F01B1 - public const int promptUserToActivate = 2131689905; + public const int plug = 2131689905; // aapt resource value: 0x7F0F01B2 - public const int ptz = 2131689906; + public const int pm = 2131689906; // aapt resource value: 0x7F0F01B3 - public const int ptz_control_timeout_cruise_track_failed = 2131689907; + public const int press_again_to_exit = 2131689907; // aapt resource value: 0x7F0F01B4 - public const int ptz_control_timeout_sound_lacalization_failed = 2131689908; + public const int press_to_talk_release_to_listen = 2131689908; // aapt resource value: 0x7F0F01B5 - public const int ptz_is_preseting = 2131689909; + public const int probe_not_support_tip = 2131689909; // aapt resource value: 0x7F0F01B6 - public const int ptz_mirroring_failed = 2131689910; + public const int promptUserToActivate = 2131689910; // aapt resource value: 0x7F0F01B7 - public const int ptz_operation_failed = 2131689911; + public const int ptz = 2131689911; // aapt resource value: 0x7F0F01B8 - public const int ptz_operation_too_frequently = 2131689912; + public const int ptz_control_timeout_cruise_track_failed = 2131689912; // aapt resource value: 0x7F0F01B9 - public const int ptz_preset_current_position_failed = 2131689913; + public const int ptz_control_timeout_sound_lacalization_failed = 2131689913; // aapt resource value: 0x7F0F01BA - public const int ptz_preset_exceed_maxnum_failed = 2131689914; + public const int ptz_is_preseting = 2131689914; // aapt resource value: 0x7F0F01BB - public const int ptz_preset_invalid_position_failed = 2131689915; + public const int ptz_mirroring_failed = 2131689915; // aapt resource value: 0x7F0F01BC - public const int ptz_preset_sound_localization_failed = 2131689916; + public const int ptz_operation_failed = 2131689916; // aapt resource value: 0x7F0F01BD - public const int ptz_privacying_failed = 2131689917; + public const int ptz_operation_too_frequently = 2131689917; // aapt resource value: 0x7F0F01BE - public const int push_event_alarm_title = 2131689918; + public const int ptz_preset_current_position_failed = 2131689918; // aapt resource value: 0x7F0F01BF - public const int push_event_from = 2131689919; + public const int ptz_preset_exceed_maxnum_failed = 2131689919; // aapt resource value: 0x7F0F01C0 - public const int push_event_get = 2131689920; + public const int ptz_preset_invalid_position_failed = 2131689920; // aapt resource value: 0x7F0F01C1 - public const int push_event_get_count = 2131689921; + public const int ptz_preset_sound_localization_failed = 2131689921; // aapt resource value: 0x7F0F01C2 - public const int push_out_event_alarm_title = 2131689922; + public const int ptz_privacying_failed = 2131689922; // aapt resource value: 0x7F0F01C3 - public const int pwd_not_contain_chinese = 2131689923; + public const int push_event_alarm_title = 2131689923; // aapt resource value: 0x7F0F01C4 - public const int qrcode_card = 2131689924; + public const int push_event_from = 2131689924; // aapt resource value: 0x7F0F01C5 - public const int quality_balanced = 2131689925; + public const int push_event_get = 2131689925; // aapt resource value: 0x7F0F01C6 - public const int quality_flunet = 2131689926; + public const int push_event_get_count = 2131689926; // aapt resource value: 0x7F0F01C7 - public const int quality_hd = 2131689927; + public const int push_out_event_alarm_title = 2131689927; // aapt resource value: 0x7F0F01C8 - public const int quality_super_hd = 2131689928; - - // aapt resource value: 0x7F0F01CF - public const int querying_camera_text = 2131689935; + public const int pwd_not_contain_chinese = 2131689928; // aapt resource value: 0x7F0F01C9 - public const int query_camera_fail = 2131689929; + public const int qrcode_card = 2131689929; // aapt resource value: 0x7F0F01CA - public const int query_camera_fail_network_exception = 2131689930; + public const int quality_balanced = 2131689930; // aapt resource value: 0x7F0F01CB - public const int query_camera_fail_network_exception_or_server_exception = 2131689931; + public const int quality_flunet = 2131689931; // aapt resource value: 0x7F0F01CC - public const int query_camera_fail_not_exit = 2131689932; + public const int quality_hd = 2131689932; // aapt resource value: 0x7F0F01CD - public const int query_camera_fail_repeat_error = 2131689933; - - // aapt resource value: 0x7F0F01CE - public const int query_camera_fail_server_exception = 2131689934; - - // aapt resource value: 0x7F0F01D0 - public const int readed = 2131689936; - - // aapt resource value: 0x7F0F01D1 - public const int realplay = 2131689937; - - // aapt resource value: 0x7F0F01D2 - public const int realplay_close_sound_localization_fail = 2131689938; - - // aapt resource value: 0x7F0F01D3 - public const int realplay_encrypt_password_error_message = 2131689939; + public const int quality_super_hd = 2131689933; // aapt resource value: 0x7F0F01D4 - public const int realplay_encrypt_password_error_title = 2131689940; + public const int querying_camera_text = 2131689940; + + // aapt resource value: 0x7F0F01CE + public const int query_camera_fail = 2131689934; + + // aapt resource value: 0x7F0F01CF + public const int query_camera_fail_network_exception = 2131689935; + + // aapt resource value: 0x7F0F01D0 + public const int query_camera_fail_network_exception_or_server_exception = 2131689936; + + // aapt resource value: 0x7F0F01D1 + public const int query_camera_fail_not_exit = 2131689937; + + // aapt resource value: 0x7F0F01D2 + public const int query_camera_fail_repeat_error = 2131689938; + + // aapt resource value: 0x7F0F01D3 + public const int query_camera_fail_server_exception = 2131689939; // aapt resource value: 0x7F0F01D5 - public const int realplay_fail_connect_device = 2131689941; + public const int readed = 2131689941; // aapt resource value: 0x7F0F01D6 - public const int realplay_fail_device_not_exist = 2131689942; + public const int realplay = 2131689942; // aapt resource value: 0x7F0F01D7 - public const int realplay_full_talk_start_tip = 2131689943; + public const int realplay_close_sound_localization_fail = 2131689943; // aapt resource value: 0x7F0F01D8 - public const int realplay_loading = 2131689944; + public const int realplay_encrypt_password_error_message = 2131689944; // aapt resource value: 0x7F0F01D9 - public const int realplay_login_password_error = 2131689945; + public const int realplay_encrypt_password_error_title = 2131689945; // aapt resource value: 0x7F0F01DA - public const int realplay_login_password_msg = 2131689946; + public const int realplay_fail_connect_device = 2131689946; // aapt resource value: 0x7F0F01DB - public const int realplay_no_encrypt_password_error = 2131689947; + public const int realplay_fail_device_not_exist = 2131689947; // aapt resource value: 0x7F0F01DC - public const int realplay_no_permission = 2131689948; + public const int realplay_full_talk_start_tip = 2131689948; // aapt resource value: 0x7F0F01DD - public const int realplay_open_sound_localization_fail = 2131689949; + public const int realplay_loading = 2131689949; // aapt resource value: 0x7F0F01DE - public const int realplay_password_error_message1 = 2131689950; + public const int realplay_login_password_error = 2131689950; // aapt resource value: 0x7F0F01DF - public const int realplay_password_error_message3 = 2131689951; + public const int realplay_login_password_msg = 2131689951; // aapt resource value: 0x7F0F01E0 - public const int realplay_password_error_message4 = 2131689952; + public const int realplay_no_encrypt_password_error = 2131689952; // aapt resource value: 0x7F0F01E1 - public const int realplay_password_error_title = 2131689953; + public const int realplay_no_permission = 2131689953; // aapt resource value: 0x7F0F01E2 - public const int realplay_play_fail = 2131689954; + public const int realplay_open_sound_localization_fail = 2131689954; // aapt resource value: 0x7F0F01E3 - public const int realplay_play_fail_becauseof_network = 2131689955; + public const int realplay_password_error_message1 = 2131689955; // aapt resource value: 0x7F0F01E4 - public const int realplay_play_no_video_source = 2131689956; + public const int realplay_password_error_message3 = 2131689956; // aapt resource value: 0x7F0F01E5 - public const int realplay_play_talkback_fail = 2131689957; + public const int realplay_password_error_message4 = 2131689957; // aapt resource value: 0x7F0F01E6 - public const int realplay_play_talkback_fail_ison = 2131689958; + public const int realplay_password_error_title = 2131689958; // aapt resource value: 0x7F0F01E7 - public const int realplay_play_talkback_fail_privacy = 2131689959; + public const int realplay_play_fail = 2131689959; // aapt resource value: 0x7F0F01E8 - public const int realplay_play_talkback_network_exception = 2131689960; + public const int realplay_play_fail_becauseof_network = 2131689960; // aapt resource value: 0x7F0F01E9 - public const int realplay_play_talkback_request_timeout = 2131689961; + public const int realplay_play_no_video_source = 2131689961; // aapt resource value: 0x7F0F01EA - public const int realplay_set_fail_network = 2131689962; + public const int realplay_play_talkback_fail = 2131689962; // aapt resource value: 0x7F0F01EB - public const int realplay_set_fail_status = 2131689963; + public const int realplay_play_talkback_fail_ison = 2131689963; // aapt resource value: 0x7F0F01EC - public const int realplay_set_vediomode_fail = 2131689964; + public const int realplay_play_talkback_fail_privacy = 2131689964; // aapt resource value: 0x7F0F01ED - public const int realplay_share_no_permission = 2131689965; + public const int realplay_play_talkback_network_exception = 2131689965; // aapt resource value: 0x7F0F01EE - public const int realplay_share_time_over = 2131689966; + public const int realplay_play_talkback_request_timeout = 2131689966; // aapt resource value: 0x7F0F01EF - public const int realplay_verifycode_error_message0 = 2131689967; + public const int realplay_set_fail_network = 2131689967; // aapt resource value: 0x7F0F01F0 - public const int realplay_verifycode_error_placehold = 2131689968; + public const int realplay_set_fail_status = 2131689968; // aapt resource value: 0x7F0F01F1 - public const int receice_leave_msg_audio = 2131689969; + public const int realplay_set_vediomode_fail = 2131689969; // aapt resource value: 0x7F0F01F2 - public const int receice_leave_msg_video = 2131689970; + public const int realplay_share_no_permission = 2131689970; // aapt resource value: 0x7F0F01F3 - public const int record = 2131689971; + public const int realplay_share_time_over = 2131689971; // aapt resource value: 0x7F0F01F4 - public const int refresh = 2131689972; + public const int realplay_verifycode_error_message0 = 2131689972; // aapt resource value: 0x7F0F01F5 - public const int refresh_empty_hint = 2131689973; + public const int realplay_verifycode_error_placehold = 2131689973; // aapt resource value: 0x7F0F01F6 - public const int refresh_fail_hint = 2131689974; - - // aapt resource value: 0x7F0F01F8 - public const int remoteplayback_capture_fail = 2131689976; - - // aapt resource value: 0x7F0F01F9 - public const int remoteplayback_capture_fail_for_memory = 2131689977; - - // aapt resource value: 0x7F0F01FA - public const int remoteplayback_connect_device_error = 2131689978; - - // aapt resource value: 0x7F0F01FB - public const int remoteplayback_connect_server_error = 2131689979; - - // aapt resource value: 0x7F0F01FC - public const int remoteplayback_fail = 2131689980; - - // aapt resource value: 0x7F0F01FD - public const int remoteplayback_norecordfile = 2131689981; - - // aapt resource value: 0x7F0F01FE - public const int remoteplayback_norecordfile_alarm = 2131689982; - - // aapt resource value: 0x7F0F01FF - public const int remoteplayback_over_link = 2131689983; - - // aapt resource value: 0x7F0F0200 - public const int remoteplayback_record_fail = 2131689984; - - // aapt resource value: 0x7F0F0201 - public const int remoteplayback_record_fail_for_memory = 2131689985; + public const int receice_leave_msg_audio = 2131689974; // aapt resource value: 0x7F0F01F7 - public const int remoteplayback_SDCard_disable_use = 2131689975; + public const int receice_leave_msg_video = 2131689975; + + // aapt resource value: 0x7F0F01F8 + public const int record = 2131689976; + + // aapt resource value: 0x7F0F01F9 + public const int refresh = 2131689977; + + // aapt resource value: 0x7F0F01FA + public const int refresh_empty_hint = 2131689978; + + // aapt resource value: 0x7F0F01FB + public const int refresh_fail_hint = 2131689979; + + // aapt resource value: 0x7F0F01FD + public const int remoteplayback_capture_fail = 2131689981; + + // aapt resource value: 0x7F0F01FE + public const int remoteplayback_capture_fail_for_memory = 2131689982; + + // aapt resource value: 0x7F0F01FF + public const int remoteplayback_connect_device_error = 2131689983; + + // aapt resource value: 0x7F0F0200 + public const int remoteplayback_connect_server_error = 2131689984; + + // aapt resource value: 0x7F0F0201 + public const int remoteplayback_fail = 2131689985; // aapt resource value: 0x7F0F0202 - public const int remoteplayback_searchfile_fail_for_device = 2131689986; + public const int remoteplayback_norecordfile = 2131689986; // aapt resource value: 0x7F0F0203 - public const int remoteplayback_searchfile_fail_for_network = 2131689987; + public const int remoteplayback_norecordfile_alarm = 2131689987; // aapt resource value: 0x7F0F0204 - public const int reset_10_sec_to_release = 2131689988; + public const int remoteplayback_over_link = 2131689988; // aapt resource value: 0x7F0F0205 - public const int reset_device = 2131689989; + public const int remoteplayback_record_fail = 2131689989; // aapt resource value: 0x7F0F0206 - public const int result_txt = 2131689990; + public const int remoteplayback_record_fail_for_memory = 2131689990; + + // aapt resource value: 0x7F0F01FC + public const int remoteplayback_SDCard_disable_use = 2131689980; // aapt resource value: 0x7F0F0207 - public const int retry = 2131689991; - - // aapt resource value: 0x7F0F0209 - public const int router = 2131689993; + public const int remoteplayback_searchfile_fail_for_device = 2131689991; // aapt resource value: 0x7F0F0208 - public const int route_status_light = 2131689992; + public const int remoteplayback_searchfile_fail_for_network = 2131689992; + + // aapt resource value: 0x7F0F0209 + public const int reset_10_sec_to_release = 2131689993; // aapt resource value: 0x7F0F020A - public const int sadp_activate_state1 = 2131689994; + public const int reset_device = 2131689994; // aapt resource value: 0x7F0F020B - public const int sadp_activate_state2 = 2131689995; + public const int result_txt = 2131689995; // aapt resource value: 0x7F0F020C - public const int sadp_password_input_hint = 2131689996; - - // aapt resource value: 0x7F0F020D - public const int sadp_password_toast = 2131689997; + public const int retry = 2131689996; // aapt resource value: 0x7F0F020E - public const int sadp_password_too_weak = 2131689998; + public const int router = 2131689998; + + // aapt resource value: 0x7F0F020D + public const int route_status_light = 2131689997; // aapt resource value: 0x7F0F020F - public const int sadp_quit_activate = 2131689999; + public const int sadp_activate_state1 = 2131689999; // aapt resource value: 0x7F0F0210 - public const int save_encrypt_password_fail_network_exception = 2131690000; + public const int sadp_activate_state2 = 2131690000; // aapt resource value: 0x7F0F0211 - public const int scan_add = 2131690001; + public const int sadp_password_input_hint = 2131690001; // aapt resource value: 0x7F0F0212 - public const int scan_connet_network = 2131690002; + public const int sadp_password_toast = 2131690002; // aapt resource value: 0x7F0F0213 - public const int scan_cue_txt = 2131690003; + public const int sadp_password_too_weak = 2131690003; // aapt resource value: 0x7F0F0214 - public const int scan_device_add_by_others = 2131690004; + public const int sadp_quit_activate = 2131690004; // aapt resource value: 0x7F0F0215 - public const int scan_device_search = 2131690005; + public const int save_encrypt_password_fail_network_exception = 2131690005; // aapt resource value: 0x7F0F0216 - public const int scan_device_serial_no = 2131690006; + public const int scan_add = 2131690006; // aapt resource value: 0x7F0F0217 - public const int scan_network_unavailible = 2131690007; + public const int scan_connet_network = 2131690007; // aapt resource value: 0x7F0F0218 - public const int scan_probe_qrcode_error = 2131690008; + public const int scan_cue_txt = 2131690008; // aapt resource value: 0x7F0F0219 - public const int scan_search_probe_qrcode = 2131690009; + public const int scan_device_add_by_others = 2131690009; // aapt resource value: 0x7F0F021A - public const int scan_title_txt = 2131690010; + public const int scan_device_search = 2131690010; // aapt resource value: 0x7F0F021B - public const int screenshot_fail = 2131690011; + public const int scan_device_serial_no = 2131690011; // aapt resource value: 0x7F0F021C - public const int screenshot_success = 2131690012; + public const int scan_network_unavailible = 2131690012; // aapt resource value: 0x7F0F021D - public const int sdk_is_init = 2131690013; + public const int scan_probe_qrcode_error = 2131690013; // aapt resource value: 0x7F0F021E - public const int search = 2131690014; + public const int scan_search_probe_qrcode = 2131690014; // aapt resource value: 0x7F0F021F - public const int search_menu_title = 2131690015; + public const int scan_title_txt = 2131690015; // aapt resource value: 0x7F0F0220 - public const int secure_validate = 2131690016; - - // aapt resource value: 0x7F0F0222 - public const int secure_validatee_fail = 2131690018; + public const int screenshot_fail = 2131690016; // aapt resource value: 0x7F0F0221 - public const int secure_validate_success = 2131690017; + public const int screenshot_success = 2131690017; + + // aapt resource value: 0x7F0F0222 + public const int sdk_is_init = 2131690018; // aapt resource value: 0x7F0F0223 - public const int seek_camera_fail_device_not_support_shipin7 = 2131690019; + public const int search = 2131690019; // aapt resource value: 0x7F0F0224 - public const int select_all = 2131690020; + public const int search_menu_title = 2131690020; // aapt resource value: 0x7F0F0225 - public const int select_date = 2131690021; - - // aapt resource value: 0x7F0F0226 - public const int serial_add_hint = 2131690022; + public const int secure_validate = 2131690021; // aapt resource value: 0x7F0F0227 - public const int serial_add_password_error_title = 2131690023; + public const int secure_validatee_fail = 2131690023; + + // aapt resource value: 0x7F0F0226 + public const int secure_validate_success = 2131690022; // aapt resource value: 0x7F0F0228 - public const int serial_input_text = 2131690024; + public const int seek_camera_fail_device_not_support_shipin7 = 2131690024; // aapt resource value: 0x7F0F0229 - public const int serial_number_error = 2131690025; + public const int select_all = 2131690025; // aapt resource value: 0x7F0F022A - public const int serial_number_is_null = 2131690026; + public const int select_date = 2131690026; // aapt resource value: 0x7F0F022B - public const int serial_number_put_the_right_no = 2131690027; + public const int serial_add_hint = 2131690027; // aapt resource value: 0x7F0F022C - public const int server_area = 2131690028; - - // aapt resource value: 0x7F0F0231 - public const int setting = 2131690033; - - // aapt resource value: 0x7F0F0232 - public const int setting_video_level = 2131690034; + public const int serial_add_password_error_title = 2131690028; // aapt resource value: 0x7F0F022D - public const int set_defence_plan = 2131690029; + public const int serial_input_text = 2131690029; // aapt resource value: 0x7F0F022E - public const int set_device_wifi_network_need_reset_the_device = 2131690030; + public const int serial_number_error = 2131690030; // aapt resource value: 0x7F0F022F - public const int set_ptz_flip_fail = 2131690031; + public const int serial_number_is_null = 2131690031; // aapt resource value: 0x7F0F0230 - public const int set_ptz_flip_success = 2131690032; + public const int serial_number_put_the_right_no = 2131690032; - // aapt resource value: 0x7F0F0233 - public const int share_devices = 2131690035; - - // aapt resource value: 0x7F0F0234 - public const int sms_verify_bind_error = 2131690036; - - // aapt resource value: 0x7F0F0235 - public const int sms_verify_code_received = 2131690037; + // aapt resource value: 0x7F0F0231 + public const int server_area = 2131690033; // aapt resource value: 0x7F0F0236 - public const int source_detection_off = 2131690038; + public const int setting = 2131690038; // aapt resource value: 0x7F0F0237 - public const int source_detection_on = 2131690039; + public const int setting_video_level = 2131690039; + + // aapt resource value: 0x7F0F0232 + public const int set_defence_plan = 2131690034; + + // aapt resource value: 0x7F0F0233 + public const int set_device_wifi_network_need_reset_the_device = 2131690035; + + // aapt resource value: 0x7F0F0234 + public const int set_ptz_flip_fail = 2131690036; + + // aapt resource value: 0x7F0F0235 + public const int set_ptz_flip_success = 2131690037; // aapt resource value: 0x7F0F0238 - public const int specified_device = 2131690040; + public const int share_devices = 2131690040; // aapt resource value: 0x7F0F0239 - public const int srl_component_falsify = 2131690041; + public const int sms_verify_bind_error = 2131690041; // aapt resource value: 0x7F0F023A - public const int srl_content_empty = 2131690042; + public const int sms_verify_code_received = 2131690042; // aapt resource value: 0x7F0F023B - public const int srl_footer_failed = 2131690043; + public const int source_detection_off = 2131690043; // aapt resource value: 0x7F0F023C - public const int srl_footer_finish = 2131690044; + public const int source_detection_on = 2131690044; // aapt resource value: 0x7F0F023D - public const int srl_footer_loading = 2131690045; + public const int specified_device = 2131690045; // aapt resource value: 0x7F0F023E - public const int srl_footer_nothing = 2131690046; + public const int srl_component_falsify = 2131690046; // aapt resource value: 0x7F0F023F - public const int srl_footer_pulling = 2131690047; + public const int srl_content_empty = 2131690047; // aapt resource value: 0x7F0F0240 - public const int srl_footer_refreshing = 2131690048; + public const int srl_footer_failed = 2131690048; // aapt resource value: 0x7F0F0241 - public const int srl_footer_release = 2131690049; + public const int srl_footer_finish = 2131690049; // aapt resource value: 0x7F0F0242 - public const int srl_header_failed = 2131690050; + public const int srl_footer_loading = 2131690050; // aapt resource value: 0x7F0F0243 - public const int srl_header_finish = 2131690051; + public const int srl_footer_nothing = 2131690051; // aapt resource value: 0x7F0F0244 - public const int srl_header_loading = 2131690052; + public const int srl_footer_pulling = 2131690052; // aapt resource value: 0x7F0F0245 - public const int srl_header_pulling = 2131690053; + public const int srl_footer_refreshing = 2131690053; // aapt resource value: 0x7F0F0246 - public const int srl_header_refreshing = 2131690054; + public const int srl_footer_release = 2131690054; // aapt resource value: 0x7F0F0247 - public const int srl_header_release = 2131690055; + public const int srl_header_failed = 2131690055; // aapt resource value: 0x7F0F0248 - public const int srl_header_secondary = 2131690056; + public const int srl_header_finish = 2131690056; // aapt resource value: 0x7F0F0249 - public const int srl_header_update = 2131690057; + public const int srl_header_loading = 2131690057; // aapt resource value: 0x7F0F024A - public const int start_cloud = 2131690058; + public const int srl_header_pulling = 2131690058; // aapt resource value: 0x7F0F024B - public const int start_to_experience = 2131690059; + public const int srl_header_refreshing = 2131690059; // aapt resource value: 0x7F0F024C - public const int start_voice_talk = 2131690060; + public const int srl_header_release = 2131690060; // aapt resource value: 0x7F0F024D - public const int status_bar_notification_info_overflow = 2131690061; + public const int srl_header_secondary = 2131690061; // aapt resource value: 0x7F0F024E - public const int step3_adding_device_to_account = 2131690062; + public const int srl_header_update = 2131690062; // aapt resource value: 0x7F0F024F - public const int storage_status = 2131690063; + public const int start_cloud = 2131690063; // aapt resource value: 0x7F0F0250 - public const int stream_type = 2131690064; - - // aapt resource value: 0x7F0F0253 - public const int string_apiurl = 2131690067; + public const int start_to_experience = 2131690064; // aapt resource value: 0x7F0F0251 - public const int string_ap_connection = 2131690065; + public const int start_voice_talk = 2131690065; // aapt resource value: 0x7F0F0252 - public const int string_ap_connection_normal = 2131690066; + public const int status_bar_notification_info_overflow = 2131690066; + + // aapt resource value: 0x7F0F0253 + public const int step3_adding_device_to_account = 2131690067; // aapt resource value: 0x7F0F0254 - public const int string_authurl = 2131690068; - - // aapt resource value: 0x7F0F0256 - public const int string_deviceserial = 2131690070; + public const int storage_status = 2131690068; // aapt resource value: 0x7F0F0255 - public const int string_device_network_mode = 2131690069; - - // aapt resource value: 0x7F0F0257 - public const int string_ezopenurl = 2131690071; + public const int stream_type = 2131690069; // aapt resource value: 0x7F0F0258 - public const int string_get_device_version_fail = 2131690072; + public const int string_apiurl = 2131690072; + + // aapt resource value: 0x7F0F0256 + public const int string_ap_connection = 2131690070; + + // aapt resource value: 0x7F0F0257 + public const int string_ap_connection_normal = 2131690071; // aapt resource value: 0x7F0F0259 - public const int string_smart_and_sound_wave_connection = 2131690073; - - // aapt resource value: 0x7F0F025A - public const int string_smart_connection = 2131690074; + public const int string_authurl = 2131690073; // aapt resource value: 0x7F0F025B - public const int string_smart_connection_normal = 2131690075; + public const int string_deviceserial = 2131690075; + + // aapt resource value: 0x7F0F025A + public const int string_device_network_mode = 2131690074; // aapt resource value: 0x7F0F025C - public const int string_sound_wave_connection = 2131690076; + public const int string_ezopenurl = 2131690076; // aapt resource value: 0x7F0F025D - public const int string_wired_connection = 2131690077; + public const int string_get_device_version_fail = 2131690077; // aapt resource value: 0x7F0F025E - public const int submit_secure_validate = 2131690078; + public const int string_smart_and_sound_wave_connection = 2131690078; // aapt resource value: 0x7F0F025F - public const int submit_sms_code = 2131690079; + public const int string_smart_connection = 2131690079; // aapt resource value: 0x7F0F0260 - public const int switch_to_handset = 2131690080; + public const int string_smart_connection_normal = 2131690080; // aapt resource value: 0x7F0F0261 - public const int switch_to_speaker = 2131690081; + public const int string_sound_wave_connection = 2131690081; // aapt resource value: 0x7F0F0262 - public const int tab_more = 2131690082; + public const int string_wired_connection = 2131690082; // aapt resource value: 0x7F0F0263 - public const int talk = 2131690083; - - // aapt resource value: 0x7F0F0266 - public const int talking = 2131690086; + public const int submit_secure_validate = 2131690083; // aapt resource value: 0x7F0F0264 - public const int talk_open_failed = 2131690084; + public const int submit_sms_code = 2131690084; // aapt resource value: 0x7F0F0265 - public const int talk_open_success = 2131690085; + public const int switch_to_handset = 2131690085; + + // aapt resource value: 0x7F0F0266 + public const int switch_to_speaker = 2131690086; // aapt resource value: 0x7F0F0267 - public const int tip_heard_voice = 2131690087; + public const int tab_more = 2131690087; // aapt resource value: 0x7F0F0268 - public const int tip_login_out = 2131690088; - - // aapt resource value: 0x7F0F0269 - public const int tip_of_added_by_yourself_and_online = 2131690089; - - // aapt resource value: 0x7F0F026A - public const int tip_of_bad_net = 2131690090; + public const int talk = 2131690088; // aapt resource value: 0x7F0F026B - public const int tip_playback_again = 2131690091; + public const int talking = 2131690091; + + // aapt resource value: 0x7F0F0269 + public const int talk_open_failed = 2131690089; + + // aapt resource value: 0x7F0F026A + public const int talk_open_success = 2131690090; // aapt resource value: 0x7F0F026C - public const int tip_specified_device = 2131690092; + public const int tip_heard_voice = 2131690092; // aapt resource value: 0x7F0F026D - public const int title_activate_device = 2131690093; + public const int tip_login_out = 2131690093; // aapt resource value: 0x7F0F026E - public const int title_activate_device_fail = 2131690094; + public const int tip_of_added_by_yourself_and_online = 2131690094; // aapt resource value: 0x7F0F026F - public const int title_activity_connect_device_wifi = 2131690095; + public const int tip_of_bad_net = 2131690095; // aapt resource value: 0x7F0F0270 - public const int title_activity_ezupgrade_device = 2131690096; + public const int tip_playback_again = 2131690096; // aapt resource value: 0x7F0F0271 - public const int today = 2131690097; + public const int tip_specified_device = 2131690097; // aapt resource value: 0x7F0F0272 - public const int touch_fingerprint_sensor_hint = 2131690098; + public const int title_activate_device = 2131690098; // aapt resource value: 0x7F0F0273 - public const int touch_to_load = 2131690099; + public const int title_activate_device_fail = 2131690099; // aapt resource value: 0x7F0F0274 - public const int try_again = 2131690100; + public const int title_activity_connect_device_wifi = 2131690100; // aapt resource value: 0x7F0F0275 - public const int ui_call_demo_txt = 2131690101; + public const int title_activity_ezupgrade_device = 2131690101; // aapt resource value: 0x7F0F0276 - public const int unable_identify_two_dimensional_code_tip = 2131690102; + public const int today = 2131690102; // aapt resource value: 0x7F0F0277 - public const int unbind_to_bind = 2131690103; + public const int touch_fingerprint_sensor_hint = 2131690103; // aapt resource value: 0x7F0F0278 - public const int unknow_ssid = 2131690104; + public const int touch_to_load = 2131690104; // aapt resource value: 0x7F0F0279 - public const int unlock_fail = 2131690105; + public const int try_again = 2131690105; // aapt resource value: 0x7F0F027A - public const int unlock_success = 2131690106; + public const int ui_call_demo_txt = 2131690106; // aapt resource value: 0x7F0F027B - public const int unnamed = 2131690107; + public const int unable_identify_two_dimensional_code_tip = 2131690107; // aapt resource value: 0x7F0F027C - public const int update_exit = 2131690108; + public const int unbind_to_bind = 2131690108; // aapt resource value: 0x7F0F027D - public const int upgrade = 2131690109; + public const int unknow_ssid = 2131690109; // aapt resource value: 0x7F0F027E - public const int upgrade_fail = 2131690110; + public const int unlock_fail = 2131690110; // aapt resource value: 0x7F0F027F - public const int upgrade_progress = 2131690111; + public const int unlock_success = 2131690111; // aapt resource value: 0x7F0F0280 - public const int upgrade_success = 2131690112; + public const int unnamed = 2131690112; // aapt resource value: 0x7F0F0281 - public const int upgrade_success_progress = 2131690113; + public const int update_exit = 2131690113; // aapt resource value: 0x7F0F0282 - public const int user_name_txt = 2131690114; + public const int upgrade = 2131690114; // aapt resource value: 0x7F0F0283 - public const int verify_code_error = 2131690115; + public const int upgrade_fail = 2131690115; // aapt resource value: 0x7F0F0284 - public const int verify_sms_code_fail = 2131690116; + public const int upgrade_progress = 2131690116; // aapt resource value: 0x7F0F0285 - public const int verify_sms_code_success = 2131690117; + public const int upgrade_success = 2131690117; // aapt resource value: 0x7F0F0286 - public const int version_newest = 2131690118; + public const int upgrade_success_progress = 2131690118; // aapt resource value: 0x7F0F0287 - public const int video_answer = 2131690119; + public const int user_name_txt = 2131690119; // aapt resource value: 0x7F0F0288 - public const int video_box = 2131690120; + public const int verify_code_error = 2131690120; // aapt resource value: 0x7F0F0289 - public const int video_confirm = 2131690121; + public const int verify_sms_code_fail = 2131690121; // aapt resource value: 0x7F0F028A - public const int video_device = 2131690122; + public const int verify_sms_code_success = 2131690122; // aapt resource value: 0x7F0F028B - public const int video_fail = 2131690123; + public const int version_newest = 2131690123; // aapt resource value: 0x7F0F028C - public const int video_hang_up = 2131690124; + public const int video_answer = 2131690124; // aapt resource value: 0x7F0F028D - public const int video_icon = 2131690125; + public const int video_box = 2131690125; // aapt resource value: 0x7F0F028E - public const int video_not_answer = 2131690126; + public const int video_confirm = 2131690126; // aapt resource value: 0x7F0F028F - public const int video_screenshot = 2131690127; + public const int video_device = 2131690127; // aapt resource value: 0x7F0F0290 - public const int video_square = 2131690128; + public const int video_fail = 2131690128; // aapt resource value: 0x7F0F0291 - public const int video_success = 2131690129; + public const int video_hang_up = 2131690129; // aapt resource value: 0x7F0F0292 - public const int video_talk_call_cancel = 2131690130; + public const int video_icon = 2131690130; // aapt resource value: 0x7F0F0293 - public const int video_talk_call_is_accepted = 2131690131; + public const int video_not_answer = 2131690131; // aapt resource value: 0x7F0F0294 - public const int video_talk_is_playing = 2131690132; + public const int video_screenshot = 2131690132; // aapt resource value: 0x7F0F0295 - public const int video_talk_sdk_toast_hang_up = 2131690133; + public const int video_square = 2131690133; // aapt resource value: 0x7F0F0296 - public const int video_talk_sdk_toast_nobody = 2131690134; + public const int video_success = 2131690134; // aapt resource value: 0x7F0F0297 - public const int video_talk_signal_weak = 2131690135; + public const int video_talk_call_cancel = 2131690135; // aapt resource value: 0x7F0F0298 - public const int video_talk_watch_is_busy = 2131690136; + public const int video_talk_call_is_accepted = 2131690136; // aapt resource value: 0x7F0F0299 - public const int video_talk_watch_temperature_high_hang = 2131690137; + public const int video_talk_is_playing = 2131690137; // aapt resource value: 0x7F0F029A - public const int video_talk_watch_temperature_high_hint = 2131690138; + public const int video_talk_sdk_toast_hang_up = 2131690138; // aapt resource value: 0x7F0F029B - public const int video_talk_watch_temperature_high_reject = 2131690139; + public const int video_talk_sdk_toast_nobody = 2131690139; // aapt resource value: 0x7F0F029C - public const int video_talk_watch_temperature_high_warn = 2131690140; + public const int video_talk_signal_weak = 2131690140; // aapt resource value: 0x7F0F029D - public const int video_tip = 2131690141; + public const int video_talk_watch_is_busy = 2131690141; // aapt resource value: 0x7F0F029E - public const int video_unlock = 2131690142; + public const int video_talk_watch_temperature_high_hang = 2131690142; // aapt resource value: 0x7F0F029F - public const int wait = 2131690143; + public const int video_talk_watch_temperature_high_hint = 2131690143; // aapt resource value: 0x7F0F02A0 - public const int web_login_button_txt = 2131690144; + public const int video_talk_watch_temperature_high_reject = 2131690144; // aapt resource value: 0x7F0F02A1 - public const int wechat_interconnect = 2131690145; + public const int video_talk_watch_temperature_high_warn = 2131690145; // aapt resource value: 0x7F0F02A2 - public const int wifi_connected = 2131690146; + public const int video_tip = 2131690146; // aapt resource value: 0x7F0F02A3 - public const int wifi_connection_finish_need_refresh = 2131690147; + public const int video_unlock = 2131690147; // aapt resource value: 0x7F0F02A4 - public const int wifi_set = 2131690148; + public const int wait = 2131690148; // aapt resource value: 0x7F0F02A5 - public const int wifi_setting = 2131690149; + public const int web_login_button_txt = 2131690149; // aapt resource value: 0x7F0F02A6 - public const int wired_connection = 2131690150; - - // aapt resource value: 0x7F0F02A8 - public const int xlistview_footer_hint_normal = 2131690152; + public const int wechat_interconnect = 2131690150; // aapt resource value: 0x7F0F02A7 - public const int xlistview_footer_hint_no_more_device = 2131690151; + public const int wifi_connected = 2131690151; + + // aapt resource value: 0x7F0F02A8 + public const int wifi_connection_finish_need_refresh = 2131690152; // aapt resource value: 0x7F0F02A9 - public const int xlistview_footer_hint_ready = 2131690153; + public const int wifi_set = 2131690153; // aapt resource value: 0x7F0F02AA - public const int xlistview_footer_no_more = 2131690154; + public const int wifi_setting = 2131690154; // aapt resource value: 0x7F0F02AB - public const int xlistview_footer_no_more_msg = 2131690155; - - // aapt resource value: 0x7F0F02AC - public const int xlistview_header_hint_loading = 2131690156; + public const int wired_connection = 2131690155; // aapt resource value: 0x7F0F02AD - public const int xlistview_header_hint_more = 2131690157; + public const int xlistview_footer_hint_normal = 2131690157; + + // aapt resource value: 0x7F0F02AC + public const int xlistview_footer_hint_no_more_device = 2131690156; // aapt resource value: 0x7F0F02AE - public const int xlistview_header_hint_normal = 2131690158; + public const int xlistview_footer_hint_ready = 2131690158; // aapt resource value: 0x7F0F02AF - public const int xlistview_header_hint_ready = 2131690159; + public const int xlistview_footer_no_more = 2131690159; // aapt resource value: 0x7F0F02B0 - public const int xlistview_header_last_time = 2131690160; + public const int xlistview_footer_no_more_msg = 2131690160; + + // aapt resource value: 0x7F0F02B1 + public const int xlistview_header_hint_loading = 2131690161; + + // aapt resource value: 0x7F0F02B2 + public const int xlistview_header_hint_more = 2131690162; + + // aapt resource value: 0x7F0F02B3 + public const int xlistview_header_hint_normal = 2131690163; + + // aapt resource value: 0x7F0F02B4 + public const int xlistview_header_hint_ready = 2131690164; + + // aapt resource value: 0x7F0F02B5 + public const int xlistview_header_last_time = 2131690165; static String() { diff --git a/HDL-ON_iOS/HDL-ON_iOS.csproj b/HDL-ON_iOS/HDL-ON_iOS.csproj index 1c4bf79..d9de373 100644 --- a/HDL-ON_iOS/HDL-ON_iOS.csproj +++ b/HDL-ON_iOS/HDL-ON_iOS.csproj @@ -101,8 +101,8 @@ <Reference Include="Shared.IOS.LCVideoOnSDK"> <HintPath>..\DLL\LC\IOS\Shared.IOS.LCVideoOnSDK.dll</HintPath> </Reference> - <Reference Include="Shared.Droid.HDLLinphone"> - <HintPath>..\..\Linphone\HDLLinphoneSDK_Android\Shared.Droid.HDLLinphone\Shared.Droid.HDLLinphone\bin\Release\Shared.Droid.HDLLinphone.dll</HintPath> + <Reference Include="Shared.IOS.HDLLinphoneSDK"> + <HintPath>..\..\Linphone\HDLLinphoneSDK_IOS\Shared.IOS.HDLLinphoneSDK\Shared.IOS.HDLLinphoneSDK\bin\Release\Shared.IOS.HDLLinphoneSDK.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -130,6 +130,9 @@ <PackageReference Include="Xamarin.Essentials"> <Version>1.7.0</Version> </PackageReference> + <PackageReference Include="Xamarin.Swift"> + <Version>1.0.8</Version> + </PackageReference> </ItemGroup> <ItemGroup> <ImageAsset Include="Assets.xcassets\add_server1.imageset\add_server1.png" /> diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist index 230005a..fcc5165 100644 --- a/HDL-ON_iOS/Info.plist +++ b/HDL-ON_iOS/Info.plist @@ -42,7 +42,7 @@ <key>LSRequiresIPhoneOS</key> <true/> <key>MinimumOSVersion</key> - <string>9.0</string> + <string>11.0</string> <key>UIDeviceFamily</key> <array> <integer>1</integer> @@ -119,6 +119,8 @@ </array> <key>UIBackgroundModes</key> <array> + <string>audio</string> + <string>voip</string> <string>remote-notification</string> </array> <key>NSFaceIDUsageDescription</key> @@ -129,5 +131,7 @@ <string>This application uses Bluetooth to communicate with the device, this application does not collect, store or record any data that communicates via Bluetooth.</string> <key>NSBluetoothAlwaysUsageDescription</key> <string>This application uses Bluetooth to communicate with the device, this application does not collect, store or record any data that communicates via Bluetooth.</string> + <key>NSVoIPUsageDescription</key> + <string>Make audio/video calls</string> </dict> </plist> diff --git a/HDL_ON/Common/ApiUtlis.cs b/HDL_ON/Common/ApiUtlis.cs index b5eb5bb..2229c1c 100644 --- a/HDL_ON/Common/ApiUtlis.cs +++ b/HDL_ON/Common/ApiUtlis.cs @@ -263,6 +263,7 @@ //} //======================鑾峰彇鍙瀵硅璁惧鍒楄〃==================== + bool isInterphoneType_HDL = false;//鏄惁涓篐DLLinphone鍙瀵硅 var videoInfo= VideoSend.GetVideoInfoList(); if (videoInfo.Code == StateCode.SUCCESS) { @@ -274,10 +275,17 @@ if (video.interphoneType == InterphoneType.IMOUVISIAL.ToString()) { UI.UI2.PersonalCenter.PirDevice.PirSend.LcSubAccessToken = video.subAccountToken; + } else if (video.interphoneType == InterphoneType.HDL.ToString()) { + isInterphoneType_HDL = true; } } } - + //======================鑾峰彇Sip璐﹀彿骞朵笖鍒濆鍖朣DK鍙瀵硅璁惧鍒楄〃==================== + if (isInterphoneType_HDL) + { + //HDLLinphone鍙瀵硅,鑾峰彇Sip璐﹀彿骞跺垵濮嬪寲SDK + HDLLinphone.Current.getHDLSipInfoAndInitSDK(DB_ResidenceData.Instance.CurrentRegion.id); + } } catch (Exception ex) { diff --git a/HDL_ON/Common/HDLCommon.cs b/HDL_ON/Common/HDLCommon.cs index 955fb51..c010d80 100644 --- a/HDL_ON/Common/HDLCommon.cs +++ b/HDL_ON/Common/HDLCommon.cs @@ -328,6 +328,18 @@ eSVideoInfo.DeviceSerial = json["devSerial"].ToString();//璁惧搴忓垪鍙� eSVideoInfo.HomeId = jpushMessageInfo.HomeId; } + else if (interphoneTypeEnum == InterphoneType.HDL.ToString()) + { + //HDL Linphone 鐙勮�愬厠 + eSVideoInfo.HomeId = jpushMessageInfo.HomeId; + eSVideoInfo.callId = json["callId"].ToString(); + eSVideoInfo.Lc_DeviceId = json["deviceId"].ToString(); + eSVideoInfo.DeviceName = json["deviceName"].ToString(); + eSVideoInfo.deviceSipAccount = json["deviceSipAccount"].ToString(); + //ShowAlert("鐙勮�愬厠闂ㄥ彛鏈哄懠鍙�"); + HDLLinphone.Current.ShowESVideoIntercom(eSVideoInfo); + return; + } //3.鎵撳紑鍛煎彨椤甸潰 if (eSVideoInfo == null) return; diff --git a/HDL_ON/DAL/Server/HttpUtil.cs b/HDL_ON/DAL/Server/HttpUtil.cs index b271fdb..0dec30c 100644 --- a/HDL_ON/DAL/Server/HttpUtil.cs +++ b/HDL_ON/DAL/Server/HttpUtil.cs @@ -18,8 +18,8 @@ /// 鍏叡鍩熷悕灏辫繎瑙f瀽 /// /// </summary> - public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com"; - //public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com";//mmmm + //public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com"; + public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com";//mmmm /// <summary> /// RegionMark /// </summary> diff --git a/HDL_ON/DAL/Server/NewAPI.cs b/HDL_ON/DAL/Server/NewAPI.cs index 40200dd..0573cc7 100644 --- a/HDL_ON/DAL/Server/NewAPI.cs +++ b/HDL_ON/DAL/Server/NewAPI.cs @@ -662,6 +662,10 @@ /// 鏇存敼閫氳瘽鐘舵�� /// </summary> public const string API_POST_VideoDevice_UpdateCallStatus = "/home-wisdom/platform/imou/updateCallStatus"; + /// <summary> + /// 浣忓畢sip璐﹀彿鑾峰彇 + /// </summary> + public const string API_POST_VideoDevice_GetSipAccount = "/home-wisdom/app/home/getSipAccount"; #endregion diff --git a/HDL_ON/DAL/ThirdPartySdk/ESOnVideo.cs b/HDL_ON/DAL/ThirdPartySdk/ESOnVideo.cs index 9a25874..aabc46e 100644 --- a/HDL_ON/DAL/ThirdPartySdk/ESOnVideo.cs +++ b/HDL_ON/DAL/ThirdPartySdk/ESOnVideo.cs @@ -99,30 +99,59 @@ if (interphoneType == InterphoneType.IMOUVISIAL.ToString()) { intent = new Intent(Shared.Application.Activity, typeof(HDL_ON_Android.LeChengVideoActivity)); + intent.PutExtra("ESVideoUUID", mESVideoInfo.ESVideoUUID); + intent.PutExtra("uuid", mESVideoInfo.uuid); + intent.PutExtra("DeviceName", mESVideoInfo.DeviceName); + intent.PutExtra("cmtID", mESVideoInfo.cmtID); + intent.PutExtra("roomno", mESVideoInfo.roomno); + intent.PutExtra("unitno", mESVideoInfo.unitno); + intent.PutExtra("HomeID", PirSend.HomeId); + intent.PutExtra("callId", mESVideoInfo.callId); + intent.PutExtra("Type", 0); + + //=========涔愭========== + intent.PutExtra("AccessToken", mESVideoInfo.Lc_AccessToken); + intent.PutExtra("DeviceId", mESVideoInfo.Lc_DeviceId); + intent.PutExtra("Location", OnAppConfig.Instance.RequestHttpsHost.Contains("China") ? 0 : 1);//濡傛灉鍩熷悕鍖呭惈china锛屽垯鏄浗鍐呰处鍙�); + intent.PutExtra("PlayToken", mESVideoInfo.Lc_PlayToken); + intent.PutExtra("Psk", mESVideoInfo.Lc_Psk); + + Shared.Application.Activity.StartActivity(intent); + } + else if (interphoneType == InterphoneType.FLVI.ToString()) + { + + intent = new Intent(Shared.Application.Activity, typeof(HDL_ON_Android.VideoActivity)); + intent.PutExtra("ESVideoUUID", mESVideoInfo.ESVideoUUID); + intent.PutExtra("uuid", mESVideoInfo.uuid); + intent.PutExtra("DeviceName", mESVideoInfo.DeviceName); + intent.PutExtra("cmtID", mESVideoInfo.cmtID); + intent.PutExtra("roomno", mESVideoInfo.roomno); + intent.PutExtra("unitno", mESVideoInfo.unitno); + intent.PutExtra("HomeID", PirSend.HomeId); + intent.PutExtra("callId", mESVideoInfo.callId); + intent.PutExtra("Type", 0); + + //=========涔愭========== + intent.PutExtra("AccessToken", mESVideoInfo.Lc_AccessToken); + intent.PutExtra("DeviceId", mESVideoInfo.Lc_DeviceId); + intent.PutExtra("Location", OnAppConfig.Instance.RequestHttpsHost.Contains("China") ? 0 : 1);//濡傛灉鍩熷悕鍖呭惈china锛屽垯鏄浗鍐呰处鍙�); + intent.PutExtra("PlayToken", mESVideoInfo.Lc_PlayToken); + intent.PutExtra("Psk", mESVideoInfo.Lc_Psk); + + Shared.Application.Activity.StartActivity(intent); + } + else if (interphoneType == InterphoneType.HDL.ToString()) + { + //HDLLinphone 鐙勮�愬厠 + HDLLinphone.Current.ShowESVideoMonitor(mESVideoInfo); } else { - intent = new Intent(Shared.Application.Activity, typeof(HDL_ON_Android.VideoActivity)); + HDLUtils.WriteLine("鏈鎺ワ紝涓嶆敮鎸佺洃瑙�"); } - intent.PutExtra("ESVideoUUID", mESVideoInfo.ESVideoUUID); - intent.PutExtra("uuid", mESVideoInfo.uuid); - intent.PutExtra("DeviceName", mESVideoInfo.DeviceName); - intent.PutExtra("cmtID", mESVideoInfo.cmtID); - intent.PutExtra("roomno", mESVideoInfo.roomno); - intent.PutExtra("unitno", mESVideoInfo.unitno); - intent.PutExtra("HomeID", PirSend.HomeId); - intent.PutExtra("callId", mESVideoInfo.callId); - intent.PutExtra("Type", 0); - - //=========涔愭========== - intent.PutExtra("AccessToken", mESVideoInfo.Lc_AccessToken); - intent.PutExtra("DeviceId", mESVideoInfo.Lc_DeviceId); - intent.PutExtra("Location", OnAppConfig.Instance.RequestHttpsHost.Contains("China") ? 0 : 1);//濡傛灉鍩熷悕鍖呭惈china锛屽垯鏄浗鍐呰处鍙�); - intent.PutExtra("PlayToken", mESVideoInfo.Lc_PlayToken); - intent.PutExtra("Psk", mESVideoInfo.Lc_Psk); - - Shared.Application.Activity.StartActivity(intent); + #endif } @@ -169,7 +198,13 @@ EZSDK.IOS.EZSDK.SharedInstance().PlayWithDeviceSerial(mESVideoInfo.DeviceSerial); } - else + else if (interphoneType == InterphoneType.HDL.ToString()) + { + //HDL Linphone 鐙勮�愬厠 + + + } + else if (interphoneType == InterphoneType.FLVI.ToString()) { ESOnIntercomViewController vc = new ESOnIntercomViewController(); @@ -181,14 +216,37 @@ mOnESCallDelegate = new OnESCallDelegate(this); vc.MESCallDelegate = mOnESCallDelegate; Shared.Application.currentVC.NavigationController.PushViewController(vc, true); + }else{ + HDLUtils.WriteLine("鏈敮鎸佺殑鍙瀵硅绫诲瀷"); + } #else - #region + #region Android 澶勭悊 Intent intent = null; if (interphoneType == InterphoneType.IMOUVISIAL.ToString()) { + //寰呭垹鍑忎笉蹇呰鍙傛暟 intent = new Intent(Shared.Application.Activity, typeof(HDL_ON_Android.LeChengVideoActivity)); + intent.PutExtra("ESVideoUUID", mESVideoInfo.ESVideoUUID); + intent.PutExtra("uuid", mESVideoInfo.uuid); + intent.PutExtra("DeviceName", mESVideoInfo.DeviceName); + intent.PutExtra("cmtID", mESVideoInfo.cmtID); + intent.PutExtra("roomno", mESVideoInfo.roomno); + intent.PutExtra("unitno", mESVideoInfo.unitno); + intent.PutExtra("HomeID", PirSend.HomeId); + intent.PutExtra("callId", mESVideoInfo.callId); + intent.PutExtra("Type", 1); + + //=========涔愭========== + intent.PutExtra("AccessToken", mESVideoInfo.Lc_AccessToken); + intent.PutExtra("DeviceId", mESVideoInfo.Lc_DeviceId); + intent.PutExtra("Location", OnAppConfig.Instance.RequestHttpsHost.Contains("China") ? 0 : 1);//濡傛灉鍩熷悕鍖呭惈china锛屽垯鏄浗鍐呰处鍙�); + intent.PutExtra("PlayToken", mESVideoInfo.Lc_PlayToken); + intent.PutExtra("Psk", mESVideoInfo.Lc_Psk); + + Shared.Application.Activity.StartActivity(intent); + } else if (interphoneType == InterphoneType.EZVIZ.ToString()) { @@ -213,29 +271,45 @@ }); return; } + else if (interphoneType == InterphoneType.HDL.ToString()) + { + //HDL Linphone 鐙勮�愬厠 + + + } + else if (interphoneType == InterphoneType.FLVI.ToString()) + { + //寰呭垹鍑忎笉蹇呰鍙傛暟 + intent = new Intent(Shared.Application.Activity, typeof(HDL_ON_Android.VideoActivity)); + intent.PutExtra("ESVideoUUID", mESVideoInfo.ESVideoUUID); + intent.PutExtra("uuid", mESVideoInfo.uuid); + intent.PutExtra("DeviceName", mESVideoInfo.DeviceName); + intent.PutExtra("cmtID", mESVideoInfo.cmtID); + intent.PutExtra("roomno", mESVideoInfo.roomno); + intent.PutExtra("unitno", mESVideoInfo.unitno); + intent.PutExtra("HomeID", PirSend.HomeId); + intent.PutExtra("callId", mESVideoInfo.callId); + intent.PutExtra("Type", 1); + + //=========涔愭========== + intent.PutExtra("AccessToken", mESVideoInfo.Lc_AccessToken); + intent.PutExtra("DeviceId", mESVideoInfo.Lc_DeviceId); + intent.PutExtra("Location", OnAppConfig.Instance.RequestHttpsHost.Contains("China") ? 0 : 1);//濡傛灉鍩熷悕鍖呭惈china锛屽垯鏄浗鍐呰处鍙�); + intent.PutExtra("PlayToken", mESVideoInfo.Lc_PlayToken); + intent.PutExtra("Psk", mESVideoInfo.Lc_Psk); + + + Shared.Application.Activity.StartActivity(intent); + } else { - intent = new Intent(Shared.Application.Activity, typeof(HDL_ON_Android.VideoActivity)); + HDLUtils.WriteLine("鏈敮鎸佺殑鍙瀵硅绫诲瀷"); + } - intent.PutExtra("ESVideoUUID", mESVideoInfo.ESVideoUUID); - intent.PutExtra("uuid", mESVideoInfo.uuid); - intent.PutExtra("DeviceName", mESVideoInfo.DeviceName); - intent.PutExtra("cmtID", mESVideoInfo.cmtID); - intent.PutExtra("roomno", mESVideoInfo.roomno); - intent.PutExtra("unitno", mESVideoInfo.unitno); - intent.PutExtra("HomeID", PirSend.HomeId); - intent.PutExtra("callId", mESVideoInfo.callId); - intent.PutExtra("Type", 1); + - //=========涔愭========== - intent.PutExtra("AccessToken", mESVideoInfo.Lc_AccessToken); - intent.PutExtra("DeviceId", mESVideoInfo.Lc_DeviceId); - intent.PutExtra("Location", OnAppConfig.Instance.RequestHttpsHost.Contains("China") ? 0 : 1);//濡傛灉鍩熷悕鍖呭惈china锛屽垯鏄浗鍐呰处鍙�); - intent.PutExtra("PlayToken", mESVideoInfo.Lc_PlayToken); - intent.PutExtra("Psk", mESVideoInfo.Lc_Psk); - - Shared.Application.Activity.StartActivity(intent); + #endregion #endif @@ -743,8 +817,11 @@ /// 璁惧搴忓垪鍙� /// </summary> public string DeviceSerial = string.Empty; - - + //========================HDL SIP========================== + /// <summary> + /// 璁惧sip璐﹀彿 interphoneType鏄疕DL鏃舵墠浼氭湁鍊� + /// </summary> + public string deviceSipAccount; } @@ -784,6 +861,10 @@ /// 钀ょ煶鐚溂鍛煎彨 /// </summary> EZVIZ, + /// <summary> + /// 鐙勮�愬厠 HDL Linphone + /// </summary> + HDL, } diff --git a/HDL_ON/DAL/ThirdPartySdk/HDLLinphone.cs b/HDL_ON/DAL/ThirdPartySdk/HDLLinphone.cs index bd697ae..347ddd6 100644 --- a/HDL_ON/DAL/ThirdPartySdk/HDLLinphone.cs +++ b/HDL_ON/DAL/ThirdPartySdk/HDLLinphone.cs @@ -1,8 +1,17 @@ 锘縰sing System; +using System.Collections.Generic; +using System.Threading; + +using HDL_ON; +using HDL_ON.DAL.Server; +using HDL_ON.Entity; #if __Android__ +using Android.Content; using Android.Graphics; using Android.Widget; using Com.Hdl.Hdllinphonesdk; +#else +using Foundation; #endif namespace Shared @@ -32,70 +41,466 @@ } } - - public void InitLinphone() + #region 鈻� -- 鍒濆鍖朣DK_______________________________ + /// <summary> + /// 鍒濆鍖朣DK + /// </summary> + void InitLinphone() { + //闃叉閲嶅鍒濆鍖� + if (isInitSdk) return; + + isInitSdk = true; + #if __IOS__ + Shared.IOS.HDLLinphoneSDK.HDLLinPhoneSDK.Instance().InitalLinPhone(); #else - - Com.Hdl.Hdllinphonesdk.Core.EasyLinphone.InitLinphone(Application.Activity); + Com.Hdl.Hdllinphonesdk.HDLLinphoneKit.Instance.InitLinphone(Application.Activity); setOnHDLLinphoneCallListener(); - Com.Hdl.Hdllinphonesdk.Core.EasyLinphone.SetAccountAndLogin("3333", "85521566", "116.62.26.215:5060"); - #endif } -#if __Android__ + /// <summary> + /// 褰撳墠鐧诲綍鐨凷ip璐﹀彿 + /// </summary> + HDLSipInfo currentHDLSipInfo; + /// <summary> + /// 璁剧疆sip鐧诲綍璐﹀彿 + /// </summary> + /// <param name="mHDLSipInfo"></param> + public void SetAccountAndLogin(HDLSipInfo mHDLSipInfo) { + this.currentHDLSipInfo = mHDLSipInfo; + if (mHDLSipInfo == null) return; + +#if __IOS__ + //Shared.IOS.HDLLinphoneSDK.HDLLinPhoneSDK.Instance().Login("3333", "85521566", "116.62.26.215:5060"); + Shared.IOS.HDLLinphoneSDK.HDLLinPhoneSDK.Instance().Login(mHDLSipInfo.sipAccount, mHDLSipInfo.sipPasswd, mHDLSipInfo.realm); +#else + Com.Hdl.Hdllinphonesdk.HDLLinphoneKit.Instance.SetAccountAndLogin(mHDLSipInfo.sipAccount, mHDLSipInfo.sipPasswd, mHDLSipInfo.realm); + //Com.Hdl.Hdllinphonesdk.Core.EasyLinphone.SetAccountAndLogin("61723164995710", "8ec02ce0", "47.94.42.230:25060"); +#endif - class HDLLinphoneCallListener : Java.Lang.Object, Com.Hdl.Hdllinphonesdk.Callback.IOnHDLLinphoneCallListener + } + #endregion + + #region 鈻� -- 鍔ㄤ綔鍥炶皟鍜屽師鐢熶氦浜掞紝鎻愪氦璁板綍鍒颁簯绔痏______________________________ + /// <summary> + /// 鍙瀵硅璁惧鍙傛暟 + /// </summary> + public HDLCallVideoInfo mHDLCallVideoInfo; + + /// <summary> + /// 鍒濆鍖栧懠鍙弬鏁� + /// </summary> + /// <param name="mHDLCallVideoInfo"></param> + /// <param name="mInterphoneType"></param> + public void InitCallInfo(HDLCallVideoInfo mHDLCallVideoInfo) + { + this.mHDLCallVideoInfo = mHDLCallVideoInfo; + } + + /// <summary> + /// 鍒ゆ柇callId鏄惁涓虹┖ + /// </summary> + /// <returns></returns> + bool CheckmHDLCallVideoInfoIsNullOrEmpty() + { + //return false; + return (mHDLCallVideoInfo == null || string.IsNullOrEmpty(mHDLCallVideoInfo.CallId)); + } + + /// <summary> + /// 鎴浘鎴愬姛 + /// </summary> + public void ScreenshotSuccessfulAction(byte[] dataBytes) + { + //Utlis.WriteLine("ScreenshotSuccessfulAction"); + + if (CheckmHDLCallVideoInfoIsNullOrEmpty()) return; + + new Thread(() => + { + //var imageName = Guid.NewGuid().ToString(); + Dictionary<string, object> dic = new Dictionary<string, object>(); + dic.Add("callId", mHDLCallVideoInfo.CallId); + dic.Add("images", dataBytes); +#if __IOS__ + dic.Add("imagesName", "_IOS.jpg"); +#else + dic.Add("imagesName", "_Android.jpg"); +#endif + + var requestJson = HttpUtil.GetSignRequestJson(dic); + var revertObj = HttpUtil.RequestHttpsPostFroHome(NewAPI.API_POST_FL_Screenshot, requestJson); + if (revertObj.Code == StateCode.SUCCESS) { - //showToast - void showToast(string text) + //Utlis.WriteLine("POST 鎴浘涓婁紶鎴愬姛"); + } + else + { + Utlis.WriteLine("POST 鎴浘涓婁紶澶辫触 code: " + revertObj.Code); + } + + }) + { IsBackground = false }.Start(); + + } + + DateTime UnlockDateTime = DateTime.MinValue; + #endregion + + #region 鈻� -- 鏂版帴鍚拰寮�閿佹帴鍙______________________________ + /// <summary> + /// 寮�閿� + /// </summary> + public void HDLUnlockAction() + { + //Utlis.WriteLine("UnlockAction"); + + if (mHDLCallVideoInfo == null) return; + + new Thread(() => + { + Dictionary<string, object> dic = new Dictionary<string, object>(); + dic.Add("deviceId", mHDLCallVideoInfo.DeviceId);//璁惧id + dic.Add("callId", mHDLCallVideoInfo.CallId); + dic.Add("interphoneType", mHDLCallVideoInfo.InterphoneType); + dic.Add("homeId", mHDLCallVideoInfo.HomeId); + var requestJson = HttpUtil.GetSignRequestJson(dic); + var revertObj = HttpUtil.RequestHttpsPostFroHome(NewAPI.API_POST_VideoDevice_OpenDoorbell, requestJson); + + Application.RunOnMainThread(() => + { + +#if __IOS__ + if (revertObj.Code == StateCode.SUCCESS) { - - Toast.MakeText(Application.Activity, text, ToastLength.Short).Show(); + //鍜屽師鐢熺洃鎺х晫闈氦浜掋�佸彂閫佸紑閿佹垚鍔熼�氱煡 + NSNotificationCenter.DefaultCenter.PostNotificationName("lcCallDelegateOpenDoorSuccess", null); } - - public void OnAnswerAction() + else { - showToast("鎺ュ惉"); + Utlis.WriteLine("POST 寮�閿佸け璐� code: " + revertObj.Code); } - - public void OnHangUpAction(int callDuration) - { - - showToast("鎸傛柇 閫氳瘽鏃堕暱锛�" + callDuration); - } - - public void OnRejectCallAction() - { - showToast("鎷掓帴"); - } - - public void OnScreenshotSuccessfulAction(Bitmap p0) - { - showToast("鎴浘"); - } - - public void OnUnlockAction() +#else + if (revertObj.Code == StateCode.SUCCESS) { HDLLinphoneKit.Instance.OnOpenSuccess(); } - - } - - void setOnHDLLinphoneCallListener() - { - HDLLinphoneKit.Instance.OnHDLLinphoneCallListener = new HDLLinphoneCallListener(); - - } + else + { + Utlis.WriteLine("POST 寮�閿佸け璐� code: " + revertObj.Code); + HDLLinphoneKit.Instance.OnOpenError(revertObj.message); + } #endif + }); + + + }) + { IsBackground = false }.Start(); + } + + /// <summary> + /// 鏇存敼閫氳瘽鐘舵�� + /// </summary> + public void HDLUpdateCallStatus(CallStatusType callStatusType, InterphoneType interphoneType, int callDuration = 0) + { + + if (CheckmHDLCallVideoInfoIsNullOrEmpty()) return; + + new Thread(() => + { + Dictionary<string, object> dic = new Dictionary<string, object>(); + dic.Add("callId", mHDLCallVideoInfo.CallId);//鍛煎彨id + dic.Add("callStatus", callStatusType.ToString());//鍙敤鍊�:MISSED,RECEIVED,REJECT + dic.Add("interphoneTypeEnum", interphoneType.ToString());//鍙敤鍊�:FLVI,IMOUVISIAL + if (callStatusType == CallStatusType.RECEIVED && callDuration > 0) + { + dic.Add("callDuration", callDuration);//閫氳瘽鏃堕暱锛堢锛� + } + + var requestJson = HttpUtil.GetSignRequestJson(dic); + var revertObj = HttpUtil.RequestHttpsPostFroHome(NewAPI.API_POST_VideoDevice_UpdateCallStatus, requestJson); + if (revertObj.Code == StateCode.SUCCESS) + { + + } + else + { + Utlis.WriteLine("POST 鏇存柊鐘舵�佸け璐� code: " + revertObj.Code); + } + + }) + { IsBackground = false }.Start(); + + } + #endregion + + #region 鈻� -- 鑾峰彇sip璐﹀彿_______________________________ + /// <summary> + /// 鏄惁鍒濆鍖栦簡SDK + /// </summary> + public bool isInitSdk; + /// <summary> + /// 鑾峰彇褰撳墠浣忓畢鐨凷IP璐﹀彿 + /// </summary> + public HDLSipInfo GetHDLSipInfo(string homeId) + { + Dictionary<string, object> d = new Dictionary<string, object>(); + d.Add("homeId", homeId); + + var requestJson = HttpUtil.GetSignRequestJson(d); + var resultObj = HttpUtil.RequestHttpsPostFroHome(NewAPI.API_POST_VideoDevice_GetSipAccount, requestJson); + + if (resultObj.Code == StateCode.SUCCESS) + { + if (string.IsNullOrEmpty(resultObj.Data.ToString())) + { + //鎺х殑璇濅唬琛ㄥ綋鍓嶄綇瀹呬笉鏀寔 + return null; + } + else + { + var info = Newtonsoft.Json.JsonConvert.DeserializeObject<HDLSipInfo>(resultObj.Data.ToString()); + return info; + } + } + else + { + return null; + } + + } + + /// <summary> + /// 鑾峰彇褰撳墠浣忓畢Sip璐﹀彿淇℃伅骞跺垵濮嬪寲LinphoneSDK鍜岀櫥褰� + /// </summary> + /// <param name="homeId"></param> + public void getHDLSipInfoAndInitSDK(string homeId) + { + try + { + //鍏堟竻绌哄懠鍙拰鐩戣璁惧淇℃伅 + InitCallInfo(null); + HDLSipInfo mHDLSipInfo = GetHDLSipInfo(homeId); + if (mHDLSipInfo != null) + { + InitLinphone(); + mHDLSipInfo.homeId = homeId; + SetAccountAndLogin(mHDLSipInfo); + //Application.RunOnMainThread(() => + //{ + // InitLinphone(); + // SetAccountAndLogin(mHDLSipInfo); + //}); + } + } + catch + { + + } + } + #endregion + + #region 鈻� -- 璺宠浆鐩戞帶椤甸潰_______________________________ + /// <summary> + /// 璺宠浆鐩戞帶椤甸潰 + /// </summary> + /// <param name="mESVideoInfo"></param> + public void ShowESVideoMonitor(ESVideoInfo mESVideoInfo) + { + HDLCallVideoInfo mHDLCallVideoInfo = new HDLCallVideoInfo(); + mHDLCallVideoInfo.HomeId = mESVideoInfo.HomeId; + mHDLCallVideoInfo.DeviceId = mESVideoInfo.Lc_DeviceId; + mHDLCallVideoInfo.DeviceName = mESVideoInfo.DeviceName; + mHDLCallVideoInfo.InterphoneType = InterphoneType.HDL.ToString(); + mHDLCallVideoInfo.DeviceSipAccount = mESVideoInfo.deviceSipAccount;//鐩戣涓诲姩鍛煎彨闂ㄥ彛鏈烘椂鐢ㄥ埌 + InitCallInfo(mHDLCallVideoInfo); + +#if __IOS__ + +#else + Com.Hdl.Hdllinphonesdk.HDLLinphoneKit.Instance.CallTo(mHDLCallVideoInfo.DeviceSipAccount, true); + var intent = new Intent(Shared.Application.Activity, typeof(Com.Hdl.Hdllinphonesdk.Activity.HDLLinphoneMonitorActivity)); ; + intent.PutExtra(HDLLinphoneKit.KeyTitleName, mHDLCallVideoInfo.DeviceName); + Shared.Application.Activity.StartActivity(intent); +#endif + + } + #endregion + + + #region 鈻� -- 璺宠浆鍛煎彨椤甸潰_______________________________ + /// <summary> + /// 璺宠浆鍛煎彨椤甸潰 + /// </summary> + /// <param name="mESVideoInfo"></param> + public void ShowESVideoIntercom(ESVideoInfo mESVideoInfo) + { + HDLCallVideoInfo mHDLCallVideoInfo = new HDLCallVideoInfo(); + mHDLCallVideoInfo.CallId = mESVideoInfo.callId; + mHDLCallVideoInfo.HomeId = mESVideoInfo.HomeId; + mHDLCallVideoInfo.DeviceId = mESVideoInfo.Lc_DeviceId; + mHDLCallVideoInfo.DeviceName = mESVideoInfo.DeviceName; + mHDLCallVideoInfo.InterphoneType = InterphoneType.HDL.ToString(); + mHDLCallVideoInfo.DeviceSipAccount = mESVideoInfo.deviceSipAccount; + InitCallInfo(mHDLCallVideoInfo); + +#if __IOS__ + +#else + var intent = new Intent(Shared.Application.Activity, typeof(Com.Hdl.Hdllinphonesdk.Activity.HDLLinphoneIntercomActivity)); ; + intent.PutExtra(HDLLinphoneKit.KeyTitleName, mHDLCallVideoInfo.DeviceName); + Shared.Application.Activity.StartActivity(intent); +#endif + + } + #endregion + + + #region 鈻� -- Android鐩稿叧鎿嶄綔_______________________________ + +#if __Android__ + + /// <summary> + /// 鎺ュ惉銆佹寕鏂�佸紑閿佺瓑鍔ㄤ綔鐩戝惉澶勭悊 + /// </summary> + private class HDLLinphoneCallListener : Java.Lang.Object, Com.Hdl.Hdllinphonesdk.Callback.IOnHDLLinphoneCallListener + { + [Weak] HDLLinphone hdlLinphone; + + public HDLLinphoneCallListener(HDLLinphone mHDLLinphone) + { + hdlLinphone = mHDLLinphone; + } + + + //showToast + void showToast(string text) + { + Toast.MakeText(Application.Activity, text, ToastLength.Short).Show(); + } + + public void OnAnswerAction() + { + showToast("鎺ュ惉"); + hdlLinphone.HDLUpdateCallStatus(CallStatusType.RECEIVED, InterphoneType.HDL); + } + + public void OnHangUpAction(int callDuration) + { + + showToast("鎸傛柇 閫氳瘽鏃堕暱锛�" + callDuration); + hdlLinphone.HDLUpdateCallStatus(CallStatusType.RECEIVED, InterphoneType.HDL, callDuration); + } + + public void OnRejectCallAction() + { + showToast("鎷掓帴"); + hdlLinphone.HDLUpdateCallStatus(CallStatusType.REJECT, InterphoneType.HDL); + } + + public void OnScreenshotSuccessfulAction(Bitmap p0) + { + showToast("鎴浘鎴愬姛"); + } + + public void OnUnlockAction() + { + hdlLinphone.HDLUnlockAction(); + } + + } + + /// <summary> + /// 璁剧疆鍘熺敓鐨凩istener鐩戝惉 + /// </summary> + void setOnHDLLinphoneCallListener() + { + HDLLinphoneKit.Instance.OnHDLLinphoneCallListener = new HDLLinphoneCallListener(this); + } + +#endif + #endregion } + + /// <summary> + /// SIP鍙瀵硅鍙傛暟 + /// </summary> + public class HDLCallVideoInfo + { + /// <summary> + /// 璁惧搴忓垪鍙凤紝閫氳蹇呰瀛楁 + /// </summary> + public string DeviceId = string.Empty; + /// <summary> + /// 璁惧鍚嶇О + /// </summary> + public string DeviceName = string.Empty; + /// <summary> + /// 璁惧Sip璐﹀彿 + /// </summary> + public string DeviceSipAccount = string.Empty; + /// <summary> + /// 鍛煎彨璁板綍Id + /// </summary> + public string CallId = string.Empty; + /// <summary> + /// 浣忓畢Id + /// </summary> + public string HomeId = string.Empty; + /// <summary> + /// 璐﹀彿 + /// </summary> + public string Username = string.Empty; + /// <summary> + /// 瀵嗙爜 + /// </summary> + public string Password = string.Empty; + /// <summary> + /// Domain + /// </summary> + public string Domain = string.Empty; + /// <summary> + /// 绫诲瀷 + /// </summary> + public string InterphoneType; + + } + + /// <summary> + /// SIP璐﹀彿鐩稿叧淇℃伅 + /// </summary> + public class HDLSipInfo + { + /// <summary> + /// Sip鏈嶅姟鍣� + /// </summary> + public string proxy { get; set; } + /// <summary> + /// 璁惧鍩� + /// </summary> + public string realm { get; set; } + /// <summary> + /// sip璐﹀彿 + /// </summary> + public string sipAccount { get; set; } + /// <summary> + /// sipPasswd sip瀵嗙爜 + /// </summary> + public string sipPasswd { get; set; } + /// <summary> + /// 浣忓畢ID + /// </summary> + public string homeId; + } + + } diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs index fa95854..223ecbc 100644 --- a/HDL_ON/UI/MainPage.cs +++ b/HDL_ON/UI/MainPage.cs @@ -159,8 +159,7 @@ //}) //{ IsBackground = true }.Start(); Common.ApiUtlis.Ins.DownloadData(); - //鍒濆鍖朙inphone - HDLLinphone.Current.InitLinphone(); + GoUserPage(false,true); } } diff --git a/HDL_ON/UI/UI2/FuntionControlView/Video/ObjectClass.cs b/HDL_ON/UI/UI2/FuntionControlView/Video/ObjectClass.cs index f6d8549..fc82b32 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Video/ObjectClass.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Video/ObjectClass.cs @@ -155,6 +155,14 @@ /// 涓版灄鍙瀵硅data /// </summary> public VideoFlData flRoomBindVO = new VideoFlData(); + /// <summary> + /// 璁惧sip璐﹀彿 interphoneType鏄疕DL鏃舵墠浼氭湁鍊� + /// </summary> + public string deviceSipAccount; + /// <summary> + /// homeId + /// </summary> + public string homeId; } /// <summary> diff --git a/HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs b/HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs index 5198364..41d5dec 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Video/VideoMainView.cs @@ -300,12 +300,14 @@ DeviceName = video.deviceName, roomno = video.flRoomBindVO.flRoomId, unitno = video.flRoomBindVO.flBuildingId, - uuid= getUuid(video.deviceId), - cmtID=video.flRoomBindVO.flCmtId, + uuid = getUuid(video.deviceId), + cmtID = video.flRoomBindVO.flCmtId, Lc_AccessToken = video.subAccountToken, Lc_DeviceId = video.deviceId, Lc_Psk = video.deviceName, Lc_PlayToken = video.playToken, + deviceSipAccount = video.deviceSipAccount, + HomeId = video.homeId }; ESOnVideo.Current.ShowESVideoMonitor(eSVideoInfo, video.interphoneType); } -- Gitblit v1.8.0