From 3e286ae4d9a23674674f9ad12573e7e7911f2dfb Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 17 三月 2021 18:00:48 +0800 Subject: [PATCH] 备份代码 --- HDL-ON_Android/Resources/Resource.designer.cs | 2434 ++++++++++++++++++++++++------------------------ HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirMain.cs | 70 - HDL-ON_Android/Other/JLCountrycode.cs | 72 + HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/BrandList.cs | 288 ----- .vs/HDL_APP_Project/xs/UserPrefs.xml | 32 HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs | 13 HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirSend.cs | 15 HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/AddMiniRemoteControlDirection4Page.cs | 2 DLL/Android/Shared.Droid.JLCountryCode.dll | 0 HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/DeviceSet.cs | 2 10 files changed, 1,377 insertions(+), 1,551 deletions(-) diff --git a/.vs/HDL_APP_Project/xs/UserPrefs.xml b/.vs/HDL_APP_Project/xs/UserPrefs.xml index 105f5a4..a04b4c1 100644 --- a/.vs/HDL_APP_Project/xs/UserPrefs.xml +++ b/.vs/HDL_APP_Project/xs/UserPrefs.xml @@ -1,33 +1,39 @@ 锘�<Properties StartupConfiguration="{09712674-2A38-407B-B1E2-560B2C352F9A}|Default"> - <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs"> + <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/ReplicationView.cs"> <Files> - <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirMain.cs" Line="81" Column="14" /> - <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Pir.cs" Line="37" Column="16" /> - <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirSend.cs" Line="18" Column="23" /> - <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/DeviceListPage.cs" Line="142" Column="53" /> - <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/AddMiniRemoteControlDirection4Page.cs" Line="210" Column="54" /> - <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/AddControlComplete.cs" Line="212" Column="1" /> - <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs" Line="231" Column="43" /> + <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirMain.cs" Line="17" Column="66" /> + <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Method.cs" Line="12" Column="22" /> + <File FileName="HDL_ON/DAL/Mqtt/MqttClient.cs" Line="161" Column="1" /> + <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/AddButton.cs" Line="124" Column="68" /> + <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs" Line="27" Column="40" /> + <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/ReplicationView.cs" Line="15" Column="10" /> </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="Mqtt" expanded="True" /> + </Node> + <Node name="Entity" expanded="True" /> <Node name="UI" expanded="True"> <Node name="UI2" expanded="True"> <Node name="4-PersonalCenter" expanded="True"> <Node name="PirDevice" expanded="True"> - <Node name="Matching.cs" selected="True" /> + <Node name="View" expanded="True"> + <Node name="ReplicationView.cs" selected="True" /> + </Node> </Node> + </Node> + <Node name="FuntionControlView" expanded="True"> + <Node name="Music" expanded="True" /> </Node> </Node> </Node> </Node> - <Node name="HDL-ON_iOS" expanded="True"> - <Node name="Resources" expanded="True"> - <Node name="Phone" expanded="True" /> - </Node> + <Node name="HDL-ON_Android" expanded="True"> + <Node name="Other" expanded="True" /> </Node> </Node> </State> diff --git a/DLL/Android/Shared.Droid.JLCountryCode.dll b/DLL/Android/Shared.Droid.JLCountryCode.dll old mode 100644 new mode 100755 index be50629..d67e2eb --- a/DLL/Android/Shared.Droid.JLCountryCode.dll +++ b/DLL/Android/Shared.Droid.JLCountryCode.dll Binary files differ diff --git a/HDL-ON_Android/Other/JLCountrycode.cs b/HDL-ON_Android/Other/JLCountrycode.cs index cdf913a..487892b 100644 --- a/HDL-ON_Android/Other/JLCountrycode.cs +++ b/HDL-ON_Android/Other/JLCountrycode.cs @@ -1,6 +1,9 @@ 锘縰sing System; using Android.Content; using Com.Widget.Jlcountrycode; +using Com.Widget.Jlcountrycode.Sortselect; +using System.Collections.Generic; +using Java.Util; namespace JLCountrycode { @@ -34,6 +37,53 @@ JLCountryCodeActivity.OnCountryCodeCallback = new OnCountryCodeCallback(action); Shared.Application.Activity.StartActivity(new Intent(Shared.Application.Activity, typeof(JLCountryCodeActivity))); } + + /// <summary> + /// 鑷畾涔変紶鍏ュ瓧鍏告暟鎹� 閫夋嫨 + /// </summary> + /// <param name="titleStr"></param> + /// <param name="dic"></param> + /// <param name="action"></param> + public void ShowSortSelection(string titleStr, Dictionary<string, List<string>> dic, Action<string> action) + { + try + { + SortSelectionUtils.Instance.OnSortSelectCallback = new OnSSCallback(action); + SortSelectionUtils.Instance.SortSelectTitle = titleStr; + SortSelectionUtils.Instance.MSortSelectList = ConvertToHashMap(dic); + Shared.Application.Activity.StartActivity(new Intent(Shared.Application.Activity, typeof(JLSortSelectionActivity))); + } + catch (Exception ex) + { + Console.WriteLine(ex.ToString()); + } + + } + + /// <summary> + /// Dictionary 杞� Android HashMap + /// </summary> + /// <param name="dict"></param> + /// <returns></returns> + Dictionary<string, ArrayList> ConvertToHashMap(Dictionary<string, List<string>> dict) + { + Dictionary<string, ArrayList> newDictionary = new Dictionary<string, ArrayList>(); + try + { + foreach (string key in dict.Keys) + { + var value = dict[key]; + var arrayList = new ArrayList(); + arrayList.AddAll(value.ToArray()); + newDictionary.Add(key, arrayList); + } + } + catch (Exception Ex) + { + //Logger.LogException(Ex); + } + return newDictionary; + } } /// <summary> @@ -53,4 +103,26 @@ mAction?.Invoke(countryName, code); } } + + + + /// <summary> + /// OnSortSelectCallback + /// </summary> + public class OnSSCallback : Java.Lang.Object, IOnSortSelectCallback + { + + Action<string> mAction; + public OnSSCallback(Action<string> action) + { + mAction = action; + } + + public void OnSortSelectCallback(string countryName) + { + mAction?.Invoke(countryName); + } + + } + } \ No newline at end of file diff --git a/HDL-ON_Android/Resources/Resource.designer.cs b/HDL-ON_Android/Resources/Resource.designer.cs index 042c39b..a83c969 100644 --- a/HDL-ON_Android/Resources/Resource.designer.cs +++ b/HDL-ON_Android/Resources/Resource.designer.cs @@ -4729,14 +4729,14 @@ // aapt resource value: 0x7F0801AD public const int h_talk_sel = 2131231149; - // aapt resource value: 0x7F0801DC - public const int icn_btn_bg_plus = 2131231196; - // aapt resource value: 0x7F0801DD - public const int Icon = 2131231197; + public const int icn_btn_bg_plus = 2131231197; // aapt resource value: 0x7F0801DE - public const int icon_multi_screen_preview = 2131231198; + public const int Icon = 2131231198; + + // aapt resource value: 0x7F0801DF + public const int icon_multi_screen_preview = 2131231199; // aapt resource value: 0x7F0801BD public const int ic_action_search = 2131231165; @@ -4769,1717 +4769,1720 @@ public const int ic_gps_point = 2131231174; // aapt resource value: 0x7F0801C7 - public const int ic_wd_arc_scale_bg = 2131231175; + public const int ic_ss_arrow_back = 2131231175; // aapt resource value: 0x7F0801C8 - public const int ic_wd_curtain_bg_top = 2131231176; + public const int ic_wd_arc_scale_bg = 2131231176; // aapt resource value: 0x7F0801C9 - public const int ic_wd_curtain_h_bg = 2131231177; + public const int ic_wd_curtain_bg_top = 2131231177; // aapt resource value: 0x7F0801CA - public const int ic_wd_curtain_h_open = 2131231178; + public const int ic_wd_curtain_h_bg = 2131231178; // aapt resource value: 0x7F0801CB - public const int ic_wd_curtain_h_progress = 2131231179; + public const int ic_wd_curtain_h_open = 2131231179; // aapt resource value: 0x7F0801CC - public const int ic_wd_curtain_h_top = 2131231180; + public const int ic_wd_curtain_h_progress = 2131231180; // aapt resource value: 0x7F0801CD - public const int ic_wd_curtain_open = 2131231181; + public const int ic_wd_curtain_h_top = 2131231181; // aapt resource value: 0x7F0801CE - public const int ic_wd_curtain_roll_bg = 2131231182; + public const int ic_wd_curtain_open = 2131231182; // aapt resource value: 0x7F0801CF - public const int ic_wd_curtain_roll_progress = 2131231183; + public const int ic_wd_curtain_roll_bg = 2131231183; // aapt resource value: 0x7F0801D0 - public const int ic_wd_on_curtain_blinds_progress = 2131231184; + public const int ic_wd_curtain_roll_progress = 2131231184; // aapt resource value: 0x7F0801D1 - public const int ic_wd_on_curtain_blinds_progress2 = 2131231185; + public const int ic_wd_on_curtain_blinds_progress = 2131231185; // aapt resource value: 0x7F0801D2 - public const int ic_wd_on_curtain_blinds_progress_close = 2131231186; + public const int ic_wd_on_curtain_blinds_progress2 = 2131231186; // aapt resource value: 0x7F0801D3 - public const int ic_wd_on_curtain_blinds_progress_close2 = 2131231187; + public const int ic_wd_on_curtain_blinds_progress_close = 2131231187; // aapt resource value: 0x7F0801D4 - public const int ic_wd_on_curtain_h_bg = 2131231188; + public const int ic_wd_on_curtain_blinds_progress_close2 = 2131231188; // aapt resource value: 0x7F0801D5 - public const int ic_wd_on_curtain_h_open = 2131231189; + public const int ic_wd_on_curtain_h_bg = 2131231189; // aapt resource value: 0x7F0801D6 - public const int ic_wd_on_curtain_h_progress = 2131231190; + public const int ic_wd_on_curtain_h_open = 2131231190; // aapt resource value: 0x7F0801D7 - public const int ic_wd_on_curtain_h_progress_close = 2131231191; + public const int ic_wd_on_curtain_h_progress = 2131231191; // aapt resource value: 0x7F0801D8 - public const int ic_wd_on_curtain_open = 2131231192; + public const int ic_wd_on_curtain_h_progress_close = 2131231192; // aapt resource value: 0x7F0801D9 - public const int ic_wd_on_curtain_roll_bg = 2131231193; + public const int ic_wd_on_curtain_open = 2131231193; // aapt resource value: 0x7F0801DA - public const int ic_wd_on_curtain_roll_progress = 2131231194; + public const int ic_wd_on_curtain_roll_bg = 2131231194; // aapt resource value: 0x7F0801DB - public const int ic_wd_on_curtain_roll_progress_close = 2131231195; + public const int ic_wd_on_curtain_roll_progress = 2131231195; - // aapt resource value: 0x7F0801DF - public const int image_a1 = 2131231199; + // aapt resource value: 0x7F0801DC + public const int ic_wd_on_curtain_roll_progress_close = 2131231196; // aapt resource value: 0x7F0801E0 - public const int image_crispr = 2131231200; + public const int image_a1 = 2131231200; // aapt resource value: 0x7F0801E1 - public const int image_everyday_1080p = 2131231201; + public const int image_crispr = 2131231201; // aapt resource value: 0x7F0801E2 - public const int image_everyday_3mp = 2131231202; + public const int image_everyday_1080p = 2131231202; // aapt resource value: 0x7F0801E3 - public const int image_everyday_4mp_ip = 2131231203; + public const int image_everyday_3mp = 2131231203; // aapt resource value: 0x7F0801E4 - public const int image_everyday_720p = 2131231204; + public const int image_everyday_4mp_ip = 2131231204; // aapt resource value: 0x7F0801E5 - public const int image_everyday_ip_1080p = 2131231205; + public const int image_everyday_720p = 2131231205; // aapt resource value: 0x7F0801E6 - public const int image_husky = 2131231206; + public const int image_everyday_ip_1080p = 2131231206; // aapt resource value: 0x7F0801E7 - public const int image_husky_c = 2131231207; + public const int image_husky = 2131231207; // aapt resource value: 0x7F0801E8 - public const int image_husky_dome = 2131231208; + public const int image_husky_c = 2131231208; // aapt resource value: 0x7F0801E9 - public const int image_mini = 2131231209; - - // aapt resource value: 0x7F0801EF - public const int image_minio = 2131231215; + public const int image_husky_dome = 2131231209; // aapt resource value: 0x7F0801EA - public const int image_mini_360 = 2131231210; - - // aapt resource value: 0x7F0801EB - public const int image_mini_360_plus = 2131231211; - - // aapt resource value: 0x7F0801EC - public const int image_mini_o = 2131231212; - - // aapt resource value: 0x7F0801ED - public const int image_mini_plus = 2131231213; - - // aapt resource value: 0x7F0801EE - public const int image_mini_trooper = 2131231214; + public const int image_mini = 2131231210; // aapt resource value: 0x7F0801F0 - public const int img_slider_handle = 2131231216; + public const int image_minio = 2131231216; + + // aapt resource value: 0x7F0801EB + public const int image_mini_360 = 2131231211; + + // aapt resource value: 0x7F0801EC + public const int image_mini_360_plus = 2131231212; + + // aapt resource value: 0x7F0801ED + public const int image_mini_o = 2131231213; + + // aapt resource value: 0x7F0801EE + public const int image_mini_plus = 2131231214; + + // aapt resource value: 0x7F0801EF + public const int image_mini_trooper = 2131231215; // aapt resource value: 0x7F0801F1 - public const int indicator_autocrop = 2131231217; - - // aapt resource value: 0x7F0801F3 - public const int inputlayout_bg = 2131231219; + public const int img_slider_handle = 2131231217; // aapt resource value: 0x7F0801F2 - public const int input_shade = 2131231218; + public const int indicator_autocrop = 2131231218; // aapt resource value: 0x7F0801F4 - public const int interface_call_btn_selector = 2131231220; + public const int inputlayout_bg = 2131231220; + + // aapt resource value: 0x7F0801F3 + public const int input_shade = 2131231219; // aapt resource value: 0x7F0801F5 - public const int join_qq_group = 2131231221; + public const int interface_call_btn_selector = 2131231221; // aapt resource value: 0x7F0801F6 - public const int label_bg_line = 2131231222; + public const int join_qq_group = 2131231222; // aapt resource value: 0x7F0801F7 - public const int label_bg_sel = 2131231223; + public const int label_bg_line = 2131231223; // aapt resource value: 0x7F0801F8 - public const int leave_message_play = 2131231224; + public const int label_bg_sel = 2131231224; // aapt resource value: 0x7F0801F9 - public const int leave_message_play_sel = 2131231225; + public const int leave_message_play = 2131231225; // aapt resource value: 0x7F0801FA - public const int leave_message_play_selector = 2131231226; + public const int leave_message_play_sel = 2131231226; // aapt resource value: 0x7F0801FB - public const int left_horizontal = 2131231227; + public const int leave_message_play_selector = 2131231227; // aapt resource value: 0x7F0801FC - public const int left_twinkle = 2131231228; + public const int left_horizontal = 2131231228; // aapt resource value: 0x7F0801FD - public const int link_account1 = 2131231229; + public const int left_twinkle = 2131231229; // aapt resource value: 0x7F0801FE - public const int link_account2 = 2131231230; + public const int link_account1 = 2131231230; // aapt resource value: 0x7F0801FF - public const int link_account3 = 2131231231; + public const int link_account2 = 2131231231; // aapt resource value: 0x7F080200 - public const int link_account4 = 2131231232; - - // aapt resource value: 0x7F080202 - public const int Loading = 2131231234; + public const int link_account3 = 2131231232; // aapt resource value: 0x7F080201 - public const int load_failed_bg = 2131231233; + public const int link_account4 = 2131231233; // aapt resource value: 0x7F080203 - public const int lock_bg = 2131231235; + public const int Loading = 2131231235; + + // aapt resource value: 0x7F080202 + public const int load_failed_bg = 2131231234; // aapt resource value: 0x7F080204 - public const int login_btn_selector = 2131231236; + public const int lock_bg = 2131231236; // aapt resource value: 0x7F080205 - public const int login_logo = 2131231237; + public const int login_btn_selector = 2131231237; // aapt resource value: 0x7F080206 - public const int login_logo_button = 2131231238; + public const int login_logo = 2131231238; // aapt resource value: 0x7F080207 - public const int login_logo_button_sel = 2131231239; + public const int login_logo_button = 2131231239; // aapt resource value: 0x7F080208 - public const int logo_loading_1 = 2131231240; + public const int login_logo_button_sel = 2131231240; // aapt resource value: 0x7F080209 - public const int logo_loading_2 = 2131231241; + public const int logo_loading_1 = 2131231241; // aapt resource value: 0x7F08020A - public const int logo_loading_3 = 2131231242; + public const int logo_loading_2 = 2131231242; // aapt resource value: 0x7F08020B - public const int logo_loading_4 = 2131231243; + public const int logo_loading_3 = 2131231243; // aapt resource value: 0x7F08020C - public const int mesage_details_callhelp = 2131231244; + public const int logo_loading_4 = 2131231244; // aapt resource value: 0x7F08020D - public const int mesage_details_curtain = 2131231245; + public const int mesage_details_callhelp = 2131231245; // aapt resource value: 0x7F08020E - public const int mesage_details_data = 2131231246; + public const int mesage_details_curtain = 2131231246; // aapt resource value: 0x7F08020F - public const int mesage_details_door = 2131231247; + public const int mesage_details_data = 2131231247; // aapt resource value: 0x7F080210 - public const int mesage_details_gas = 2131231248; + public const int mesage_details_door = 2131231248; // aapt resource value: 0x7F080211 - public const int mesage_details_hdd = 2131231249; + public const int mesage_details_gas = 2131231249; // aapt resource value: 0x7F080212 - public const int mesage_details_infrared = 2131231250; + public const int mesage_details_hdd = 2131231250; // aapt resource value: 0x7F080213 - public const int mesage_details_keyboard = 2131231251; + public const int mesage_details_infrared = 2131231251; // aapt resource value: 0x7F080214 - public const int mesage_details_loss = 2131231252; + public const int mesage_details_keyboard = 2131231252; // aapt resource value: 0x7F080215 - public const int mesage_details_low_battery = 2131231253; + public const int mesage_details_loss = 2131231253; // aapt resource value: 0x7F080216 - public const int mesage_details_offline = 2131231254; + public const int mesage_details_low_battery = 2131231254; // aapt resource value: 0x7F080217 - public const int mesage_details_power = 2131231255; + public const int mesage_details_offline = 2131231255; // aapt resource value: 0x7F080218 - public const int mesage_details_smoke = 2131231256; + public const int mesage_details_power = 2131231256; // aapt resource value: 0x7F080219 - public const int mesage_details_tampering = 2131231257; + public const int mesage_details_smoke = 2131231257; // aapt resource value: 0x7F08021A - public const int mesage_details_video_loss = 2131231258; + public const int mesage_details_tampering = 2131231258; // aapt resource value: 0x7F08021B - public const int mesage_details_water = 2131231259; + public const int mesage_details_video_loss = 2131231259; // aapt resource value: 0x7F08021C - public const int message = 2131231260; + public const int mesage_details_water = 2131231260; // aapt resource value: 0x7F08021D - public const int message_a1_bg = 2131231261; + public const int message = 2131231261; // aapt resource value: 0x7F08021E - public const int message_back = 2131231262; + public const int message_a1_bg = 2131231262; // aapt resource value: 0x7F08021F - public const int message_back_sel = 2131231263; + public const int message_back = 2131231263; // aapt resource value: 0x7F080220 - public const int message_back_selector = 2131231264; + public const int message_back_sel = 2131231264; // aapt resource value: 0x7F080221 - public const int message_border_bg = 2131231265; + public const int message_back_selector = 2131231265; // aapt resource value: 0x7F080222 - public const int message_callhelp = 2131231266; + public const int message_border_bg = 2131231266; // aapt resource value: 0x7F080223 - public const int message_curtain = 2131231267; + public const int message_callhelp = 2131231267; // aapt resource value: 0x7F080224 - public const int message_data = 2131231268; + public const int message_curtain = 2131231268; // aapt resource value: 0x7F080225 - public const int message_door = 2131231269; + public const int message_data = 2131231269; // aapt resource value: 0x7F080226 - public const int message_gas = 2131231270; + public const int message_door = 2131231270; // aapt resource value: 0x7F080227 - public const int message_hdd = 2131231271; + public const int message_gas = 2131231271; // aapt resource value: 0x7F080228 - public const int message_infrared = 2131231272; + public const int message_hdd = 2131231272; // aapt resource value: 0x7F080229 - public const int message_item_bg_selector = 2131231273; + public const int message_infrared = 2131231273; // aapt resource value: 0x7F08022A - public const int message_keyboard = 2131231274; + public const int message_item_bg_selector = 2131231274; // aapt resource value: 0x7F08022B - public const int message_loss = 2131231275; + public const int message_keyboard = 2131231275; // aapt resource value: 0x7F08022C - public const int message_low_battery = 2131231276; + public const int message_loss = 2131231276; // aapt resource value: 0x7F08022D - public const int message_move_magnetometer = 2131231277; + public const int message_low_battery = 2131231277; // aapt resource value: 0x7F08022E - public const int message_offline = 2131231278; + public const int message_move_magnetometer = 2131231278; // aapt resource value: 0x7F08022F - public const int message_play = 2131231279; + public const int message_offline = 2131231279; // aapt resource value: 0x7F080230 - public const int message_play_dis = 2131231280; + public const int message_play = 2131231280; // aapt resource value: 0x7F080231 - public const int message_play_sel = 2131231281; + public const int message_play_dis = 2131231281; // aapt resource value: 0x7F080232 - public const int message_play_selector = 2131231282; + public const int message_play_sel = 2131231282; // aapt resource value: 0x7F080233 - public const int message_power = 2131231283; + public const int message_play_selector = 2131231283; // aapt resource value: 0x7F080234 - public const int message_sel = 2131231284; + public const int message_power = 2131231284; // aapt resource value: 0x7F080235 - public const int message_smoke = 2131231285; + public const int message_sel = 2131231285; // aapt resource value: 0x7F080236 - public const int message_tampering = 2131231286; + public const int message_smoke = 2131231286; // aapt resource value: 0x7F080237 - public const int message_video = 2131231287; + public const int message_tampering = 2131231287; // aapt resource value: 0x7F080238 - public const int message_video_dis = 2131231288; + public const int message_video = 2131231288; // aapt resource value: 0x7F080239 - public const int message_video_loss = 2131231289; + public const int message_video_dis = 2131231289; // aapt resource value: 0x7F08023A - public const int message_video_sel = 2131231290; + public const int message_video_loss = 2131231290; // aapt resource value: 0x7F08023B - public const int message_video_selector = 2131231291; + public const int message_video_sel = 2131231291; // aapt resource value: 0x7F08023C - public const int message_water = 2131231292; + public const int message_video_selector = 2131231292; // aapt resource value: 0x7F08023D - public const int mm_trans = 2131231293; + public const int message_water = 2131231293; // aapt resource value: 0x7F08023E - public const int more = 2131231294; + public const int mm_trans = 2131231294; // aapt resource value: 0x7F08023F - public const int my_5k_vr = 2131231295; + public const int more = 2131231295; // aapt resource value: 0x7F080240 - public const int my_5k_vr116 = 2131231296; + public const int my_5k_vr = 2131231296; // aapt resource value: 0x7F080241 - public const int my_a1 = 2131231297; + public const int my_5k_vr116 = 2131231297; // aapt resource value: 0x7F080242 - public const int my_a1c = 2131231298; + public const int my_a1 = 2131231298; // aapt resource value: 0x7F080243 - public const int my_a1s = 2131231299; + public const int my_a1c = 2131231299; // aapt resource value: 0x7F080244 - public const int my_add = 2131231300; + public const int my_a1s = 2131231300; // aapt resource value: 0x7F080245 - public const int my_c6p = 2131231301; + public const int my_add = 2131231301; // aapt resource value: 0x7F080246 - public const int my_c6t = 2131231302; + public const int my_c6p = 2131231302; // aapt resource value: 0x7F080247 - public const int my_cover = 2131231303; + public const int my_c6t = 2131231303; // aapt resource value: 0x7F080248 - public const int my_cover620 = 2131231304; + public const int my_cover = 2131231304; // aapt resource value: 0x7F080249 - public const int my_db1 = 2131231305; + public const int my_cover620 = 2131231305; // aapt resource value: 0x7F08024A - public const int my_doorbell = 2131231306; + public const int my_db1 = 2131231306; // aapt resource value: 0x7F08024B - public const int my_doorbell_hik = 2131231307; + public const int my_doorbell = 2131231307; // aapt resource value: 0x7F08024C - public const int my_n1 = 2131231308; + public const int my_doorbell_hik = 2131231308; // aapt resource value: 0x7F08024D - public const int my_no_video = 2131231309; + public const int my_n1 = 2131231309; // aapt resource value: 0x7F08024E - public const int my_progress_drawable = 2131231310; + public const int my_no_video = 2131231310; // aapt resource value: 0x7F08024F - public const int my_r1 = 2131231311; + public const int my_progress_drawable = 2131231311; // aapt resource value: 0x7F080250 - public const int my_r2 = 2131231312; + public const int my_r1 = 2131231312; // aapt resource value: 0x7F080251 - public const int my_shoping = 2131231313; + public const int my_r2 = 2131231313; // aapt resource value: 0x7F080252 - public const int my_switch_off = 2131231314; + public const int my_shoping = 2131231314; // aapt resource value: 0x7F080253 - public const int my_switch_on = 2131231315; + public const int my_switch_off = 2131231315; // aapt resource value: 0x7F080254 - public const int my_switch_selector = 2131231316; + public const int my_switch_on = 2131231316; // aapt resource value: 0x7F080255 - public const int my_vr104d = 2131231317; + public const int my_switch_selector = 2131231317; // aapt resource value: 0x7F080256 - public const int my_w1 = 2131231318; + public const int my_vr104d = 2131231318; // aapt resource value: 0x7F080257 - public const int my_w2d = 2131231319; + public const int my_w1 = 2131231319; // aapt resource value: 0x7F080258 - public const int my_w2s = 2131231320; + public const int my_w2d = 2131231320; // aapt resource value: 0x7F080259 - public const int my_w3 = 2131231321; + public const int my_w2s = 2131231321; // aapt resource value: 0x7F08025A - public const int my_wlb = 2131231322; + public const int my_w3 = 2131231322; // aapt resource value: 0x7F08025B - public const int my_x1 = 2131231323; + public const int my_wlb = 2131231323; // aapt resource value: 0x7F08025C - public const int my_x2 = 2131231324; + public const int my_x1 = 2131231324; // aapt resource value: 0x7F08025D - public const int my_x3 = 2131231325; + public const int my_x2 = 2131231325; // aapt resource value: 0x7F08025E - public const int my_x3c = 2131231326; + public const int my_x3 = 2131231326; // aapt resource value: 0x7F08025F - public const int my_x4 = 2131231327; + public const int my_x3c = 2131231327; // aapt resource value: 0x7F080260 - public const int my_x5c = 2131231328; + public const int my_x4 = 2131231328; // aapt resource value: 0x7F080261 - public const int name_del = 2131231329; + public const int my_x5c = 2131231329; // aapt resource value: 0x7F080262 - public const int name_del_sel = 2131231330; + public const int name_del = 2131231330; // aapt resource value: 0x7F080263 - public const int name_del_selector = 2131231331; + public const int name_del_sel = 2131231331; // aapt resource value: 0x7F080264 - public const int navigation_empty_icon = 2131231332; - - // aapt resource value: 0x7F080267 - public const int nomessage = 2131231335; - - // aapt resource value: 0x7F080268 - public const int notification_action_background = 2131231336; - - // aapt resource value: 0x7F080269 - public const int notification_bg = 2131231337; - - // aapt resource value: 0x7F08026A - public const int notification_bg_low = 2131231338; - - // aapt resource value: 0x7F08026B - public const int notification_bg_low_normal = 2131231339; - - // aapt resource value: 0x7F08026C - public const int notification_bg_low_pressed = 2131231340; - - // aapt resource value: 0x7F08026D - public const int notification_bg_normal = 2131231341; - - // aapt resource value: 0x7F08026E - public const int notification_bg_normal_pressed = 2131231342; - - // aapt resource value: 0x7F08026F - public const int notification_icon_background = 2131231343; - - // aapt resource value: 0x7F080270 - public const int notification_template_icon_bg = 2131231344; - - // aapt resource value: 0x7F080271 - public const int notification_template_icon_low_bg = 2131231345; - - // aapt resource value: 0x7F080272 - public const int notification_tile_bg = 2131231346; - - // aapt resource value: 0x7F080273 - public const int notify_bg = 2131231347; - - // aapt resource value: 0x7F080274 - public const int notify_panel_notification_icon_bg = 2131231348; + public const int name_del_selector = 2131231332; // aapt resource value: 0x7F080265 - public const int no_message = 2131231333; + public const int navigation_empty_icon = 2131231333; - // aapt resource value: 0x7F080266 - public const int no_read = 2131231334; + // aapt resource value: 0x7F080268 + public const int nomessage = 2131231336; + + // aapt resource value: 0x7F080269 + public const int notification_action_background = 2131231337; + + // aapt resource value: 0x7F08026A + public const int notification_bg = 2131231338; + + // aapt resource value: 0x7F08026B + public const int notification_bg_low = 2131231339; + + // aapt resource value: 0x7F08026C + public const int notification_bg_low_normal = 2131231340; + + // aapt resource value: 0x7F08026D + public const int notification_bg_low_pressed = 2131231341; + + // aapt resource value: 0x7F08026E + public const int notification_bg_normal = 2131231342; + + // aapt resource value: 0x7F08026F + public const int notification_bg_normal_pressed = 2131231343; + + // aapt resource value: 0x7F080270 + public const int notification_icon_background = 2131231344; + + // aapt resource value: 0x7F080271 + public const int notification_template_icon_bg = 2131231345; + + // aapt resource value: 0x7F080272 + public const int notification_template_icon_low_bg = 2131231346; + + // aapt resource value: 0x7F080273 + public const int notification_tile_bg = 2131231347; + + // aapt resource value: 0x7F080274 + public const int notify_bg = 2131231348; // aapt resource value: 0x7F080275 - public const int number_bg = 2131231349; + public const int notify_panel_notification_icon_bg = 2131231349; + + // aapt resource value: 0x7F080266 + public const int no_message = 2131231334; + + // aapt resource value: 0x7F080267 + public const int no_read = 2131231335; // aapt resource value: 0x7F080276 - public const int offline = 2131231350; + public const int number_bg = 2131231350; // aapt resource value: 0x7F080277 - public const int open_cameralist_alarmlist_selector = 2131231351; + public const int offline = 2131231351; // aapt resource value: 0x7F080278 - public const int open_cameralist_button_selector = 2131231352; + public const int open_cameralist_alarmlist_selector = 2131231352; // aapt resource value: 0x7F080279 - public const int open_cameralist_remotepb_selector = 2131231353; + public const int open_cameralist_button_selector = 2131231353; // aapt resource value: 0x7F08027A - public const int open_cameralist_setup_selector = 2131231354; + public const int open_cameralist_remotepb_selector = 2131231354; // aapt resource value: 0x7F08027B - public const int opinion = 2131231355; + public const int open_cameralist_setup_selector = 2131231355; // aapt resource value: 0x7F08027C - public const int palyback_alarm_icon2 = 2131231356; + public const int opinion = 2131231356; // aapt resource value: 0x7F08027D - public const int palyback_close = 2131231357; + public const int palyback_alarm_icon2 = 2131231357; // aapt resource value: 0x7F08027E - public const int palyback_close_sel = 2131231358; + public const int palyback_close = 2131231358; // aapt resource value: 0x7F08027F - public const int palyback_close_selector = 2131231359; + public const int palyback_close_sel = 2131231359; // aapt resource value: 0x7F080280 - public const int palyback_date_down = 2131231360; + public const int palyback_close_selector = 2131231360; // aapt resource value: 0x7F080281 - public const int palyback_date_down_sel = 2131231361; + public const int palyback_date_down = 2131231361; // aapt resource value: 0x7F080282 - public const int palyback_full_down = 2131231362; + public const int palyback_date_down_sel = 2131231362; // aapt resource value: 0x7F080283 - public const int palyback_full_up = 2131231363; + public const int palyback_full_down = 2131231363; // aapt resource value: 0x7F080284 - public const int palyback_nest = 2131231364; + public const int palyback_full_up = 2131231364; // aapt resource value: 0x7F080285 - public const int palyback_pause = 2131231365; + public const int palyback_nest = 2131231365; // aapt resource value: 0x7F080286 - public const int palyback_pause_sel = 2131231366; + public const int palyback_pause = 2131231366; // aapt resource value: 0x7F080287 - public const int palyback_previously = 2131231367; + public const int palyback_pause_sel = 2131231367; // aapt resource value: 0x7F080288 - public const int palyback_previously_sel = 2131231368; + public const int palyback_previously = 2131231368; // aapt resource value: 0x7F080289 - public const int palyback_previously_selector = 2131231369; + public const int palyback_previously_sel = 2131231369; // aapt resource value: 0x7F08028A - public const int palyback_replay = 2131231370; + public const int palyback_previously_selector = 2131231370; // aapt resource value: 0x7F08028B - public const int palyback_retry = 2131231371; + public const int palyback_replay = 2131231371; // aapt resource value: 0x7F08028C - public const int palyback_time_bg = 2131231372; + public const int palyback_retry = 2131231372; // aapt resource value: 0x7F08028D - public const int palyback_video = 2131231373; + public const int palyback_time_bg = 2131231373; // aapt resource value: 0x7F08028E - public const int palyback_video_now = 2131231374; + public const int palyback_video = 2131231374; // aapt resource value: 0x7F08028F - public const int palyback_video_now_sel = 2131231375; + public const int palyback_video_now = 2131231375; // aapt resource value: 0x7F080290 - public const int palyback_video_now_selector = 2131231376; + public const int palyback_video_now_sel = 2131231376; // aapt resource value: 0x7F080291 - public const int palyback_video_sel = 2131231377; + public const int palyback_video_now_selector = 2131231377; // aapt resource value: 0x7F080292 - public const int palyback_video_selector = 2131231378; + public const int palyback_video_sel = 2131231378; // aapt resource value: 0x7F080293 - public const int pause = 2131231379; + public const int palyback_video_selector = 2131231379; // aapt resource value: 0x7F080294 - public const int pause_sel = 2131231380; + public const int pause = 2131231380; // aapt resource value: 0x7F080295 - public const int pic_bg = 2131231381; + public const int pause_sel = 2131231381; // aapt resource value: 0x7F080296 - public const int play = 2131231382; - - // aapt resource value: 0x7F0802F5 - public const int playback = 2131231477; - - // aapt resource value: 0x7F080305 - public const int playbackslider = 2131231493; - - // aapt resource value: 0x7F080306 - public const int playbackslider_sel = 2131231494; - - // aapt resource value: 0x7F0802F6 - public const int playback_button = 2131231478; - - // aapt resource value: 0x7F0802F7 - public const int playback_cancel = 2131231479; - - // aapt resource value: 0x7F0802F8 - public const int playback_check_selector = 2131231480; - - // aapt resource value: 0x7F0802F9 - public const int playback_cover2 = 2131231481; - - // aapt resource value: 0x7F0802FA - public const int playback_cut = 2131231482; - - // aapt resource value: 0x7F0802FB - public const int playback_cut_btn_selector = 2131231483; - - // aapt resource value: 0x7F0802FC - public const int playback_cut_disable = 2131231484; - - // aapt resource value: 0x7F0802FD - public const int playback_cut_sel = 2131231485; - - // aapt resource value: 0x7F0802FE - public const int playback_matte = 2131231486; - - // aapt resource value: 0x7F0802FF - public const int playback_more_down = 2131231487; - - // aapt resource value: 0x7F080300 - public const int playback_more_down1 = 2131231488; - - // aapt resource value: 0x7F080301 - public const int playback_more_up1 = 2131231489; - - // aapt resource value: 0x7F080302 - public const int playback_play = 2131231490; - - // aapt resource value: 0x7F080303 - public const int playback_play_sel = 2131231491; - - // aapt resource value: 0x7F080304 - public const int playback_sel = 2131231492; - - // aapt resource value: 0x7F080307 - public const int playbtn_selector = 2131231495; + public const int pic_bg = 2131231382; // aapt resource value: 0x7F080297 - public const int play_balanced = 2131231383; + public const int play = 2131231383; - // aapt resource value: 0x7F080298 - public const int play_balanced_disabel = 2131231384; + // aapt resource value: 0x7F0802F6 + public const int playback = 2131231478; - // aapt resource value: 0x7F080299 - public const int play_balanced_sel = 2131231385; + // aapt resource value: 0x7F080306 + public const int playbackslider = 2131231494; - // aapt resource value: 0x7F08029A - public const int play_balanced_selector = 2131231386; + // aapt resource value: 0x7F080307 + public const int playbackslider_sel = 2131231495; - // aapt resource value: 0x7F08029B - public const int play_big = 2131231387; + // aapt resource value: 0x7F0802F7 + public const int playback_button = 2131231479; - // aapt resource value: 0x7F08029D - public const int play_bigbtn_selector = 2131231389; + // aapt resource value: 0x7F0802F8 + public const int playback_cancel = 2131231480; - // aapt resource value: 0x7F08029C - public const int play_big_press = 2131231388; + // aapt resource value: 0x7F0802F9 + public const int playback_check_selector = 2131231481; - // aapt resource value: 0x7F08029E - public const int play_button_bg = 2131231390; + // aapt resource value: 0x7F0802FA + public const int playback_cover2 = 2131231482; - // aapt resource value: 0x7F08029F - public const int play_button_sel = 2131231391; + // aapt resource value: 0x7F0802FB + public const int playback_cut = 2131231483; - // aapt resource value: 0x7F0802A0 - public const int play_button_selector = 2131231392; + // aapt resource value: 0x7F0802FC + public const int playback_cut_btn_selector = 2131231484; - // aapt resource value: 0x7F0802A1 - public const int play_close = 2131231393; + // aapt resource value: 0x7F0802FD + public const int playback_cut_disable = 2131231485; - // aapt resource value: 0x7F0802A2 - public const int play_close_sel = 2131231394; + // aapt resource value: 0x7F0802FE + public const int playback_cut_sel = 2131231486; - // aapt resource value: 0x7F0802A3 - public const int play_close_selector = 2131231395; + // aapt resource value: 0x7F0802FF + public const int playback_matte = 2131231487; - // aapt resource value: 0x7F0802A4 - public const int play_disable = 2131231396; + // aapt resource value: 0x7F080300 + public const int playback_more_down = 2131231488; - // aapt resource value: 0x7F0802A5 - public const int play_flunet = 2131231397; + // aapt resource value: 0x7F080301 + public const int playback_more_down1 = 2131231489; - // aapt resource value: 0x7F0802A6 - public const int play_flunet_disabel = 2131231398; + // aapt resource value: 0x7F080302 + public const int playback_more_up1 = 2131231490; - // aapt resource value: 0x7F0802A7 - public const int play_flunet_sel = 2131231399; + // aapt resource value: 0x7F080303 + public const int playback_play = 2131231491; - // aapt resource value: 0x7F0802A8 - public const int play_flunet_selector = 2131231400; + // aapt resource value: 0x7F080304 + public const int playback_play_sel = 2131231492; - // aapt resource value: 0x7F0802A9 - public const int play_full_loding_logo = 2131231401; - - // aapt resource value: 0x7F0802AA - public const int play_full_multiple = 2131231402; - - // aapt resource value: 0x7F0802AB - public const int play_full_multiple2 = 2131231403; - - // aapt resource value: 0x7F0802AC - public const int play_full_multiple3 = 2131231404; - - // aapt resource value: 0x7F0802AD - public const int play_full_multiple4 = 2131231405; - - // aapt resource value: 0x7F0802AE - public const int play_full_multiple5 = 2131231406; - - // aapt resource value: 0x7F0802AF - public const int play_full_pause = 2131231407; - - // aapt resource value: 0x7F0802B0 - public const int play_full_pause_sel = 2131231408; - - // aapt resource value: 0x7F0802B1 - public const int play_full_pause_selector = 2131231409; - - // aapt resource value: 0x7F0802B2 - public const int play_full_play = 2131231410; - - // aapt resource value: 0x7F0802B3 - public const int play_full_play_sel = 2131231411; - - // aapt resource value: 0x7F0802B4 - public const int play_full_play_selector = 2131231412; - - // aapt resource value: 0x7F0802B5 - public const int play_full_previously = 2131231413; - - // aapt resource value: 0x7F0802B6 - public const int play_full_previously_sel = 2131231414; - - // aapt resource value: 0x7F0802B7 - public const int play_full_previously_selector = 2131231415; - - // aapt resource value: 0x7F0802B8 - public const int play_full_ptz_selector = 2131231416; - - // aapt resource value: 0x7F0802B9 - public const int play_full_quality_color_selector = 2131231417; - - // aapt resource value: 0x7F0802BA - public const int play_full_quality_selector = 2131231418; - - // aapt resource value: 0x7F0802BB - public const int play_full_soundoff_btn_selector = 2131231419; - - // aapt resource value: 0x7F0802BC - public const int play_full_soundon_btn_selector = 2131231420; - - // aapt resource value: 0x7F0802BD - public const int play_full_stop = 2131231421; - - // aapt resource value: 0x7F0802BE - public const int play_full_stop_sel = 2131231422; - - // aapt resource value: 0x7F0802BF - public const int play_full_stop_selector = 2131231423; - - // aapt resource value: 0x7F0802C0 - public const int play_full_talk_selector = 2131231424; - - // aapt resource value: 0x7F0802C1 - public const int play_full_video = 2131231425; - - // aapt resource value: 0x7F0802C2 - public const int play_full_video_now = 2131231426; - - // aapt resource value: 0x7F0802C3 - public const int play_full_video_now_sel = 2131231427; - - // aapt resource value: 0x7F0802C4 - public const int play_full_video_now_selector = 2131231428; - - // aapt resource value: 0x7F0802C5 - public const int play_full_video_sel = 2131231429; - - // aapt resource value: 0x7F0802C6 - public const int play_full_video_selector = 2131231430; - - // aapt resource value: 0x7F0802C7 - public const int play_hd = 2131231431; - - // aapt resource value: 0x7F0802C8 - public const int play_hd_disabel = 2131231432; - - // aapt resource value: 0x7F0802C9 - public const int play_hd_sel = 2131231433; - - // aapt resource value: 0x7F0802CA - public const int play_hd_selector = 2131231434; - - // aapt resource value: 0x7F0802CB - public const int play_play = 2131231435; - - // aapt resource value: 0x7F0802CC - public const int play_play_dis = 2131231436; - - // aapt resource value: 0x7F0802CD - public const int play_play_sel = 2131231437; - - // aapt resource value: 0x7F0802CE - public const int play_play_selector = 2131231438; - - // aapt resource value: 0x7F0802CF - public const int play_press = 2131231439; - - // aapt resource value: 0x7F0802D0 - public const int play_previously = 2131231440; - - // aapt resource value: 0x7F0802D1 - public const int play_previously_dis = 2131231441; - - // aapt resource value: 0x7F0802D2 - public const int play_previously_sel = 2131231442; - - // aapt resource value: 0x7F0802D3 - public const int play_previously_selector = 2131231443; - - // aapt resource value: 0x7F0802D4 - public const int play_privacy_selector = 2131231444; - - // aapt resource value: 0x7F0802D5 - public const int play_ptz = 2131231445; - - // aapt resource value: 0x7F0802D6 - public const int play_ptz_dis = 2131231446; - - // aapt resource value: 0x7F0802D7 - public const int play_ptz_sel = 2131231447; - - // aapt resource value: 0x7F0802D8 - public const int play_ptz_selector = 2131231448; - - // aapt resource value: 0x7F0802D9 - public const int play_small = 2131231449; - - // aapt resource value: 0x7F0802DB - public const int play_smallbtn_selector = 2131231451; - - // aapt resource value: 0x7F0802DA - public const int play_small_press = 2131231450; - - // aapt resource value: 0x7F0802DC - public const int play_speech = 2131231452; - - // aapt resource value: 0x7F0802DD - public const int play_speech_dis = 2131231453; - - // aapt resource value: 0x7F0802DE - public const int play_speech_sel = 2131231454; - - // aapt resource value: 0x7F0802DF - public const int play_speech_selector = 2131231455; - - // aapt resource value: 0x7F0802E0 - public const int play_stop = 2131231456; - - // aapt resource value: 0x7F0802E1 - public const int play_stop_sel = 2131231457; - - // aapt resource value: 0x7F0802E2 - public const int play_stop_selector = 2131231458; - - // aapt resource value: 0x7F0802E3 - public const int play_talk = 2131231459; - - // aapt resource value: 0x7F0802E7 - public const int play_talkback = 2131231463; - - // aapt resource value: 0x7F0802E8 - public const int play_talkback_sel = 2131231464; - - // aapt resource value: 0x7F0802E9 - public const int play_talkback_selector = 2131231465; - - // aapt resource value: 0x7F0802E4 - public const int play_talk_dis = 2131231460; - - // aapt resource value: 0x7F0802E5 - public const int play_talk_sel = 2131231461; - - // aapt resource value: 0x7F0802E6 - public const int play_talk_selector = 2131231462; - - // aapt resource value: 0x7F0802EA - public const int play_video = 2131231466; - - // aapt resource value: 0x7F0802EB - public const int play_video_dis = 2131231467; - - // aapt resource value: 0x7F0802EC - public const int play_video_record = 2131231468; - - // aapt resource value: 0x7F0802ED - public const int play_video_sel = 2131231469; - - // aapt resource value: 0x7F0802EE - public const int play_video_selector = 2131231470; - - // aapt resource value: 0x7F0802EF - public const int play_video_start = 2131231471; - - // aapt resource value: 0x7F0802F0 - public const int play_video_time_bg = 2131231472; - - // aapt resource value: 0x7F0802F1 - public const int play_voice = 2131231473; - - // aapt resource value: 0x7F0802F2 - public const int play_voice_dis = 2131231474; - - // aapt resource value: 0x7F0802F3 - public const int play_voice_sel = 2131231475; - - // aapt resource value: 0x7F0802F4 - public const int play_voice_selector = 2131231476; + // aapt resource value: 0x7F080305 + public const int playback_sel = 2131231493; // aapt resource value: 0x7F080308 - public const int popdialogbg = 2131231496; + public const int playbtn_selector = 2131231496; + + // aapt resource value: 0x7F080298 + public const int play_balanced = 2131231384; + + // aapt resource value: 0x7F080299 + public const int play_balanced_disabel = 2131231385; + + // aapt resource value: 0x7F08029A + public const int play_balanced_sel = 2131231386; + + // aapt resource value: 0x7F08029B + public const int play_balanced_selector = 2131231387; + + // aapt resource value: 0x7F08029C + public const int play_big = 2131231388; + + // aapt resource value: 0x7F08029E + public const int play_bigbtn_selector = 2131231390; + + // aapt resource value: 0x7F08029D + public const int play_big_press = 2131231389; + + // aapt resource value: 0x7F08029F + public const int play_button_bg = 2131231391; + + // aapt resource value: 0x7F0802A0 + public const int play_button_sel = 2131231392; + + // aapt resource value: 0x7F0802A1 + public const int play_button_selector = 2131231393; + + // aapt resource value: 0x7F0802A2 + public const int play_close = 2131231394; + + // aapt resource value: 0x7F0802A3 + public const int play_close_sel = 2131231395; + + // aapt resource value: 0x7F0802A4 + public const int play_close_selector = 2131231396; + + // aapt resource value: 0x7F0802A5 + public const int play_disable = 2131231397; + + // aapt resource value: 0x7F0802A6 + public const int play_flunet = 2131231398; + + // aapt resource value: 0x7F0802A7 + public const int play_flunet_disabel = 2131231399; + + // aapt resource value: 0x7F0802A8 + public const int play_flunet_sel = 2131231400; + + // aapt resource value: 0x7F0802A9 + public const int play_flunet_selector = 2131231401; + + // aapt resource value: 0x7F0802AA + public const int play_full_loding_logo = 2131231402; + + // aapt resource value: 0x7F0802AB + public const int play_full_multiple = 2131231403; + + // aapt resource value: 0x7F0802AC + public const int play_full_multiple2 = 2131231404; + + // aapt resource value: 0x7F0802AD + public const int play_full_multiple3 = 2131231405; + + // aapt resource value: 0x7F0802AE + public const int play_full_multiple4 = 2131231406; + + // aapt resource value: 0x7F0802AF + public const int play_full_multiple5 = 2131231407; + + // aapt resource value: 0x7F0802B0 + public const int play_full_pause = 2131231408; + + // aapt resource value: 0x7F0802B1 + public const int play_full_pause_sel = 2131231409; + + // aapt resource value: 0x7F0802B2 + public const int play_full_pause_selector = 2131231410; + + // aapt resource value: 0x7F0802B3 + public const int play_full_play = 2131231411; + + // aapt resource value: 0x7F0802B4 + public const int play_full_play_sel = 2131231412; + + // aapt resource value: 0x7F0802B5 + public const int play_full_play_selector = 2131231413; + + // aapt resource value: 0x7F0802B6 + public const int play_full_previously = 2131231414; + + // aapt resource value: 0x7F0802B7 + public const int play_full_previously_sel = 2131231415; + + // aapt resource value: 0x7F0802B8 + public const int play_full_previously_selector = 2131231416; + + // aapt resource value: 0x7F0802B9 + public const int play_full_ptz_selector = 2131231417; + + // aapt resource value: 0x7F0802BA + public const int play_full_quality_color_selector = 2131231418; + + // aapt resource value: 0x7F0802BB + public const int play_full_quality_selector = 2131231419; + + // aapt resource value: 0x7F0802BC + public const int play_full_soundoff_btn_selector = 2131231420; + + // aapt resource value: 0x7F0802BD + public const int play_full_soundon_btn_selector = 2131231421; + + // aapt resource value: 0x7F0802BE + public const int play_full_stop = 2131231422; + + // aapt resource value: 0x7F0802BF + public const int play_full_stop_sel = 2131231423; + + // aapt resource value: 0x7F0802C0 + public const int play_full_stop_selector = 2131231424; + + // aapt resource value: 0x7F0802C1 + public const int play_full_talk_selector = 2131231425; + + // aapt resource value: 0x7F0802C2 + public const int play_full_video = 2131231426; + + // aapt resource value: 0x7F0802C3 + public const int play_full_video_now = 2131231427; + + // aapt resource value: 0x7F0802C4 + public const int play_full_video_now_sel = 2131231428; + + // aapt resource value: 0x7F0802C5 + public const int play_full_video_now_selector = 2131231429; + + // aapt resource value: 0x7F0802C6 + public const int play_full_video_sel = 2131231430; + + // aapt resource value: 0x7F0802C7 + public const int play_full_video_selector = 2131231431; + + // aapt resource value: 0x7F0802C8 + public const int play_hd = 2131231432; + + // aapt resource value: 0x7F0802C9 + public const int play_hd_disabel = 2131231433; + + // aapt resource value: 0x7F0802CA + public const int play_hd_sel = 2131231434; + + // aapt resource value: 0x7F0802CB + public const int play_hd_selector = 2131231435; + + // aapt resource value: 0x7F0802CC + public const int play_play = 2131231436; + + // aapt resource value: 0x7F0802CD + public const int play_play_dis = 2131231437; + + // aapt resource value: 0x7F0802CE + public const int play_play_sel = 2131231438; + + // aapt resource value: 0x7F0802CF + public const int play_play_selector = 2131231439; + + // aapt resource value: 0x7F0802D0 + public const int play_press = 2131231440; + + // aapt resource value: 0x7F0802D1 + public const int play_previously = 2131231441; + + // aapt resource value: 0x7F0802D2 + public const int play_previously_dis = 2131231442; + + // aapt resource value: 0x7F0802D3 + public const int play_previously_sel = 2131231443; + + // aapt resource value: 0x7F0802D4 + public const int play_previously_selector = 2131231444; + + // aapt resource value: 0x7F0802D5 + public const int play_privacy_selector = 2131231445; + + // aapt resource value: 0x7F0802D6 + public const int play_ptz = 2131231446; + + // aapt resource value: 0x7F0802D7 + public const int play_ptz_dis = 2131231447; + + // aapt resource value: 0x7F0802D8 + public const int play_ptz_sel = 2131231448; + + // aapt resource value: 0x7F0802D9 + public const int play_ptz_selector = 2131231449; + + // aapt resource value: 0x7F0802DA + public const int play_small = 2131231450; + + // aapt resource value: 0x7F0802DC + public const int play_smallbtn_selector = 2131231452; + + // aapt resource value: 0x7F0802DB + public const int play_small_press = 2131231451; + + // aapt resource value: 0x7F0802DD + public const int play_speech = 2131231453; + + // aapt resource value: 0x7F0802DE + public const int play_speech_dis = 2131231454; + + // aapt resource value: 0x7F0802DF + public const int play_speech_sel = 2131231455; + + // aapt resource value: 0x7F0802E0 + public const int play_speech_selector = 2131231456; + + // aapt resource value: 0x7F0802E1 + public const int play_stop = 2131231457; + + // aapt resource value: 0x7F0802E2 + public const int play_stop_sel = 2131231458; + + // aapt resource value: 0x7F0802E3 + public const int play_stop_selector = 2131231459; + + // aapt resource value: 0x7F0802E4 + public const int play_talk = 2131231460; + + // aapt resource value: 0x7F0802E8 + public const int play_talkback = 2131231464; + + // aapt resource value: 0x7F0802E9 + public const int play_talkback_sel = 2131231465; + + // aapt resource value: 0x7F0802EA + public const int play_talkback_selector = 2131231466; + + // aapt resource value: 0x7F0802E5 + public const int play_talk_dis = 2131231461; + + // aapt resource value: 0x7F0802E6 + public const int play_talk_sel = 2131231462; + + // aapt resource value: 0x7F0802E7 + public const int play_talk_selector = 2131231463; + + // aapt resource value: 0x7F0802EB + public const int play_video = 2131231467; + + // aapt resource value: 0x7F0802EC + public const int play_video_dis = 2131231468; + + // aapt resource value: 0x7F0802ED + public const int play_video_record = 2131231469; + + // aapt resource value: 0x7F0802EE + public const int play_video_sel = 2131231470; + + // aapt resource value: 0x7F0802EF + public const int play_video_selector = 2131231471; + + // aapt resource value: 0x7F0802F0 + public const int play_video_start = 2131231472; + + // aapt resource value: 0x7F0802F1 + public const int play_video_time_bg = 2131231473; + + // aapt resource value: 0x7F0802F2 + public const int play_voice = 2131231474; + + // aapt resource value: 0x7F0802F3 + public const int play_voice_dis = 2131231475; + + // aapt resource value: 0x7F0802F4 + public const int play_voice_sel = 2131231476; + + // aapt resource value: 0x7F0802F5 + public const int play_voice_selector = 2131231477; // aapt resource value: 0x7F080309 - public const int prepare_device = 2131231497; + public const int popdialogbg = 2131231497; // aapt resource value: 0x7F08030A - public const int preview_close1_video_ico = 2131231498; + public const int prepare_device = 2131231498; // aapt resource value: 0x7F08030B - public const int preview_close_video = 2131231499; + public const int preview_close1_video_ico = 2131231499; // aapt resource value: 0x7F08030C - public const int preview_close_video_dis = 2131231500; + public const int preview_close_video = 2131231500; // aapt resource value: 0x7F08030D - public const int preview_close_video_sel = 2131231501; + public const int preview_close_video_dis = 2131231501; // aapt resource value: 0x7F08030E - public const int preview_down_bg_normal = 2131231502; + public const int preview_close_video_sel = 2131231502; // aapt resource value: 0x7F08030F - public const int preview_down_bg_pressed = 2131231503; + public const int preview_down_bg_normal = 2131231503; // aapt resource value: 0x7F080310 - public const int preview_down_ico = 2131231504; + public const int preview_down_bg_pressed = 2131231504; // aapt resource value: 0x7F080311 - public const int preview_down_selector = 2131231505; + public const int preview_down_ico = 2131231505; // aapt resource value: 0x7F080312 - public const int preview_enlarge = 2131231506; + public const int preview_down_selector = 2131231506; // aapt resource value: 0x7F080313 - public const int preview_enlarge_btn_sel = 2131231507; + public const int preview_enlarge = 2131231507; // aapt resource value: 0x7F080314 - public const int preview_enlarge_dis = 2131231508; + public const int preview_enlarge_btn_sel = 2131231508; // aapt resource value: 0x7F080315 - public const int preview_enlarge_selector = 2131231509; + public const int preview_enlarge_dis = 2131231509; // aapt resource value: 0x7F080316 - public const int preview_play_btn = 2131231510; + public const int preview_enlarge_selector = 2131231510; // aapt resource value: 0x7F080317 - public const int preview_play_btn_dis = 2131231511; + public const int preview_play_btn = 2131231511; // aapt resource value: 0x7F080318 - public const int preview_play_btn_sel = 2131231512; + public const int preview_play_btn_dis = 2131231512; // aapt resource value: 0x7F080319 - public const int preview_recording = 2131231513; + public const int preview_play_btn_sel = 2131231513; // aapt resource value: 0x7F08031A - public const int preview_recording_dis = 2131231514; + public const int preview_recording = 2131231514; // aapt resource value: 0x7F08031B - public const int preview_recording_sel = 2131231515; + public const int preview_recording_dis = 2131231515; // aapt resource value: 0x7F08031C - public const int preview_selection_bg = 2131231516; + public const int preview_recording_sel = 2131231516; // aapt resource value: 0x7F08031D - public const int preview_stopplay_btn_dis = 2131231517; + public const int preview_selection_bg = 2131231517; // aapt resource value: 0x7F08031E - public const int preview_unvoice_btn = 2131231518; + public const int preview_stopplay_btn_dis = 2131231518; // aapt resource value: 0x7F08031F - public const int preview_unvoice_btn_sel = 2131231519; + public const int preview_unvoice_btn = 2131231519; // aapt resource value: 0x7F080320 - public const int preview_video_selection = 2131231520; + public const int preview_unvoice_btn_sel = 2131231520; // aapt resource value: 0x7F080321 - public const int preview_video_selection_hover = 2131231521; + public const int preview_video_selection = 2131231521; // aapt resource value: 0x7F080322 - public const int preview_voice_btn = 2131231522; + public const int preview_video_selection_hover = 2131231522; // aapt resource value: 0x7F080323 - public const int preview_voice_btn_dis = 2131231523; + public const int preview_voice_btn = 2131231523; // aapt resource value: 0x7F080324 - public const int preview_voice_btn_sel = 2131231524; + public const int preview_voice_btn_dis = 2131231524; // aapt resource value: 0x7F080325 - public const int previously = 2131231525; + public const int preview_voice_btn_sel = 2131231525; // aapt resource value: 0x7F080326 - public const int previously_dis = 2131231526; + public const int previously = 2131231526; // aapt resource value: 0x7F080327 - public const int previously_sel = 2131231527; + public const int previously_dis = 2131231527; // aapt resource value: 0x7F080328 - public const int ptz_bg = 2131231528; + public const int previously_sel = 2131231528; // aapt resource value: 0x7F080329 - public const int ptz_bottom_limit = 2131231529; + public const int ptz_bg = 2131231529; // aapt resource value: 0x7F08032A - public const int ptz_bottom_sel = 2131231530; + public const int ptz_bottom_limit = 2131231530; // aapt resource value: 0x7F08032B - public const int ptz_left_limit = 2131231531; + public const int ptz_bottom_sel = 2131231531; // aapt resource value: 0x7F08032C - public const int ptz_left_sel = 2131231532; + public const int ptz_left_limit = 2131231532; // aapt resource value: 0x7F08032D - public const int ptz_prompt = 2131231533; + public const int ptz_left_sel = 2131231533; // aapt resource value: 0x7F08032E - public const int ptz_right_limit = 2131231534; + public const int ptz_prompt = 2131231534; // aapt resource value: 0x7F08032F - public const int ptz_right_sel = 2131231535; + public const int ptz_right_limit = 2131231535; // aapt resource value: 0x7F080330 - public const int ptz_top_limit = 2131231536; + public const int ptz_right_sel = 2131231536; // aapt resource value: 0x7F080331 - public const int ptz_turn = 2131231537; + public const int ptz_top_limit = 2131231537; // aapt resource value: 0x7F080332 - public const int ptz_turn_sel = 2131231538; + public const int ptz_turn = 2131231538; // aapt resource value: 0x7F080333 - public const int ptz_turn_selector = 2131231539; + public const int ptz_turn_sel = 2131231539; // aapt resource value: 0x7F080334 - public const int ptz_up_sel = 2131231540; + public const int ptz_turn_selector = 2131231540; // aapt resource value: 0x7F080335 - public const int push_close = 2131231541; + public const int ptz_up_sel = 2131231541; // aapt resource value: 0x7F080336 - public const int push_close_sel = 2131231542; + public const int push_close = 2131231542; // aapt resource value: 0x7F080337 - public const int push_close_selector = 2131231543; + public const int push_close_sel = 2131231543; // aapt resource value: 0x7F080338 - public const int put_ico = 2131231544; + public const int push_close_selector = 2131231544; // aapt resource value: 0x7F080339 - public const int query_loding1 = 2131231545; + public const int put_ico = 2131231545; // aapt resource value: 0x7F08033A - public const int query_loding2 = 2131231546; + public const int query_loding1 = 2131231546; // aapt resource value: 0x7F08033B - public const int query_loding3 = 2131231547; + public const int query_loding2 = 2131231547; // aapt resource value: 0x7F08033C - public const int query_loding4 = 2131231548; + public const int query_loding3 = 2131231548; // aapt resource value: 0x7F08033D - public const int query_loding5 = 2131231549; + public const int query_loding4 = 2131231549; // aapt resource value: 0x7F08033E - public const int radius_rect_bg_qq_group = 2131231550; + public const int query_loding5 = 2131231550; // aapt resource value: 0x7F08033F - public const int read_button = 2131231551; + public const int radius_rect_bg_qq_group = 2131231551; // aapt resource value: 0x7F080340 - public const int read_button_sel = 2131231552; + public const int read_button = 2131231552; // aapt resource value: 0x7F080341 - public const int read_button_selector = 2131231553; + public const int read_button_sel = 2131231553; // aapt resource value: 0x7F080342 - public const int refresh_selector = 2131231554; + public const int read_button_selector = 2131231554; // aapt resource value: 0x7F080343 - public const int register_server_bg = 2131231555; + public const int refresh_selector = 2131231555; // aapt resource value: 0x7F080344 - public const int remote_cal_selector = 2131231556; + public const int register_server_bg = 2131231556; // aapt resource value: 0x7F080345 - public const int remote_exit_btn_selector = 2131231557; + public const int remote_cal_selector = 2131231557; // aapt resource value: 0x7F080346 - public const int remote_list_pause_btn_selector = 2131231558; + public const int remote_exit_btn_selector = 2131231558; // aapt resource value: 0x7F080347 - public const int remote_list_play_btn_selector = 2131231559; + public const int remote_list_pause_btn_selector = 2131231559; // aapt resource value: 0x7F080348 - public const int remote_list_soundoff_btn_selector = 2131231560; + public const int remote_list_play_btn_selector = 2131231560; // aapt resource value: 0x7F080349 - public const int remote_list_soundon_btn_selector = 2131231561; + public const int remote_list_soundoff_btn_selector = 2131231561; // aapt resource value: 0x7F08034A - public const int remote_play = 2131231562; + public const int remote_list_soundon_btn_selector = 2131231562; // aapt resource value: 0x7F08034B - public const int remote_play_sel = 2131231563; + public const int remote_play = 2131231563; // aapt resource value: 0x7F08034C - public const int remote_seekbar_style = 2131231564; + public const int remote_play_sel = 2131231564; // aapt resource value: 0x7F08034D - public const int remote_seekbar_thumb = 2131231565; + public const int remote_seekbar_style = 2131231565; // aapt resource value: 0x7F08034E - public const int reset_deivce = 2131231566; - - // aapt resource value: 0x7F08035B - public const int results_4_dvr = 2131231579; - - // aapt resource value: 0x7F08035C - public const int results_8_16_nvr = 2131231580; - - // aapt resource value: 0x7F08035D - public const int results_8_nvr = 2131231581; - - // aapt resource value: 0x7F08035E - public const int results_c6p = 2131231582; - - // aapt resource value: 0x7F08035F - public const int results_mini_360_plus = 2131231583; - - // aapt resource value: 0x7F080360 - public const int results_mini_trooper = 2131231584; - - // aapt resource value: 0x7F080361 - public const int results_pic_a1 = 2131231585; - - // aapt resource value: 0x7F080362 - public const int results_pic_a1c = 2131231586; - - // aapt resource value: 0x7F080363 - public const int results_pic_a1s = 2131231587; - - // aapt resource value: 0x7F080364 - public const int results_pic_baidu_c2s = 2131231588; - - // aapt resource value: 0x7F080365 - public const int results_pic_bg = 2131231589; - - // aapt resource value: 0x7F080366 - public const int results_pic_c1 = 2131231590; - - // aapt resource value: 0x7F080367 - public const int results_pic_c2 = 2131231591; - - // aapt resource value: 0x7F08036A - public const int results_pic_c2c = 2131231594; - - // aapt resource value: 0x7F08036B - public const int results_pic_c2mini = 2131231595; - - // aapt resource value: 0x7F08036C - public const int results_pic_c2mini2 = 2131231596; - - // aapt resource value: 0x7F08036D - public const int results_pic_c2plus = 2131231597; - - // aapt resource value: 0x7F08036E - public const int results_pic_c2s = 2131231598; - - // aapt resource value: 0x7F08036F - public const int results_pic_c2w = 2131231599; - - // aapt resource value: 0x7F080368 - public const int results_pic_c2_2 = 2131231592; - - // aapt resource value: 0x7F080369 - public const int results_pic_c2_usa = 2131231593; - - // aapt resource value: 0x7F080370 - public const int results_pic_c3 = 2131231600; - - // aapt resource value: 0x7F080371 - public const int results_pic_c3c = 2131231601; - - // aapt resource value: 0x7F080372 - public const int results_pic_c3e = 2131231602; - - // aapt resource value: 0x7F080373 - public const int results_pic_c3s = 2131231603; - - // aapt resource value: 0x7F080374 - public const int results_pic_c4 = 2131231604; - - // aapt resource value: 0x7F080375 - public const int results_pic_c4c = 2131231605; - - // aapt resource value: 0x7F080376 - public const int results_pic_c4e = 2131231606; - - // aapt resource value: 0x7F080377 - public const int results_pic_c4s = 2131231607; - - // aapt resource value: 0x7F080378 - public const int results_pic_c6 = 2131231608; - - // aapt resource value: 0x7F080379 - public const int results_pic_c6c = 2131231609; - - // aapt resource value: 0x7F08037A - public const int results_pic_c6c_1 = 2131231610; - - // aapt resource value: 0x7F08037B - public const int results_pic_c6c_2 = 2131231611; - - // aapt resource value: 0x7F08037C - public const int results_pic_c6h = 2131231612; - - // aapt resource value: 0x7F08037D - public const int results_pic_co2 = 2131231613; - - // aapt resource value: 0x7F08037E - public const int results_pic_d1 = 2131231614; - - // aapt resource value: 0x7F08037F - public const int results_pic_default = 2131231615; - - // aapt resource value: 0x7F080380 - public const int results_pic_f1 = 2131231616; - - // aapt resource value: 0x7F080381 - public const int results_pic_h2c = 2131231617; - - // aapt resource value: 0x7F080382 - public const int results_pic_h2s = 2131231618; - - // aapt resource value: 0x7F080383 - public const int results_pic_n1 = 2131231619; - - // aapt resource value: 0x7F080384 - public const int results_pic_n1w = 2131231620; - - // aapt resource value: 0x7F080385 - public const int results_pic_r1 = 2131231621; - - // aapt resource value: 0x7F080386 - public const int results_pic_r2 = 2131231622; - - // aapt resource value: 0x7F080387 - public const int results_pic_w1 = 2131231623; - - // aapt resource value: 0x7F080388 - public const int results_pic_w3 = 2131231624; - - // aapt resource value: 0x7F080389 - public const int results_pic_x1 = 2131231625; - - // aapt resource value: 0x7F08038A - public const int results_pic_x2 = 2131231626; - - // aapt resource value: 0x7F08038B - public const int results_pic_x3 = 2131231627; - - // aapt resource value: 0x7F08038C - public const int results_pic_x3c = 2131231628; - - // aapt resource value: 0x7F08038D - public const int results_pic_x4 = 2131231629; - - // aapt resource value: 0x7F08038E - public const int results_pic_z1 = 2131231630; - - // aapt resource value: 0x7F08038F - public const int results_w2d = 2131231631; - - // aapt resource value: 0x7F080390 - public const int results_w2s = 2131231632; - - // aapt resource value: 0x7F080391 - public const int results_wlb = 2131231633; - - // aapt resource value: 0x7F080392 - public const int results_x5_108tp = 2131231634; + public const int remote_seekbar_thumb = 2131231566; // aapt resource value: 0x7F08034F - public const int result_5k_vr104d = 2131231567; + public const int reset_deivce = 2131231567; - // aapt resource value: 0x7F080350 - public const int result_5k_vr116d = 2131231568; + // aapt resource value: 0x7F08035C + public const int results_4_dvr = 2131231580; - // aapt resource value: 0x7F080351 - public const int result_8_16dvr = 2131231569; + // aapt resource value: 0x7F08035D + public const int results_8_16_nvr = 2131231581; - // aapt resource value: 0x7F080352 - public const int result_cs_c3w = 2131231570; + // aapt resource value: 0x7F08035E + public const int results_8_nvr = 2131231582; - // aapt resource value: 0x7F080353 - public const int result_cs_vr104d = 2131231571; + // aapt resource value: 0x7F08035F + public const int results_c6p = 2131231583; - // aapt resource value: 0x7F080354 - public const int result_cs_vr108d = 2131231572; + // aapt resource value: 0x7F080360 + public const int results_mini_360_plus = 2131231584; - // aapt resource value: 0x7F080355 - public const int result_cs_vr116d = 2131231573; + // aapt resource value: 0x7F080361 + public const int results_mini_trooper = 2131231585; - // aapt resource value: 0x7F080356 - public const int result_pic_dh1 = 2131231574; + // aapt resource value: 0x7F080362 + public const int results_pic_a1 = 2131231586; - // aapt resource value: 0x7F080357 - public const int result_pic_doorbell = 2131231575; + // aapt resource value: 0x7F080363 + public const int results_pic_a1c = 2131231587; - // aapt resource value: 0x7F080358 - public const int result_pic_doorbell_hik = 2131231576; + // aapt resource value: 0x7F080364 + public const int results_pic_a1s = 2131231588; - // aapt resource value: 0x7F080359 - public const int result_pic_light = 2131231577; + // aapt resource value: 0x7F080365 + public const int results_pic_baidu_c2s = 2131231589; - // aapt resource value: 0x7F08035A - public const int result_x5c = 2131231578; + // aapt resource value: 0x7F080366 + public const int results_pic_bg = 2131231590; + + // aapt resource value: 0x7F080367 + public const int results_pic_c1 = 2131231591; + + // aapt resource value: 0x7F080368 + public const int results_pic_c2 = 2131231592; + + // aapt resource value: 0x7F08036B + public const int results_pic_c2c = 2131231595; + + // aapt resource value: 0x7F08036C + public const int results_pic_c2mini = 2131231596; + + // aapt resource value: 0x7F08036D + public const int results_pic_c2mini2 = 2131231597; + + // aapt resource value: 0x7F08036E + public const int results_pic_c2plus = 2131231598; + + // aapt resource value: 0x7F08036F + public const int results_pic_c2s = 2131231599; + + // aapt resource value: 0x7F080370 + public const int results_pic_c2w = 2131231600; + + // aapt resource value: 0x7F080369 + public const int results_pic_c2_2 = 2131231593; + + // aapt resource value: 0x7F08036A + public const int results_pic_c2_usa = 2131231594; + + // aapt resource value: 0x7F080371 + public const int results_pic_c3 = 2131231601; + + // aapt resource value: 0x7F080372 + public const int results_pic_c3c = 2131231602; + + // aapt resource value: 0x7F080373 + public const int results_pic_c3e = 2131231603; + + // aapt resource value: 0x7F080374 + public const int results_pic_c3s = 2131231604; + + // aapt resource value: 0x7F080375 + public const int results_pic_c4 = 2131231605; + + // aapt resource value: 0x7F080376 + public const int results_pic_c4c = 2131231606; + + // aapt resource value: 0x7F080377 + public const int results_pic_c4e = 2131231607; + + // aapt resource value: 0x7F080378 + public const int results_pic_c4s = 2131231608; + + // aapt resource value: 0x7F080379 + public const int results_pic_c6 = 2131231609; + + // aapt resource value: 0x7F08037A + public const int results_pic_c6c = 2131231610; + + // aapt resource value: 0x7F08037B + public const int results_pic_c6c_1 = 2131231611; + + // aapt resource value: 0x7F08037C + public const int results_pic_c6c_2 = 2131231612; + + // aapt resource value: 0x7F08037D + public const int results_pic_c6h = 2131231613; + + // aapt resource value: 0x7F08037E + public const int results_pic_co2 = 2131231614; + + // aapt resource value: 0x7F08037F + public const int results_pic_d1 = 2131231615; + + // aapt resource value: 0x7F080380 + public const int results_pic_default = 2131231616; + + // aapt resource value: 0x7F080381 + public const int results_pic_f1 = 2131231617; + + // aapt resource value: 0x7F080382 + public const int results_pic_h2c = 2131231618; + + // aapt resource value: 0x7F080383 + public const int results_pic_h2s = 2131231619; + + // aapt resource value: 0x7F080384 + public const int results_pic_n1 = 2131231620; + + // aapt resource value: 0x7F080385 + public const int results_pic_n1w = 2131231621; + + // aapt resource value: 0x7F080386 + public const int results_pic_r1 = 2131231622; + + // aapt resource value: 0x7F080387 + public const int results_pic_r2 = 2131231623; + + // aapt resource value: 0x7F080388 + public const int results_pic_w1 = 2131231624; + + // aapt resource value: 0x7F080389 + public const int results_pic_w3 = 2131231625; + + // aapt resource value: 0x7F08038A + public const int results_pic_x1 = 2131231626; + + // aapt resource value: 0x7F08038B + public const int results_pic_x2 = 2131231627; + + // aapt resource value: 0x7F08038C + public const int results_pic_x3 = 2131231628; + + // aapt resource value: 0x7F08038D + public const int results_pic_x3c = 2131231629; + + // aapt resource value: 0x7F08038E + public const int results_pic_x4 = 2131231630; + + // aapt resource value: 0x7F08038F + public const int results_pic_z1 = 2131231631; + + // aapt resource value: 0x7F080390 + public const int results_w2d = 2131231632; + + // aapt resource value: 0x7F080391 + public const int results_w2s = 2131231633; + + // aapt resource value: 0x7F080392 + public const int results_wlb = 2131231634; // aapt resource value: 0x7F080393 - public const int right_horizontal = 2131231635; + public const int results_x5_108tp = 2131231635; + + // aapt resource value: 0x7F080350 + public const int result_5k_vr104d = 2131231568; + + // aapt resource value: 0x7F080351 + public const int result_5k_vr116d = 2131231569; + + // aapt resource value: 0x7F080352 + public const int result_8_16dvr = 2131231570; + + // aapt resource value: 0x7F080353 + public const int result_cs_c3w = 2131231571; + + // aapt resource value: 0x7F080354 + public const int result_cs_vr104d = 2131231572; + + // aapt resource value: 0x7F080355 + public const int result_cs_vr108d = 2131231573; + + // aapt resource value: 0x7F080356 + public const int result_cs_vr116d = 2131231574; + + // aapt resource value: 0x7F080357 + public const int result_pic_dh1 = 2131231575; + + // aapt resource value: 0x7F080358 + public const int result_pic_doorbell = 2131231576; + + // aapt resource value: 0x7F080359 + public const int result_pic_doorbell_hik = 2131231577; + + // aapt resource value: 0x7F08035A + public const int result_pic_light = 2131231578; + + // aapt resource value: 0x7F08035B + public const int result_x5c = 2131231579; // aapt resource value: 0x7F080394 - public const int right_twinkle = 2131231636; + public const int right_horizontal = 2131231636; // aapt resource value: 0x7F080395 - public const int ring_off = 2131231637; + public const int right_twinkle = 2131231637; // aapt resource value: 0x7F080396 - public const int say_bg = 2131231638; + public const int ring_off = 2131231638; // aapt resource value: 0x7F080397 - public const int search = 2131231639; + public const int say_bg = 2131231639; // aapt resource value: 0x7F080398 - public const int search_bnt = 2131231640; + public const int search = 2131231640; // aapt resource value: 0x7F080399 - public const int search_bnt_sel = 2131231641; + public const int search_bnt = 2131231641; // aapt resource value: 0x7F08039A - public const int search_button_selector = 2131231642; + public const int search_bnt_sel = 2131231642; // aapt resource value: 0x7F08039B - public const int search_input = 2131231643; + public const int search_button_selector = 2131231643; // aapt resource value: 0x7F08039C - public const int seekbar_thumb = 2131231644; - - // aapt resource value: 0x7F08039E - public const int selected_icon = 2131231646; - - // aapt resource value: 0x7F08039F - public const int selector_pickerview_btn = 2131231647; + public const int search_input = 2131231644; // aapt resource value: 0x7F08039D - public const int select_icon = 2131231645; + public const int seekbar_thumb = 2131231645; + + // aapt resource value: 0x7F08039F + public const int selected_icon = 2131231647; // aapt resource value: 0x7F0803A0 - public const int server1 = 2131231648; + public const int selector_pickerview_btn = 2131231648; + + // aapt resource value: 0x7F08039E + public const int select_icon = 2131231646; // aapt resource value: 0x7F0803A1 - public const int server2 = 2131231649; + public const int server1 = 2131231649; // aapt resource value: 0x7F0803A2 - public const int server3 = 2131231650; + public const int server2 = 2131231650; // aapt resource value: 0x7F0803A3 - public const int server4 = 2131231651; + public const int server3 = 2131231651; // aapt resource value: 0x7F0803A4 - public const int setup = 2131231652; + public const int server4 = 2131231652; // aapt resource value: 0x7F0803A5 - public const int setup_sel = 2131231653; + public const int setup = 2131231653; // aapt resource value: 0x7F0803A6 - public const int setup_wechat = 2131231654; + public const int setup_sel = 2131231654; // aapt resource value: 0x7F0803A7 - public const int share_management_label_button = 2131231655; + public const int setup_wechat = 2131231655; // aapt resource value: 0x7F0803A8 - public const int share_management_label_button_sel = 2131231656; + public const int share_management_label_button = 2131231656; // aapt resource value: 0x7F0803A9 - public const int shipin7_alarm_msg_new = 2131231657; + public const int share_management_label_button_sel = 2131231657; // aapt resource value: 0x7F0803AA - public const int shrink_screen_normal = 2131231658; + public const int shipin7_alarm_msg_new = 2131231658; // aapt resource value: 0x7F0803AB - public const int shrink_screen_pressed = 2131231659; + public const int shrink_screen_normal = 2131231659; // aapt resource value: 0x7F0803AC - public const int small_button_cameralist = 2131231660; + public const int shrink_screen_pressed = 2131231660; // aapt resource value: 0x7F0803AD - public const int sound_off = 2131231661; + public const int small_button_cameralist = 2131231661; // aapt resource value: 0x7F0803AE - public const int sound_off_blue = 2131231662; + public const int sound_off = 2131231662; // aapt resource value: 0x7F0803AF - public const int sound_off_sel = 2131231663; + public const int sound_off_blue = 2131231663; // aapt resource value: 0x7F0803B0 - public const int sound_off_sel_blue = 2131231664; + public const int sound_off_sel = 2131231664; // aapt resource value: 0x7F0803B1 - public const int sound_on = 2131231665; + public const int sound_off_sel_blue = 2131231665; // aapt resource value: 0x7F0803B2 - public const int sound_on_blue = 2131231666; + public const int sound_on = 2131231666; // aapt resource value: 0x7F0803B3 - public const int sound_on_sel = 2131231667; + public const int sound_on_blue = 2131231667; // aapt resource value: 0x7F0803B4 - public const int sound_on_sel_blue = 2131231668; + public const int sound_on_sel = 2131231668; // aapt resource value: 0x7F0803B5 - public const int sound_source = 2131231669; + public const int sound_on_sel_blue = 2131231669; // aapt resource value: 0x7F0803B6 - public const int sound_source_sel = 2131231670; + public const int sound_source = 2131231670; // aapt resource value: 0x7F0803B7 - public const int speech = 2131231671; + public const int sound_source_sel = 2131231671; // aapt resource value: 0x7F0803B8 - public const int speech_0 = 2131231672; + public const int speech = 2131231672; // aapt resource value: 0x7F0803B9 - public const int speech_1 = 2131231673; + public const int speech_0 = 2131231673; // aapt resource value: 0x7F0803BA - public const int speech_2 = 2131231674; + public const int speech_1 = 2131231674; // aapt resource value: 0x7F0803BB - public const int speech_3 = 2131231675; + public const int speech_2 = 2131231675; // aapt resource value: 0x7F0803BC - public const int speech_4 = 2131231676; + public const int speech_3 = 2131231676; // aapt resource value: 0x7F0803BD - public const int speech_5 = 2131231677; + public const int speech_4 = 2131231677; // aapt resource value: 0x7F0803BE - public const int speech_full_selector = 2131231678; + public const int speech_5 = 2131231678; // aapt resource value: 0x7F0803BF - public const int stop = 2131231679; - - // aapt resource value: 0x7F0803C2 - public const int stopbtn_selector = 2131231682; - - // aapt resource value: 0x7F0803C3 - public const int stoplay_btn = 2131231683; - - // aapt resource value: 0x7F0803C4 - public const int stoplay_btn_sel = 2131231684; + public const int speech_full_selector = 2131231679; // aapt resource value: 0x7F0803C0 - public const int stop_disable = 2131231680; + public const int stop = 2131231680; - // aapt resource value: 0x7F0803C1 - public const int stop_press = 2131231681; + // aapt resource value: 0x7F0803C3 + public const int stopbtn_selector = 2131231683; + + // aapt resource value: 0x7F0803C4 + public const int stoplay_btn = 2131231684; // aapt resource value: 0x7F0803C5 - public const int success = 2131231685; + public const int stoplay_btn_sel = 2131231685; + + // aapt resource value: 0x7F0803C1 + public const int stop_disable = 2131231681; + + // aapt resource value: 0x7F0803C2 + public const int stop_press = 2131231682; // aapt resource value: 0x7F0803C6 - public const int success_icon = 2131231686; + public const int success = 2131231686; // aapt resource value: 0x7F0803C7 - public const int success_img = 2131231687; + public const int success_icon = 2131231687; // aapt resource value: 0x7F0803C8 - public const int switch_camera = 2131231688; + public const int success_img = 2131231688; // aapt resource value: 0x7F0803C9 - public const int tab_left = 2131231689; + public const int switch_camera = 2131231689; // aapt resource value: 0x7F0803CA - public const int tab_left_sel = 2131231690; + public const int tab_left = 2131231690; // aapt resource value: 0x7F0803CB - public const int tab_right = 2131231691; + public const int tab_left_sel = 2131231691; // aapt resource value: 0x7F0803CC - public const int tab_right_sel = 2131231692; + public const int tab_right = 2131231692; // aapt resource value: 0x7F0803CD - public const int tiltle_button_selector = 2131231693; + public const int tab_right_sel = 2131231693; // aapt resource value: 0x7F0803CE - public const int timeline = 2131231694; + public const int tiltle_button_selector = 2131231694; // aapt resource value: 0x7F0803CF - public const int timeline_sel = 2131231695; + public const int timeline = 2131231695; // aapt resource value: 0x7F0803D0 - public const int tip_textview_bg = 2131231696; + public const int timeline_sel = 2131231696; // aapt resource value: 0x7F0803D1 - public const int title_down_bg = 2131231697; + public const int tip_textview_bg = 2131231697; // aapt resource value: 0x7F0803D2 - public const int title_down_play = 2131231698; + public const int title_down_bg = 2131231698; // aapt resource value: 0x7F0803D3 - public const int title_down_play_sel = 2131231699; + public const int title_down_play = 2131231699; // aapt resource value: 0x7F0803D4 - public const int title_down_play_selector = 2131231700; + public const int title_down_play_sel = 2131231700; // aapt resource value: 0x7F0803D5 - public const int title_menu_bg = 2131231701; + public const int title_down_play_selector = 2131231701; // aapt resource value: 0x7F0803D6 - public const int tittel_button_bg = 2131231702; + public const int title_menu_bg = 2131231702; // aapt resource value: 0x7F0803D7 - public const int tittel_button_press_bg = 2131231703; + public const int tittel_button_bg = 2131231703; // aapt resource value: 0x7F0803D8 - public const int tooltip_frame_dark = 2131231704; + public const int tittel_button_press_bg = 2131231704; // aapt resource value: 0x7F0803D9 - public const int tooltip_frame_light = 2131231705; + public const int tooltip_frame_dark = 2131231705; // aapt resource value: 0x7F0803DA - public const int top_bar_bg = 2131231706; + public const int tooltip_frame_light = 2131231706; // aapt resource value: 0x7F0803DB - public const int track_bar_bg = 2131231707; + public const int top_bar_bg = 2131231707; // aapt resource value: 0x7F0803DC - public const int translucent = 2131231708; + public const int track_bar_bg = 2131231708; // aapt resource value: 0x7F0803DD - public const int @unchecked = 2131231709; - - // aapt resource value: 0x7F0803E0 - public const int upgrade = 2131231712; + public const int translucent = 2131231709; // aapt resource value: 0x7F0803DE - public const int up_horizontal = 2131231710; - - // aapt resource value: 0x7F0803DF - public const int up_twinkle = 2131231711; + public const int @unchecked = 2131231710; // aapt resource value: 0x7F0803E1 - public const int user = 2131231713; + public const int upgrade = 2131231713; + + // aapt resource value: 0x7F0803DF + public const int up_horizontal = 2131231711; + + // aapt resource value: 0x7F0803E0 + public const int up_twinkle = 2131231712; // aapt resource value: 0x7F0803E2 - public const int vertical_preview_sound_selector = 2131231714; + public const int user = 2131231714; // aapt resource value: 0x7F0803E3 - public const int vertical_preview_stop_selector = 2131231715; - - // aapt resource value: 0x7F0803F2 - public const int videogo_icon = 2131231730; + public const int vertical_preview_sound_selector = 2131231715; // aapt resource value: 0x7F0803E4 - public const int video_camera1_1 = 2131231716; - - // aapt resource value: 0x7F0803E5 - public const int video_camera1_2 = 2131231717; - - // aapt resource value: 0x7F0803E6 - public const int video_camera1_3 = 2131231718; - - // aapt resource value: 0x7F0803E7 - public const int video_file_watermark = 2131231719; - - // aapt resource value: 0x7F0803E8 - public const int video_quality_selector = 2131231720; - - // aapt resource value: 0x7F0803E9 - public const int video_talk_sdk_icn_watch = 2131231721; - - // aapt resource value: 0x7F0803EA - public const int video_talk_sdk_placeholder_images_user = 2131231722; - - // aapt resource value: 0x7F0803EB - public const int video_talk_sdk_video_answer = 2131231723; - - // aapt resource value: 0x7F0803EC - public const int video_talk_sdk_video_hangup = 2131231724; - - // aapt resource value: 0x7F0803ED - public const int video_talk_sdk_video_record_off = 2131231725; - - // aapt resource value: 0x7F0803EE - public const int video_talk_sdk_video_record_on = 2131231726; - - // aapt resource value: 0x7F0803EF - public const int video_talk_sdk_video_snap = 2131231727; - - // aapt resource value: 0x7F0803F0 - public const int video_talk_sdk_video_stop = 2131231728; - - // aapt resource value: 0x7F0803F1 - public const int video_talk_sdk_video_switch_camera = 2131231729; - - // aapt resource value: 0x7F0803FC - public const int waiting_bg = 2131231740; - - // aapt resource value: 0x7F0803FD - public const int waiting_progressbar_bg = 2131231741; + public const int vertical_preview_stop_selector = 2131231716; // aapt resource value: 0x7F0803F3 - public const int wait_1 = 2131231731; + public const int videogo_icon = 2131231731; - // aapt resource value: 0x7F0803F4 - public const int wait_2 = 2131231732; + // aapt resource value: 0x7F0803E5 + public const int video_camera1_1 = 2131231717; - // aapt resource value: 0x7F0803F5 - public const int wait_3 = 2131231733; + // aapt resource value: 0x7F0803E6 + public const int video_camera1_2 = 2131231718; - // aapt resource value: 0x7F0803F6 - public const int wait_4 = 2131231734; + // aapt resource value: 0x7F0803E7 + public const int video_camera1_3 = 2131231719; - // aapt resource value: 0x7F0803F7 - public const int wait_5 = 2131231735; + // aapt resource value: 0x7F0803E8 + public const int video_file_watermark = 2131231720; - // aapt resource value: 0x7F0803F8 - public const int wait_6 = 2131231736; + // aapt resource value: 0x7F0803E9 + public const int video_quality_selector = 2131231721; - // aapt resource value: 0x7F0803F9 - public const int wait_7 = 2131231737; + // aapt resource value: 0x7F0803EA + public const int video_talk_sdk_icn_watch = 2131231722; - // aapt resource value: 0x7F0803FA - public const int wait_8 = 2131231738; + // aapt resource value: 0x7F0803EB + public const int video_talk_sdk_placeholder_images_user = 2131231723; - // aapt resource value: 0x7F0803FB - public const int wait_upload_img = 2131231739; + // aapt resource value: 0x7F0803EC + public const int video_talk_sdk_video_answer = 2131231724; + + // aapt resource value: 0x7F0803ED + public const int video_talk_sdk_video_hangup = 2131231725; + + // aapt resource value: 0x7F0803EE + public const int video_talk_sdk_video_record_off = 2131231726; + + // aapt resource value: 0x7F0803EF + public const int video_talk_sdk_video_record_on = 2131231727; + + // aapt resource value: 0x7F0803F0 + public const int video_talk_sdk_video_snap = 2131231728; + + // aapt resource value: 0x7F0803F1 + public const int video_talk_sdk_video_stop = 2131231729; + + // aapt resource value: 0x7F0803F2 + public const int video_talk_sdk_video_switch_camera = 2131231730; + + // aapt resource value: 0x7F0803FD + public const int waiting_bg = 2131231741; // aapt resource value: 0x7F0803FE - public const int water_alarm = 2131231742; + public const int waiting_progressbar_bg = 2131231742; + + // aapt resource value: 0x7F0803F4 + public const int wait_1 = 2131231732; + + // aapt resource value: 0x7F0803F5 + public const int wait_2 = 2131231733; + + // aapt resource value: 0x7F0803F6 + public const int wait_3 = 2131231734; + + // aapt resource value: 0x7F0803F7 + public const int wait_4 = 2131231735; + + // aapt resource value: 0x7F0803F8 + public const int wait_5 = 2131231736; + + // aapt resource value: 0x7F0803F9 + public const int wait_6 = 2131231737; + + // aapt resource value: 0x7F0803FA + public const int wait_7 = 2131231738; + + // aapt resource value: 0x7F0803FB + public const int wait_8 = 2131231739; + + // aapt resource value: 0x7F0803FC + public const int wait_upload_img = 2131231740; // aapt resource value: 0x7F0803FF - public const int wifi_config_bg = 2131231743; + public const int water_alarm = 2131231743; // aapt resource value: 0x7F080400 - public const int wifi_connect_tip = 2131231744; + public const int wifi_config_bg = 2131231744; // aapt resource value: 0x7F080401 - public const int yuntai_normal = 2131231745; + public const int wifi_connect_tip = 2131231745; // aapt resource value: 0x7F080402 - public const int yuntai_pressed = 2131231746; + public const int yuntai_normal = 2131231746; // aapt resource value: 0x7F080403 - public const int yxs_head = 2131231747; + public const int yuntai_pressed = 2131231747; // aapt resource value: 0x7F080404 - public const int z1_bg = 2131231748; + public const int yxs_head = 2131231748; + + // aapt resource value: 0x7F080405 + public const int z1_bg = 2131231749; static Drawable() { @@ -9485,376 +9488,379 @@ public const int cc_activity_widget_countrycode = 2131427403; // aapt resource value: 0x7F0B004C - public const int cc_country_list_item = 2131427404; + public const int cc_activity_widget_sortselection = 2131427404; // aapt resource value: 0x7F0B004D - public const int city_config_item = 2131427405; + public const int cc_country_list_item = 2131427405; // aapt resource value: 0x7F0B004E - public const int city_config_item_ez = 2131427406; + public const int city_config_item = 2131427406; // aapt resource value: 0x7F0B004F - public const int ddns_device_ist_page = 2131427407; + public const int city_config_item_ez = 2131427407; // aapt resource value: 0x7F0B0050 - public const int ddns_device_list_item = 2131427408; + public const int ddns_device_ist_page = 2131427408; // aapt resource value: 0x7F0B0051 - public const int design_bottom_navigation_item = 2131427409; + public const int ddns_device_list_item = 2131427409; // aapt resource value: 0x7F0B0052 - public const int design_bottom_sheet_dialog = 2131427410; + public const int design_bottom_navigation_item = 2131427410; // aapt resource value: 0x7F0B0053 - public const int design_layout_snackbar = 2131427411; + public const int design_bottom_sheet_dialog = 2131427411; // aapt resource value: 0x7F0B0054 - public const int design_layout_snackbar_include = 2131427412; + public const int design_layout_snackbar = 2131427412; // aapt resource value: 0x7F0B0055 - public const int design_layout_tab_icon = 2131427413; + public const int design_layout_snackbar_include = 2131427413; // aapt resource value: 0x7F0B0056 - public const int design_layout_tab_text = 2131427414; + public const int design_layout_tab_icon = 2131427414; // aapt resource value: 0x7F0B0057 - public const int design_menu_item_action_area = 2131427415; + public const int design_layout_tab_text = 2131427415; // aapt resource value: 0x7F0B0058 - public const int design_navigation_item = 2131427416; + public const int design_menu_item_action_area = 2131427416; // aapt resource value: 0x7F0B0059 - public const int design_navigation_item_header = 2131427417; + public const int design_navigation_item = 2131427417; // aapt resource value: 0x7F0B005A - public const int design_navigation_item_separator = 2131427418; + public const int design_navigation_item_header = 2131427418; // aapt resource value: 0x7F0B005B - public const int design_navigation_item_subheader = 2131427419; + public const int design_navigation_item_separator = 2131427419; // aapt resource value: 0x7F0B005C - public const int design_navigation_menu = 2131427420; + public const int design_navigation_item_subheader = 2131427420; // aapt resource value: 0x7F0B005D - public const int design_navigation_menu_item = 2131427421; + public const int design_navigation_menu = 2131427421; // aapt resource value: 0x7F0B005E - public const int design_text_input_password_icon = 2131427422; + public const int design_navigation_menu_item = 2131427422; // aapt resource value: 0x7F0B005F - public const int device_discover_item = 2131427423; + public const int design_text_input_password_icon = 2131427423; // aapt resource value: 0x7F0B0060 - public const int device_discover_page = 2131427424; + public const int device_discover_item = 2131427424; // aapt resource value: 0x7F0B0061 - public const int device_setting_page = 2131427425; + public const int device_discover_page = 2131427425; // aapt resource value: 0x7F0B0062 - public const int device_video_encrypt_dialog = 2131427426; - - // aapt resource value: 0x7F0B006E - public const int ezopen_realplay_operate_bar = 2131427438; - - // aapt resource value: 0x7F0B006F - public const int ezopen_realplay_operate_bar2 = 2131427439; + public const int device_setting_page = 2131427426; // aapt resource value: 0x7F0B0063 - public const int ez_demo_interface_activity = 2131427427; + public const int device_video_encrypt_dialog = 2131427427; - // aapt resource value: 0x7F0B0064 - public const int ez_message_image_page = 2131427428; - - // aapt resource value: 0x7F0B0065 - public const int ez_message_list_item = 2131427429; - - // aapt resource value: 0x7F0B0066 - public const int ez_message_list_section = 2131427430; - - // aapt resource value: 0x7F0B0067 - public const int ez_message_page = 2131427431; - - // aapt resource value: 0x7F0B0069 - public const int ez_playback_list_page = 2131427433; - - // aapt resource value: 0x7F0B0068 - public const int ez_play_control = 2131427432; - - // aapt resource value: 0x7F0B006A - public const int ez_realplay_page = 2131427434; - - // aapt resource value: 0x7F0B006B - public const int ez_realplay_prompt_layout = 2131427435; - - // aapt resource value: 0x7F0B006C - public const int ez_realplay_quality_items = 2131427436; - - // aapt resource value: 0x7F0B006D - public const int ez_remote_playback_page = 2131427437; + // aapt resource value: 0x7F0B006F + public const int ezopen_realplay_operate_bar = 2131427439; // aapt resource value: 0x7F0B0070 - public const int fragment_city_config = 2131427440; + public const int ezopen_realplay_operate_bar2 = 2131427440; + + // aapt resource value: 0x7F0B0064 + public const int ez_demo_interface_activity = 2131427428; + + // aapt resource value: 0x7F0B0065 + public const int ez_message_image_page = 2131427429; + + // aapt resource value: 0x7F0B0066 + public const int ez_message_list_item = 2131427430; + + // aapt resource value: 0x7F0B0067 + public const int ez_message_list_section = 2131427431; + + // aapt resource value: 0x7F0B0068 + public const int ez_message_page = 2131427432; + + // aapt resource value: 0x7F0B006A + public const int ez_playback_list_page = 2131427434; + + // aapt resource value: 0x7F0B0069 + public const int ez_play_control = 2131427433; + + // aapt resource value: 0x7F0B006B + public const int ez_realplay_page = 2131427435; + + // aapt resource value: 0x7F0B006C + public const int ez_realplay_prompt_layout = 2131427436; + + // aapt resource value: 0x7F0B006D + public const int ez_realplay_quality_items = 2131427437; + + // aapt resource value: 0x7F0B006E + public const int ez_remote_playback_page = 2131427438; // aapt resource value: 0x7F0B0071 - public const int fragment_search_video = 2131427441; + public const int fragment_city_config = 2131427441; // aapt resource value: 0x7F0B0072 - public const int fragment_square_video_list = 2131427442; + public const int fragment_search_video = 2131427442; // aapt resource value: 0x7F0B0073 - public const int hdl_gallery_banner_view_layout = 2131427443; + public const int fragment_square_video_list = 2131427443; // aapt resource value: 0x7F0B0074 - public const int hdl_widget_activity_crop_image = 2131427444; + public const int hdl_gallery_banner_view_layout = 2131427444; // aapt resource value: 0x7F0B0075 - public const int hdl_widget_activity_geofence_round = 2131427445; + public const int hdl_widget_activity_crop_image = 2131427445; // aapt resource value: 0x7F0B0076 - public const int hdl_widget_air_button = 2131427446; + public const int hdl_widget_activity_geofence_round = 2131427446; // aapt resource value: 0x7F0B0077 - public const int hdl_widget_include_pickerview_topbar = 2131427447; + public const int hdl_widget_air_button = 2131427447; // aapt resource value: 0x7F0B0078 - public const int hdl_widget_layout_basepickerview = 2131427448; + public const int hdl_widget_include_pickerview_topbar = 2131427448; // aapt resource value: 0x7F0B0079 - public const int hdl_widget_pickerview = 2131427449; + public const int hdl_widget_layout_basepickerview = 2131427449; // aapt resource value: 0x7F0B007A - public const int hdl_widget_pickerview_options = 2131427450; + public const int hdl_widget_pickerview = 2131427450; // aapt resource value: 0x7F0B007B - public const int hdl_widget_pickerview_time = 2131427451; + public const int hdl_widget_pickerview_options = 2131427451; // aapt resource value: 0x7F0B007C - public const int item_multi_screen_preview = 2131427452; + public const int hdl_widget_pickerview_time = 2131427452; // aapt resource value: 0x7F0B007D - public const int lan_device_adapter_item = 2131427453; + public const int item_multi_screen_preview = 2131427453; // aapt resource value: 0x7F0B007E - public const int lan_device_login_dialog = 2131427454; + public const int lan_device_adapter_item = 2131427454; // aapt resource value: 0x7F0B007F - public const int layout_camera_view = 2131427455; + public const int lan_device_login_dialog = 2131427455; // aapt resource value: 0x7F0B0080 - public const int layout_camera_view_soft = 2131427456; + public const int layout_camera_view = 2131427456; // aapt resource value: 0x7F0B0081 - public const int layout_change_playback_rate = 2131427457; + public const int layout_camera_view_soft = 2131427457; // aapt resource value: 0x7F0B0082 - public const int layout_child_watch_video_talk_operation = 2131427458; + public const int layout_change_playback_rate = 2131427458; // aapt resource value: 0x7F0B0083 - public const int layout_dialog_tip = 2131427459; + public const int layout_child_watch_video_talk_operation = 2131427459; // aapt resource value: 0x7F0B0084 - public const int layout_login_anim = 2131427460; + public const int layout_dialog_tip = 2131427460; // aapt resource value: 0x7F0B0085 - public const int line_connecting_introduce_activity = 2131427461; + public const int layout_login_anim = 2131427461; // aapt resource value: 0x7F0B0086 - public const int list_section = 2131427462; + public const int line_connecting_introduce_activity = 2131427462; // aapt resource value: 0x7F0B0087 - public const int loading_text_view = 2131427463; + public const int list_section = 2131427463; // aapt resource value: 0x7F0B0088 - public const int login_page = 2131427464; + public const int loading_text_view = 2131427464; // aapt resource value: 0x7F0B0089 - public const int message_list_item = 2131427465; + public const int login_page = 2131427465; // aapt resource value: 0x7F0B008A - public const int message_page = 2131427466; + public const int message_list_item = 2131427466; // aapt resource value: 0x7F0B008B - public const int modify_device_name_page = 2131427467; + public const int message_page = 2131427467; // aapt resource value: 0x7F0B008C - public const int network_error_retry_page = 2131427468; - - // aapt resource value: 0x7F0B0090 - public const int notification_action = 2131427472; - - // aapt resource value: 0x7F0B0091 - public const int notification_action_tombstone = 2131427473; - - // aapt resource value: 0x7F0B0092 - public const int notification_media_action = 2131427474; - - // aapt resource value: 0x7F0B0093 - public const int notification_media_cancel_action = 2131427475; - - // aapt resource value: 0x7F0B0094 - public const int notification_template_big_media = 2131427476; - - // aapt resource value: 0x7F0B0095 - public const int notification_template_big_media_custom = 2131427477; - - // aapt resource value: 0x7F0B0096 - public const int notification_template_big_media_narrow = 2131427478; - - // aapt resource value: 0x7F0B0097 - public const int notification_template_big_media_narrow_custom = 2131427479; - - // aapt resource value: 0x7F0B0098 - public const int notification_template_custom_big = 2131427480; - - // aapt resource value: 0x7F0B0099 - public const int notification_template_icon_group = 2131427481; - - // aapt resource value: 0x7F0B009A - public const int notification_template_lines_media = 2131427482; - - // aapt resource value: 0x7F0B009B - public const int notification_template_media = 2131427483; - - // aapt resource value: 0x7F0B009C - public const int notification_template_media_custom = 2131427484; - - // aapt resource value: 0x7F0B009D - public const int notification_template_part_chronometer = 2131427485; - - // aapt resource value: 0x7F0B009E - public const int notification_template_part_time = 2131427486; - - // aapt resource value: 0x7F0B009F - public const int notifier_alarmloginfo_list_item = 2131427487; - - // aapt resource value: 0x7F0B00A0 - public const int notifier_page = 2131427488; + public const int modify_device_name_page = 2131427468; // aapt resource value: 0x7F0B008D - public const int no_device_more_footer = 2131427469; + public const int network_error_retry_page = 2131427469; - // aapt resource value: 0x7F0B008E - public const int no_more_footer = 2131427470; + // aapt resource value: 0x7F0B0091 + public const int notification_action = 2131427473; - // aapt resource value: 0x7F0B008F - public const int no_msg_more_footer = 2131427471; + // aapt resource value: 0x7F0B0092 + public const int notification_action_tombstone = 2131427474; + + // aapt resource value: 0x7F0B0093 + public const int notification_media_action = 2131427475; + + // aapt resource value: 0x7F0B0094 + public const int notification_media_cancel_action = 2131427476; + + // aapt resource value: 0x7F0B0095 + public const int notification_template_big_media = 2131427477; + + // aapt resource value: 0x7F0B0096 + public const int notification_template_big_media_custom = 2131427478; + + // aapt resource value: 0x7F0B0097 + public const int notification_template_big_media_narrow = 2131427479; + + // aapt resource value: 0x7F0B0098 + public const int notification_template_big_media_narrow_custom = 2131427480; + + // aapt resource value: 0x7F0B0099 + public const int notification_template_custom_big = 2131427481; + + // aapt resource value: 0x7F0B009A + public const int notification_template_icon_group = 2131427482; + + // aapt resource value: 0x7F0B009B + public const int notification_template_lines_media = 2131427483; + + // aapt resource value: 0x7F0B009C + public const int notification_template_media = 2131427484; + + // aapt resource value: 0x7F0B009D + public const int notification_template_media_custom = 2131427485; + + // aapt resource value: 0x7F0B009E + public const int notification_template_part_chronometer = 2131427486; + + // aapt resource value: 0x7F0B009F + public const int notification_template_part_time = 2131427487; + + // aapt resource value: 0x7F0B00A0 + public const int notifier_alarmloginfo_list_item = 2131427488; // aapt resource value: 0x7F0B00A1 - public const int open_ysservice_dialog = 2131427489; + public const int notifier_page = 2131427489; + + // aapt resource value: 0x7F0B008E + public const int no_device_more_footer = 2131427470; + + // aapt resource value: 0x7F0B008F + public const int no_more_footer = 2131427471; + + // aapt resource value: 0x7F0B0090 + public const int no_msg_more_footer = 2131427472; // aapt resource value: 0x7F0B00A2 - public const int password_error_layout = 2131427490; + public const int open_ysservice_dialog = 2131427490; // aapt resource value: 0x7F0B00A3 - public const int playback_list_page = 2131427491; + public const int password_error_layout = 2131427491; // aapt resource value: 0x7F0B00A4 - public const int pull_to_refresh_footer = 2131427492; + public const int playback_list_page = 2131427492; // aapt resource value: 0x7F0B00A5 - public const int pull_to_refresh_header = 2131427493; - - // aapt resource value: 0x7F0B00B1 - public const int realplayer_item = 2131427505; - - // aapt resource value: 0x7F0B00B2 - public const int realplayer_page = 2131427506; + public const int pull_to_refresh_footer = 2131427493; // aapt resource value: 0x7F0B00A6 - public const int realplay_control_layout = 2131427494; + public const int pull_to_refresh_header = 2131427494; - // aapt resource value: 0x7F0B00A7 - public const int realplay_full_operate_layout = 2131427495; - - // aapt resource value: 0x7F0B00A8 - public const int realplay_loading_layout = 2131427496; - - // aapt resource value: 0x7F0B00A9 - public const int realplay_operate_bar = 2131427497; - - // aapt resource value: 0x7F0B00AA - public const int realplay_operate_bar2 = 2131427498; - - // aapt resource value: 0x7F0B00AB - public const int realplay_page = 2131427499; - - // aapt resource value: 0x7F0B00AC - public const int realplay_prompt_layout = 2131427500; - - // aapt resource value: 0x7F0B00AD - public const int realplay_ptz_wnd = 2131427501; - - // aapt resource value: 0x7F0B00AE - public const int realplay_quality_items = 2131427502; - - // aapt resource value: 0x7F0B00AF - public const int realplay_quality_wnd = 2131427503; - - // aapt resource value: 0x7F0B00B0 - public const int realplay_talkback_wnd = 2131427504; + // aapt resource value: 0x7F0B00B2 + public const int realplayer_item = 2131427506; // aapt resource value: 0x7F0B00B3 - public const int remote_playback_page = 2131427507; + public const int realplayer_page = 2131427507; + + // aapt resource value: 0x7F0B00A7 + public const int realplay_control_layout = 2131427495; + + // aapt resource value: 0x7F0B00A8 + public const int realplay_full_operate_layout = 2131427496; + + // aapt resource value: 0x7F0B00A9 + public const int realplay_loading_layout = 2131427497; + + // aapt resource value: 0x7F0B00AA + public const int realplay_operate_bar = 2131427498; + + // aapt resource value: 0x7F0B00AB + public const int realplay_operate_bar2 = 2131427499; + + // aapt resource value: 0x7F0B00AC + public const int realplay_page = 2131427500; + + // aapt resource value: 0x7F0B00AD + public const int realplay_prompt_layout = 2131427501; + + // aapt resource value: 0x7F0B00AE + public const int realplay_ptz_wnd = 2131427502; + + // aapt resource value: 0x7F0B00AF + public const int realplay_quality_items = 2131427503; + + // aapt resource value: 0x7F0B00B0 + public const int realplay_quality_wnd = 2131427504; + + // aapt resource value: 0x7F0B00B1 + public const int realplay_talkback_wnd = 2131427505; // aapt resource value: 0x7F0B00B4 - public const int section_list_item = 2131427508; + public const int remote_playback_page = 2131427508; // aapt resource value: 0x7F0B00B5 - public const int select_camera_no_dialog = 2131427509; + public const int section_list_item = 2131427509; // aapt resource value: 0x7F0B00B6 - public const int select_camera_no_dialog_item = 2131427510; + public const int select_camera_no_dialog = 2131427510; // aapt resource value: 0x7F0B00B7 - public const int select_dialog_item_material = 2131427511; + public const int select_camera_no_dialog_item = 2131427511; // aapt resource value: 0x7F0B00B8 - public const int select_dialog_multichoice_material = 2131427512; + public const int select_dialog_item_material = 2131427512; // aapt resource value: 0x7F0B00B9 - public const int select_dialog_singlechoice_material = 2131427513; + public const int select_dialog_multichoice_material = 2131427513; // aapt resource value: 0x7F0B00BA - public const int sms_verify_dialog = 2131427514; + public const int select_dialog_singlechoice_material = 2131427514; // aapt resource value: 0x7F0B00BB - public const int square_column_item = 2131427515; + public const int sms_verify_dialog = 2131427515; // aapt resource value: 0x7F0B00BC - public const int square_video_item = 2131427516; + public const int square_column_item = 2131427516; // aapt resource value: 0x7F0B00BD - public const int srl_classics_footer = 2131427517; + public const int square_video_item = 2131427517; // aapt resource value: 0x7F0B00BE - public const int srl_classics_header = 2131427518; + public const int srl_classics_footer = 2131427518; // aapt resource value: 0x7F0B00BF - public const int support_simple_spinner_dropdown_item = 2131427519; + public const int srl_classics_header = 2131427519; // aapt resource value: 0x7F0B00C0 - public const int tooltip = 2131427520; + public const int support_simple_spinner_dropdown_item = 2131427520; // aapt resource value: 0x7F0B00C1 - public const int topbar = 2131427521; + public const int tooltip = 2131427521; // aapt resource value: 0x7F0B00C2 - public const int verifycode_layout = 2131427522; + public const int topbar = 2131427522; // aapt resource value: 0x7F0B00C3 - public const int wait_dialog = 2131427523; + public const int verifycode_layout = 2131427523; // aapt resource value: 0x7F0B00C4 - public const int web_page = 2131427524; - - // aapt resource value: 0x7F0B00C6 - public const int zxingscanneractivitylayout = 2131427526; - - // aapt resource value: 0x7F0B00C7 - public const int zxingscannerfragmentlayout = 2131427527; + public const int wait_dialog = 2131427524; // aapt resource value: 0x7F0B00C5 - public const int zxing_layout = 2131427525; + public const int web_page = 2131427525; + + // aapt resource value: 0x7F0B00C7 + public const int zxingscanneractivitylayout = 2131427527; + + // aapt resource value: 0x7F0B00C8 + public const int zxingscannerfragmentlayout = 2131427528; + + // aapt resource value: 0x7F0B00C6 + public const int zxing_layout = 2131427526; static Layout() { diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/AddMiniRemoteControlDirection4Page.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/AddMiniRemoteControlDirection4Page.cs index ef5b20c..85cc423 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/AddMiniRemoteControlDirection4Page.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/AddMiniRemoteControlDirection4Page.cs @@ -240,7 +240,7 @@ { var page = new UI2.PersonalCenter.PirDevice.PirMain(); MainPage.BasePageView.AddChidren(page); - page.Show(); + page.Show(null); MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; }); }); diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/BrandList.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/BrandList.cs index 3634608..03efb18 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/BrandList.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/BrandList.cs @@ -6,227 +6,35 @@ namespace HDL_ON.UI.UI2.PersonalCenter.PirDevice { - public class BrandList : FrameLayout + public class BrandList:FrameLayout { - public BrandList() + + public void Show(List<Brand> brandList, string spk) { - Tag = "PirView"; - } - /// <summary> - /// - /// </summary> - /// <param name="list">琛ㄧず璇ュ垪琛ㄥ厓绱燗-Z瀛楁瘝绛涢�夋樉绀哄嚭鏉�</param> - public void Show(List<Brand>brandList,List<string> list,string spk) - { - - var frameLayout = new FrameLayout + var strList = new List<string>(); + for (int str = 0; str < brandList.Count; str++) { - BackgroundColor = CSS.CSS_Color.viewTop, - Height = Application.GetRealHeight(112), - Width = Application.GetRealWidth(375), - }; - this.AddChidren(frameLayout); - - var topNameBtn = new Button - { - TextSize = TextSize.text18, - TextColor = CSS.CSS_Color.textColor, - Width = Application.GetRealWidth(TextSize.view375 - 60 - 60), - Height = Application.GetRealHeight(25), - Y = Application.GetRealHeight(30), - X = Application.GetRealWidth(60), - Text = "璇烽�夋嫨鍝佺墝", - - }; - frameLayout.AddChidren(topNameBtn); - - var backBtn = new Button - { - Width = Application.GetRealWidth(12), - Height = Application.GetRealWidth(20), - X = Application.GetRealWidth(TextSize.left16), - Y = Application.GetRealHeight(32), - UnSelectedImagePath = "LogicIcon/back.png", - }; - frameLayout.AddChidren(backBtn); - var clickBackBtn = new Button - { - Width = Application.GetRealWidth(12+16+20), - Height = Application.GetRealWidth(20+20), - Y = Application.GetRealHeight(32), - }; - frameLayout.AddChidren(clickBackBtn); - clickBackBtn.MouseUpEventHandler += (sen, e) => - { - this.RemoveFromParent(); - }; - - var editText = new EditText - { - Width = Application.GetRealWidth(343), - Height = Application.GetRealWidth(28), - X = Application.GetRealWidth(TextSize.left16), - Y = Application.GetRealHeight(76), - BackgroundColor = CSS.CSS_Color.view, - TextColor = CSS.CSS_Color.textColor, - TextAlignment = TextAlignment.Center, - - }; - frameLayout.AddChidren(editText); - - var fram = new FrameLayout - { - Y = Application.GetRealHeight(112), - Height = Application.GetRealHeight(667 - 112), - Width = Application.GetRealWidth(375), - BackgroundColor = CSS.CSS_Color.view, - }; - this.AddChidren(fram); - - - if (list == null) - { - list = new List<string>(); + //鎻愬彇瀛楃涓插垪琛� + string s = brandList[str].brandName; + strList.Add(s); } - var list1 = GetDateList(list); - - var vv = new VerticalScrolViewLayout(); - fram.AddChidren(vv); - var listStr = new List<string>(); - listStr.AddRange(list1); - editText.TextChangeEventHandler += (view, strView) => + JLCountrycode.CountryCodeView.Current.ShowSortSelection("閫夋嫨绾㈠鍝佺墝", GetDateList(strList), (countryName) => { - listStr.Clear(); - for (int i = 0; i < list1.Count; i++) + + var brandObj = brandList.Find((c) => c.brandName == countryName); + if (brandObj == null) { - var s = list1[i]; - if (s.Contains(strView)) - { - listStr.Add(s); - } + return; } - RefreshLayout(vv, brandList, listStr,spk); - - }; - #region A-Z - - - var a_zFra = new FrameLayout - { - Y = Application.GetRealHeight(46), - X = Application.GetRealWidth(362 - 6), - Height = Application.GetRealHeight(351), - Width = Application.GetRealWidth(10 + 6), - }; - fram.AddChidren(a_zFra); - var list2 = GetList(); - for (int i = 0; i < list2.Count; i++) - { - - var a_zBtn = new Button + GetLibraryList(brandObj.id, (libraryList) => { - Padding = new Padding(0, 6, 0, 0), - Y = Application.GetRealHeight(i * 13), - Width = Application.GetRealWidth(16), - Height = Application.GetRealHeight(10), - Text = list2[i], - TextSize = TextSize.text10, - TextColor = CSS.CSS_Color.textConfirmColor, - Tag = list2[i], - }; - a_zFra.AddChidren(a_zBtn); + Matching matching = new Matching(); + MainPage.BasePageView.AddChidren(matching); + matching.Show(brandList, libraryList, spk); + MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; + }); - - a_zBtn.MouseUpEventHandler += (sender, e) => - { - - try - { - //鎵惧埌绱㈠紩鍊� - var index = listStr.IndexOf(a_zBtn.Tag.ToString()); - if (index != -1) - { - vv.ScrollToViewIndex(index); - } - else - { - if (a_zBtn.Tag.ToString() == "#") - { - vv.ScrollToViewIndex(0); - } - } - } - catch { } - }; - - } - #endregion - - RefreshLayout(vv, brandList, list1,spk); - - } - /// <summary> - /// 鏇存柊鍒楄〃Viev - /// </summary> - /// <param name="vv">鐖舵帶浠�</param> - /// <param name="list">鏄剧ず鍒楄〃</param> - private void RefreshLayout(VerticalScrolViewLayout vv, List<Brand> brandList, List<string> list,string spk) - { - vv.RemoveAll(); - foreach (var str in list) - { - var rowLayout = new RowLayout { LineColor = CSS.CSS_Color.view }; - var textName = new Button - { - TextSize = TextSize.text16, - TextColor = CSS.CSS_Color.textColor, - Width = Application.GetRealWidth(300), - Height = Application.GetRealHeight(22), - X = Application.GetRealWidth(16), - Gravity = Gravity.CenterVertical, - TextAlignment = TextAlignment.CenterLeft, - Text = str, - }; - var clickBtn = new Button - { - Tag = str, - Width = Application.GetRealWidth(350), - }; - - if (Exist(str)) - { - //鍥犱负瀛楁瘝娌℃湁鐐瑰嚮浜嬩欢 - rowLayout.Height = Application.GetRealHeight(24); - rowLayout.BackgroundColor = CSS.CSS_Color.viewTop; - textName.TextSize = TextSize.text12; - rowLayout.AddChidren(textName); - } - else - { - rowLayout.Height = Application.GetRealHeight(44); - rowLayout.AddChidren(textName); - rowLayout.AddChidren(clickBtn); - } - vv.AddChidren(rowLayout); - clickBtn.MouseUpEventHandler += (sen, e) => - { - var name = clickBtn.Tag.ToString(); - var brandObj = brandList.Find((c) => c.brandName == name); - if (brandObj==null) { - return; - } - GetLibraryList(brandObj.id, (libraryList) => - { - Matching matching = new Matching(); - MainPage.BasePageView.AddChidren(matching); - matching.Show(libraryList, spk); - MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; - }); - - }; - - } - + }); } /// <summary> @@ -234,7 +42,7 @@ /// </summary> private void GetLibraryList(string id, Action<List<Library>> actionBrand) { - List<Library> libraryList = new List<Library>(); + List<Library> libraryList = new List<Library>(); PirSend.GetDeviceTypesList(this, (responsePackNew) => { @@ -247,10 +55,10 @@ { var jay = jArray[a]; var str = Newtonsoft.Json.JsonConvert.SerializeObject(jay); - var library = Newtonsoft.Json.JsonConvert.DeserializeObject<Library>(str); + var library = Newtonsoft.Json.JsonConvert.DeserializeObject<Library>(str); if (library != null) { - if (libraryList.Count<20) + if (libraryList.Count < 20) { libraryList.Add(library); } @@ -261,40 +69,25 @@ else { Method method = new Method(); - method.ErrorShow(responsePackNew,""); + method.ErrorShow(responsePackNew, ""); } }, id, "鍝佺墝绾㈠鐮佸簱鍒楄〃"); - } - /// <summary> - /// 鍒楄〃鏄惁鍖呭惈璇ュ��(true=鍖呭惈锛宖alse=涓嶅寘鍚�) - /// </summary> - /// <param name="str"></param> - /// <returns></returns> - private bool Exist(string str) - { - - if (GetList().Contains(str) || "涓绘祦鍝佺墝" == str) - { - return true; - } - else - { - return false; - } } /// <summary> /// 鑾峰彇鏄剧ず鍒楄〃 /// </summary> /// <returns></returns> - private List<string> GetDateList(List<string> mList) + private Dictionary<string, List<string>> GetDateList(List<string> mList) { - var list = new List<string>(); + Dictionary<string, List<string>> dict = new Dictionary<string, List<string>>(); //鑾峰彇A-Z瀛楁瘝鍒楄〃 - var a_zList = GetList(false); + var a_zList = GetList(); //閬嶅巻A-Z瀛楁瘝鍒楄〃 for (int i = 0; i < a_zList.Count; i++) { var zimu = a_zList[i]; + + var list = new List<string>(); //閬嶅巻瀛楃涓插垪琛� for (int a = 0; a < mList.Count; a++) { @@ -306,31 +99,22 @@ //鍒ゆ柇鏄惁鍚屽瓧姣� if (zimu == a_z) { - //鍒ゆ柇鍒楄〃鏄惁瀛樺湪瀛楁瘝 - if (!list.Contains(zimu)) - { - //娣诲姞瀛楁瘝 - list.Add(zimu); - } - //娣诲姞棣栧瓧鍚屼竴涓瓧姣嶇殑鏁版嵁 + //娣诲姞鏁版嵁 list.Add(str); } } + dict.Add(zimu, list); } - return list; + return dict; } /// <summary> /// 鑾峰彇A-Z瀛楁瘝鍒楄〃 /// </summary> /// <returns></returns> - private List<string> GetList(bool value = true) + private List<string> GetList() { var list = new List<string>(); - if (value) - { - list.Add("#"); - } for (int j = 65; j <= 90; j++) { char c = (char)j; @@ -364,7 +148,7 @@ iCnChar = i1 * 256 + i2; } - + // iCnChar match the constant if ((iCnChar >= 45217) && (iCnChar <= 45252)) @@ -462,8 +246,10 @@ } else return ("ZZ"); } + + } - + } diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/DeviceSet.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/DeviceSet.cs index a992d58..f0c7bae 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/DeviceSet.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/DeviceSet.cs @@ -47,7 +47,7 @@ }; #endregion UIView(vv); - topView.topIconBtn.MouseUpEventHandler += (sender, e) => + topView.clickSetBtn.MouseUpEventHandler += (sender, e) => { var form = new AddMiniRemoteControlDirection1Page(); form.AddForm(); diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs index 8ef498e..908d600 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs @@ -11,14 +11,23 @@ { Tag = "PirView"; } - public void Show(List<Library> libraryList,string spk) + + public void Show(List<Brand> brandList,List<Library> libraryList,string spk) { + + #region 鐣岄潰甯冨眬 this.BackgroundColor = CSS.CSS_Color.viewMiddle; PirDevice.View.TopView topView = new View.TopView(); topView.topNameBtn.TextID = StringId.pipeiyaokongqi; this.AddChidren(topView.FLayoutView()); - topView.clickBackBtn.MouseUpEventHandler += (sender, e) => { this.RemoveFromParent(); }; + topView.clickBackBtn.MouseUpEventHandler += (sender, e) => + { + BrandList brandObj = new BrandList(); + brandObj.Show(brandList, spk); + this.RemoveFromParent(); + + }; FrameLayout fLayout = new FrameLayout { diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirMain.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirMain.cs index 446157c..d2e068c 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirMain.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirMain.cs @@ -93,6 +93,7 @@ // Pir.currPir = Pir.pirDeviceList[0]; //} //榛樿绗竴涓孩澶栧疂 + Pir.currPir = Pir.pirDeviceList[0]; int sum = 0; for (int i = 0; i < Pir.pirDeviceList.Count; i++) { @@ -227,83 +228,16 @@ } GetBrandList(jobDeviceType.id, (brandList) => { - var brandSupportStrList = GetBrandSupport(if_value); - var strList = new List<string>(); - for (int str = 0; str < brandList.Count; str++) - { - string s = brandList[str].brandName; - var bool_if = brandSupportStrList.Find((c) => s.Contains(c)); - if (bool_if != null) - { - strList.Add(s); - } - - } Application.RunOnMainThread(() => { BrandList brandObj = new BrandList(); - MainPage.BasePageView.AddChidren(brandObj); - brandObj.Show(brandList, strList, strings[1]); - MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; + brandObj.Show(brandList, strings[1]); }); }); } - /// <summary> - /// 鑾峰彇鍝佺墝鏀寔 - /// </summary> - /// <param name="index">绱㈠紩鍊�</param> - private List<string> GetBrandSupport(int index) - { - List<string> strList = new List<string>(); - switch (index) - { - case 1: - { - strList.Add("鏍煎姏"); - strList.Add("缇庣殑"); - strList.Add("娴峰皵"); - strList.Add("鏉句笅"); - strList.Add("娴蜂俊"); - strList.Add("闀胯櫣"); - } - break; - case 2: - { - strList.Add("鍒涚淮"); - strList.Add("TCL"); - strList.Add("娴蜂俊"); - strList.Add("闀胯櫣"); - strList.Add("娴峰皵"); - strList.Add("涓夋槦"); - strList.Add("涔愯"); - strList.Add("绱㈠凹"); - strList.Add("LG涔愰噾"); - } - break; - case 3: - { - } - break; - case 4: - { - } - break; - case 5: - { - } - break; - case 6: - { - } - break; - - - } - return strList; - } /// <summary> /// 鑾峰彇璁惧绫诲瀷str /// </summary> diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirSend.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirSend.cs index 9d51783..1e1bb3c 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirSend.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirSend.cs @@ -12,7 +12,20 @@ public class PirSend { - + /// <summary> + /// 缃戝叧ID(鑾峰彇鍢変箰缃戝叧ID) + /// </summary> + public static string GatewayId + { + get + { + if (Entity.DB_ResidenceData.Instance.HomeGateway == null) + { + return DriverLayer.Control.Ins.GatewayId; + } + return Entity.DB_ResidenceData.Instance.HomeGateway.gatewayId; + } + } /// <summary> /// 浣忓畢ID /// </summary> -- Gitblit v1.8.0