From a4534a17ec23a4effce2df59d9bd297a313c8168 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期五, 19 七月 2024 17:55:32 +0800
Subject: [PATCH] 极光推送Sdk更新,不支持厂商

---
 HDL-ON_Android/HDL-ON_Android.csproj                 |    6 
 HDL-ON_Android/Properties/AndroidManifest.xml        |  244 
 HDL-ON_Android/SplashActivity.cs                     |    8 
 HDL_ON/UI/UI2/1-HomePage/HomePage.cs                 |   10 
 HDL_ON/DAL/Server/HttpUtil.cs                        |   12 
 HDL-ON_Android/Resources/Resource.designer.cs        | 13880 ++++++++++++++++++++++++++++-----------------------------
 HDL-ON_Android/Other/JPush/JPushFirmBroadcast.cs     |    4 
 HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs |   14 
 HDL_ON/UI/MainPage.cs                                |    2 
 HDL_ON/UI/UI1-Login/LoginPage.cs                     |    4 
 HDL-ON_Android/Other/JPush/JPushReceiver.cs          |   51 
 SiriIntents/Server/HttpUtil.cs                       |   12 
 12 files changed, 7,057 insertions(+), 7,190 deletions(-)

diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj
index 8c3c5b0..401dbb1 100644
--- a/HDL-ON_Android/HDL-ON_Android.csproj
+++ b/HDL-ON_Android/HDL-ON_Android.csproj
@@ -69,9 +69,6 @@
     <AndroidSupportedAbis>arm64-v8a</AndroidSupportedAbis>
   </PropertyGroup>
   <ItemGroup>
-    <Reference Include="Shared.Droid.JPush">
-      <HintPath>..\DLL\Shared.Droid.JPush.dll</HintPath>
-    </Reference>
     <Reference Include="System" />
     <Reference Include="System.Xml" />
     <Reference Include="System.Core" />
@@ -201,6 +198,9 @@
     <Reference Include="Aliyun.Api.LogService">
       <HintPath>..\DLL\Aliyun.Api.LogService.dll</HintPath>
     </Reference>
+    <Reference Include="Shared.Droid.JPush">
+      <HintPath>..\..\绗笁鏂瑰姛鑳絓鏋佸厜\Sdk5.3.1\Shared.Droid.JPush.dll</HintPath>
+    </Reference>
   </ItemGroup>
   <ItemGroup>
     <Compile Include="MainActivity.cs" />
diff --git a/HDL-ON_Android/Other/JPush/JPushFirmBroadcast.cs b/HDL-ON_Android/Other/JPush/JPushFirmBroadcast.cs
index a5646ec..3f7ee8d 100644
--- a/HDL-ON_Android/Other/JPush/JPushFirmBroadcast.cs
+++ b/HDL-ON_Android/Other/JPush/JPushFirmBroadcast.cs
@@ -8,10 +8,10 @@
 namespace HDL_ON_Android
 {
 
-    [BroadcastReceiver(Enabled = true, Exported = false, Name = "com.hdl.onpro.JPushFirmBroadcast")]
+    [BroadcastReceiver(Enabled = true, Exported = false, Name = "com.jinlu.onpro.JPushFirmBroadcast")]
     [Android.App.IntentFilter(new string[]
     {
-        "com.hdl.onpro.jpush.firm.NOTIFICATION_OPENED"
+        "com.jinlu.onpro.jpush.firm.NOTIFICATION_OPENED"
     },
      Categories = new string[]
     {
diff --git a/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs b/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs
index b974874..ffde762 100644
--- a/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs
+++ b/HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs
@@ -2,19 +2,19 @@
 using Android.Content;
 using Android.OS;
 
-using Com.Hdl.ON.Jpush.Androidjpush;
+//using Com.Hdl.ON.Jpush.Androidjpush;
 
 using Android.Views;
 
 namespace HDL_ON_Android
 {
     [Activity(
-            Exported = true, Enabled = true, Name = "com.hdl.onpro.JPushOpenClickActivity"
+            Exported = true, Enabled = true, Name = "com.jinlu.onpro.JPushOpenClickActivity"
         , Theme = "@android:style/Theme.Translucent.NoTitleBar")]
-    [IntentFilter(new string[] { "com.hdl.onpro.JPushOpenClickActivity", Intent.ActionView },
+    [IntentFilter(new string[] { "com.jinlu.onpro.JPushOpenClickActivity", Intent.ActionView },
          Categories = new string[]
         {
-      "com.hdl.onpro",Intent.CategoryDefault
+      "com.jinlu.onpro",Intent.CategoryDefault
         })
         ]
     public class JPushOpenClickActivity : Activity
@@ -30,14 +30,14 @@
         protected void HandleOpenClick(Intent intent)
         {
             Intent broadcastIntent = new Intent();
-            broadcastIntent.SetAction("com.hdl.onpro.jpush.firm.NOTIFICATION_OPENED");
-            ComponentName componentName = new ComponentName(PackageName, "com.hdl.onpro.JPushFirmBroadcast");
+            broadcastIntent.SetAction("com.jinlu.onpro.jpush.firm.NOTIFICATION_OPENED");
+            ComponentName componentName = new ComponentName(PackageName, "com.jinlu.onpro.JPushFirmBroadcast");
 
             if (Build.VERSION.SdkInt >= BuildVersionCodes.O)
             {
                 broadcastIntent.SetComponent(componentName);
             }
-            FirmOpenClickHelper.Instance.HandleOpenClick(this, intent, broadcastIntent);
+            //FirmOpenClickHelper.Instance.HandleOpenClick(this, intent, broadcastIntent);
             Finish();
 
         }
diff --git a/HDL-ON_Android/Other/JPush/JPushReceiver.cs b/HDL-ON_Android/Other/JPush/JPushReceiver.cs
index fdd0833..7c725ec 100644
--- a/HDL-ON_Android/Other/JPush/JPushReceiver.cs
+++ b/HDL-ON_Android/Other/JPush/JPushReceiver.cs
@@ -1,31 +1,46 @@
 锘�
 using System;
-using Android.App;
 using Android.Content;
 using CN.Jpush.Android.Api;
 using CN.Jpush.Android.Service;
 using HDL_ON;
 using HDL_ON.DAL.Server;
 using Shared;
-using Android.OS;
 
 namespace HDL_ON_Android
 {
 
-    [BroadcastReceiver(Enabled = true, Exported = false)]
-    [Android.App.IntentFilter(new string[]
-    {
-        "cn.jpush.android.intent.RECEIVE_MESSAGE"
-    },
-    Categories = new string[]
-    {
-        "com.hdl.onpro"
-    })]
-    public class JPushReceiver : JPushMessageReceiver
+    //[BroadcastReceiver(Enabled = true, Exported = false)]
+    //[Android.App.IntentFilter(new string[]
+    //{
+    //    "cn.jpush.android.intent.RECEIVE_MESSAGE"
+    //},
+    //Categories = new string[]
+    //{
+    //    "com.jinlu.onpro"
+    //})]
+
+
+    [Android.App.Service(Enabled = true, Exported = false)]
+    [Android.App.IntentFilter(
+        new string[] { "cn.jpush.android.intent.SERVICE_MESSAGE" },
+        Categories = new string[]
+        {
+            "com.jinlu.onpro"
+        })]
+    public class JPushReceiver : JPushMessageService
     {
 
 
         private static string TAG = "JPushReceiver";
+
+        public override void OnMessage(Context p0, CustomMessage p1)
+        {
+            Console.WriteLine("鏀跺埌鏋佸厜鎺ㄩ��");
+            base.OnMessage(p0, p1);
+
+        }
+
         /// <summary>
         /// 鐢ㄦ埛鐐瑰嚮鎵撳紑浜嗛�氱煡
         /// 鐐瑰嚮閫氱煡鍥炶皟
@@ -35,7 +50,7 @@
         public override void OnNotifyMessageOpened(Context context, NotificationMessage notificationMessage)
         {
 
-            
+
             //2020-12-23 瑙e喅鐐瑰嚮閫氱煡鏍忔墦寮�涓嶄簡APP闂
             //base.OnNotifyMessageOpened(context, notificationMessage);
             OpenNotification(context, notificationMessage);
@@ -49,7 +64,7 @@
         public override void OnNotifyMessageArrived(Context context, NotificationMessage notificationMessage)
         {
             base.OnNotifyMessageArrived(context, notificationMessage);
-         
+
             var pushMes = new JPushMessageInfo()
             {
                 Title = notificationMessage.NotificationTitle,
@@ -115,7 +130,7 @@
         public override void OnRegister(Context context, string p1)
         {
             base.OnRegister(context, p1);
-            Utlis.WriteLine("JPushOnRegister: " + p1);
+            Utlis.WriteLine("鏋佸厜鎺ㄩ��-娉ㄥ唽鎴愬姛鍥炶皟: " + p1);
         }
 
         /// <summary>
@@ -148,15 +163,15 @@
                 Utlis.WriteLine("PushMes extras : " + pushMes.Extras);
                 Utlis.WriteLine("PushMes HomeId : " + pushMes.HomeId);
 
-                if (Shared.Application.Activity==null)
+                if (Shared.Application.Activity == null)
                 {
-                    Intent i = new Intent(context, typeof(SplashActivity));//Intent intent=new Intent( 璧峰缁勪欢瀵硅薄 , 鐩爣 Service.class);
+                    Intent i = new Intent(context, typeof(SplashActivity));
                     i.SetFlags(ActivityFlags.NewTask);
                     context.StartActivity(i);
                 }
                 else
                 {
-                    Intent i = new Intent(context, typeof(BaseActivity));//Intent intent=new Intent( 璧峰缁勪欢瀵硅薄 , 鐩爣 Service.class);
+                    Intent i = new Intent(context, typeof(BaseActivity));
                     i.SetFlags(ActivityFlags.NewTask);
                     context.StartActivity(i);
                 }
diff --git a/HDL-ON_Android/Properties/AndroidManifest.xml b/HDL-ON_Android/Properties/AndroidManifest.xml
index 2bd7bc3..dbe2bfd 100644
--- a/HDL-ON_Android/Properties/AndroidManifest.xml
+++ b/HDL-ON_Android/Properties/AndroidManifest.xml
@@ -1,65 +1,26 @@
 锘�<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.4.5" package="com.hdl.onpro" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202405211">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="4.2.2" package="com.hdl.onpro" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202407022">
 	<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="29" />
 	<uses-permission android:name="android.permission.RECEIVE_SMS" />
-	<!--鍙嬬洘-->
-	<!--<uses-sdk android:minSdkVersion="8"></uses-sdk>-->
-	<!--<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>-->
-	<!--<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>-->
-	<!--<uses-permission android:name="android.permission.READ_PHONE_STATE"/>-->
-	<!--<uses-permission android:name="android.permission.INTERNET"/>-->
-	<!-- 涔愭鍙瀵硅闇�瑕佺殑鏉冮檺 -->
-	<!--<uses-permission android:name="android.permission.INTERNET" />-->
-	<!--缃戠粶璁块棶-->
-	<!--<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />-->
-	<!--鍏佽绋嬪簭鍐欏叆澶栭儴瀛樺偍,濡係D鍗′笂鍐欐枃浠讹紝鎶撳浘銆佸綍鍒剁瓑-->
-	<!--<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />-->
 	<!--绋嬪簭鍙互璇诲彇璁惧澶栭儴瀛樺偍绌洪棿(鍐呯疆SDcard鍜屽缃甋DCard)鐨勬枃浠讹紝鎴戠殑鏂囦欢绛�-->
 	<uses-permission android:name="android.permission.USE_CREDENTIALS" />
-	<!--鍏佽绋嬪簭璇锋眰楠岃瘉浠嶢ccountManager锛燂紵锛�-->
-	<!--<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />-->
-	<!--鍏佽鏀瑰彉WiFi澶氭挱鐘舵�侊紵锛燂紵-->
-	<!--<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />-->
-	<!--鍏佽绋嬪簭鏄剧ず绯荤粺绐楀彛锛屽簲璇ュ凡缁忎笉閫傜敤浜嗭紵锛燂紵-->
-	<!--<uses-permission android:name="android.permission.RECORD_AUDIO" />-->
-	<!--鍏佽绋嬪簭褰曞埗澹伴煶閫氳繃鎵嬫満鎴栬�虫満鐨勯害鍏嬶紝瀵硅銆佽嚜瀹氫箟鎶ヨ闊崇瓑-->
-	<!--<uses-permission android:name="android.permission.CAMERA" />-->
 	<!--鍏佽绋嬪簭璁块棶鎽勫儚澶磋繘琛屾媿鐓э紝浜岀淮鐮佹壂鎻忚ˉ鍏夈�佹媿鐓т笂浼犲浘鐗囩瓑-->
 	<uses-permission android:name="android.permission.FLASHLIGHT" />
 	<!--鍏佽璁块棶闂厜鐏紝浜岀淮鐮佹壂鎻忚ˉ鍏�-->
 	<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
-	<!--鍏佽绋嬪簭淇敼澹伴煶璁剧疆淇℃伅锛屽0娉㈤厤瀵癸紝鑷姩璋冨ぇ闊抽噺銆傞渶姹傚彉鏇翠箣鍚庡簲璇ヤ笉闇�瑕佷簡锛燂紵锛�-->
-	<!--<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />-->
 	<!--鍏佽绋嬪簭鑾峰彇褰撳墠WiFi鎺ュ叆鐨勭姸鎬佷互鍙奧LAN鐑偣鐨勪俊鎭紝璁惧娣诲姞浣曠閰嶇綉娴佺▼浣跨敤-->
 	<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
-	<!--鍏佽绋嬪簭鏀瑰彉WiFi鐘舵�侊紝閰嶇綉绛�-->
-	<!--<uses-feature android:name="android.hardware.camera" />-->
-	<!--<uses-feature android:name="android.hardware.camera.autofocus" />-->
 	<!-- 纭欢鍔犻�熷X5瑙嗛鎾斁闈炲父閲嶈锛屽缓璁紑鍚� -->
 	<uses-permission android:name="android.permission.READ_SETTINGS" />
-	<!--鍏佽绋嬪簭璇诲彇绯荤粺璁剧疆锛屽0娉㈤厤瀵硅幏鍙栧綋鍓嶇郴缁熼煶閲忕瓑-->
-	<!-- Optional for location -->
-	<!--<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />-->
-	<!--鍏佽涓�涓▼搴忚闂瓹ellID鎴� WiFi鐑偣鏉ヨ幏鍙栫矖鐣ョ殑浣嶇疆锛岀櫥闄嗐�佽澶囨坊鍔犵瓑-->
-	<!--<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />-->
 	<!--鍏佽涓�涓▼搴忚闂瓹ellID鎴� WiFi鐑偣鏉ヨ幏鍙栫簿纭殑浣嶇疆锛岀櫥闄嗐�佽澶囨坊鍔犵瓑锛燂紵锛�-->
 	<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
-	<!--鍏佽搴旂敤绋嬪簭璁块棶棰濆鐨勪綅缃彁渚涘懡浠わ紝鐧婚檰銆佽澶囨坊鍔犵瓑锛燂紵锛�-->
-	<!--<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />-->
-	<!--鍏佽绋嬪簭鏀瑰彉缃戠粶鐘舵��,濡傛槸鍚﹁仈缃戯紝閰嶇綉锛燂紵锛�-->
-	<!--<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />-->
 	<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
-	<!--鍏佽搴旂敤绋嬪簭璇锋眰瀹夎鍖呫�傞拡瀵笰PI澶т簬22蹇呴』鎸佹湁璇ヨ鍙娇鐢ˋCTION_INSTALL_PACKAGE搴旂敤銆傚簲璇ユ病鍦ㄧ敤锛燂紵锛�-->
-	<uses-permission android:name="android.permission.VIBRATE" />
 	<!--  鍙瀵硅鏉冮檺-->
-	<uses-permission android:name="android.permission.CAMERA" />
 	<uses-feature android:name="android.hardware.camera" />
 	<uses-feature android:name="android.hardware.camera.autofocus" />
 	<uses-permission android:name="android.permission.INTERNET" />
 	<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
-	<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
 	<uses-permission android:name="android.permission.VIBRATE" />
-	<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
 	<uses-permission android:name="android.permission.RECORD_AUDIO" />
 	<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
 	<!--  瀹氫綅鏉冮檺 -->
@@ -73,7 +34,6 @@
 	<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
 	<!--  鎾斁鏈湴闊充箰鏉冮檺-->
 	<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />
-	<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
 	<!--鏋佸厜鎺ㄩ�� Required  涓�浜涚郴缁熻姹傜殑鏉冮檺锛屽璁块棶缃戠粶绛�-->
 	<!-- Required  涓�浜涚郴缁熻姹傜殑鏉冮檺锛屽璁块棶缃戠粶绛�-->
 	<permission android:name="com.hdl.onpro.permission.JPUSH_MESSAGE" android:protectionLevel="signature" />
@@ -82,118 +42,120 @@
 	<uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" />
 	<uses-permission android:name="android.permission.INTERNET" />
 	<uses-permission android:name="android.permission.READ_PHONE_STATE" />
-	<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
-	<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
 	<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
 	<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
 	<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
 	<uses-permission android:name="android.permission.READ_LOGS" />
-	<!-- 鏋佸厜鎺ㄩ�佺粨鏉� -->
-	<application android:allowBackup="true" android:debuggable="false" android:icon="@drawable/Icon" android:requestLegacyExternalStorage="true" android:networkSecurityConfig="@xml/network_security_config" android:largeHeap="true" android:label="On Pro">
-		<!--/鎵弿浜岀淮鐮乤ctivity-->
-		<!--<activity
-            android:name="com.journeyapps.barcodescanner.CaptureActivity"
-            android:screenOrientation="portrait"
-            tools:replace="screenOrientation" />-->
-		<!--CustomCaptureActivity-->
-		<!--<activity
-            android:name=".CustomCaptureActivity"
-            android:screenOrientation="portrait"
-            tools:replace="screenOrientation" />-->
+
+
+	<application android:allowBackup="true" android:debuggable="false" android:icon="@drawable/Icon" android:requestLegacyExternalStorage="true" android:networkSecurityConfig="@xml/network_security_config" android:largeHeap="true" android:label="浼樻暟鍏昏��">
 		<provider android:name="android.support.v4.content.FileProvider" android:authorities="com.hdl.onpro.fileProvider" android:grantUriPermissions="true" android:exported="false">
 			<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
 		</provider>
 		<!--鏋佸厜鎺ㄩ��-->
-		<provider android:name="Shared.Droid.JPush.HmsContentProvider" android:authorities="${applicationId}.hmspushprovider" android:exported="false"></provider>
-		<!-- Required SDK 鏍稿績鍔熻兘-->
-		<!-- 鍙厤缃� android:process 鍙傛暟灏� PushService 鏀惧湪鍏朵粬杩涚▼涓� -->
-		<service android:name="cn.jpush.android.service.PushService" android:enabled="true" android:exported="false">
-			<intent-filter>
-				<action android:name="cn.jpush.android.intent.REGISTER" />
-				<action android:name="cn.jpush.android.intent.REPORT" />
-				<action android:name="cn.jpush.android.intent.PushService" />
-				<action android:name="cn.jpush.android.intent.PUSH_TIME" />
-			</intent-filter>
-		</service>
-		<!-- since 3.0.9 Required SDK 鏍稿績鍔熻兘-->
-		<provider android:authorities="com.hdl.onpro.DataProvider" android:name="cn.jpush.android.service.DataProvider" android:exported="true" />
-		<!-- since 1.8.0 option 鍙�夐」銆傜敤浜庡悓涓�璁惧涓笉鍚屽簲鐢ㄧ殑 JPush 鏈嶅姟鐩镐簰鎷夎捣鐨勫姛鑳姐�� -->
-		<!-- 鑻ヤ笉鍚敤璇ュ姛鑳藉彲鍒犻櫎璇ョ粍浠讹紝鎴栨妸 enabled 璁剧疆鎴� false 锛汚pp 涓嶄細琚叾浠� App 鎷夎捣锛屼絾浼氭媺璧峰叾浠栫殑 App銆� -->
-		<service android:name="cn.jpush.android.service.DaemonService" android:enabled="false" android:exported="true">
-			<intent-filter>
-				<action android:name="cn.jpush.android.intent.DaemonService" />
-				<category android:name="com.hdl.onpro" />
-			</intent-filter>
-		</service>
-		<!-- since 3.1.0 Required SDK 鏍稿績鍔熻兘-->
-		<provider android:authorities="com.hdl.onpro.DownloadProvider" android:name="cn.jpush.android.service.DownloadProvider" android:exported="true" />
-		<!-- Required SDK 鏍稿績鍔熻兘-->
-		<receiver android:name="cn.jpush.android.service.PushReceiver" android:enabled="true">
-			<intent-filter android:priority="1000">
-				<action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" />
-				<category android:name="com.hdl.onpro" />
-			</intent-filter>
-			<intent-filter>
-				<action android:name="android.intent.action.USER_PRESENT" />
-				<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
-			</intent-filter>
-			<!-- Optional -->
-			<intent-filter>
-				<action android:name="android.intent.action.PACKAGE_ADDED" />
-				<action android:name="android.intent.action.PACKAGE_REMOVED" />
-				<data android:scheme="package" />
-			</intent-filter>
-		</receiver>
-		<!-- Required SDK 鏍稿績鍔熻兘-->
-		<!-- 鑻ユ偍鐨勪笟鍔′腑鏈変娇鐢ㄦ瀬鍏夊瘜濯掍綋鍔熻兘锛屾垨鑰呮瀬鍏夋棭涓婂ソ鍔熻兘锛岄渶瑕佹妸姝� Activity 鐨� exported 璁剧疆鎴� true銆� -->
-		<activity android:name="cn.jpush.android.ui.PushActivity" android:configChanges="orientation|keyboardHidden" android:theme="@android:style/Theme.NoTitleBar" android:exported="false">
-			<intent-filter>
-				<action android:name="cn.jpush.android.ui.PushActivity" />
-				<category android:name="android.intent.category.DEFAULT" />
-				<category android:name="com.hdl.onpro" />
-			</intent-filter>
-		</activity>
-		<!-- SDK 鏍稿績鍔熻兘-->
-		<!-- 鑻ユ偍鐨勪笟鍔′腑鏈変娇鐢ㄦ瀬鍏夊瘜濯掍綋鍔熻兘锛屾垨鑰呮瀬鍏夋棭涓婂ソ鍔熻兘锛岄渶瑕佹妸姝� Activity 鐨� exported 璁剧疆鎴� true銆� -->
-		<activity android:name="cn.jpush.android.ui.PopWinActivity" android:configChanges="orientation|keyboardHidden" android:exported="false" android:theme="@style/MyDialogStyle">
-			<intent-filter>
-				<category android:name="android.intent.category.DEFAULT" />
-				<category android:name="com.hdl.onpro" />
-			</intent-filter>
-		</activity>
-		<!-- since 3.6.0 -->
-		<activity android:name="cn.jpush.android.service.DActivity" android:enabled="true" android:exported="true" android:theme="@android:style/Theme.Translucent.NoTitleBar" android:taskAffinity="jpush.custom">
-			<intent-filter>
-				<action android:name="cn.jpush.android.intent.DActivity" />
-				<category android:name="com.hdl.onpro" />
-			</intent-filter>
-		</activity>
-		<!-- Required SDK 鏍稿績鍔熻兘-->
-		<receiver android:name="cn.jpush.android.service.AlarmReceiver" />
-		<!-- 3.5.0鏂板锛岀敤浜庡畾鏃跺睍绀哄姛鑳� -->
-		<receiver android:name="cn.jpush.android.service.SchedulerReceiver" android:exported="false" />
-		<!--Required SDK鏍稿績鍔熻兘 since 3.3.0-->
-		<activity android:name="cn.jpush.android.service.JNotifyActivity" android:exported="true" android:taskAffinity="jpush.custom" android:theme="@android:style/Theme.Translucent.NoTitleBar">
-			<intent-filter>
-				<action android:name="cn.jpush.android.intent.JNotifyActivity" />
-				<category android:name="com.hdl.onpro" />
-			</intent-filter>
-		</activity>
-		<!-- Required. For publish channel feature -->
-		<!-- JPUSH_CHANNEL 鏄负浜嗘柟渚垮紑鍙戣�呯粺璁� APK 鍒嗗彂娓犻亾銆�-->
-		<!-- 渚嬪: -->
-		<!-- 鍙戝埌 Google Play 鐨� APK 鍙互璁剧疆涓� google-play; -->
-		<!-- 鍙戝埌鍏朵粬甯傚満鐨� APK 鍙互璁剧疆涓� xxx-market銆� -->
+        <!-- Required SDK 鏍稿績鍔熻兘-->
+        <!-- 鍙厤缃� android:process 鍙傛暟灏� PushService 鏀惧湪鍏朵粬杩涚▼涓� -->
+        <service
+            android:name="cn.jpush.android.service.PushService"
+            android:enabled="true"
+            android:exported="false" >
+            <intent-filter>
+                <action android:name="cn.jpush.android.intent.REGISTER" />
+                <action android:name="cn.jpush.android.intent.REPORT" />
+                <action android:name="cn.jpush.android.intent.PushService" />
+                <action android:name="cn.jpush.android.intent.PUSH_TIME" />
+            </intent-filter>
+        </service>
+
+
+        <!-- since 3.0.9 Required SDK 鏍稿績鍔熻兘-->
+        <provider
+            android:authorities="com.hdl.onpro.DataProvider"
+            android:name="cn.jpush.android.service.DataProvider"
+            android:exported="true"
+        />
+
+        <!-- Required SDK 鏍稿績鍔熻兘-->
+        <receiver
+            android:name="cn.jpush.android.service.PushReceiver"
+            android:enabled="true" >
+          <intent-filter android:priority="1000">
+                <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" />
+                <category android:name="com.hdl.onpro"/>
+            </intent-filter>
+        </receiver>
+
+        <!-- Required SDK 鏍稿績鍔熻兘-->
+        <activity
+            android:name="cn.jpush.android.ui.PushActivity"
+            android:configChanges="orientation|keyboardHidden"
+            android:theme="@android:style/Theme.NoTitleBar"        
+            android:exported="true" >
+            <intent-filter>
+                <action android:name="cn.jpush.android.ui.PushActivity" />
+                <category android:name="android.intent.category.DEFAULT" />
+                <category android:name="com.hdl.onpro" />
+            </intent-filter>
+        </activity>
+        <!-- SDK 鏍稿績鍔熻兘-->
+        <activity
+            android:name="cn.jpush.android.ui.PopWinActivity"
+            android:configChanges="orientation|keyboardHidden"
+            android:exported="true"            
+            android:theme="@style/MyDialogStyle">
+            <intent-filter>
+                <category android:name="android.intent.category.DEFAULT" />
+                <action android:name="cn.jpush.android.ui.PopWinActivity" />
+                <category android:name="com.hdl.onpro" />
+            </intent-filter>
+        </activity>
+
+
+        <!-- Required SDK 鏍稿績鍔熻兘-->
+        <receiver android:name="cn.jpush.android.service.AlarmReceiver" />
+
+        <!--Required SDK鏍稿績鍔熻兘 since 3.3.0锛屼富瑕佺敤鏉ョ粺涓�鍚勫ぇ鎺ㄩ�佸巶鍟嗚烦杞�昏緫锛岄�忔槑绐椾綋涔熸槸涓轰簡閫氱煡璺宠浆鏃跺�欙紝淇濇寔UI鏁堟灉涓�鑷淬��-->
+        <activity
+            android:name="cn.jpush.android.service.JNotifyActivity"
+            android:exported="true"
+            android:taskAffinity=""            
+            android:theme="@style/JPushTheme">
+            <intent-filter>
+                <action android:name="cn.jpush.android.intent.JNotifyActivity" />
+                <category android:name="android.intent.category.DEFAULT" /><!--Required SDK鏍稿績鍔熻兘 since 4.2.2-->
+                <category android:name="com.hdl.onpro" />
+            </intent-filter>
+        </activity>
+        <!-- since 4.6.0 Required SDK鏍稿績鍔熻兘锛屽悇澶ф帹閫佸巶鍟嗚烦杞� 澶囦唤Activity銆傞槻姝NotifyActivity 琚皝鍚庯紝閫氱煡涓嶈兘璺宠浆銆� -->
+        <activity
+            android:name="cn.android.service.JTransitActivity"
+            android:exported="true"
+            android:taskAffinity=""
+            android:theme="@style/JPushTheme" >
+            <intent-filter>
+                <action android:name="cn.android.service.JTransitActivity" />
+                <category android:name="android.intent.category.DEFAULT"/>
+                <category android:name="com.hdl.onpro" />
+            </intent-filter>
+        </activity>
+        <!-- since 5.0.0 Required SDK鏍稿績鍔熻兘 -->
+        <provider
+            android:exported="false"
+            android:authorities="com.hdl.onpro.jiguang.InitProvider"
+            android:name="cn.jpush.android.service.InitProvider" />
+
+
 		<meta-data android:name="JPUSH_CHANNEL" android:value="developer-default" />
 		<!-- Required. AppKey copied from Portal -->
+		<meta-data android:name="JPUSH_APPKEY" android:value="cbd90743ac45cbca06c8118b" />
+		<!-- 鏋佸厜鎺ㄩ�佺粨鏉� -->
+	</application>
+</manifest>
+
+		<!--<meta-data android:name="JPUSH_CHANNEL" android:value="developer-default" />
 		<meta-data android:name="JPUSH_APPKEY" android:value="cbd90743ac45cbca06c8118b" />
 		<meta-data android:name="XIAOMI_APPKEY" android:value="MI-5871892343860" />
 		<meta-data android:name="XIAOMI_APPID" android:value="MI-2882303761518923860" />
 		<meta-data android:name="OPPO_APPKEY" android:value="OP-e942dafe77cf4b9f868d5421d701655a" />
 		<meta-data android:name="OPPO_APPID" android:value="OP-30619979" />
-		<meta-data android:name="OPPO_APPSECRET" android:value="OP-11d511c42f654cafac99588322681003" />
-		<!-- 鏋佸厜鎺ㄩ�佺粨鏉� -->
-		<!-- 璁剧疆楂樺痉鍦板浘key -->
-		<meta-data android:name="com.amap.api.v2.apikey" android:value="9901dd06e30b229efdd4c5bf5e076224" />
-	</application>
-</manifest>
\ No newline at end of file
+		<meta-data android:name="OPPO_APPSECRET" android:value="OP-11d511c42f654cafac99588322681003" />-->
diff --git a/HDL-ON_Android/Resources/Resource.designer.cs b/HDL-ON_Android/Resources/Resource.designer.cs
index 78e4be3..4643bad 100644
--- a/HDL-ON_Android/Resources/Resource.designer.cs
+++ b/HDL-ON_Android/Resources/Resource.designer.cs
@@ -586,1886 +586,1946 @@
 			// aapt resource value: 0x7F040046
 			public const int backButton = 2130968646;
 			
-			// aapt resource value: 0x7F040047
-			public const int background = 2130968647;
-			
 			// aapt resource value: 0x7F040048
-			public const int backgroundSplit = 2130968648;
+			public const int background = 2130968648;
 			
 			// aapt resource value: 0x7F040049
-			public const int backgroundStacked = 2130968649;
+			public const int backgroundSplit = 2130968649;
 			
 			// aapt resource value: 0x7F04004A
-			public const int backgroundTint = 2130968650;
+			public const int backgroundStacked = 2130968650;
 			
 			// aapt resource value: 0x7F04004B
-			public const int backgroundTintMode = 2130968651;
+			public const int backgroundTint = 2130968651;
 			
 			// aapt resource value: 0x7F04004C
-			public const int background_color = 2130968652;
+			public const int backgroundTintMode = 2130968652;
 			
 			// aapt resource value: 0x7F04004D
-			public const int barLength = 2130968653;
+			public const int background_color = 2130968653;
+			
+			// aapt resource value: 0x7F040047
+			public const int back_iv_drawable = 2130968647;
 			
 			// aapt resource value: 0x7F04004E
-			public const int barrierAllowsGoneWidgets = 2130968654;
+			public const int barLength = 2130968654;
 			
 			// aapt resource value: 0x7F04004F
-			public const int barrierDirection = 2130968655;
+			public const int barrierAllowsGoneWidgets = 2130968655;
 			
 			// aapt resource value: 0x7F040050
-			public const int behavior_autoHide = 2130968656;
+			public const int barrierDirection = 2130968656;
 			
 			// aapt resource value: 0x7F040051
-			public const int behavior_hideable = 2130968657;
+			public const int behavior_autoHide = 2130968657;
 			
 			// aapt resource value: 0x7F040052
-			public const int behavior_overlapTop = 2130968658;
+			public const int behavior_hideable = 2130968658;
 			
 			// aapt resource value: 0x7F040053
-			public const int behavior_peekHeight = 2130968659;
+			public const int behavior_overlapTop = 2130968659;
 			
 			// aapt resource value: 0x7F040054
-			public const int behavior_skipCollapsed = 2130968660;
+			public const int behavior_peekHeight = 2130968660;
 			
 			// aapt resource value: 0x7F040055
-			public const int biometricPromptDialogTheme = 2130968661;
-			
-			// aapt resource value: 0x7F04005B
-			public const int borderlessButtonStyle = 2130968667;
+			public const int behavior_skipCollapsed = 2130968661;
 			
 			// aapt resource value: 0x7F040056
-			public const int borderWidth = 2130968662;
-			
-			// aapt resource value: 0x7F040057
-			public const int border_color = 2130968663;
-			
-			// aapt resource value: 0x7F040058
-			public const int border_color_normal = 2130968664;
-			
-			// aapt resource value: 0x7F040059
-			public const int border_color_selected = 2130968665;
-			
-			// aapt resource value: 0x7F04005A
-			public const int border_width = 2130968666;
+			public const int biometricPromptDialogTheme = 2130968662;
 			
 			// aapt resource value: 0x7F04005C
-			public const int bottomSheetDialogTheme = 2130968668;
+			public const int borderlessButtonStyle = 2130968668;
+			
+			// aapt resource value: 0x7F040057
+			public const int borderWidth = 2130968663;
+			
+			// aapt resource value: 0x7F040058
+			public const int border_color = 2130968664;
+			
+			// aapt resource value: 0x7F040059
+			public const int border_color_normal = 2130968665;
+			
+			// aapt resource value: 0x7F04005A
+			public const int border_color_selected = 2130968666;
+			
+			// aapt resource value: 0x7F04005B
+			public const int border_width = 2130968667;
 			
 			// aapt resource value: 0x7F04005D
-			public const int bottomSheetStyle = 2130968669;
+			public const int bottomSheetDialogTheme = 2130968669;
 			
 			// aapt resource value: 0x7F04005E
-			public const int buttonBarButtonStyle = 2130968670;
+			public const int bottomSheetStyle = 2130968670;
 			
 			// aapt resource value: 0x7F04005F
-			public const int buttonBarNegativeButtonStyle = 2130968671;
+			public const int buttonBarButtonStyle = 2130968671;
 			
 			// aapt resource value: 0x7F040060
-			public const int buttonBarNeutralButtonStyle = 2130968672;
+			public const int buttonBarNegativeButtonStyle = 2130968672;
 			
 			// aapt resource value: 0x7F040061
-			public const int buttonBarPositiveButtonStyle = 2130968673;
+			public const int buttonBarNeutralButtonStyle = 2130968673;
 			
 			// aapt resource value: 0x7F040062
-			public const int buttonBarStyle = 2130968674;
+			public const int buttonBarPositiveButtonStyle = 2130968674;
 			
 			// aapt resource value: 0x7F040063
-			public const int buttonGravity = 2130968675;
+			public const int buttonBarStyle = 2130968675;
 			
 			// aapt resource value: 0x7F040064
-			public const int buttonPanelSideLayout = 2130968676;
+			public const int buttonGravity = 2130968676;
 			
 			// aapt resource value: 0x7F040065
-			public const int buttonStyle = 2130968677;
+			public const int buttonPanelSideLayout = 2130968677;
 			
 			// aapt resource value: 0x7F040066
-			public const int buttonStyleSmall = 2130968678;
+			public const int buttonStyle = 2130968678;
 			
 			// aapt resource value: 0x7F040067
-			public const int buttonTint = 2130968679;
+			public const int buttonStyleSmall = 2130968679;
 			
 			// aapt resource value: 0x7F040068
-			public const int buttonTintMode = 2130968680;
+			public const int buttonTint = 2130968680;
 			
 			// aapt resource value: 0x7F040069
-			public const int calendarHeight = 2130968681;
+			public const int buttonTintMode = 2130968681;
 			
 			// aapt resource value: 0x7F04006A
-			public const int chainUseRtl = 2130968682;
+			public const int calendarHeight = 2130968682;
 			
 			// aapt resource value: 0x7F04006B
-			public const int checkboxStyle = 2130968683;
+			public const int chainUseRtl = 2130968683;
 			
 			// aapt resource value: 0x7F04006C
-			public const int checkedTextViewStyle = 2130968684;
+			public const int checkboxStyle = 2130968684;
 			
 			// aapt resource value: 0x7F04006D
-			public const int civ_border_color = 2130968685;
+			public const int checkedTextViewStyle = 2130968685;
 			
 			// aapt resource value: 0x7F04006E
-			public const int civ_border_overlay = 2130968686;
+			public const int civ_border_color = 2130968686;
 			
 			// aapt resource value: 0x7F04006F
-			public const int civ_border_width = 2130968687;
+			public const int civ_border_overlay = 2130968687;
 			
 			// aapt resource value: 0x7F040070
-			public const int civ_circle_background_color = 2130968688;
+			public const int civ_border_width = 2130968688;
 			
 			// aapt resource value: 0x7F040071
-			public const int civ_fill_color = 2130968689;
+			public const int civ_circle_background_color = 2130968689;
 			
 			// aapt resource value: 0x7F040072
-			public const int closeIcon = 2130968690;
+			public const int civ_fill_color = 2130968690;
 			
 			// aapt resource value: 0x7F040073
-			public const int closeItemLayout = 2130968691;
+			public const int closeIcon = 2130968691;
 			
 			// aapt resource value: 0x7F040074
-			public const int collapseContentDescription = 2130968692;
-			
-			// aapt resource value: 0x7F040076
-			public const int collapsedTitleGravity = 2130968694;
-			
-			// aapt resource value: 0x7F040077
-			public const int collapsedTitleTextAppearance = 2130968695;
+			public const int closeItemLayout = 2130968692;
 			
 			// aapt resource value: 0x7F040075
-			public const int collapseIcon = 2130968693;
+			public const int collapseContentDescription = 2130968693;
+			
+			// aapt resource value: 0x7F040077
+			public const int collapsedTitleGravity = 2130968695;
 			
 			// aapt resource value: 0x7F040078
-			public const int color = 2130968696;
+			public const int collapsedTitleTextAppearance = 2130968696;
+			
+			// aapt resource value: 0x7F040076
+			public const int collapseIcon = 2130968694;
 			
 			// aapt resource value: 0x7F040079
-			public const int colorAccent = 2130968697;
+			public const int color = 2130968697;
 			
 			// aapt resource value: 0x7F04007A
-			public const int colorBackgroundFloating = 2130968698;
+			public const int colorAccent = 2130968698;
 			
 			// aapt resource value: 0x7F04007B
-			public const int colorButtonNormal = 2130968699;
+			public const int colorBackgroundFloating = 2130968699;
 			
 			// aapt resource value: 0x7F04007C
-			public const int colorControlActivated = 2130968700;
+			public const int colorButtonNormal = 2130968700;
 			
 			// aapt resource value: 0x7F04007D
-			public const int colorControlHighlight = 2130968701;
+			public const int colorControlActivated = 2130968701;
 			
 			// aapt resource value: 0x7F04007E
-			public const int colorControlNormal = 2130968702;
+			public const int colorControlHighlight = 2130968702;
 			
 			// aapt resource value: 0x7F04007F
-			public const int colorDayName = 2130968703;
+			public const int colorControlNormal = 2130968703;
 			
 			// aapt resource value: 0x7F040080
-			public const int colorEnableDay = 2130968704;
+			public const int colorDayName = 2130968704;
 			
 			// aapt resource value: 0x7F040081
-			public const int colorError = 2130968705;
+			public const int colorEnableDay = 2130968705;
 			
 			// aapt resource value: 0x7F040082
-			public const int colorMonthName = 2130968706;
+			public const int colorError = 2130968706;
 			
 			// aapt resource value: 0x7F040083
-			public const int colorNormalDay = 2130968707;
+			public const int colorMonthName = 2130968707;
 			
 			// aapt resource value: 0x7F040084
-			public const int colorPrimary = 2130968708;
+			public const int colorNormalDay = 2130968708;
 			
 			// aapt resource value: 0x7F040085
-			public const int colorPrimaryDark = 2130968709;
+			public const int colorPrimary = 2130968709;
 			
 			// aapt resource value: 0x7F040086
-			public const int colorSelectedBg1 = 2130968710;
+			public const int colorPrimaryDark = 2130968710;
 			
 			// aapt resource value: 0x7F040087
-			public const int colorSelectedBg2 = 2130968711;
+			public const int colorSelectedBg1 = 2130968711;
 			
 			// aapt resource value: 0x7F040088
-			public const int colorSelectedBg3 = 2130968712;
+			public const int colorSelectedBg2 = 2130968712;
 			
 			// aapt resource value: 0x7F040089
-			public const int colorSelectedBgLast = 2130968713;
+			public const int colorSelectedBg3 = 2130968713;
 			
 			// aapt resource value: 0x7F04008A
-			public const int colorSelectedBgThis = 2130968714;
+			public const int colorSelectedBgLast = 2130968714;
 			
 			// aapt resource value: 0x7F04008B
-			public const int colorSwitchThumbNormal = 2130968715;
+			public const int colorSelectedBgThis = 2130968715;
 			
 			// aapt resource value: 0x7F04008C
-			public const int commitIcon = 2130968716;
+			public const int colorSwitchThumbNormal = 2130968716;
 			
 			// aapt resource value: 0x7F04008D
-			public const int constraintSet = 2130968717;
+			public const int commitIcon = 2130968717;
 			
 			// aapt resource value: 0x7F04008E
-			public const int constraint_referenced_ids = 2130968718;
+			public const int constraintSet = 2130968718;
 			
 			// aapt resource value: 0x7F04008F
-			public const int content = 2130968719;
+			public const int constraint_referenced_ids = 2130968719;
 			
 			// aapt resource value: 0x7F040090
-			public const int contentDescription = 2130968720;
+			public const int content = 2130968720;
 			
 			// aapt resource value: 0x7F040091
-			public const int contentInsetEnd = 2130968721;
+			public const int contentDescription = 2130968721;
 			
 			// aapt resource value: 0x7F040092
-			public const int contentInsetEndWithActions = 2130968722;
+			public const int contentInsetEnd = 2130968722;
 			
 			// aapt resource value: 0x7F040093
-			public const int contentInsetLeft = 2130968723;
+			public const int contentInsetEndWithActions = 2130968723;
 			
 			// aapt resource value: 0x7F040094
-			public const int contentInsetRight = 2130968724;
+			public const int contentInsetLeft = 2130968724;
 			
 			// aapt resource value: 0x7F040095
-			public const int contentInsetStart = 2130968725;
+			public const int contentInsetRight = 2130968725;
 			
 			// aapt resource value: 0x7F040096
-			public const int contentInsetStartWithNavigation = 2130968726;
+			public const int contentInsetStart = 2130968726;
 			
 			// aapt resource value: 0x7F040097
-			public const int contentScrim = 2130968727;
+			public const int contentInsetStartWithNavigation = 2130968727;
 			
 			// aapt resource value: 0x7F040098
-			public const int contentViewId = 2130968728;
+			public const int contentScrim = 2130968728;
 			
 			// aapt resource value: 0x7F040099
-			public const int controlBackground = 2130968729;
+			public const int contentViewId = 2130968729;
 			
 			// aapt resource value: 0x7F04009A
-			public const int countdownTime = 2130968730;
+			public const int controlBackground = 2130968730;
 			
 			// aapt resource value: 0x7F04009B
-			public const int counterEnabled = 2130968731;
+			public const int countdownTime = 2130968731;
 			
 			// aapt resource value: 0x7F04009C
-			public const int counterMaxLength = 2130968732;
+			public const int counterEnabled = 2130968732;
 			
 			// aapt resource value: 0x7F04009D
-			public const int counterOverflowTextAppearance = 2130968733;
+			public const int counterMaxLength = 2130968733;
 			
 			// aapt resource value: 0x7F04009E
-			public const int counterTextAppearance = 2130968734;
+			public const int counterOverflowTextAppearance = 2130968734;
 			
 			// aapt resource value: 0x7F04009F
-			public const int currentItemPosition = 2130968735;
+			public const int counterTextAppearance = 2130968735;
 			
 			// aapt resource value: 0x7F0400A0
-			public const int curtain_bar_bg_color = 2130968736;
+			public const int currentItemPosition = 2130968736;
 			
 			// aapt resource value: 0x7F0400A1
-			public const int curtain_bar_border_color = 2130968737;
+			public const int curtain_bar_bg_color = 2130968737;
 			
 			// aapt resource value: 0x7F0400A2
-			public const int curtain_bar_color = 2130968738;
+			public const int curtain_bar_border_color = 2130968738;
 			
 			// aapt resource value: 0x7F0400A3
-			public const int curtain_bar_height = 2130968739;
+			public const int curtain_bar_color = 2130968739;
 			
 			// aapt resource value: 0x7F0400A4
-			public const int curtain_bar_width = 2130968740;
+			public const int curtain_bar_height = 2130968740;
 			
 			// aapt resource value: 0x7F0400A5
-			public const int customNavigationLayout = 2130968741;
+			public const int curtain_bar_width = 2130968741;
 			
 			// aapt resource value: 0x7F0400A6
-			public const int date_text_color = 2130968742;
+			public const int customNavigationLayout = 2130968742;
 			
 			// aapt resource value: 0x7F0400A7
-			public const int date_text_size = 2130968743;
+			public const int date_text_color = 2130968743;
 			
 			// aapt resource value: 0x7F0400A8
-			public const int defaultQueryHint = 2130968744;
+			public const int date_text_size = 2130968744;
 			
 			// aapt resource value: 0x7F0400A9
-			public const int dhscanner_cornerColor = 2130968745;
+			public const int defaultQueryHint = 2130968745;
 			
 			// aapt resource value: 0x7F0400AA
-			public const int dhscanner_cornerLineLength = 2130968746;
+			public const int dhscanner_cornerColor = 2130968746;
 			
 			// aapt resource value: 0x7F0400AB
-			public const int dhscanner_cornerStrokeSize = 2130968747;
+			public const int dhscanner_cornerLineLength = 2130968747;
 			
 			// aapt resource value: 0x7F0400AC
-			public const int dhscanner_scanLineColor = 2130968748;
+			public const int dhscanner_cornerStrokeSize = 2130968748;
 			
 			// aapt resource value: 0x7F0400AD
-			public const int dhscanner_scanLineDrawable = 2130968749;
+			public const int dhscanner_scanLineColor = 2130968749;
 			
 			// aapt resource value: 0x7F0400AE
-			public const int dhscanner_scanLineIsGrid = 2130968750;
+			public const int dhscanner_scanLineDrawable = 2130968750;
 			
 			// aapt resource value: 0x7F0400AF
-			public const int dhscanner_scanLineMoveTime = 2130968751;
+			public const int dhscanner_scanLineIsGrid = 2130968751;
 			
 			// aapt resource value: 0x7F0400B0
-			public const int dhscanner_scanLineNeedReverse = 2130968752;
+			public const int dhscanner_scanLineMoveTime = 2130968752;
 			
 			// aapt resource value: 0x7F0400B1
-			public const int dhscanner_scanLineStrokeSize = 2130968753;
+			public const int dhscanner_scanLineNeedReverse = 2130968753;
 			
 			// aapt resource value: 0x7F0400B2
-			public const int dhscanner_scanMaskColor = 2130968754;
+			public const int dhscanner_scanLineStrokeSize = 2130968754;
 			
 			// aapt resource value: 0x7F0400B3
-			public const int dhscanner_scanRectHeight = 2130968755;
+			public const int dhscanner_scanMaskColor = 2130968755;
 			
 			// aapt resource value: 0x7F0400B4
-			public const int dhscanner_scanRectInCenter = 2130968756;
+			public const int dhscanner_scanRectHeight = 2130968756;
 			
 			// aapt resource value: 0x7F0400B5
-			public const int dhscanner_scanRectMarginTop = 2130968757;
+			public const int dhscanner_scanRectInCenter = 2130968757;
 			
 			// aapt resource value: 0x7F0400B6
-			public const int dhscanner_scanRectWidth = 2130968758;
+			public const int dhscanner_scanRectMarginTop = 2130968758;
 			
 			// aapt resource value: 0x7F0400B7
-			public const int dialogPreferredPadding = 2130968759;
+			public const int dhscanner_scanRectWidth = 2130968759;
 			
 			// aapt resource value: 0x7F0400B8
-			public const int dialogTheme = 2130968760;
+			public const int dialogPreferredPadding = 2130968760;
 			
 			// aapt resource value: 0x7F0400B9
-			public const int displayOptions = 2130968761;
+			public const int dialogTheme = 2130968761;
 			
 			// aapt resource value: 0x7F0400BA
-			public const int divider = 2130968762;
+			public const int displayOptions = 2130968762;
 			
 			// aapt resource value: 0x7F0400BB
-			public const int dividerColor = 2130968763;
+			public const int divider = 2130968763;
 			
 			// aapt resource value: 0x7F0400BC
-			public const int dividerHeight = 2130968764;
+			public const int dividerColor = 2130968764;
 			
 			// aapt resource value: 0x7F0400BD
-			public const int dividerHorizontal = 2130968765;
+			public const int dividerHeight = 2130968765;
 			
 			// aapt resource value: 0x7F0400BE
-			public const int dividerPadding = 2130968766;
+			public const int dividerHorizontal = 2130968766;
 			
 			// aapt resource value: 0x7F0400BF
-			public const int dividerVertical = 2130968767;
+			public const int dividerPadding = 2130968767;
 			
 			// aapt resource value: 0x7F0400C0
-			public const int drag_edge = 2130968768;
-			
-			// aapt resource value: 0x7F0400C2
-			public const int drawableSize = 2130968770;
-			
-			// aapt resource value: 0x7F0400C3
-			public const int drawerArrowStyle = 2130968771;
+			public const int dividerVertical = 2130968768;
 			
 			// aapt resource value: 0x7F0400C1
-			public const int drawRoundRect = 2130968769;
+			public const int divider_color = 2130968769;
 			
-			// aapt resource value: 0x7F0400C5
-			public const int dropdownListPreferredItemHeight = 2130968773;
+			// aapt resource value: 0x7F0400C2
+			public const int divider_height = 2130968770;
+			
+			// aapt resource value: 0x7F0400C3
+			public const int divider_margin_left = 2130968771;
 			
 			// aapt resource value: 0x7F0400C4
-			public const int dropDownListViewStyle = 2130968772;
+			public const int divider_margin_right = 2130968772;
 			
-			// aapt resource value: 0x7F0400C6
-			public const int editTextBackground = 2130968774;
+			// aapt resource value: 0x7F0400C5
+			public const int drag_edge = 2130968773;
 			
 			// aapt resource value: 0x7F0400C7
-			public const int editTextColor = 2130968775;
+			public const int drawableSize = 2130968775;
 			
 			// aapt resource value: 0x7F0400C8
-			public const int editTextStyle = 2130968776;
+			public const int drawerArrowStyle = 2130968776;
 			
-			// aapt resource value: 0x7F0400C9
-			public const int elevation = 2130968777;
+			// aapt resource value: 0x7F0400C6
+			public const int drawRoundRect = 2130968774;
 			
 			// aapt resource value: 0x7F0400CA
-			public const int emptyVisibility = 2130968778;
+			public const int dropdownListPreferredItemHeight = 2130968778;
+			
+			// aapt resource value: 0x7F0400C9
+			public const int dropDownListViewStyle = 2130968777;
 			
 			// aapt resource value: 0x7F0400CB
-			public const int errorEnabled = 2130968779;
+			public const int editTextBackground = 2130968779;
 			
 			// aapt resource value: 0x7F0400CC
-			public const int errorTextAppearance = 2130968780;
+			public const int editTextColor = 2130968780;
 			
 			// aapt resource value: 0x7F0400CD
-			public const int expandActivityOverflowButtonDrawable = 2130968781;
+			public const int editTextStyle = 2130968781;
 			
 			// aapt resource value: 0x7F0400CE
-			public const int expanded = 2130968782;
+			public const int elevation = 2130968782;
 			
 			// aapt resource value: 0x7F0400CF
-			public const int expandedTitleGravity = 2130968783;
+			public const int emptyVisibility = 2130968783;
 			
 			// aapt resource value: 0x7F0400D0
-			public const int expandedTitleMargin = 2130968784;
+			public const int errorEnabled = 2130968784;
 			
 			// aapt resource value: 0x7F0400D1
-			public const int expandedTitleMarginBottom = 2130968785;
+			public const int errorTextAppearance = 2130968785;
 			
 			// aapt resource value: 0x7F0400D2
-			public const int expandedTitleMarginEnd = 2130968786;
+			public const int expandActivityOverflowButtonDrawable = 2130968786;
 			
 			// aapt resource value: 0x7F0400D3
-			public const int expandedTitleMarginStart = 2130968787;
+			public const int expanded = 2130968787;
 			
 			// aapt resource value: 0x7F0400D4
-			public const int expandedTitleMarginTop = 2130968788;
+			public const int expandedTitleGravity = 2130968788;
 			
 			// aapt resource value: 0x7F0400D5
-			public const int expandedTitleTextAppearance = 2130968789;
+			public const int expandedTitleMargin = 2130968789;
 			
 			// aapt resource value: 0x7F0400D6
-			public const int fabSize = 2130968790;
+			public const int expandedTitleMarginBottom = 2130968790;
+			
+			// aapt resource value: 0x7F0400D7
+			public const int expandedTitleMarginEnd = 2130968791;
+			
+			// aapt resource value: 0x7F0400D8
+			public const int expandedTitleMarginStart = 2130968792;
+			
+			// aapt resource value: 0x7F0400D9
+			public const int expandedTitleMarginTop = 2130968793;
+			
+			// aapt resource value: 0x7F0400DA
+			public const int expandedTitleTextAppearance = 2130968794;
+			
+			// aapt resource value: 0x7F0400DB
+			public const int fabSize = 2130968795;
 			
 			// aapt resource value: 0x7F040000
 			public const int FadeEnabled = 2130968576;
 			
-			// aapt resource value: 0x7F0400D7
-			public const int fastScrollEnabled = 2130968791;
-			
-			// aapt resource value: 0x7F0400D8
-			public const int fastScrollHorizontalThumbDrawable = 2130968792;
-			
-			// aapt resource value: 0x7F0400D9
-			public const int fastScrollHorizontalTrackDrawable = 2130968793;
-			
-			// aapt resource value: 0x7F0400DA
-			public const int fastScrollVerticalThumbDrawable = 2130968794;
-			
-			// aapt resource value: 0x7F0400DB
-			public const int fastScrollVerticalTrackDrawable = 2130968795;
-			
-			// aapt resource value: 0x7F0400DE
-			public const int fillet_border_color = 2130968798;
-			
-			// aapt resource value: 0x7F0400DF
-			public const int fillet_border_color_normal = 2130968799;
-			
-			// aapt resource value: 0x7F0400E0
-			public const int fillet_border_color_selected = 2130968800;
-			
-			// aapt resource value: 0x7F0400E1
-			public const int fillet_border_width = 2130968801;
-			
-			// aapt resource value: 0x7F0400E2
-			public const int fillet_radius = 2130968802;
-			
-			// aapt resource value: 0x7F0400E3
-			public const int fillet_shape_type = 2130968803;
-			
 			// aapt resource value: 0x7F0400DC
-			public const int fill_color = 2130968796;
+			public const int fastScrollEnabled = 2130968796;
 			
 			// aapt resource value: 0x7F0400DD
-			public const int fill_height = 2130968797;
+			public const int fastScrollHorizontalThumbDrawable = 2130968797;
+			
+			// aapt resource value: 0x7F0400DE
+			public const int fastScrollHorizontalTrackDrawable = 2130968798;
+			
+			// aapt resource value: 0x7F0400DF
+			public const int fastScrollVerticalThumbDrawable = 2130968799;
+			
+			// aapt resource value: 0x7F0400E0
+			public const int fastScrollVerticalTrackDrawable = 2130968800;
+			
+			// aapt resource value: 0x7F0400E3
+			public const int fillet_border_color = 2130968803;
 			
 			// aapt resource value: 0x7F0400E4
-			public const int first_text = 2130968804;
+			public const int fillet_border_color_normal = 2130968804;
 			
 			// aapt resource value: 0x7F0400E5
-			public const int first_text_color = 2130968805;
+			public const int fillet_border_color_selected = 2130968805;
 			
 			// aapt resource value: 0x7F0400E6
-			public const int first_text_size = 2130968806;
+			public const int fillet_border_width = 2130968806;
 			
 			// aapt resource value: 0x7F0400E7
-			public const int font = 2130968807;
+			public const int fillet_radius = 2130968807;
 			
 			// aapt resource value: 0x7F0400E8
-			public const int fontFamily = 2130968808;
+			public const int fillet_shape_type = 2130968808;
+			
+			// aapt resource value: 0x7F0400E1
+			public const int fill_color = 2130968801;
+			
+			// aapt resource value: 0x7F0400E2
+			public const int fill_height = 2130968802;
 			
 			// aapt resource value: 0x7F0400E9
-			public const int fontProviderAuthority = 2130968809;
+			public const int first_text = 2130968809;
 			
 			// aapt resource value: 0x7F0400EA
-			public const int fontProviderCerts = 2130968810;
+			public const int first_text_color = 2130968810;
 			
 			// aapt resource value: 0x7F0400EB
-			public const int fontProviderFetchStrategy = 2130968811;
+			public const int first_text_size = 2130968811;
 			
 			// aapt resource value: 0x7F0400EC
-			public const int fontProviderFetchTimeout = 2130968812;
+			public const int font = 2130968812;
 			
 			// aapt resource value: 0x7F0400ED
-			public const int fontProviderPackage = 2130968813;
+			public const int fontFamily = 2130968813;
 			
 			// aapt resource value: 0x7F0400EE
-			public const int fontProviderQuery = 2130968814;
+			public const int fontProviderAuthority = 2130968814;
 			
 			// aapt resource value: 0x7F0400EF
-			public const int fontStyle = 2130968815;
+			public const int fontProviderCerts = 2130968815;
 			
 			// aapt resource value: 0x7F0400F0
-			public const int fontWeight = 2130968816;
+			public const int fontProviderFetchStrategy = 2130968816;
 			
 			// aapt resource value: 0x7F0400F1
-			public const int foregroundInsidePadding = 2130968817;
+			public const int fontProviderFetchTimeout = 2130968817;
 			
 			// aapt resource value: 0x7F0400F2
-			public const int gapBetweenBars = 2130968818;
-			
-			// aapt resource value: 0x7F0400F4
-			public const int god_mode = 2130968820;
+			public const int fontProviderPackage = 2130968818;
 			
 			// aapt resource value: 0x7F0400F3
-			public const int goIcon = 2130968819;
+			public const int fontProviderQuery = 2130968819;
+			
+			// aapt resource value: 0x7F0400F4
+			public const int fontStyle = 2130968820;
 			
 			// aapt resource value: 0x7F0400F5
-			public const int gravity = 2130968821;
+			public const int fontWeight = 2130968821;
 			
 			// aapt resource value: 0x7F0400F6
-			public const int halfVisibleItemCount = 2130968822;
+			public const int foregroundInsidePadding = 2130968822;
 			
 			// aapt resource value: 0x7F0400F7
-			public const int hdl_arc_thumb_mode = 2130968823;
-			
-			// aapt resource value: 0x7F0400F8
-			public const int headerLayout = 2130968824;
+			public const int gapBetweenBars = 2130968823;
 			
 			// aapt resource value: 0x7F0400F9
-			public const int headerMonthHeight = 2130968825;
+			public const int god_mode = 2130968825;
+			
+			// aapt resource value: 0x7F0400F8
+			public const int goIcon = 2130968824;
 			
 			// aapt resource value: 0x7F0400FA
-			public const int height = 2130968826;
+			public const int gravity = 2130968826;
 			
 			// aapt resource value: 0x7F0400FB
-			public const int height_relative = 2130968827;
+			public const int halfVisibleItemCount = 2130968827;
 			
 			// aapt resource value: 0x7F0400FC
-			public const int hideLeft = 2130968828;
+			public const int has_status_bar = 2130968828;
 			
 			// aapt resource value: 0x7F0400FD
-			public const int hideOnContentScroll = 2130968829;
+			public const int hdl_arc_thumb_mode = 2130968829;
 			
 			// aapt resource value: 0x7F0400FE
-			public const int hideRight = 2130968830;
+			public const int headerLayout = 2130968830;
 			
 			// aapt resource value: 0x7F0400FF
-			public const int hintAnimationEnabled = 2130968831;
+			public const int headerMonthHeight = 2130968831;
 			
 			// aapt resource value: 0x7F040100
-			public const int hintEnabled = 2130968832;
+			public const int height = 2130968832;
 			
 			// aapt resource value: 0x7F040101
-			public const int hintTextAppearance = 2130968833;
+			public const int height_relative = 2130968833;
 			
 			// aapt resource value: 0x7F040102
-			public const int homeAsUpIndicator = 2130968834;
+			public const int hideLeft = 2130968834;
 			
 			// aapt resource value: 0x7F040103
-			public const int homeLayout = 2130968835;
+			public const int hideOnContentScroll = 2130968835;
 			
 			// aapt resource value: 0x7F040104
-			public const int icon = 2130968836;
-			
-			// aapt resource value: 0x7F040107
-			public const int iconifiedByDefault = 2130968839;
+			public const int hideRight = 2130968836;
 			
 			// aapt resource value: 0x7F040105
-			public const int iconTint = 2130968837;
+			public const int hintAnimationEnabled = 2130968837;
 			
 			// aapt resource value: 0x7F040106
-			public const int iconTintMode = 2130968838;
+			public const int hintEnabled = 2130968838;
+			
+			// aapt resource value: 0x7F040107
+			public const int hintTextAppearance = 2130968839;
 			
 			// aapt resource value: 0x7F040108
-			public const int imageButtonStyle = 2130968840;
+			public const int homeAsUpIndicator = 2130968840;
 			
 			// aapt resource value: 0x7F040109
-			public const int image_bg = 2130968841;
+			public const int homeLayout = 2130968841;
 			
 			// aapt resource value: 0x7F04010A
-			public const int indeterminateProgressStyle = 2130968842;
-			
-			// aapt resource value: 0x7F04010B
-			public const int indicatorColor = 2130968843;
-			
-			// aapt resource value: 0x7F04010C
-			public const int indicatorName = 2130968844;
+			public const int icon = 2130968842;
 			
 			// aapt resource value: 0x7F04010D
-			public const int indicatorText = 2130968845;
+			public const int iconifiedByDefault = 2130968845;
+			
+			// aapt resource value: 0x7F04010B
+			public const int iconTint = 2130968843;
+			
+			// aapt resource value: 0x7F04010C
+			public const int iconTintMode = 2130968844;
 			
 			// aapt resource value: 0x7F04010E
-			public const int indicatorTextColor = 2130968846;
+			public const int imageButtonStyle = 2130968846;
 			
 			// aapt resource value: 0x7F04010F
-			public const int indicatorTextSize = 2130968847;
+			public const int image_bg = 2130968847;
 			
 			// aapt resource value: 0x7F040110
-			public const int initialActivityCount = 2130968848;
+			public const int indeterminateProgressStyle = 2130968848;
 			
 			// aapt resource value: 0x7F040111
-			public const int insetForeground = 2130968849;
+			public const int indicatorColor = 2130968849;
 			
 			// aapt resource value: 0x7F040112
-			public const int isAllVisible = 2130968850;
+			public const int indicatorName = 2130968850;
 			
 			// aapt resource value: 0x7F040113
-			public const int isCyclic = 2130968851;
+			public const int indicatorText = 2130968851;
 			
 			// aapt resource value: 0x7F040114
-			public const int isLightTheme = 2130968852;
+			public const int indicatorTextColor = 2130968852;
 			
 			// aapt resource value: 0x7F040115
-			public const int itemBackground = 2130968853;
+			public const int indicatorTextSize = 2130968853;
 			
 			// aapt resource value: 0x7F040116
-			public const int itemHeightSpace = 2130968854;
+			public const int initialActivityCount = 2130968854;
 			
 			// aapt resource value: 0x7F040117
-			public const int itemIconTint = 2130968855;
+			public const int insetForeground = 2130968855;
 			
 			// aapt resource value: 0x7F040118
-			public const int itemOffsetPercent = 2130968856;
+			public const int isAllVisible = 2130968856;
 			
 			// aapt resource value: 0x7F040119
-			public const int itemPadding = 2130968857;
-			
-			// aapt resource value: 0x7F04011F
-			public const int itemsDimmedAlpha = 2130968863;
+			public const int isCyclic = 2130968857;
 			
 			// aapt resource value: 0x7F04011A
-			public const int itemSelector = 2130968858;
-			
-			// aapt resource value: 0x7F040120
-			public const int itemsPadding = 2130968864;
+			public const int isLightTheme = 2130968858;
 			
 			// aapt resource value: 0x7F04011B
-			public const int itemTextAppearance = 2130968859;
+			public const int itemBackground = 2130968859;
 			
 			// aapt resource value: 0x7F04011C
-			public const int itemTextColor = 2130968860;
+			public const int itemHeightSpace = 2130968860;
 			
 			// aapt resource value: 0x7F04011D
-			public const int itemTextSize = 2130968861;
+			public const int itemIconTint = 2130968861;
 			
 			// aapt resource value: 0x7F04011E
-			public const int itemWidthSpace = 2130968862;
+			public const int itemOffsetPercent = 2130968862;
+			
+			// aapt resource value: 0x7F04011F
+			public const int itemPadding = 2130968863;
+			
+			// aapt resource value: 0x7F040125
+			public const int itemsDimmedAlpha = 2130968869;
+			
+			// aapt resource value: 0x7F040120
+			public const int itemSelector = 2130968864;
+			
+			// aapt resource value: 0x7F040126
+			public const int itemsPadding = 2130968870;
+			
+			// aapt resource value: 0x7F040121
+			public const int itemTextAppearance = 2130968865;
+			
+			// aapt resource value: 0x7F040122
+			public const int itemTextColor = 2130968866;
+			
+			// aapt resource value: 0x7F040123
+			public const int itemTextSize = 2130968867;
+			
+			// aapt resource value: 0x7F040124
+			public const int itemWidthSpace = 2130968868;
 			
 			// aapt resource value: 0x7F040001
 			public const int JazzyViewPagerstyle = 2130968577;
 			
-			// aapt resource value: 0x7F040121
-			public const int keylines = 2130968865;
-			
-			// aapt resource value: 0x7F040122
-			public const int landscape_only = 2130968866;
-			
-			// aapt resource value: 0x7F040123
-			public const int layout = 2130968867;
-			
-			// aapt resource value: 0x7F040124
-			public const int layoutManager = 2130968868;
-			
-			// aapt resource value: 0x7F040125
-			public const int layout_anchor = 2130968869;
-			
-			// aapt resource value: 0x7F040126
-			public const int layout_anchorGravity = 2130968870;
-			
 			// aapt resource value: 0x7F040127
-			public const int layout_behavior = 2130968871;
+			public const int keylines = 2130968871;
 			
 			// aapt resource value: 0x7F040128
-			public const int layout_collapseMode = 2130968872;
+			public const int landscape_only = 2130968872;
 			
 			// aapt resource value: 0x7F040129
-			public const int layout_collapseParallaxMultiplier = 2130968873;
+			public const int layout = 2130968873;
 			
 			// aapt resource value: 0x7F04012A
-			public const int layout_constrainedHeight = 2130968874;
+			public const int layoutManager = 2130968874;
 			
 			// aapt resource value: 0x7F04012B
-			public const int layout_constrainedWidth = 2130968875;
+			public const int layout_anchor = 2130968875;
 			
 			// aapt resource value: 0x7F04012C
-			public const int layout_constraintBaseline_creator = 2130968876;
+			public const int layout_anchorGravity = 2130968876;
 			
 			// aapt resource value: 0x7F04012D
-			public const int layout_constraintBaseline_toBaselineOf = 2130968877;
+			public const int layout_behavior = 2130968877;
 			
 			// aapt resource value: 0x7F04012E
-			public const int layout_constraintBottom_creator = 2130968878;
+			public const int layout_collapseMode = 2130968878;
 			
 			// aapt resource value: 0x7F04012F
-			public const int layout_constraintBottom_toBottomOf = 2130968879;
+			public const int layout_collapseParallaxMultiplier = 2130968879;
 			
 			// aapt resource value: 0x7F040130
-			public const int layout_constraintBottom_toTopOf = 2130968880;
+			public const int layout_constrainedHeight = 2130968880;
 			
 			// aapt resource value: 0x7F040131
-			public const int layout_constraintCircle = 2130968881;
+			public const int layout_constrainedWidth = 2130968881;
 			
 			// aapt resource value: 0x7F040132
-			public const int layout_constraintCircleAngle = 2130968882;
+			public const int layout_constraintBaseline_creator = 2130968882;
 			
 			// aapt resource value: 0x7F040133
-			public const int layout_constraintCircleRadius = 2130968883;
+			public const int layout_constraintBaseline_toBaselineOf = 2130968883;
 			
 			// aapt resource value: 0x7F040134
-			public const int layout_constraintDimensionRatio = 2130968884;
+			public const int layout_constraintBottom_creator = 2130968884;
 			
 			// aapt resource value: 0x7F040135
-			public const int layout_constraintEnd_toEndOf = 2130968885;
+			public const int layout_constraintBottom_toBottomOf = 2130968885;
 			
 			// aapt resource value: 0x7F040136
-			public const int layout_constraintEnd_toStartOf = 2130968886;
+			public const int layout_constraintBottom_toTopOf = 2130968886;
 			
 			// aapt resource value: 0x7F040137
-			public const int layout_constraintGuide_begin = 2130968887;
+			public const int layout_constraintCircle = 2130968887;
 			
 			// aapt resource value: 0x7F040138
-			public const int layout_constraintGuide_end = 2130968888;
+			public const int layout_constraintCircleAngle = 2130968888;
 			
 			// aapt resource value: 0x7F040139
-			public const int layout_constraintGuide_percent = 2130968889;
+			public const int layout_constraintCircleRadius = 2130968889;
 			
 			// aapt resource value: 0x7F04013A
-			public const int layout_constraintHeight_default = 2130968890;
+			public const int layout_constraintDimensionRatio = 2130968890;
 			
 			// aapt resource value: 0x7F04013B
-			public const int layout_constraintHeight_max = 2130968891;
+			public const int layout_constraintEnd_toEndOf = 2130968891;
 			
 			// aapt resource value: 0x7F04013C
-			public const int layout_constraintHeight_min = 2130968892;
+			public const int layout_constraintEnd_toStartOf = 2130968892;
 			
 			// aapt resource value: 0x7F04013D
-			public const int layout_constraintHeight_percent = 2130968893;
+			public const int layout_constraintGuide_begin = 2130968893;
 			
 			// aapt resource value: 0x7F04013E
-			public const int layout_constraintHorizontal_bias = 2130968894;
+			public const int layout_constraintGuide_end = 2130968894;
 			
 			// aapt resource value: 0x7F04013F
-			public const int layout_constraintHorizontal_chainStyle = 2130968895;
+			public const int layout_constraintGuide_percent = 2130968895;
 			
 			// aapt resource value: 0x7F040140
-			public const int layout_constraintHorizontal_weight = 2130968896;
+			public const int layout_constraintHeight_default = 2130968896;
 			
 			// aapt resource value: 0x7F040141
-			public const int layout_constraintLeft_creator = 2130968897;
+			public const int layout_constraintHeight_max = 2130968897;
 			
 			// aapt resource value: 0x7F040142
-			public const int layout_constraintLeft_toLeftOf = 2130968898;
+			public const int layout_constraintHeight_min = 2130968898;
 			
 			// aapt resource value: 0x7F040143
-			public const int layout_constraintLeft_toRightOf = 2130968899;
+			public const int layout_constraintHeight_percent = 2130968899;
 			
 			// aapt resource value: 0x7F040144
-			public const int layout_constraintRight_creator = 2130968900;
+			public const int layout_constraintHorizontal_bias = 2130968900;
 			
 			// aapt resource value: 0x7F040145
-			public const int layout_constraintRight_toLeftOf = 2130968901;
+			public const int layout_constraintHorizontal_chainStyle = 2130968901;
 			
 			// aapt resource value: 0x7F040146
-			public const int layout_constraintRight_toRightOf = 2130968902;
+			public const int layout_constraintHorizontal_weight = 2130968902;
 			
 			// aapt resource value: 0x7F040147
-			public const int layout_constraintStart_toEndOf = 2130968903;
+			public const int layout_constraintLeft_creator = 2130968903;
 			
 			// aapt resource value: 0x7F040148
-			public const int layout_constraintStart_toStartOf = 2130968904;
+			public const int layout_constraintLeft_toLeftOf = 2130968904;
 			
 			// aapt resource value: 0x7F040149
-			public const int layout_constraintTop_creator = 2130968905;
+			public const int layout_constraintLeft_toRightOf = 2130968905;
 			
 			// aapt resource value: 0x7F04014A
-			public const int layout_constraintTop_toBottomOf = 2130968906;
+			public const int layout_constraintRight_creator = 2130968906;
 			
 			// aapt resource value: 0x7F04014B
-			public const int layout_constraintTop_toTopOf = 2130968907;
+			public const int layout_constraintRight_toLeftOf = 2130968907;
 			
 			// aapt resource value: 0x7F04014C
-			public const int layout_constraintVertical_bias = 2130968908;
+			public const int layout_constraintRight_toRightOf = 2130968908;
 			
 			// aapt resource value: 0x7F04014D
-			public const int layout_constraintVertical_chainStyle = 2130968909;
+			public const int layout_constraintStart_toEndOf = 2130968909;
 			
 			// aapt resource value: 0x7F04014E
-			public const int layout_constraintVertical_weight = 2130968910;
+			public const int layout_constraintStart_toStartOf = 2130968910;
 			
 			// aapt resource value: 0x7F04014F
-			public const int layout_constraintWidth_default = 2130968911;
+			public const int layout_constraintTop_creator = 2130968911;
 			
 			// aapt resource value: 0x7F040150
-			public const int layout_constraintWidth_max = 2130968912;
+			public const int layout_constraintTop_toBottomOf = 2130968912;
 			
 			// aapt resource value: 0x7F040151
-			public const int layout_constraintWidth_min = 2130968913;
+			public const int layout_constraintTop_toTopOf = 2130968913;
 			
 			// aapt resource value: 0x7F040152
-			public const int layout_constraintWidth_percent = 2130968914;
+			public const int layout_constraintVertical_bias = 2130968914;
 			
 			// aapt resource value: 0x7F040153
-			public const int layout_dodgeInsetEdges = 2130968915;
+			public const int layout_constraintVertical_chainStyle = 2130968915;
 			
 			// aapt resource value: 0x7F040154
-			public const int layout_editor_absoluteX = 2130968916;
+			public const int layout_constraintVertical_weight = 2130968916;
 			
 			// aapt resource value: 0x7F040155
-			public const int layout_editor_absoluteY = 2130968917;
+			public const int layout_constraintWidth_default = 2130968917;
 			
 			// aapt resource value: 0x7F040156
-			public const int layout_goneMarginBottom = 2130968918;
+			public const int layout_constraintWidth_max = 2130968918;
 			
 			// aapt resource value: 0x7F040157
-			public const int layout_goneMarginEnd = 2130968919;
+			public const int layout_constraintWidth_min = 2130968919;
 			
 			// aapt resource value: 0x7F040158
-			public const int layout_goneMarginLeft = 2130968920;
+			public const int layout_constraintWidth_percent = 2130968920;
 			
 			// aapt resource value: 0x7F040159
-			public const int layout_goneMarginRight = 2130968921;
+			public const int layout_dodgeInsetEdges = 2130968921;
 			
 			// aapt resource value: 0x7F04015A
-			public const int layout_goneMarginStart = 2130968922;
+			public const int layout_editor_absoluteX = 2130968922;
 			
 			// aapt resource value: 0x7F04015B
-			public const int layout_goneMarginTop = 2130968923;
+			public const int layout_editor_absoluteY = 2130968923;
 			
 			// aapt resource value: 0x7F04015C
-			public const int layout_insetEdge = 2130968924;
+			public const int layout_goneMarginBottom = 2130968924;
 			
 			// aapt resource value: 0x7F04015D
-			public const int layout_keyline = 2130968925;
+			public const int layout_goneMarginEnd = 2130968925;
 			
 			// aapt resource value: 0x7F04015E
-			public const int layout_optimizationLevel = 2130968926;
+			public const int layout_goneMarginLeft = 2130968926;
 			
 			// aapt resource value: 0x7F04015F
-			public const int layout_scrollFlags = 2130968927;
+			public const int layout_goneMarginRight = 2130968927;
 			
 			// aapt resource value: 0x7F040160
-			public const int layout_scrollInterpolator = 2130968928;
+			public const int layout_goneMarginStart = 2130968928;
 			
 			// aapt resource value: 0x7F040161
-			public const int layout_srlBackgroundColor = 2130968929;
+			public const int layout_goneMarginTop = 2130968929;
 			
 			// aapt resource value: 0x7F040162
-			public const int layout_srlSpinnerStyle = 2130968930;
+			public const int layout_insetEdge = 2130968930;
 			
 			// aapt resource value: 0x7F040163
-			public const int leftIcon = 2130968931;
+			public const int layout_keyline = 2130968931;
 			
 			// aapt resource value: 0x7F040164
-			public const int leftViewId = 2130968932;
+			public const int layout_optimizationLevel = 2130968932;
 			
 			// aapt resource value: 0x7F040165
-			public const int left_selector = 2130968933;
+			public const int layout_scrollFlags = 2130968933;
 			
 			// aapt resource value: 0x7F040166
-			public const int left_selector_visible = 2130968934;
+			public const int layout_scrollInterpolator = 2130968934;
 			
 			// aapt resource value: 0x7F040167
-			public const int listChoiceBackgroundIndicator = 2130968935;
+			public const int layout_srlBackgroundColor = 2130968935;
 			
 			// aapt resource value: 0x7F040168
-			public const int listDividerAlertDialog = 2130968936;
+			public const int layout_srlSpinnerStyle = 2130968936;
 			
 			// aapt resource value: 0x7F040169
-			public const int listItemLayout = 2130968937;
+			public const int leftIcon = 2130968937;
 			
 			// aapt resource value: 0x7F04016A
-			public const int listLayout = 2130968938;
+			public const int leftViewId = 2130968938;
 			
 			// aapt resource value: 0x7F04016B
-			public const int listMenuViewStyle = 2130968939;
+			public const int left_layout_padding_left = 2130968939;
 			
 			// aapt resource value: 0x7F04016C
-			public const int listPopupWindowStyle = 2130968940;
+			public const int left_selector = 2130968940;
 			
 			// aapt resource value: 0x7F04016D
-			public const int listPreferredItemHeight = 2130968941;
+			public const int left_selector_visible = 2130968941;
 			
 			// aapt resource value: 0x7F04016E
-			public const int listPreferredItemHeightLarge = 2130968942;
+			public const int listChoiceBackgroundIndicator = 2130968942;
 			
 			// aapt resource value: 0x7F04016F
-			public const int listPreferredItemHeightSmall = 2130968943;
+			public const int listDividerAlertDialog = 2130968943;
 			
 			// aapt resource value: 0x7F040170
-			public const int listPreferredItemPaddingLeft = 2130968944;
+			public const int listItemLayout = 2130968944;
 			
 			// aapt resource value: 0x7F040171
-			public const int listPreferredItemPaddingRight = 2130968945;
+			public const int listLayout = 2130968945;
 			
 			// aapt resource value: 0x7F040172
-			public const int liveplay_angle_style = 2130968946;
+			public const int listMenuViewStyle = 2130968946;
 			
 			// aapt resource value: 0x7F040173
-			public const int logo = 2130968947;
+			public const int listPopupWindowStyle = 2130968947;
 			
 			// aapt resource value: 0x7F040174
-			public const int logoDescription = 2130968948;
+			public const int listPreferredItemHeight = 2130968948;
 			
 			// aapt resource value: 0x7F040175
-			public const int mainColor = 2130968949;
+			public const int listPreferredItemHeightLarge = 2130968949;
 			
 			// aapt resource value: 0x7F040176
-			public const int maxActionInlineWidth = 2130968950;
+			public const int listPreferredItemHeightSmall = 2130968950;
 			
 			// aapt resource value: 0x7F040177
-			public const int maxButtonHeight = 2130968951;
+			public const int listPreferredItemPaddingLeft = 2130968951;
 			
 			// aapt resource value: 0x7F040178
-			public const int maxHeight = 2130968952;
+			public const int listPreferredItemPaddingRight = 2130968952;
 			
 			// aapt resource value: 0x7F040179
-			public const int maxWidth = 2130968953;
+			public const int liveplay_angle_style = 2130968953;
 			
 			// aapt resource value: 0x7F04017A
-			public const int max_time = 2130968954;
+			public const int logo = 2130968954;
 			
 			// aapt resource value: 0x7F04017B
-			public const int measureWithLargestChild = 2130968955;
+			public const int logoDescription = 2130968955;
 			
 			// aapt resource value: 0x7F04017C
-			public const int menu = 2130968956;
+			public const int mainColor = 2130968956;
 			
 			// aapt resource value: 0x7F04017D
-			public const int minHeight = 2130968957;
+			public const int maxActionInlineWidth = 2130968957;
 			
 			// aapt resource value: 0x7F04017E
-			public const int minWidth = 2130968958;
+			public const int maxButtonHeight = 2130968958;
 			
 			// aapt resource value: 0x7F04017F
-			public const int ml_border_color = 2130968959;
+			public const int maxHeight = 2130968959;
 			
 			// aapt resource value: 0x7F040180
-			public const int ml_border_width = 2130968960;
+			public const int maxWidth = 2130968960;
 			
 			// aapt resource value: 0x7F040181
-			public const int ml_press_alpha = 2130968961;
+			public const int max_time = 2130968961;
 			
 			// aapt resource value: 0x7F040182
-			public const int ml_press_color = 2130968962;
+			public const int measureWithLargestChild = 2130968962;
 			
 			// aapt resource value: 0x7F040183
-			public const int ml_radius = 2130968963;
+			public const int menu = 2130968963;
 			
 			// aapt resource value: 0x7F040184
-			public const int ml_shape_type = 2130968964;
+			public const int minHeight = 2130968964;
 			
 			// aapt resource value: 0x7F040185
-			public const int modeOfDay = 2130968965;
+			public const int minWidth = 2130968965;
 			
 			// aapt resource value: 0x7F040186
-			public const int multiChoiceItemLayout = 2130968966;
+			public const int ml_border_color = 2130968966;
 			
 			// aapt resource value: 0x7F040187
-			public const int navigationContentDescription = 2130968967;
+			public const int ml_border_width = 2130968967;
 			
 			// aapt resource value: 0x7F040188
-			public const int navigationIcon = 2130968968;
+			public const int ml_press_alpha = 2130968968;
 			
 			// aapt resource value: 0x7F040189
-			public const int navigationMode = 2130968969;
+			public const int ml_press_color = 2130968969;
 			
 			// aapt resource value: 0x7F04018A
-			public const int numericModifiers = 2130968970;
+			public const int ml_radius = 2130968970;
 			
 			// aapt resource value: 0x7F04018B
-			public const int outlineColor = 2130968971;
+			public const int ml_shape_type = 2130968971;
 			
 			// aapt resource value: 0x7F04018C
-			public const int outlineEnabled = 2130968972;
+			public const int modeOfDay = 2130968972;
 			
 			// aapt resource value: 0x7F04018D
-			public const int overlapAnchor = 2130968973;
+			public const int multiChoiceItemLayout = 2130968973;
 			
 			// aapt resource value: 0x7F04018E
-			public const int paddingBottomNoButtons = 2130968974;
+			public const int navigationContentDescription = 2130968974;
 			
 			// aapt resource value: 0x7F04018F
-			public const int paddingEnd = 2130968975;
+			public const int navigationIcon = 2130968975;
 			
 			// aapt resource value: 0x7F040190
-			public const int paddingStart = 2130968976;
+			public const int navigationMode = 2130968976;
 			
 			// aapt resource value: 0x7F040191
-			public const int paddingTopNoTitle = 2130968977;
+			public const int numericModifiers = 2130968977;
 			
 			// aapt resource value: 0x7F040192
-			public const int panelBackground = 2130968978;
+			public const int outlineColor = 2130968978;
 			
 			// aapt resource value: 0x7F040193
-			public const int panelMenuListTheme = 2130968979;
+			public const int outlineEnabled = 2130968979;
 			
 			// aapt resource value: 0x7F040194
-			public const int panelMenuListWidth = 2130968980;
+			public const int overlapAnchor = 2130968980;
 			
 			// aapt resource value: 0x7F040195
-			public const int passwordToggleContentDescription = 2130968981;
+			public const int paddingBottomNoButtons = 2130968981;
 			
 			// aapt resource value: 0x7F040196
-			public const int passwordToggleDrawable = 2130968982;
+			public const int paddingEnd = 2130968982;
 			
 			// aapt resource value: 0x7F040197
-			public const int passwordToggleEnabled = 2130968983;
+			public const int paddingStart = 2130968983;
 			
 			// aapt resource value: 0x7F040198
-			public const int passwordToggleTint = 2130968984;
+			public const int paddingTopNoTitle = 2130968984;
 			
 			// aapt resource value: 0x7F040199
-			public const int passwordToggleTintMode = 2130968985;
+			public const int panelBackground = 2130968985;
 			
 			// aapt resource value: 0x7F04019A
-			public const int popupMenuStyle = 2130968986;
+			public const int panelMenuListTheme = 2130968986;
 			
 			// aapt resource value: 0x7F04019B
-			public const int popupTheme = 2130968987;
+			public const int panelMenuListWidth = 2130968987;
 			
 			// aapt resource value: 0x7F04019C
-			public const int popupWindowStyle = 2130968988;
+			public const int passwordToggleContentDescription = 2130968988;
 			
 			// aapt resource value: 0x7F04019D
-			public const int preserveIconSpacing = 2130968989;
+			public const int passwordToggleDrawable = 2130968989;
 			
 			// aapt resource value: 0x7F04019E
-			public const int pressedTranslationZ = 2130968990;
+			public const int passwordToggleEnabled = 2130968990;
 			
 			// aapt resource value: 0x7F04019F
-			public const int progressBarPadding = 2130968991;
+			public const int passwordToggleTint = 2130968991;
 			
 			// aapt resource value: 0x7F0401A0
-			public const int progressBarStyle = 2130968992;
+			public const int passwordToggleTintMode = 2130968992;
 			
 			// aapt resource value: 0x7F0401A1
-			public const int progressTextColor = 2130968993;
+			public const int popupMenuStyle = 2130968993;
 			
 			// aapt resource value: 0x7F0401A2
-			public const int progressTextSize = 2130968994;
+			public const int popupTheme = 2130968994;
 			
 			// aapt resource value: 0x7F0401A3
-			public const int ptrAdapterViewBackground = 2130968995;
+			public const int popupWindowStyle = 2130968995;
 			
 			// aapt resource value: 0x7F0401A4
-			public const int ptrAnimationStyle = 2130968996;
+			public const int preserveIconSpacing = 2130968996;
 			
 			// aapt resource value: 0x7F0401A5
-			public const int ptrDrawable = 2130968997;
+			public const int pressedTranslationZ = 2130968997;
 			
 			// aapt resource value: 0x7F0401A6
-			public const int ptrDrawableBottom = 2130968998;
+			public const int progressBarPadding = 2130968998;
 			
 			// aapt resource value: 0x7F0401A7
-			public const int ptrDrawableEnd = 2130968999;
+			public const int progressBarStyle = 2130968999;
 			
 			// aapt resource value: 0x7F0401A8
-			public const int ptrDrawableIng = 2130969000;
+			public const int progressTextColor = 2130969000;
 			
 			// aapt resource value: 0x7F0401A9
-			public const int ptrDrawableStart = 2130969001;
+			public const int progressTextSize = 2130969001;
 			
 			// aapt resource value: 0x7F0401AA
-			public const int ptrDrawableTop = 2130969002;
+			public const int ptrAdapterViewBackground = 2130969002;
 			
 			// aapt resource value: 0x7F0401AB
-			public const int ptrHeaderBackground = 2130969003;
+			public const int ptrAnimationStyle = 2130969003;
 			
 			// aapt resource value: 0x7F0401AC
-			public const int ptrHeaderSubTextColor = 2130969004;
+			public const int ptrDrawable = 2130969004;
 			
 			// aapt resource value: 0x7F0401AD
-			public const int ptrHeaderTextAppearance = 2130969005;
+			public const int ptrDrawableBottom = 2130969005;
 			
 			// aapt resource value: 0x7F0401AE
-			public const int ptrHeaderTextColor = 2130969006;
+			public const int ptrDrawableEnd = 2130969006;
 			
 			// aapt resource value: 0x7F0401AF
-			public const int ptrListViewExtrasEnabled = 2130969007;
+			public const int ptrDrawableIng = 2130969007;
 			
 			// aapt resource value: 0x7F0401B0
-			public const int ptrMode = 2130969008;
+			public const int ptrDrawableStart = 2130969008;
 			
 			// aapt resource value: 0x7F0401B1
-			public const int ptrOverScroll = 2130969009;
+			public const int ptrDrawableTop = 2130969009;
 			
 			// aapt resource value: 0x7F0401B2
-			public const int ptrRefreshableViewBackground = 2130969010;
+			public const int ptrHeaderBackground = 2130969010;
 			
 			// aapt resource value: 0x7F0401B3
-			public const int ptrRotateDrawableWhilePulling = 2130969011;
+			public const int ptrHeaderSubTextColor = 2130969011;
 			
 			// aapt resource value: 0x7F0401B4
-			public const int ptrScrollingWhileRefreshingEnabled = 2130969012;
+			public const int ptrHeaderTextAppearance = 2130969012;
 			
 			// aapt resource value: 0x7F0401B5
-			public const int ptrShowIndicator = 2130969013;
+			public const int ptrHeaderTextColor = 2130969013;
 			
 			// aapt resource value: 0x7F0401B6
-			public const int ptrSubHeaderTextAppearance = 2130969014;
+			public const int ptrListViewExtrasEnabled = 2130969014;
 			
 			// aapt resource value: 0x7F0401B7
-			public const int queryBackground = 2130969015;
+			public const int ptrMode = 2130969015;
 			
 			// aapt resource value: 0x7F0401B8
-			public const int queryHint = 2130969016;
+			public const int ptrOverScroll = 2130969016;
 			
 			// aapt resource value: 0x7F0401B9
-			public const int radioButtonStyle = 2130969017;
+			public const int ptrRefreshableViewBackground = 2130969017;
 			
 			// aapt resource value: 0x7F0401BA
-			public const int radius = 2130969018;
+			public const int ptrRotateDrawableWhilePulling = 2130969018;
 			
 			// aapt resource value: 0x7F0401BB
-			public const int ratingBarStyle = 2130969019;
+			public const int ptrScrollingWhileRefreshingEnabled = 2130969019;
 			
 			// aapt resource value: 0x7F0401BC
-			public const int ratingBarStyleIndicator = 2130969020;
+			public const int ptrShowIndicator = 2130969020;
 			
 			// aapt resource value: 0x7F0401BD
-			public const int ratingBarStyleSmall = 2130969021;
+			public const int ptrSubHeaderTextAppearance = 2130969021;
 			
 			// aapt resource value: 0x7F0401BE
-			public const int ratio = 2130969022;
+			public const int queryBackground = 2130969022;
 			
 			// aapt resource value: 0x7F0401BF
-			public const int reverseLayout = 2130969023;
+			public const int queryHint = 2130969023;
 			
 			// aapt resource value: 0x7F0401C0
-			public const int rightIcon = 2130969024;
+			public const int radioButtonStyle = 2130969024;
 			
 			// aapt resource value: 0x7F0401C1
-			public const int rightViewId = 2130969025;
+			public const int radius = 2130969025;
 			
 			// aapt resource value: 0x7F0401C2
-			public const int right_selector = 2130969026;
+			public const int ratingBarStyle = 2130969026;
 			
 			// aapt resource value: 0x7F0401C3
-			public const int right_selector_visible = 2130969027;
-			
-			// aapt resource value: 0x7F0401C6
-			public const int ringbgColor = 2130969030;
+			public const int ratingBarStyleIndicator = 2130969027;
 			
 			// aapt resource value: 0x7F0401C4
-			public const int ringColor = 2130969028;
+			public const int ratingBarStyleSmall = 2130969028;
 			
 			// aapt resource value: 0x7F0401C5
-			public const int ringWidth = 2130969029;
+			public const int ratio = 2130969029;
+			
+			// aapt resource value: 0x7F0401C6
+			public const int reverseLayout = 2130969030;
 			
 			// aapt resource value: 0x7F0401C7
-			public const int rippleColor = 2130969031;
+			public const int rightIcon = 2130969031;
 			
 			// aapt resource value: 0x7F0401C8
-			public const int scale_text_color = 2130969032;
+			public const int rightViewId = 2130969032;
 			
 			// aapt resource value: 0x7F0401C9
-			public const int scale_text_size = 2130969033;
+			public const int right_layout_padding_right = 2130969033;
 			
 			// aapt resource value: 0x7F0401CA
-			public const int scrimAnimationDuration = 2130969034;
+			public const int right_selector = 2130969034;
 			
 			// aapt resource value: 0x7F0401CB
-			public const int scrimVisibleHeightTrigger = 2130969035;
-			
-			// aapt resource value: 0x7F0401CC
-			public const int searchHintIcon = 2130969036;
-			
-			// aapt resource value: 0x7F0401CD
-			public const int searchIcon = 2130969037;
+			public const int right_selector_visible = 2130969035;
 			
 			// aapt resource value: 0x7F0401CE
-			public const int searchViewStyle = 2130969038;
+			public const int ringbgColor = 2130969038;
+			
+			// aapt resource value: 0x7F0401CC
+			public const int ringColor = 2130969036;
+			
+			// aapt resource value: 0x7F0401CD
+			public const int ringWidth = 2130969037;
 			
 			// aapt resource value: 0x7F0401CF
-			public const int second_curtain_bar_color = 2130969039;
+			public const int rippleColor = 2130969039;
 			
 			// aapt resource value: 0x7F0401D0
-			public const int second_text = 2130969040;
+			public const int scale_text_color = 2130969040;
 			
 			// aapt resource value: 0x7F0401D1
-			public const int second_text_color = 2130969041;
+			public const int scale_text_size = 2130969041;
 			
 			// aapt resource value: 0x7F0401D2
-			public const int second_text_size = 2130969042;
+			public const int scrimAnimationDuration = 2130969042;
 			
 			// aapt resource value: 0x7F0401D3
-			public const int second_wave_color = 2130969043;
+			public const int scrimVisibleHeightTrigger = 2130969043;
 			
 			// aapt resource value: 0x7F0401D4
-			public const int seekBarStyle = 2130969044;
+			public const int searchHintIcon = 2130969044;
 			
 			// aapt resource value: 0x7F0401D5
-			public const int selectableItemBackground = 2130969045;
+			public const int searchIcon = 2130969045;
 			
 			// aapt resource value: 0x7F0401D6
-			public const int selectableItemBackgroundBorderless = 2130969046;
+			public const int searchViewStyle = 2130969046;
 			
 			// aapt resource value: 0x7F0401D7
-			public const int selectedBorderColor = 2130969047;
+			public const int second_curtain_bar_color = 2130969047;
 			
 			// aapt resource value: 0x7F0401D8
-			public const int selectedDayRadius = 2130969048;
+			public const int second_text = 2130969048;
 			
 			// aapt resource value: 0x7F0401D9
-			public const int selectedTextColor = 2130969049;
+			public const int second_text_color = 2130969049;
 			
 			// aapt resource value: 0x7F0401DA
-			public const int selectedTextSize = 2130969050;
+			public const int second_text_size = 2130969050;
 			
 			// aapt resource value: 0x7F0401DB
-			public const int selectionDivider = 2130969051;
+			public const int second_wave_color = 2130969051;
 			
 			// aapt resource value: 0x7F0401DC
-			public const int selectionDividerActiveAlpha = 2130969052;
+			public const int seekBarStyle = 2130969052;
 			
 			// aapt resource value: 0x7F0401DD
-			public const int selectionDividerDimmedAlpha = 2130969053;
+			public const int selectableItemBackground = 2130969053;
 			
 			// aapt resource value: 0x7F0401DE
-			public const int selectionDividerHeight = 2130969054;
+			public const int selectableItemBackgroundBorderless = 2130969054;
 			
 			// aapt resource value: 0x7F0401DF
-			public const int selectionDividerWidth = 2130969055;
+			public const int selectedBorderColor = 2130969055;
 			
 			// aapt resource value: 0x7F0401E0
-			public const int shape_type = 2130969056;
+			public const int selectedDayRadius = 2130969056;
 			
 			// aapt resource value: 0x7F0401E1
-			public const int showAsAction = 2130969057;
+			public const int selectedTextColor = 2130969057;
 			
 			// aapt resource value: 0x7F0401E2
-			public const int showDividers = 2130969058;
+			public const int selectedTextSize = 2130969058;
 			
 			// aapt resource value: 0x7F0401E3
-			public const int showText = 2130969059;
+			public const int selectionDivider = 2130969059;
 			
 			// aapt resource value: 0x7F0401E4
-			public const int showTitle = 2130969060;
+			public const int selectionDividerActiveAlpha = 2130969060;
 			
 			// aapt resource value: 0x7F0401E5
-			public const int show_mode = 2130969061;
+			public const int selectionDividerDimmedAlpha = 2130969061;
 			
 			// aapt resource value: 0x7F0401E6
-			public const int singleChoiceItemLayout = 2130969062;
+			public const int selectionDividerHeight = 2130969062;
 			
 			// aapt resource value: 0x7F0401E7
-			public const int spanCount = 2130969063;
+			public const int selectionDividerWidth = 2130969063;
 			
 			// aapt resource value: 0x7F0401E8
-			public const int spinBars = 2130969064;
+			public const int shape_type = 2130969064;
 			
 			// aapt resource value: 0x7F0401E9
-			public const int spinnerDropDownItemStyle = 2130969065;
+			public const int showAsAction = 2130969065;
 			
 			// aapt resource value: 0x7F0401EA
-			public const int spinnerStyle = 2130969066;
+			public const int showDividers = 2130969066;
 			
 			// aapt resource value: 0x7F0401EB
-			public const int splitTrack = 2130969067;
+			public const int showText = 2130969067;
 			
 			// aapt resource value: 0x7F0401EC
-			public const int srcCompat = 2130969068;
+			public const int showTitle = 2130969068;
 			
 			// aapt resource value: 0x7F0401ED
-			public const int srlAccentColor = 2130969069;
+			public const int show_back_iv = 2130969069;
 			
 			// aapt resource value: 0x7F0401EE
-			public const int srlAnimatingColor = 2130969070;
+			public const int show_mode = 2130969070;
 			
 			// aapt resource value: 0x7F0401EF
-			public const int srlClassicsSpinnerStyle = 2130969071;
+			public const int singleChoiceItemLayout = 2130969071;
 			
 			// aapt resource value: 0x7F0401F0
-			public const int srlDisableContentWhenLoading = 2130969072;
+			public const int spanCount = 2130969072;
 			
 			// aapt resource value: 0x7F0401F1
-			public const int srlDisableContentWhenRefresh = 2130969073;
+			public const int spinBars = 2130969073;
 			
 			// aapt resource value: 0x7F0401F2
-			public const int srlDragRate = 2130969074;
+			public const int spinnerDropDownItemStyle = 2130969074;
 			
 			// aapt resource value: 0x7F0401F3
-			public const int srlDrawableArrow = 2130969075;
+			public const int spinnerStyle = 2130969075;
 			
 			// aapt resource value: 0x7F0401F4
-			public const int srlDrawableArrowSize = 2130969076;
+			public const int splitTrack = 2130969076;
 			
 			// aapt resource value: 0x7F0401F5
-			public const int srlDrawableMarginRight = 2130969077;
+			public const int srcCompat = 2130969077;
 			
 			// aapt resource value: 0x7F0401F6
-			public const int srlDrawableProgress = 2130969078;
+			public const int srlAccentColor = 2130969078;
 			
 			// aapt resource value: 0x7F0401F7
-			public const int srlDrawableProgressSize = 2130969079;
+			public const int srlAnimatingColor = 2130969079;
 			
 			// aapt resource value: 0x7F0401F8
-			public const int srlDrawableSize = 2130969080;
+			public const int srlClassicsSpinnerStyle = 2130969080;
 			
 			// aapt resource value: 0x7F0401F9
-			public const int srlEnableAutoLoadMore = 2130969081;
+			public const int srlDisableContentWhenLoading = 2130969081;
 			
 			// aapt resource value: 0x7F0401FA
-			public const int srlEnableClipFooterWhenFixedBehind = 2130969082;
+			public const int srlDisableContentWhenRefresh = 2130969082;
 			
 			// aapt resource value: 0x7F0401FB
-			public const int srlEnableClipHeaderWhenFixedBehind = 2130969083;
+			public const int srlDragRate = 2130969083;
 			
 			// aapt resource value: 0x7F0401FC
-			public const int srlEnableFooterFollowWhenLoadFinished = 2130969084;
+			public const int srlDrawableArrow = 2130969084;
 			
 			// aapt resource value: 0x7F0401FD
-			public const int srlEnableFooterFollowWhenNoMoreData = 2130969085;
+			public const int srlDrawableArrowSize = 2130969085;
 			
 			// aapt resource value: 0x7F0401FE
-			public const int srlEnableFooterTranslationContent = 2130969086;
+			public const int srlDrawableMarginRight = 2130969086;
 			
 			// aapt resource value: 0x7F0401FF
-			public const int srlEnableHeaderTranslationContent = 2130969087;
+			public const int srlDrawableProgress = 2130969087;
 			
 			// aapt resource value: 0x7F040200
-			public const int srlEnableHorizontalDrag = 2130969088;
+			public const int srlDrawableProgressSize = 2130969088;
 			
 			// aapt resource value: 0x7F040201
-			public const int srlEnableLastTime = 2130969089;
+			public const int srlDrawableSize = 2130969089;
 			
 			// aapt resource value: 0x7F040202
-			public const int srlEnableLoadMore = 2130969090;
+			public const int srlEnableAutoLoadMore = 2130969090;
 			
 			// aapt resource value: 0x7F040203
-			public const int srlEnableLoadMoreWhenContentNotFull = 2130969091;
+			public const int srlEnableClipFooterWhenFixedBehind = 2130969091;
 			
 			// aapt resource value: 0x7F040204
-			public const int srlEnableNestedScrolling = 2130969092;
+			public const int srlEnableClipHeaderWhenFixedBehind = 2130969092;
 			
 			// aapt resource value: 0x7F040205
-			public const int srlEnableOverScrollBounce = 2130969093;
+			public const int srlEnableFooterFollowWhenLoadFinished = 2130969093;
 			
 			// aapt resource value: 0x7F040206
-			public const int srlEnableOverScrollDrag = 2130969094;
+			public const int srlEnableFooterFollowWhenNoMoreData = 2130969094;
 			
 			// aapt resource value: 0x7F040207
-			public const int srlEnablePreviewInEditMode = 2130969095;
+			public const int srlEnableFooterTranslationContent = 2130969095;
 			
 			// aapt resource value: 0x7F040208
-			public const int srlEnablePullToCloseTwoLevel = 2130969096;
+			public const int srlEnableHeaderTranslationContent = 2130969096;
 			
 			// aapt resource value: 0x7F040209
-			public const int srlEnablePureScrollMode = 2130969097;
+			public const int srlEnableHorizontalDrag = 2130969097;
 			
 			// aapt resource value: 0x7F04020A
-			public const int srlEnableRefresh = 2130969098;
+			public const int srlEnableLastTime = 2130969098;
 			
 			// aapt resource value: 0x7F04020B
-			public const int srlEnableScrollContentWhenLoaded = 2130969099;
+			public const int srlEnableLoadMore = 2130969099;
 			
 			// aapt resource value: 0x7F04020C
-			public const int srlEnableScrollContentWhenRefreshed = 2130969100;
+			public const int srlEnableLoadMoreWhenContentNotFull = 2130969100;
 			
 			// aapt resource value: 0x7F04020D
-			public const int srlEnableTwoLevel = 2130969101;
+			public const int srlEnableNestedScrolling = 2130969101;
 			
 			// aapt resource value: 0x7F04020E
-			public const int srlFinishDuration = 2130969102;
+			public const int srlEnableOverScrollBounce = 2130969102;
 			
 			// aapt resource value: 0x7F04020F
-			public const int srlFixedFooterViewId = 2130969103;
+			public const int srlEnableOverScrollDrag = 2130969103;
 			
 			// aapt resource value: 0x7F040210
-			public const int srlFixedHeaderViewId = 2130969104;
+			public const int srlEnablePreviewInEditMode = 2130969104;
 			
 			// aapt resource value: 0x7F040211
-			public const int srlFloorDuration = 2130969105;
+			public const int srlEnablePullToCloseTwoLevel = 2130969105;
 			
 			// aapt resource value: 0x7F040212
-			public const int srlFloorRage = 2130969106;
+			public const int srlEnablePureScrollMode = 2130969106;
 			
 			// aapt resource value: 0x7F040213
-			public const int srlFooterHeight = 2130969107;
+			public const int srlEnableRefresh = 2130969107;
 			
 			// aapt resource value: 0x7F040214
-			public const int srlFooterInsetStart = 2130969108;
+			public const int srlEnableScrollContentWhenLoaded = 2130969108;
 			
 			// aapt resource value: 0x7F040215
-			public const int srlFooterMaxDragRate = 2130969109;
+			public const int srlEnableScrollContentWhenRefreshed = 2130969109;
 			
 			// aapt resource value: 0x7F040216
-			public const int srlFooterTranslationViewId = 2130969110;
+			public const int srlEnableTwoLevel = 2130969110;
 			
 			// aapt resource value: 0x7F040217
-			public const int srlFooterTriggerRate = 2130969111;
+			public const int srlFinishDuration = 2130969111;
 			
 			// aapt resource value: 0x7F040218
-			public const int srlHeaderHeight = 2130969112;
+			public const int srlFixedFooterViewId = 2130969112;
 			
 			// aapt resource value: 0x7F040219
-			public const int srlHeaderInsetStart = 2130969113;
+			public const int srlFixedHeaderViewId = 2130969113;
 			
 			// aapt resource value: 0x7F04021A
-			public const int srlHeaderMaxDragRate = 2130969114;
+			public const int srlFloorDuration = 2130969114;
 			
 			// aapt resource value: 0x7F04021B
-			public const int srlHeaderTranslationViewId = 2130969115;
+			public const int srlFloorRage = 2130969115;
 			
 			// aapt resource value: 0x7F04021C
-			public const int srlHeaderTriggerRate = 2130969116;
+			public const int srlFooterHeight = 2130969116;
 			
 			// aapt resource value: 0x7F04021D
-			public const int srlMaxRage = 2130969117;
+			public const int srlFooterInsetStart = 2130969117;
 			
 			// aapt resource value: 0x7F04021E
-			public const int srlNormalColor = 2130969118;
+			public const int srlFooterMaxDragRate = 2130969118;
 			
 			// aapt resource value: 0x7F04021F
-			public const int srlPrimaryColor = 2130969119;
+			public const int srlFooterTranslationViewId = 2130969119;
 			
 			// aapt resource value: 0x7F040220
-			public const int srlReboundDuration = 2130969120;
+			public const int srlFooterTriggerRate = 2130969120;
 			
 			// aapt resource value: 0x7F040221
-			public const int srlRefreshRage = 2130969121;
+			public const int srlHeaderHeight = 2130969121;
 			
 			// aapt resource value: 0x7F040222
-			public const int srlTextFailed = 2130969122;
+			public const int srlHeaderInsetStart = 2130969122;
 			
 			// aapt resource value: 0x7F040223
-			public const int srlTextFinish = 2130969123;
+			public const int srlHeaderMaxDragRate = 2130969123;
 			
 			// aapt resource value: 0x7F040224
-			public const int srlTextLoading = 2130969124;
+			public const int srlHeaderTranslationViewId = 2130969124;
 			
 			// aapt resource value: 0x7F040225
-			public const int srlTextNothing = 2130969125;
+			public const int srlHeaderTriggerRate = 2130969125;
 			
 			// aapt resource value: 0x7F040226
-			public const int srlTextPulling = 2130969126;
+			public const int srlMaxRage = 2130969126;
 			
 			// aapt resource value: 0x7F040227
-			public const int srlTextRefreshing = 2130969127;
+			public const int srlNormalColor = 2130969127;
 			
 			// aapt resource value: 0x7F040228
-			public const int srlTextRelease = 2130969128;
+			public const int srlPrimaryColor = 2130969128;
 			
 			// aapt resource value: 0x7F040229
-			public const int srlTextSecondary = 2130969129;
+			public const int srlReboundDuration = 2130969129;
 			
 			// aapt resource value: 0x7F04022A
-			public const int srlTextSizeTime = 2130969130;
+			public const int srlRefreshRage = 2130969130;
 			
 			// aapt resource value: 0x7F04022B
-			public const int srlTextSizeTitle = 2130969131;
+			public const int srlTextFailed = 2130969131;
 			
 			// aapt resource value: 0x7F04022C
-			public const int srlTextTimeMarginTop = 2130969132;
+			public const int srlTextFinish = 2130969132;
 			
 			// aapt resource value: 0x7F04022D
-			public const int srlTextUpdate = 2130969133;
+			public const int srlTextLoading = 2130969133;
 			
 			// aapt resource value: 0x7F04022E
-			public const int stackFromEnd = 2130969134;
+			public const int srlTextNothing = 2130969134;
 			
 			// aapt resource value: 0x7F04022F
-			public const int state_above_anchor = 2130969135;
+			public const int srlTextPulling = 2130969135;
 			
 			// aapt resource value: 0x7F040230
-			public const int state_collapsed = 2130969136;
+			public const int srlTextRefreshing = 2130969136;
 			
 			// aapt resource value: 0x7F040231
-			public const int state_collapsible = 2130969137;
+			public const int srlTextRelease = 2130969137;
 			
 			// aapt resource value: 0x7F040232
-			public const int statusBarBackground = 2130969138;
+			public const int srlTextSecondary = 2130969138;
 			
 			// aapt resource value: 0x7F040233
-			public const int statusBarScrim = 2130969139;
+			public const int srlTextSizeTime = 2130969139;
 			
 			// aapt resource value: 0x7F040234
-			public const int subMenuArrow = 2130969140;
+			public const int srlTextSizeTitle = 2130969140;
 			
 			// aapt resource value: 0x7F040235
-			public const int submitBackground = 2130969141;
+			public const int srlTextTimeMarginTop = 2130969141;
 			
 			// aapt resource value: 0x7F040236
-			public const int subtitle = 2130969142;
+			public const int srlTextUpdate = 2130969142;
 			
 			// aapt resource value: 0x7F040237
-			public const int subtitleTextAppearance = 2130969143;
+			public const int stackFromEnd = 2130969143;
 			
 			// aapt resource value: 0x7F040238
-			public const int subtitleTextColor = 2130969144;
+			public const int state_above_anchor = 2130969144;
 			
 			// aapt resource value: 0x7F040239
-			public const int subtitleTextStyle = 2130969145;
+			public const int state_collapsed = 2130969145;
 			
 			// aapt resource value: 0x7F04023A
-			public const int suggestionRowLayout = 2130969146;
+			public const int state_collapsible = 2130969146;
 			
 			// aapt resource value: 0x7F04023B
-			public const int switchMinWidth = 2130969147;
+			public const int statusBarBackground = 2130969147;
 			
 			// aapt resource value: 0x7F04023C
-			public const int switchPadding = 2130969148;
+			public const int statusBarScrim = 2130969148;
 			
 			// aapt resource value: 0x7F04023D
-			public const int switchStyle = 2130969149;
+			public const int status_bar_color = 2130969149;
 			
 			// aapt resource value: 0x7F04023E
-			public const int switchTextAppearance = 2130969150;
+			public const int status_bar_height = 2130969150;
 			
 			// aapt resource value: 0x7F04023F
-			public const int tabBackground = 2130969151;
+			public const int subMenuArrow = 2130969151;
 			
 			// aapt resource value: 0x7F040240
-			public const int tabContentStart = 2130969152;
+			public const int submitBackground = 2130969152;
 			
 			// aapt resource value: 0x7F040241
-			public const int tabGravity = 2130969153;
+			public const int subtitle = 2130969153;
 			
 			// aapt resource value: 0x7F040242
-			public const int tabIndicatorColor = 2130969154;
+			public const int subtitleTextAppearance = 2130969154;
 			
 			// aapt resource value: 0x7F040243
-			public const int tabIndicatorHeight = 2130969155;
+			public const int subtitleTextColor = 2130969155;
 			
 			// aapt resource value: 0x7F040244
-			public const int tabMaxWidth = 2130969156;
+			public const int subtitleTextStyle = 2130969156;
 			
 			// aapt resource value: 0x7F040245
-			public const int tabMinWidth = 2130969157;
+			public const int suggestionRowLayout = 2130969157;
 			
 			// aapt resource value: 0x7F040246
-			public const int tabMode = 2130969158;
+			public const int switchMinWidth = 2130969158;
 			
 			// aapt resource value: 0x7F040247
-			public const int tabPadding = 2130969159;
+			public const int switchPadding = 2130969159;
 			
 			// aapt resource value: 0x7F040248
-			public const int tabPaddingBottom = 2130969160;
+			public const int switchStyle = 2130969160;
 			
 			// aapt resource value: 0x7F040249
-			public const int tabPaddingEnd = 2130969161;
+			public const int switchTextAppearance = 2130969161;
 			
 			// aapt resource value: 0x7F04024A
-			public const int tabPaddingStart = 2130969162;
+			public const int tabBackground = 2130969162;
 			
 			// aapt resource value: 0x7F04024B
-			public const int tabPaddingTop = 2130969163;
+			public const int tabContentStart = 2130969163;
 			
 			// aapt resource value: 0x7F04024C
-			public const int tabSelectedTextColor = 2130969164;
+			public const int tabGravity = 2130969164;
 			
 			// aapt resource value: 0x7F04024D
-			public const int tabTextAppearance = 2130969165;
+			public const int tabIndicatorColor = 2130969165;
 			
 			// aapt resource value: 0x7F04024E
-			public const int tabTextColor = 2130969166;
+			public const int tabIndicatorHeight = 2130969166;
 			
 			// aapt resource value: 0x7F04024F
-			public const int textAllCaps = 2130969167;
+			public const int tabMaxWidth = 2130969167;
 			
 			// aapt resource value: 0x7F040250
-			public const int textAppearanceLargePopupMenu = 2130969168;
+			public const int tabMinWidth = 2130969168;
 			
 			// aapt resource value: 0x7F040251
-			public const int textAppearanceListItem = 2130969169;
+			public const int tabMode = 2130969169;
 			
 			// aapt resource value: 0x7F040252
-			public const int textAppearanceListItemSecondary = 2130969170;
+			public const int tabPadding = 2130969170;
 			
 			// aapt resource value: 0x7F040253
-			public const int textAppearanceListItemSmall = 2130969171;
+			public const int tabPaddingBottom = 2130969171;
 			
 			// aapt resource value: 0x7F040254
-			public const int textAppearancePopupMenuHeader = 2130969172;
+			public const int tabPaddingEnd = 2130969172;
 			
 			// aapt resource value: 0x7F040255
-			public const int textAppearanceSearchResultSubtitle = 2130969173;
+			public const int tabPaddingStart = 2130969173;
 			
 			// aapt resource value: 0x7F040256
-			public const int textAppearanceSearchResultTitle = 2130969174;
+			public const int tabPaddingTop = 2130969174;
 			
 			// aapt resource value: 0x7F040257
-			public const int textAppearanceSmallPopupMenu = 2130969175;
+			public const int tabSelectedTextColor = 2130969175;
 			
 			// aapt resource value: 0x7F040258
-			public const int textColor = 2130969176;
+			public const int tabTextAppearance = 2130969176;
 			
 			// aapt resource value: 0x7F040259
-			public const int textColorAlertDialogListItem = 2130969177;
+			public const int tabTextColor = 2130969177;
 			
 			// aapt resource value: 0x7F04025A
-			public const int textColorError = 2130969178;
+			public const int textAllCaps = 2130969178;
 			
 			// aapt resource value: 0x7F04025B
-			public const int textColorSearchUrl = 2130969179;
+			public const int textAppearanceLargePopupMenu = 2130969179;
 			
 			// aapt resource value: 0x7F04025C
-			public const int textGradual = 2130969180;
+			public const int textAppearanceListItem = 2130969180;
 			
 			// aapt resource value: 0x7F04025D
-			public const int textPadding = 2130969181;
+			public const int textAppearanceListItemSecondary = 2130969181;
 			
 			// aapt resource value: 0x7F04025E
-			public const int textSize = 2130969182;
+			public const int textAppearanceListItemSmall = 2130969182;
 			
 			// aapt resource value: 0x7F04025F
-			public const int textSizeDay = 2130969183;
+			public const int textAppearancePopupMenuHeader = 2130969183;
 			
 			// aapt resource value: 0x7F040260
-			public const int textSizeDayName = 2130969184;
+			public const int textAppearanceSearchResultSubtitle = 2130969184;
 			
 			// aapt resource value: 0x7F040261
-			public const int textSizeMonth = 2130969185;
+			public const int textAppearanceSearchResultTitle = 2130969185;
 			
 			// aapt resource value: 0x7F040262
-			public const int textStyle = 2130969186;
+			public const int textAppearanceSmallPopupMenu = 2130969186;
 			
 			// aapt resource value: 0x7F040263
-			public const int theme = 2130969187;
+			public const int textColor = 2130969187;
 			
 			// aapt resource value: 0x7F040264
-			public const int thickness = 2130969188;
+			public const int textColorAlertDialogListItem = 2130969188;
 			
 			// aapt resource value: 0x7F040265
-			public const int thumbTextPadding = 2130969189;
+			public const int textColorError = 2130969189;
 			
 			// aapt resource value: 0x7F040266
-			public const int thumbTint = 2130969190;
+			public const int textColorSearchUrl = 2130969190;
 			
 			// aapt resource value: 0x7F040267
-			public const int thumbTintMode = 2130969191;
+			public const int textGradual = 2130969191;
 			
 			// aapt resource value: 0x7F040268
-			public const int thumb_color = 2130969192;
+			public const int textPadding = 2130969192;
 			
 			// aapt resource value: 0x7F040269
-			public const int tickMark = 2130969193;
+			public const int textSize = 2130969193;
 			
 			// aapt resource value: 0x7F04026A
-			public const int tickMarkTint = 2130969194;
+			public const int textSizeDay = 2130969194;
 			
 			// aapt resource value: 0x7F04026B
-			public const int tickMarkTintMode = 2130969195;
+			public const int textSizeDayName = 2130969195;
 			
 			// aapt resource value: 0x7F04026C
-			public const int tint = 2130969196;
+			public const int textSizeMonth = 2130969196;
 			
 			// aapt resource value: 0x7F04026D
-			public const int tintMode = 2130969197;
+			public const int textStyle = 2130969197;
 			
 			// aapt resource value: 0x7F04026E
-			public const int title = 2130969198;
+			public const int theme = 2130969198;
 			
 			// aapt resource value: 0x7F04026F
-			public const int titleEnabled = 2130969199;
+			public const int thickness = 2130969199;
 			
 			// aapt resource value: 0x7F040270
-			public const int titleHeight = 2130969200;
+			public const int thumbTextPadding = 2130969200;
 			
 			// aapt resource value: 0x7F040271
-			public const int titleMargin = 2130969201;
+			public const int thumbTint = 2130969201;
 			
 			// aapt resource value: 0x7F040272
-			public const int titleMarginBottom = 2130969202;
+			public const int thumbTintMode = 2130969202;
 			
 			// aapt resource value: 0x7F040273
-			public const int titleMarginEnd = 2130969203;
-			
-			// aapt resource value: 0x7F040276
-			public const int titleMargins = 2130969206;
+			public const int thumb_color = 2130969203;
 			
 			// aapt resource value: 0x7F040274
-			public const int titleMarginStart = 2130969204;
+			public const int tickMark = 2130969204;
 			
 			// aapt resource value: 0x7F040275
-			public const int titleMarginTop = 2130969205;
+			public const int tickMarkTint = 2130969205;
+			
+			// aapt resource value: 0x7F040276
+			public const int tickMarkTintMode = 2130969206;
 			
 			// aapt resource value: 0x7F040277
-			public const int titleText = 2130969207;
+			public const int tint = 2130969207;
 			
 			// aapt resource value: 0x7F040278
-			public const int titleTextAppearance = 2130969208;
+			public const int tintMode = 2130969208;
 			
 			// aapt resource value: 0x7F040279
-			public const int titleTextColor = 2130969209;
+			public const int title = 2130969209;
 			
 			// aapt resource value: 0x7F04027A
-			public const int titleTextStyle = 2130969210;
+			public const int titleEnabled = 2130969210;
 			
 			// aapt resource value: 0x7F04027B
-			public const int title_background = 2130969211;
+			public const int titleHeight = 2130969211;
 			
 			// aapt resource value: 0x7F04027C
-			public const int toolbarId = 2130969212;
+			public const int titleMargin = 2130969212;
 			
 			// aapt resource value: 0x7F04027D
-			public const int toolbarNavigationButtonStyle = 2130969213;
+			public const int titleMarginBottom = 2130969213;
 			
 			// aapt resource value: 0x7F04027E
-			public const int toolbarStyle = 2130969214;
-			
-			// aapt resource value: 0x7F04027F
-			public const int tooltipForegroundColor = 2130969215;
-			
-			// aapt resource value: 0x7F040280
-			public const int tooltipFrameBackground = 2130969216;
+			public const int titleMarginEnd = 2130969214;
 			
 			// aapt resource value: 0x7F040281
-			public const int tooltipText = 2130969217;
+			public const int titleMargins = 2130969217;
+			
+			// aapt resource value: 0x7F04027F
+			public const int titleMarginStart = 2130969215;
+			
+			// aapt resource value: 0x7F040280
+			public const int titleMarginTop = 2130969216;
 			
 			// aapt resource value: 0x7F040282
-			public const int topBarLeft = 2130969218;
+			public const int titleText = 2130969218;
 			
 			// aapt resource value: 0x7F040283
-			public const int topBarRight = 2130969219;
+			public const int titleTextAppearance = 2130969219;
 			
 			// aapt resource value: 0x7F040284
-			public const int topBarTitle = 2130969220;
+			public const int titleTextColor = 2130969220;
 			
 			// aapt resource value: 0x7F040285
-			public const int track = 2130969221;
+			public const int titleTextStyle = 2130969221;
 			
 			// aapt resource value: 0x7F040286
-			public const int trackTint = 2130969222;
+			public const int title_background = 2130969222;
 			
 			// aapt resource value: 0x7F040287
-			public const int trackTintMode = 2130969223;
+			public const int title_bar_color = 2130969223;
 			
 			// aapt resource value: 0x7F040288
-			public const int umanoAnchorPoint = 2130969224;
+			public const int title_bar_height = 2130969224;
 			
 			// aapt resource value: 0x7F040289
-			public const int umanoClipPanel = 2130969225;
+			public const int title_gravity = 2130969225;
 			
 			// aapt resource value: 0x7F04028A
-			public const int umanoDragView = 2130969226;
+			public const int title_left_margin_left = 2130969226;
 			
 			// aapt resource value: 0x7F04028B
-			public const int umanoFadeColor = 2130969227;
+			public const int title_right_margin_right = 2130969227;
 			
 			// aapt resource value: 0x7F04028C
-			public const int umanoFlingVelocity = 2130969228;
+			public const int title_root_color = 2130969228;
 			
 			// aapt resource value: 0x7F04028D
-			public const int umanoInitialState = 2130969229;
+			public const int title_text = 2130969229;
 			
 			// aapt resource value: 0x7F04028E
-			public const int umanoOverlay = 2130969230;
+			public const int title_text_color = 2130969230;
 			
 			// aapt resource value: 0x7F04028F
-			public const int umanoPanelHeight = 2130969231;
+			public const int title_text_size = 2130969231;
 			
 			// aapt resource value: 0x7F040290
-			public const int umanoParallaxOffset = 2130969232;
-			
-			// aapt resource value: 0x7F040292
-			public const int umanoScrollableView = 2130969234;
+			public const int toolbarId = 2130969232;
 			
 			// aapt resource value: 0x7F040291
-			public const int umanoScrollInterpolator = 2130969233;
+			public const int toolbarNavigationButtonStyle = 2130969233;
+			
+			// aapt resource value: 0x7F040292
+			public const int toolbarStyle = 2130969234;
 			
 			// aapt resource value: 0x7F040293
-			public const int umanoShadowHeight = 2130969235;
+			public const int tooltipForegroundColor = 2130969235;
 			
 			// aapt resource value: 0x7F040294
-			public const int useCompatPadding = 2130969236;
+			public const int tooltipFrameBackground = 2130969236;
 			
 			// aapt resource value: 0x7F040295
-			public const int visibleItems = 2130969237;
+			public const int tooltipText = 2130969237;
 			
 			// aapt resource value: 0x7F040296
-			public const int voiceIcon = 2130969238;
+			public const int topBarLeft = 2130969238;
 			
 			// aapt resource value: 0x7F040297
-			public const int wave_bg_color = 2130969239;
+			public const int topBarRight = 2130969239;
 			
 			// aapt resource value: 0x7F040298
-			public const int wave_border_color = 2130969240;
+			public const int topBarTitle = 2130969240;
 			
 			// aapt resource value: 0x7F040299
-			public const int wave_color = 2130969241;
+			public const int track = 2130969241;
 			
 			// aapt resource value: 0x7F04029A
-			public const int wave_height = 2130969242;
+			public const int trackTint = 2130969242;
 			
 			// aapt resource value: 0x7F04029B
-			public const int wave_width = 2130969243;
+			public const int trackTintMode = 2130969243;
 			
 			// aapt resource value: 0x7F04029C
-			public const int wheelCyclic = 2130969244;
+			public const int umanoAnchorPoint = 2130969244;
 			
 			// aapt resource value: 0x7F04029D
-			public const int wheelview_dividerColor = 2130969245;
+			public const int umanoClipPanel = 2130969245;
 			
 			// aapt resource value: 0x7F04029E
-			public const int wheelview_gravity = 2130969246;
+			public const int umanoDragView = 2130969246;
 			
 			// aapt resource value: 0x7F04029F
-			public const int wheelview_lineSpacingMultiplier = 2130969247;
+			public const int umanoFadeColor = 2130969247;
 			
 			// aapt resource value: 0x7F0402A0
-			public const int wheelview_textColorCenter = 2130969248;
+			public const int umanoFlingVelocity = 2130969248;
 			
 			// aapt resource value: 0x7F0402A1
-			public const int wheelview_textColorOut = 2130969249;
+			public const int umanoInitialState = 2130969249;
 			
 			// aapt resource value: 0x7F0402A2
-			public const int wheelview_textSize = 2130969250;
+			public const int umanoOverlay = 2130969250;
 			
 			// aapt resource value: 0x7F0402A3
-			public const int width_relative = 2130969251;
+			public const int umanoPanelHeight = 2130969251;
 			
 			// aapt resource value: 0x7F0402A4
-			public const int windowActionBar = 2130969252;
-			
-			// aapt resource value: 0x7F0402A5
-			public const int windowActionBarOverlay = 2130969253;
+			public const int umanoParallaxOffset = 2130969252;
 			
 			// aapt resource value: 0x7F0402A6
-			public const int windowActionModeOverlay = 2130969254;
+			public const int umanoScrollableView = 2130969254;
+			
+			// aapt resource value: 0x7F0402A5
+			public const int umanoScrollInterpolator = 2130969253;
 			
 			// aapt resource value: 0x7F0402A7
-			public const int windowFixedHeightMajor = 2130969255;
+			public const int umanoShadowHeight = 2130969255;
 			
 			// aapt resource value: 0x7F0402A8
-			public const int windowFixedHeightMinor = 2130969256;
+			public const int useCompatPadding = 2130969256;
 			
 			// aapt resource value: 0x7F0402A9
-			public const int windowFixedWidthMajor = 2130969257;
+			public const int visibleItems = 2130969257;
 			
 			// aapt resource value: 0x7F0402AA
-			public const int windowFixedWidthMinor = 2130969258;
+			public const int voiceIcon = 2130969258;
 			
 			// aapt resource value: 0x7F0402AB
-			public const int windowMinWidthMajor = 2130969259;
+			public const int wave_bg_color = 2130969259;
 			
 			// aapt resource value: 0x7F0402AC
-			public const int windowMinWidthMinor = 2130969260;
+			public const int wave_border_color = 2130969260;
 			
 			// aapt resource value: 0x7F0402AD
-			public const int windowNoTitle = 2130969261;
+			public const int wave_color = 2130969261;
 			
 			// aapt resource value: 0x7F0402AE
-			public const int zoomInSelectedItem = 2130969262;
+			public const int wave_height = 2130969262;
 			
 			// aapt resource value: 0x7F0402AF
-			public const int zxing_framing_rect_height = 2130969263;
+			public const int wave_width = 2130969263;
 			
 			// aapt resource value: 0x7F0402B0
-			public const int zxing_framing_rect_width = 2130969264;
+			public const int wheelCyclic = 2130969264;
 			
 			// aapt resource value: 0x7F0402B1
-			public const int zxing_possible_result_points = 2130969265;
+			public const int wheelview_dividerColor = 2130969265;
 			
 			// aapt resource value: 0x7F0402B2
-			public const int zxing_preview_scaling_strategy = 2130969266;
+			public const int wheelview_gravity = 2130969266;
 			
 			// aapt resource value: 0x7F0402B3
-			public const int zxing_result_view = 2130969267;
+			public const int wheelview_lineSpacingMultiplier = 2130969267;
 			
 			// aapt resource value: 0x7F0402B4
-			public const int zxing_scanner_layout = 2130969268;
+			public const int wheelview_textColorCenter = 2130969268;
 			
 			// aapt resource value: 0x7F0402B5
-			public const int zxing_use_texture_view = 2130969269;
+			public const int wheelview_textColorOut = 2130969269;
 			
 			// aapt resource value: 0x7F0402B6
-			public const int zxing_viewfinder_laser = 2130969270;
+			public const int wheelview_textSize = 2130969270;
 			
 			// aapt resource value: 0x7F0402B7
-			public const int zxing_viewfinder_mask = 2130969271;
+			public const int width_relative = 2130969271;
+			
+			// aapt resource value: 0x7F0402B8
+			public const int windowActionBar = 2130969272;
+			
+			// aapt resource value: 0x7F0402B9
+			public const int windowActionBarOverlay = 2130969273;
+			
+			// aapt resource value: 0x7F0402BA
+			public const int windowActionModeOverlay = 2130969274;
+			
+			// aapt resource value: 0x7F0402BB
+			public const int windowFixedHeightMajor = 2130969275;
+			
+			// aapt resource value: 0x7F0402BC
+			public const int windowFixedHeightMinor = 2130969276;
+			
+			// aapt resource value: 0x7F0402BD
+			public const int windowFixedWidthMajor = 2130969277;
+			
+			// aapt resource value: 0x7F0402BE
+			public const int windowFixedWidthMinor = 2130969278;
+			
+			// aapt resource value: 0x7F0402BF
+			public const int windowMinWidthMajor = 2130969279;
+			
+			// aapt resource value: 0x7F0402C0
+			public const int windowMinWidthMinor = 2130969280;
+			
+			// aapt resource value: 0x7F0402C1
+			public const int windowNoTitle = 2130969281;
+			
+			// aapt resource value: 0x7F0402C2
+			public const int zoomInSelectedItem = 2130969282;
+			
+			// aapt resource value: 0x7F0402C3
+			public const int zxing_framing_rect_height = 2130969283;
+			
+			// aapt resource value: 0x7F0402C4
+			public const int zxing_framing_rect_width = 2130969284;
+			
+			// aapt resource value: 0x7F0402C5
+			public const int zxing_possible_result_points = 2130969285;
+			
+			// aapt resource value: 0x7F0402C6
+			public const int zxing_preview_scaling_strategy = 2130969286;
+			
+			// aapt resource value: 0x7F0402C7
+			public const int zxing_result_view = 2130969287;
+			
+			// aapt resource value: 0x7F0402C8
+			public const int zxing_scanner_layout = 2130969288;
+			
+			// aapt resource value: 0x7F0402C9
+			public const int zxing_use_texture_view = 2130969289;
+			
+			// aapt resource value: 0x7F0402CA
+			public const int zxing_viewfinder_laser = 2130969290;
+			
+			// aapt resource value: 0x7F0402CB
+			public const int zxing_viewfinder_mask = 2130969291;
 			
 			static Attribute()
 			{
@@ -2845,679 +2905,706 @@
 			public const int color_FF5757 = 2131099754;
 			
 			// aapt resource value: 0x7F060070
-			public const int color_r1_cancel_color = 2131099760;
+			public const int color_line = 2131099760;
 			
 			// aapt resource value: 0x7F060071
-			public const int color_select = 2131099761;
+			public const int color_push_divider = 2131099761;
 			
 			// aapt resource value: 0x7F060072
-			public const int color_white = 2131099762;
+			public const int color_push_info = 2131099762;
 			
 			// aapt resource value: 0x7F060073
-			public const int common_bg = 2131099763;
+			public const int color_push_text = 2131099763;
 			
 			// aapt resource value: 0x7F060074
-			public const int common_hint_text = 2131099764;
+			public const int color_r1_cancel_color = 2131099764;
 			
 			// aapt resource value: 0x7F060075
-			public const int common_line = 2131099765;
+			public const int color_select = 2131099765;
 			
 			// aapt resource value: 0x7F060076
-			public const int common_sub_text = 2131099766;
+			public const int color_slide = 2131099766;
 			
 			// aapt resource value: 0x7F060077
-			public const int common_text = 2131099767;
+			public const int color_tab_select = 2131099767;
 			
 			// aapt resource value: 0x7F060078
-			public const int common_text_sel = 2131099768;
+			public const int color_tab_unselect = 2131099768;
 			
 			// aapt resource value: 0x7F060079
-			public const int common_title_tab_text_color = 2131099769;
+			public const int color_text = 2131099769;
 			
 			// aapt resource value: 0x7F06007A
-			public const int common_title_text_color = 2131099770;
+			public const int color_top_divider = 2131099770;
 			
 			// aapt resource value: 0x7F06007B
-			public const int corsor_color = 2131099771;
+			public const int color_top_info = 2131099771;
 			
 			// aapt resource value: 0x7F06007C
-			public const int dark_bg_20p = 2131099772;
+			public const int color_top_text = 2131099772;
 			
 			// aapt resource value: 0x7F06007D
-			public const int dark_bg_70p = 2131099773;
+			public const int color_white = 2131099773;
 			
 			// aapt resource value: 0x7F06007E
-			public const int del_button_text_selector = 2131099774;
+			public const int common_bg = 2131099774;
 			
 			// aapt resource value: 0x7F06007F
-			public const int design_bottom_navigation_shadow_color = 2131099775;
+			public const int common_hint_text = 2131099775;
 			
 			// aapt resource value: 0x7F060080
-			public const int design_error = 2131099776;
+			public const int common_line = 2131099776;
 			
 			// aapt resource value: 0x7F060081
-			public const int design_fab_shadow_end_color = 2131099777;
+			public const int common_sub_text = 2131099777;
 			
 			// aapt resource value: 0x7F060082
-			public const int design_fab_shadow_mid_color = 2131099778;
+			public const int common_text = 2131099778;
 			
 			// aapt resource value: 0x7F060083
-			public const int design_fab_shadow_start_color = 2131099779;
+			public const int common_text_sel = 2131099779;
 			
 			// aapt resource value: 0x7F060084
-			public const int design_fab_stroke_end_inner_color = 2131099780;
+			public const int common_title_tab_text_color = 2131099780;
 			
 			// aapt resource value: 0x7F060085
-			public const int design_fab_stroke_end_outer_color = 2131099781;
+			public const int common_title_text_color = 2131099781;
 			
 			// aapt resource value: 0x7F060086
-			public const int design_fab_stroke_top_inner_color = 2131099782;
+			public const int corsor_color = 2131099782;
 			
 			// aapt resource value: 0x7F060087
-			public const int design_fab_stroke_top_outer_color = 2131099783;
+			public const int dark_bg_20p = 2131099783;
 			
 			// aapt resource value: 0x7F060088
-			public const int design_snackbar_background_color = 2131099784;
+			public const int dark_bg_70p = 2131099784;
 			
 			// aapt resource value: 0x7F060089
-			public const int design_tint_password_toggle = 2131099785;
+			public const int del_button_text_selector = 2131099785;
 			
 			// aapt resource value: 0x7F06008A
-			public const int device_top_item_text_normal = 2131099786;
+			public const int design_bottom_navigation_shadow_color = 2131099786;
 			
 			// aapt resource value: 0x7F06008B
-			public const int dim_foreground_disabled_material_dark = 2131099787;
+			public const int design_error = 2131099787;
 			
 			// aapt resource value: 0x7F06008C
-			public const int dim_foreground_disabled_material_light = 2131099788;
+			public const int design_fab_shadow_end_color = 2131099788;
 			
 			// aapt resource value: 0x7F06008D
-			public const int dim_foreground_material_dark = 2131099789;
+			public const int design_fab_shadow_mid_color = 2131099789;
 			
 			// aapt resource value: 0x7F06008E
-			public const int dim_foreground_material_light = 2131099790;
+			public const int design_fab_shadow_start_color = 2131099790;
 			
 			// aapt resource value: 0x7F06008F
-			public const int divider = 2131099791;
+			public const int design_fab_stroke_end_inner_color = 2131099791;
 			
 			// aapt resource value: 0x7F060090
-			public const int emui_color_gray_1 = 2131099792;
+			public const int design_fab_stroke_end_outer_color = 2131099792;
 			
 			// aapt resource value: 0x7F060091
-			public const int emui_color_gray_10 = 2131099793;
+			public const int design_fab_stroke_top_inner_color = 2131099793;
 			
 			// aapt resource value: 0x7F060092
-			public const int emui_color_gray_7 = 2131099794;
+			public const int design_fab_stroke_top_outer_color = 2131099794;
 			
 			// aapt resource value: 0x7F060093
-			public const int error_color_material = 2131099795;
+			public const int design_snackbar_background_color = 2131099795;
 			
 			// aapt resource value: 0x7F060094
-			public const int event_message_bg_selector = 2131099796;
+			public const int design_tint_password_toggle = 2131099796;
 			
 			// aapt resource value: 0x7F060095
-			public const int event_message_from_tv = 2131099797;
+			public const int device_top_item_text_normal = 2131099797;
 			
 			// aapt resource value: 0x7F060096
-			public const int event_message_play_btn = 2131099798;
+			public const int dim_foreground_disabled_material_dark = 2131099798;
 			
 			// aapt resource value: 0x7F060097
-			public const int ez_c1 = 2131099799;
+			public const int dim_foreground_disabled_material_light = 2131099799;
 			
 			// aapt resource value: 0x7F060098
-			public const int ez_playback_tab_color_selector = 2131099800;
+			public const int dim_foreground_material_dark = 2131099800;
 			
 			// aapt resource value: 0x7F060099
-			public const int foreground_material_dark = 2131099801;
+			public const int dim_foreground_material_light = 2131099801;
 			
 			// aapt resource value: 0x7F06009A
-			public const int foreground_material_light = 2131099802;
+			public const int divider = 2131099802;
 			
 			// aapt resource value: 0x7F06009B
-			public const int fragment_line_color = 2131099803;
+			public const int error_color_material = 2131099803;
 			
 			// aapt resource value: 0x7F06009C
-			public const int gd_top_view = 2131099804;
+			public const int event_message_bg_selector = 2131099804;
 			
 			// aapt resource value: 0x7F06009D
-			public const int gray = 2131099805;
+			public const int event_message_from_tv = 2131099805;
 			
 			// aapt resource value: 0x7F06009E
-			public const int gray_bg = 2131099806;
+			public const int event_message_play_btn = 2131099806;
 			
 			// aapt resource value: 0x7F06009F
-			public const int gray_text = 2131099807;
+			public const int ez_c1 = 2131099807;
 			
 			// aapt resource value: 0x7F0600A0
-			public const int green = 2131099808;
+			public const int ez_playback_tab_color_selector = 2131099808;
 			
 			// aapt resource value: 0x7F0600A1
-			public const int green_text = 2131099809;
+			public const int foreground_material_dark = 2131099809;
 			
 			// aapt resource value: 0x7F0600A2
-			public const int grey = 2131099810;
+			public const int foreground_material_light = 2131099810;
 			
 			// aapt resource value: 0x7F0600A3
-			public const int grouplayout_item_bg_sel = 2131099811;
+			public const int fragment_line_color = 2131099811;
 			
 			// aapt resource value: 0x7F0600A4
-			public const int help_link = 2131099812;
+			public const int gd_top_view = 2131099812;
 			
 			// aapt resource value: 0x7F0600A5
-			public const int highlighted_text_material_dark = 2131099813;
+			public const int gray = 2131099813;
 			
 			// aapt resource value: 0x7F0600A6
-			public const int highlighted_text_material_light = 2131099814;
+			public const int gray_bg = 2131099814;
 			
 			// aapt resource value: 0x7F0600A7
-			public const int ic_launcher_background = 2131099815;
+			public const int gray_text = 2131099815;
 			
 			// aapt resource value: 0x7F0600A8
-			public const int lc_color_4ea7f2 = 2131099816;
+			public const int green = 2131099816;
 			
 			// aapt resource value: 0x7F0600A9
-			public const int lc_demo_color_000000 = 2131099817;
+			public const int green_text = 2131099817;
 			
 			// aapt resource value: 0x7F0600AA
-			public const int lc_demo_color_00ffffff = 2131099818;
+			public const int grey = 2131099818;
 			
 			// aapt resource value: 0x7F0600AB
-			public const int lc_demo_color_0B8C0D = 2131099819;
+			public const int grouplayout_item_bg_sel = 2131099819;
 			
 			// aapt resource value: 0x7F0600AC
-			public const int lc_demo_color_2c2c2c = 2131099820;
+			public const int help_link = 2131099820;
 			
 			// aapt resource value: 0x7F0600AD
-			public const int lc_demo_color_442c2c2c = 2131099821;
+			public const int highlighted_text_material_dark = 2131099821;
 			
 			// aapt resource value: 0x7F0600AE
-			public const int lc_demo_color_66000000 = 2131099822;
+			public const int highlighted_text_material_light = 2131099822;
 			
 			// aapt resource value: 0x7F0600AF
-			public const int lc_demo_color_66f18d00 = 2131099823;
+			public const int ic_launcher_background = 2131099823;
 			
 			// aapt resource value: 0x7F0600B0
-			public const int lc_demo_color_880B8C0D = 2131099824;
+			public const int lc_color_4ea7f2 = 2131099824;
 			
 			// aapt resource value: 0x7F0600B1
-			public const int lc_demo_color_8f8f8f = 2131099825;
-			
-			// aapt resource value: 0x7F0600B3
-			public const int lc_demo_color_d9d9d9 = 2131099827;
-			
-			// aapt resource value: 0x7F0600B4
-			public const int lc_demo_color_f18d00 = 2131099828;
-			
-			// aapt resource value: 0x7F0600B5
-			public const int lc_demo_color_f2f2f2 = 2131099829;
+			public const int lc_demo_color_000000 = 2131099825;
 			
 			// aapt resource value: 0x7F0600B2
-			public const int lc_demo_color_FF4F4F = 2131099826;
+			public const int lc_demo_color_00ffffff = 2131099826;
+			
+			// aapt resource value: 0x7F0600B3
+			public const int lc_demo_color_0B8C0D = 2131099827;
+			
+			// aapt resource value: 0x7F0600B4
+			public const int lc_demo_color_2c2c2c = 2131099828;
+			
+			// aapt resource value: 0x7F0600B5
+			public const int lc_demo_color_442c2c2c = 2131099829;
 			
 			// aapt resource value: 0x7F0600B6
-			public const int lc_demo_color_ffffff = 2131099830;
+			public const int lc_demo_color_66000000 = 2131099830;
 			
 			// aapt resource value: 0x7F0600B7
-			public const int leavemessage_gray = 2131099831;
+			public const int lc_demo_color_66f18d00 = 2131099831;
 			
 			// aapt resource value: 0x7F0600B8
-			public const int leavemessage_text_color = 2131099832;
+			public const int lc_demo_color_880B8C0D = 2131099832;
 			
 			// aapt resource value: 0x7F0600B9
-			public const int leavemessage_time_text_color = 2131099833;
-			
-			// aapt resource value: 0x7F0600BA
-			public const int line_color = 2131099834;
+			public const int lc_demo_color_8f8f8f = 2131099833;
 			
 			// aapt resource value: 0x7F0600BB
-			public const int loading_text = 2131099835;
+			public const int lc_demo_color_d9d9d9 = 2131099835;
 			
 			// aapt resource value: 0x7F0600BC
-			public const int login_line_color = 2131099836;
+			public const int lc_demo_color_f18d00 = 2131099836;
 			
 			// aapt resource value: 0x7F0600BD
-			public const int lpsdk_app_bg = 2131099837;
+			public const int lc_demo_color_f2f2f2 = 2131099837;
+			
+			// aapt resource value: 0x7F0600BA
+			public const int lc_demo_color_FF4F4F = 2131099834;
 			
 			// aapt resource value: 0x7F0600BE
-			public const int lpsdk_app_line = 2131099838;
+			public const int lc_demo_color_ffffff = 2131099838;
 			
 			// aapt resource value: 0x7F0600BF
-			public const int lpsdk_color_white = 2131099839;
+			public const int leavemessage_gray = 2131099839;
 			
 			// aapt resource value: 0x7F0600C0
-			public const int lpsdk_textColor = 2131099840;
+			public const int leavemessage_text_color = 2131099840;
 			
 			// aapt resource value: 0x7F0600C1
-			public const int main_background = 2131099841;
+			public const int leavemessage_time_text_color = 2131099841;
 			
 			// aapt resource value: 0x7F0600C2
-			public const int material_blue_grey_800 = 2131099842;
+			public const int line_color = 2131099842;
 			
 			// aapt resource value: 0x7F0600C3
-			public const int material_blue_grey_900 = 2131099843;
+			public const int loading_text = 2131099843;
 			
 			// aapt resource value: 0x7F0600C4
-			public const int material_blue_grey_950 = 2131099844;
+			public const int login_line_color = 2131099844;
 			
 			// aapt resource value: 0x7F0600C5
-			public const int material_deep_teal_200 = 2131099845;
+			public const int lpsdk_app_bg = 2131099845;
 			
 			// aapt resource value: 0x7F0600C6
-			public const int material_deep_teal_500 = 2131099846;
+			public const int lpsdk_app_line = 2131099846;
 			
 			// aapt resource value: 0x7F0600C7
-			public const int material_grey_100 = 2131099847;
+			public const int lpsdk_color_white = 2131099847;
 			
 			// aapt resource value: 0x7F0600C8
-			public const int material_grey_300 = 2131099848;
+			public const int lpsdk_textColor = 2131099848;
 			
 			// aapt resource value: 0x7F0600C9
-			public const int material_grey_50 = 2131099849;
+			public const int main_background = 2131099849;
 			
 			// aapt resource value: 0x7F0600CA
-			public const int material_grey_600 = 2131099850;
+			public const int material_blue_grey_800 = 2131099850;
 			
 			// aapt resource value: 0x7F0600CB
-			public const int material_grey_800 = 2131099851;
+			public const int material_blue_grey_900 = 2131099851;
 			
 			// aapt resource value: 0x7F0600CC
-			public const int material_grey_850 = 2131099852;
+			public const int material_blue_grey_950 = 2131099852;
 			
 			// aapt resource value: 0x7F0600CD
-			public const int material_grey_900 = 2131099853;
+			public const int material_deep_teal_200 = 2131099853;
 			
 			// aapt resource value: 0x7F0600CE
-			public const int material_red_500 = 2131099854;
+			public const int material_deep_teal_500 = 2131099854;
 			
 			// aapt resource value: 0x7F0600CF
-			public const int message_bg = 2131099855;
+			public const int material_grey_100 = 2131099855;
 			
 			// aapt resource value: 0x7F0600D0
-			public const int message_button_text = 2131099856;
+			public const int material_grey_300 = 2131099856;
 			
 			// aapt resource value: 0x7F0600D1
-			public const int message_button_text_selector = 2131099857;
+			public const int material_grey_50 = 2131099857;
 			
 			// aapt resource value: 0x7F0600D2
-			public const int mobile_common_text_edit_enable_selector = 2131099858;
+			public const int material_grey_600 = 2131099858;
 			
 			// aapt resource value: 0x7F0600D3
-			public const int mobile_common_text_name_enable_selector = 2131099859;
+			public const int material_grey_800 = 2131099859;
 			
 			// aapt resource value: 0x7F0600D4
-			public const int mobile_common_title_text_color_selector = 2131099860;
+			public const int material_grey_850 = 2131099860;
 			
 			// aapt resource value: 0x7F0600D5
-			public const int mobile_common_transparent = 2131099861;
+			public const int material_grey_900 = 2131099861;
 			
 			// aapt resource value: 0x7F0600D6
-			public const int mode_bg = 2131099862;
+			public const int material_red_500 = 2131099862;
 			
 			// aapt resource value: 0x7F0600D7
-			public const int more_color = 2131099863;
+			public const int message_bg = 2131099863;
 			
 			// aapt resource value: 0x7F0600D8
-			public const int my_list_deviver = 2131099864;
+			public const int message_button_text = 2131099864;
 			
 			// aapt resource value: 0x7F0600D9
-			public const int normal_color = 2131099865;
+			public const int message_button_text_selector = 2131099865;
 			
 			// aapt resource value: 0x7F0600DA
-			public const int notification_action_color_filter = 2131099866;
+			public const int mobile_common_text_edit_enable_selector = 2131099866;
 			
 			// aapt resource value: 0x7F0600DB
-			public const int notification_icon_bg_color = 2131099867;
+			public const int mobile_common_text_name_enable_selector = 2131099867;
 			
 			// aapt resource value: 0x7F0600DC
-			public const int notification_material_background_media_default_color = 2131099868;
+			public const int mobile_common_title_text_color_selector = 2131099868;
 			
 			// aapt resource value: 0x7F0600DD
-			public const int on_off_text_selector = 2131099869;
+			public const int mobile_common_transparent = 2131099869;
 			
 			// aapt resource value: 0x7F0600DE
-			public const int opensdk_cameralist_bg = 2131099870;
+			public const int mode_bg = 2131099870;
 			
 			// aapt resource value: 0x7F0600DF
-			public const int orange = 2131099871;
+			public const int more_color = 2131099871;
 			
 			// aapt resource value: 0x7F0600E0
-			public const int orange_text = 2131099872;
+			public const int my_list_deviver = 2131099872;
 			
 			// aapt resource value: 0x7F0600E1
-			public const int page_bg_color = 2131099873;
+			public const int normal_color = 2131099873;
 			
 			// aapt resource value: 0x7F0600E2
-			public const int page_change_gray = 2131099874;
+			public const int notification_action_color_filter = 2131099874;
 			
 			// aapt resource value: 0x7F0600E3
-			public const int pickerview_bgColor_default = 2131099875;
+			public const int notification_icon_bg_color = 2131099875;
 			
 			// aapt resource value: 0x7F0600E4
-			public const int pickerview_bgColor_overlay = 2131099876;
+			public const int notification_material_background_media_default_color = 2131099876;
 			
 			// aapt resource value: 0x7F0600E5
-			public const int pickerview_bg_topbar = 2131099877;
+			public const int on_off_text_selector = 2131099877;
 			
 			// aapt resource value: 0x7F0600E6
-			public const int pickerview_timebtn_nor = 2131099878;
+			public const int opensdk_cameralist_bg = 2131099878;
 			
 			// aapt resource value: 0x7F0600E7
-			public const int pickerview_timebtn_pre = 2131099879;
+			public const int orange = 2131099879;
 			
 			// aapt resource value: 0x7F0600E8
-			public const int pickerview_topbar_title = 2131099880;
+			public const int orange_text = 2131099880;
 			
 			// aapt resource value: 0x7F0600E9
-			public const int pickerview_wheelview_textcolor_center = 2131099881;
+			public const int page_bg_color = 2131099881;
 			
 			// aapt resource value: 0x7F0600EA
-			public const int pickerview_wheelview_textcolor_divider = 2131099882;
+			public const int page_change_gray = 2131099882;
 			
 			// aapt resource value: 0x7F0600EB
-			public const int pickerview_wheelview_textcolor_out = 2131099883;
+			public const int pickerview_bgColor_default = 2131099883;
 			
 			// aapt resource value: 0x7F0600EC
-			public const int play_translucent_bg = 2131099884;
+			public const int pickerview_bgColor_overlay = 2131099884;
 			
 			// aapt resource value: 0x7F0600ED
-			public const int possible_result_points = 2131099885;
+			public const int pickerview_bg_topbar = 2131099885;
 			
 			// aapt resource value: 0x7F0600EE
-			public const int preview_quality_color = 2131099886;
+			public const int pickerview_timebtn_nor = 2131099886;
 			
 			// aapt resource value: 0x7F0600EF
-			public const int primary_dark_material_dark = 2131099887;
+			public const int pickerview_timebtn_pre = 2131099887;
 			
 			// aapt resource value: 0x7F0600F0
-			public const int primary_dark_material_light = 2131099888;
+			public const int pickerview_topbar_title = 2131099888;
 			
 			// aapt resource value: 0x7F0600F1
-			public const int primary_material_dark = 2131099889;
+			public const int pickerview_wheelview_textcolor_center = 2131099889;
 			
 			// aapt resource value: 0x7F0600F2
-			public const int primary_material_light = 2131099890;
+			public const int pickerview_wheelview_textcolor_divider = 2131099890;
 			
 			// aapt resource value: 0x7F0600F3
-			public const int primary_text_default_material_dark = 2131099891;
+			public const int pickerview_wheelview_textcolor_out = 2131099891;
 			
 			// aapt resource value: 0x7F0600F4
-			public const int primary_text_default_material_light = 2131099892;
+			public const int play_translucent_bg = 2131099892;
 			
 			// aapt resource value: 0x7F0600F5
-			public const int primary_text_disabled_material_dark = 2131099893;
+			public const int possible_result_points = 2131099893;
 			
 			// aapt resource value: 0x7F0600F6
-			public const int primary_text_disabled_material_light = 2131099894;
+			public const int preview_quality_color = 2131099894;
 			
 			// aapt resource value: 0x7F0600F7
-			public const int progress_back = 2131099895;
+			public const int primary_dark_material_dark = 2131099895;
 			
 			// aapt resource value: 0x7F0600F8
-			public const int progress_select = 2131099896;
+			public const int primary_dark_material_light = 2131099896;
 			
 			// aapt resource value: 0x7F0600F9
-			public const int pureblack = 2131099897;
+			public const int primary_material_dark = 2131099897;
 			
 			// aapt resource value: 0x7F0600FA
-			public const int quality_color_selector = 2131099898;
+			public const int primary_material_light = 2131099898;
 			
 			// aapt resource value: 0x7F0600FB
-			public const int quality_focused_color = 2131099899;
+			public const int primary_text_default_material_dark = 2131099899;
 			
 			// aapt resource value: 0x7F0600FC
-			public const int r1_item_bg = 2131099900;
+			public const int primary_text_default_material_light = 2131099900;
 			
 			// aapt resource value: 0x7F0600FD
-			public const int read_button_text_selector = 2131099901;
+			public const int primary_text_disabled_material_dark = 2131099901;
 			
 			// aapt resource value: 0x7F0600FE
-			public const int realplay_loading_text = 2131099902;
+			public const int primary_text_disabled_material_light = 2131099902;
 			
 			// aapt resource value: 0x7F0600FF
-			public const int record_alarm = 2131099903;
+			public const int progress_back = 2131099903;
 			
 			// aapt resource value: 0x7F060100
-			public const int record_normal = 2131099904;
+			public const int progress_select = 2131099904;
 			
 			// aapt resource value: 0x7F060101
-			public const int record_osd = 2131099905;
+			public const int pureblack = 2131099905;
 			
 			// aapt resource value: 0x7F060102
-			public const int record_point = 2131099906;
+			public const int quality_color_selector = 2131099906;
 			
 			// aapt resource value: 0x7F060103
-			public const int record_time = 2131099907;
+			public const int quality_focused_color = 2131099907;
 			
 			// aapt resource value: 0x7F060104
-			public const int red = 2131099908;
+			public const int r1_item_bg = 2131099908;
 			
 			// aapt resource value: 0x7F060105
-			public const int reg_deal_text_bule = 2131099909;
+			public const int read_button_text_selector = 2131099909;
 			
 			// aapt resource value: 0x7F060106
-			public const int remotefile_line_color = 2131099910;
+			public const int realplay_loading_text = 2131099910;
 			
 			// aapt resource value: 0x7F060107
-			public const int remotefile_timebar_alarm_color = 2131099911;
+			public const int record_alarm = 2131099911;
 			
 			// aapt resource value: 0x7F060108
-			public const int remotefile_timebar_color = 2131099912;
+			public const int record_normal = 2131099912;
 			
 			// aapt resource value: 0x7F060109
-			public const int remotelist_item_duration_text_color = 2131099913;
+			public const int record_osd = 2131099913;
 			
 			// aapt resource value: 0x7F06010A
-			public const int remotelist_item_select = 2131099914;
+			public const int record_point = 2131099914;
 			
 			// aapt resource value: 0x7F06010B
-			public const int result_view = 2131099915;
+			public const int record_time = 2131099915;
 			
 			// aapt resource value: 0x7F06010C
-			public const int ripple_material_dark = 2131099916;
+			public const int red = 2131099916;
 			
 			// aapt resource value: 0x7F06010D
-			public const int ripple_material_light = 2131099917;
+			public const int reg_deal_text_bule = 2131099917;
 			
 			// aapt resource value: 0x7F06010E
-			public const int scan_yellow = 2131099918;
+			public const int remotefile_line_color = 2131099918;
 			
 			// aapt resource value: 0x7F06010F
-			public const int secondary_text_default_material_dark = 2131099919;
+			public const int remotefile_timebar_alarm_color = 2131099919;
 			
 			// aapt resource value: 0x7F060110
-			public const int secondary_text_default_material_light = 2131099920;
+			public const int remotefile_timebar_color = 2131099920;
 			
 			// aapt resource value: 0x7F060111
-			public const int secondary_text_disabled_material_dark = 2131099921;
+			public const int remotelist_item_duration_text_color = 2131099921;
 			
 			// aapt resource value: 0x7F060112
-			public const int secondary_text_disabled_material_light = 2131099922;
+			public const int remotelist_item_select = 2131099922;
 			
 			// aapt resource value: 0x7F060113
-			public const int setting_hint_text = 2131099923;
+			public const int result_view = 2131099923;
 			
 			// aapt resource value: 0x7F060114
-			public const int shadow = 2131099924;
+			public const int ripple_material_dark = 2131099924;
 			
 			// aapt resource value: 0x7F060115
-			public const int share_bule = 2131099925;
+			public const int ripple_material_light = 2131099925;
 			
 			// aapt resource value: 0x7F060116
-			public const int share_green = 2131099926;
+			public const int scan_yellow = 2131099926;
 			
 			// aapt resource value: 0x7F060117
-			public const int share_red = 2131099927;
+			public const int secondary_text_default_material_dark = 2131099927;
 			
 			// aapt resource value: 0x7F060118
-			public const int share_tip_red = 2131099928;
+			public const int secondary_text_default_material_light = 2131099928;
 			
 			// aapt resource value: 0x7F060119
-			public const int source_detection_btn_color = 2131099929;
+			public const int secondary_text_disabled_material_dark = 2131099929;
 			
 			// aapt resource value: 0x7F06011A
-			public const int state_abnormal_text = 2131099930;
+			public const int secondary_text_disabled_material_light = 2131099930;
 			
 			// aapt resource value: 0x7F06011B
-			public const int state_normal_text = 2131099931;
+			public const int setting_hint_text = 2131099931;
 			
 			// aapt resource value: 0x7F06011C
-			public const int state_off_text = 2131099932;
+			public const int shadow = 2131099932;
 			
 			// aapt resource value: 0x7F06011D
-			public const int switch_thumb_disabled_material_dark = 2131099933;
+			public const int share_bule = 2131099933;
 			
 			// aapt resource value: 0x7F06011E
-			public const int switch_thumb_disabled_material_light = 2131099934;
+			public const int share_green = 2131099934;
 			
 			// aapt resource value: 0x7F06011F
-			public const int switch_thumb_material_dark = 2131099935;
+			public const int share_red = 2131099935;
 			
 			// aapt resource value: 0x7F060120
-			public const int switch_thumb_material_light = 2131099936;
+			public const int share_tip_red = 2131099936;
 			
 			// aapt resource value: 0x7F060121
-			public const int switch_thumb_normal_material_dark = 2131099937;
+			public const int source_detection_btn_color = 2131099937;
 			
 			// aapt resource value: 0x7F060122
-			public const int switch_thumb_normal_material_light = 2131099938;
-			
-			// aapt resource value: 0x7F060125
-			public const int table_value = 2131099941;
+			public const int state_abnormal_text = 2131099938;
 			
 			// aapt resource value: 0x7F060123
-			public const int tab_color = 2131099939;
+			public const int state_normal_text = 2131099939;
 			
 			// aapt resource value: 0x7F060124
-			public const int tab_sel_color = 2131099940;
+			public const int state_off_text = 2131099940;
 			
-			// aapt resource value: 0x7F060127
-			public const int textview_txtcolor_selector = 2131099943;
+			// aapt resource value: 0x7F060125
+			public const int switch_thumb_disabled_material_dark = 2131099941;
 			
 			// aapt resource value: 0x7F060126
-			public const int text_black = 2131099942;
+			public const int switch_thumb_disabled_material_light = 2131099942;
+			
+			// aapt resource value: 0x7F060127
+			public const int switch_thumb_material_dark = 2131099943;
 			
 			// aapt resource value: 0x7F060128
-			public const int tip_bg = 2131099944;
+			public const int switch_thumb_material_light = 2131099944;
 			
 			// aapt resource value: 0x7F060129
-			public const int tip_color = 2131099945;
+			public const int switch_thumb_normal_material_dark = 2131099945;
 			
 			// aapt resource value: 0x7F06012A
-			public const int title_down_text_selector = 2131099946;
-			
-			// aapt resource value: 0x7F06012B
-			public const int title_line = 2131099947;
-			
-			// aapt resource value: 0x7F06012C
-			public const int title_text = 2131099948;
+			public const int switch_thumb_normal_material_light = 2131099946;
 			
 			// aapt resource value: 0x7F06012D
-			public const int tooltip_background_dark = 2131099949;
+			public const int table_value = 2131099949;
 			
-			// aapt resource value: 0x7F06012E
-			public const int tooltip_background_light = 2131099950;
+			// aapt resource value: 0x7F06012B
+			public const int tab_color = 2131099947;
+			
+			// aapt resource value: 0x7F06012C
+			public const int tab_sel_color = 2131099948;
 			
 			// aapt resource value: 0x7F06012F
-			public const int topbar_title_color = 2131099951;
+			public const int textview_txtcolor_selector = 2131099951;
 			
-			// aapt resource value: 0x7F060131
-			public const int translucent_black = 2131099953;
-			
-			// aapt resource value: 0x7F060132
-			public const int transparent = 2131099954;
-			
-			// aapt resource value: 0x7F060133
-			public const int transparent_bg = 2131099955;
+			// aapt resource value: 0x7F06012E
+			public const int text_black = 2131099950;
 			
 			// aapt resource value: 0x7F060130
-			public const int trans_bg_color = 2131099952;
+			public const int tip_bg = 2131099952;
+			
+			// aapt resource value: 0x7F060131
+			public const int tip_color = 2131099953;
+			
+			// aapt resource value: 0x7F060132
+			public const int title_down_text_selector = 2131099954;
+			
+			// aapt resource value: 0x7F060133
+			public const int title_line = 2131099955;
 			
 			// aapt resource value: 0x7F060134
-			public const int tv_my_blue = 2131099956;
+			public const int title_text = 2131099956;
 			
 			// aapt resource value: 0x7F060135
-			public const int unopen = 2131099957;
+			public const int toast_bg = 2131099957;
 			
 			// aapt resource value: 0x7F060136
-			public const int upgrade_gray = 2131099958;
+			public const int tooltip_background_dark = 2131099958;
 			
 			// aapt resource value: 0x7F060137
-			public const int upgrade_green = 2131099959;
+			public const int tooltip_background_light = 2131099959;
 			
 			// aapt resource value: 0x7F060138
-			public const int upgrade_orange = 2131099960;
-			
-			// aapt resource value: 0x7F060139
-			public const int upgrade_red = 2131099961;
+			public const int topbar_title_color = 2131099960;
 			
 			// aapt resource value: 0x7F06013A
-			public const int upload_sel_count = 2131099962;
+			public const int translucent_black = 2131099962;
 			
 			// aapt resource value: 0x7F06013B
-			public const int version_gray = 2131099963;
+			public const int transparent = 2131099963;
 			
 			// aapt resource value: 0x7F06013C
-			public const int video_talk_sdk_black = 2131099964;
+			public const int transparent_bg = 2131099964;
+			
+			// aapt resource value: 0x7F060139
+			public const int trans_bg_color = 2131099961;
 			
 			// aapt resource value: 0x7F06013D
-			public const int video_talk_sdk_hint_color_gray = 2131099965;
+			public const int tv_my_blue = 2131099965;
 			
 			// aapt resource value: 0x7F06013E
-			public const int video_talk_sdk_text_color_black = 2131099966;
+			public const int unopen = 2131099966;
 			
 			// aapt resource value: 0x7F06013F
-			public const int video_talk_sdk_text_color_gray = 2131099967;
+			public const int upgrade_gray = 2131099967;
 			
 			// aapt resource value: 0x7F060140
-			public const int video_talk_sdk_white = 2131099968;
+			public const int upgrade_green = 2131099968;
 			
 			// aapt resource value: 0x7F060141
-			public const int viewfinder_frame = 2131099969;
+			public const int upgrade_orange = 2131099969;
 			
 			// aapt resource value: 0x7F060142
-			public const int viewfinder_laser = 2131099970;
+			public const int upgrade_red = 2131099970;
 			
 			// aapt resource value: 0x7F060143
-			public const int viewfinder_mask = 2131099971;
+			public const int upload_sel_count = 2131099971;
 			
 			// aapt resource value: 0x7F060144
-			public const int white = 2131099972;
+			public const int version_gray = 2131099972;
 			
 			// aapt resource value: 0x7F060145
-			public const int yahei = 2131099973;
+			public const int video_talk_sdk_black = 2131099973;
 			
 			// aapt resource value: 0x7F060146
-			public const int yellow_text = 2131099974;
+			public const int video_talk_sdk_hint_color_gray = 2131099974;
 			
 			// aapt resource value: 0x7F060147
-			public const int zxing_custom_possible_result_points = 2131099975;
+			public const int video_talk_sdk_text_color_black = 2131099975;
 			
 			// aapt resource value: 0x7F060148
-			public const int zxing_custom_result_view = 2131099976;
+			public const int video_talk_sdk_text_color_gray = 2131099976;
 			
 			// aapt resource value: 0x7F060149
-			public const int zxing_custom_viewfinder_laser = 2131099977;
+			public const int video_talk_sdk_white = 2131099977;
 			
 			// aapt resource value: 0x7F06014A
-			public const int zxing_custom_viewfinder_mask = 2131099978;
+			public const int viewfinder_frame = 2131099978;
 			
 			// aapt resource value: 0x7F06014B
-			public const int zxing_possible_result_points = 2131099979;
+			public const int viewfinder_laser = 2131099979;
 			
 			// aapt resource value: 0x7F06014C
-			public const int zxing_result_view = 2131099980;
+			public const int viewfinder_mask = 2131099980;
 			
 			// aapt resource value: 0x7F06014D
-			public const int zxing_status_text = 2131099981;
+			public const int white = 2131099981;
 			
 			// aapt resource value: 0x7F06014E
-			public const int zxing_transparent = 2131099982;
+			public const int yahei = 2131099982;
 			
 			// aapt resource value: 0x7F06014F
-			public const int zxing_viewfinder_laser = 2131099983;
+			public const int yellow_text = 2131099983;
 			
 			// aapt resource value: 0x7F060150
-			public const int zxing_viewfinder_mask = 2131099984;
+			public const int zxing_custom_possible_result_points = 2131099984;
+			
+			// aapt resource value: 0x7F060151
+			public const int zxing_custom_result_view = 2131099985;
+			
+			// aapt resource value: 0x7F060152
+			public const int zxing_custom_viewfinder_laser = 2131099986;
+			
+			// aapt resource value: 0x7F060153
+			public const int zxing_custom_viewfinder_mask = 2131099987;
+			
+			// aapt resource value: 0x7F060154
+			public const int zxing_possible_result_points = 2131099988;
+			
+			// aapt resource value: 0x7F060155
+			public const int zxing_result_view = 2131099989;
+			
+			// aapt resource value: 0x7F060156
+			public const int zxing_status_text = 2131099990;
+			
+			// aapt resource value: 0x7F060157
+			public const int zxing_transparent = 2131099991;
+			
+			// aapt resource value: 0x7F060158
+			public const int zxing_viewfinder_laser = 2131099992;
+			
+			// aapt resource value: 0x7F060159
+			public const int zxing_viewfinder_mask = 2131099993;
 			
 			static Color()
 			{
@@ -9195,1804 +9282,1774 @@
 			public const int join_qq_group = 2131231290;
 			
 			// aapt resource value: 0x7F08023B
-			public const int jpush_btn_bg_green_playable = 2131231291;
+			public const int label_bg_line = 2131231291;
 			
 			// aapt resource value: 0x7F08023C
-			public const int jpush_ic_action_cancle = 2131231292;
+			public const int label_bg_sel = 2131231292;
 			
 			// aapt resource value: 0x7F08023D
-			public const int jpush_ic_action_close = 2131231293;
+			public const int launchImage = 2131231293;
 			
 			// aapt resource value: 0x7F08023E
-			public const int jpush_ic_action_close2 = 2131231294;
+			public const int lc_demo_bg_selector = 2131231294;
 			
 			// aapt resource value: 0x7F08023F
-			public const int jpush_ic_richpush_actionbar_back = 2131231295;
+			public const int lc_demo_border_100r_shape = 2131231295;
 			
 			// aapt resource value: 0x7F080240
-			public const int jpush_ic_richpush_actionbar_divider = 2131231296;
+			public const int lc_demo_border_gray_4r_shape = 2131231296;
 			
 			// aapt resource value: 0x7F080241
-			public const int jpush_richpush_btn_selector = 2131231297;
+			public const int lc_demo_border_org_4r_shape = 2131231297;
 			
 			// aapt resource value: 0x7F080242
-			public const int jpush_richpush_progressbar = 2131231298;
+			public const int lc_demo_cursor_drawable = 2131231298;
 			
 			// aapt resource value: 0x7F080243
-			public const int label_bg_line = 2131231299;
+			public const int lc_demo_org_progress_style = 2131231299;
 			
 			// aapt resource value: 0x7F080244
-			public const int label_bg_sel = 2131231300;
+			public const int lc_demo_pg_background = 2131231300;
 			
 			// aapt resource value: 0x7F080245
-			public const int launchImage = 2131231301;
+			public const int lc_demo_photo_capture_selector = 2131231301;
 			
 			// aapt resource value: 0x7F080246
-			public const int lc_demo_bg_selector = 2131231302;
+			public const int lc_demo_pic_color_cloud_video_selector = 2131231302;
 			
 			// aapt resource value: 0x7F080247
-			public const int lc_demo_border_100r_shape = 2131231303;
+			public const int lc_demo_pic_color_local_video_selector = 2131231303;
 			
 			// aapt resource value: 0x7F080248
-			public const int lc_demo_border_gray_4r_shape = 2131231304;
+			public const int lc_demo_point = 2131231304;
 			
 			// aapt resource value: 0x7F080249
-			public const int lc_demo_border_org_4r_shape = 2131231305;
+			public const int lc_demo_progress_style = 2131231305;
 			
 			// aapt resource value: 0x7F08024A
-			public const int lc_demo_cursor_drawable = 2131231306;
+			public const int lc_demo_soild_100r_org_shape = 2131231306;
 			
 			// aapt resource value: 0x7F08024B
-			public const int lc_demo_org_progress_style = 2131231307;
+			public const int lc_demo_soild_100r_tra_shape = 2131231307;
 			
 			// aapt resource value: 0x7F08024C
-			public const int lc_demo_pg_background = 2131231308;
+			public const int lc_demo_soild_10r_org_shape = 2131231308;
 			
 			// aapt resource value: 0x7F08024D
-			public const int lc_demo_photo_capture_selector = 2131231309;
+			public const int lc_demo_soild_10r_white_shape = 2131231309;
 			
 			// aapt resource value: 0x7F08024E
-			public const int lc_demo_pic_color_cloud_video_selector = 2131231310;
+			public const int lc_demo_txt_color_selector = 2131231310;
 			
 			// aapt resource value: 0x7F08024F
-			public const int lc_demo_pic_color_local_video_selector = 2131231311;
+			public const int lc_demo_txt_color_video_selector = 2131231311;
 			
 			// aapt resource value: 0x7F080250
-			public const int lc_demo_point = 2131231312;
+			public const int lc_demo_txt_pixel_shape = 2131231312;
 			
 			// aapt resource value: 0x7F080251
-			public const int lc_demo_progress_style = 2131231313;
+			public const int lc_operation_step = 2131231313;
 			
 			// aapt resource value: 0x7F080252
-			public const int lc_demo_soild_100r_org_shape = 2131231314;
+			public const int lc_standard_big_btn_disabled_bg = 2131231314;
 			
 			// aapt resource value: 0x7F080253
-			public const int lc_demo_soild_100r_tra_shape = 2131231315;
+			public const int lc_standard_big_btn_normal_bg = 2131231315;
 			
 			// aapt resource value: 0x7F080254
-			public const int lc_demo_soild_10r_org_shape = 2131231316;
+			public const int lc_standard_big_btn_pressed_bg = 2131231316;
 			
 			// aapt resource value: 0x7F080255
-			public const int lc_demo_soild_10r_white_shape = 2131231317;
+			public const int lc_standard_big_btn_selector = 2131231317;
 			
 			// aapt resource value: 0x7F080256
-			public const int lc_demo_txt_color_selector = 2131231318;
+			public const int lc_standard_next_btn_disable_bg = 2131231318;
 			
 			// aapt resource value: 0x7F080257
-			public const int lc_demo_txt_color_video_selector = 2131231319;
+			public const int lc_standard_next_btn_normal_bg = 2131231319;
 			
 			// aapt resource value: 0x7F080258
-			public const int lc_demo_txt_pixel_shape = 2131231320;
+			public const int lc_standard_next_btn_pressed_bg = 2131231320;
 			
 			// aapt resource value: 0x7F080259
-			public const int lc_operation_step = 2131231321;
+			public const int leave_message_play = 2131231321;
 			
 			// aapt resource value: 0x7F08025A
-			public const int lc_standard_big_btn_disabled_bg = 2131231322;
+			public const int leave_message_play_sel = 2131231322;
 			
 			// aapt resource value: 0x7F08025B
-			public const int lc_standard_big_btn_normal_bg = 2131231323;
+			public const int leave_message_play_selector = 2131231323;
 			
 			// aapt resource value: 0x7F08025C
-			public const int lc_standard_big_btn_pressed_bg = 2131231324;
+			public const int leba_bg_single_unselected = 2131231324;
 			
 			// aapt resource value: 0x7F08025D
-			public const int lc_standard_big_btn_selector = 2131231325;
+			public const int left_horizontal = 2131231325;
 			
 			// aapt resource value: 0x7F08025E
-			public const int lc_standard_next_btn_disable_bg = 2131231326;
+			public const int left_twinkle = 2131231326;
 			
 			// aapt resource value: 0x7F08025F
-			public const int lc_standard_next_btn_normal_bg = 2131231327;
+			public const int link_account1 = 2131231327;
 			
 			// aapt resource value: 0x7F080260
-			public const int lc_standard_next_btn_pressed_bg = 2131231328;
+			public const int link_account2 = 2131231328;
 			
 			// aapt resource value: 0x7F080261
-			public const int leave_message_play = 2131231329;
+			public const int link_account3 = 2131231329;
 			
 			// aapt resource value: 0x7F080262
-			public const int leave_message_play_sel = 2131231330;
-			
-			// aapt resource value: 0x7F080263
-			public const int leave_message_play_selector = 2131231331;
+			public const int link_account4 = 2131231330;
 			
 			// aapt resource value: 0x7F080264
-			public const int leba_bg_single_unselected = 2131231332;
+			public const int Loading = 2131231332;
 			
 			// aapt resource value: 0x7F080265
-			public const int left_horizontal = 2131231333;
+			public const int loading_01 = 2131231333;
 			
 			// aapt resource value: 0x7F080266
-			public const int left_twinkle = 2131231334;
+			public const int loading_02 = 2131231334;
 			
 			// aapt resource value: 0x7F080267
-			public const int link_account1 = 2131231335;
+			public const int loading_03 = 2131231335;
 			
 			// aapt resource value: 0x7F080268
-			public const int link_account2 = 2131231336;
+			public const int loading_04 = 2131231336;
 			
 			// aapt resource value: 0x7F080269
-			public const int link_account3 = 2131231337;
+			public const int loading_05 = 2131231337;
 			
 			// aapt resource value: 0x7F08026A
-			public const int link_account4 = 2131231338;
-			
-			// aapt resource value: 0x7F08026C
-			public const int Loading = 2131231340;
-			
-			// aapt resource value: 0x7F08026D
-			public const int loading_01 = 2131231341;
-			
-			// aapt resource value: 0x7F08026E
-			public const int loading_02 = 2131231342;
-			
-			// aapt resource value: 0x7F08026F
-			public const int loading_03 = 2131231343;
-			
-			// aapt resource value: 0x7F080270
-			public const int loading_04 = 2131231344;
-			
-			// aapt resource value: 0x7F080271
-			public const int loading_05 = 2131231345;
-			
-			// aapt resource value: 0x7F080272
-			public const int loading_06 = 2131231346;
-			
-			// aapt resource value: 0x7F080273
-			public const int loading_07 = 2131231347;
-			
-			// aapt resource value: 0x7F080274
-			public const int loading_08 = 2131231348;
-			
-			// aapt resource value: 0x7F080275
-			public const int loading_09 = 2131231349;
-			
-			// aapt resource value: 0x7F080276
-			public const int loading_10 = 2131231350;
-			
-			// aapt resource value: 0x7F080277
-			public const int loading_11 = 2131231351;
-			
-			// aapt resource value: 0x7F080278
-			public const int loading_12 = 2131231352;
+			public const int loading_06 = 2131231338;
 			
 			// aapt resource value: 0x7F08026B
-			public const int load_failed_bg = 2131231339;
+			public const int loading_07 = 2131231339;
+			
+			// aapt resource value: 0x7F08026C
+			public const int loading_08 = 2131231340;
+			
+			// aapt resource value: 0x7F08026D
+			public const int loading_09 = 2131231341;
+			
+			// aapt resource value: 0x7F08026E
+			public const int loading_10 = 2131231342;
+			
+			// aapt resource value: 0x7F08026F
+			public const int loading_11 = 2131231343;
+			
+			// aapt resource value: 0x7F080270
+			public const int loading_12 = 2131231344;
+			
+			// aapt resource value: 0x7F080263
+			public const int load_failed_bg = 2131231331;
+			
+			// aapt resource value: 0x7F080271
+			public const int lock_bg = 2131231345;
+			
+			// aapt resource value: 0x7F080272
+			public const int login_btn_selector = 2131231346;
+			
+			// aapt resource value: 0x7F080273
+			public const int login_logo = 2131231347;
+			
+			// aapt resource value: 0x7F080274
+			public const int login_logo_button = 2131231348;
+			
+			// aapt resource value: 0x7F080275
+			public const int login_logo_button_sel = 2131231349;
+			
+			// aapt resource value: 0x7F080276
+			public const int logo_loading_1 = 2131231350;
+			
+			// aapt resource value: 0x7F080277
+			public const int logo_loading_2 = 2131231351;
+			
+			// aapt resource value: 0x7F080278
+			public const int logo_loading_3 = 2131231352;
 			
 			// aapt resource value: 0x7F080279
-			public const int lock_bg = 2131231353;
+			public const int logo_loading_4 = 2131231353;
 			
 			// aapt resource value: 0x7F08027A
-			public const int login_btn_selector = 2131231354;
+			public const int lp_calltime_shape = 2131231354;
 			
 			// aapt resource value: 0x7F08027B
-			public const int login_logo = 2131231355;
+			public const int lp_calltime_shape_gray = 2131231355;
 			
 			// aapt resource value: 0x7F08027C
-			public const int login_logo_button = 2131231356;
+			public const int lp_dialog_background = 2131231356;
 			
 			// aapt resource value: 0x7F08027D
-			public const int login_logo_button_sel = 2131231357;
+			public const int lp_dialog_cancel_background = 2131231357;
 			
 			// aapt resource value: 0x7F08027E
-			public const int logo_loading_1 = 2131231358;
+			public const int lp_dialog_confirm_background = 2131231358;
 			
 			// aapt resource value: 0x7F08027F
-			public const int logo_loading_2 = 2131231359;
+			public const int lp_line_shape = 2131231359;
 			
 			// aapt resource value: 0x7F080280
-			public const int logo_loading_3 = 2131231360;
+			public const int mesage_details_callhelp = 2131231360;
 			
 			// aapt resource value: 0x7F080281
-			public const int logo_loading_4 = 2131231361;
+			public const int mesage_details_curtain = 2131231361;
 			
 			// aapt resource value: 0x7F080282
-			public const int lp_calltime_shape = 2131231362;
+			public const int mesage_details_data = 2131231362;
 			
 			// aapt resource value: 0x7F080283
-			public const int lp_calltime_shape_gray = 2131231363;
+			public const int mesage_details_door = 2131231363;
 			
 			// aapt resource value: 0x7F080284
-			public const int lp_dialog_background = 2131231364;
+			public const int mesage_details_gas = 2131231364;
 			
 			// aapt resource value: 0x7F080285
-			public const int lp_dialog_cancel_background = 2131231365;
+			public const int mesage_details_hdd = 2131231365;
 			
 			// aapt resource value: 0x7F080286
-			public const int lp_dialog_confirm_background = 2131231366;
+			public const int mesage_details_infrared = 2131231366;
 			
 			// aapt resource value: 0x7F080287
-			public const int lp_line_shape = 2131231367;
+			public const int mesage_details_keyboard = 2131231367;
 			
 			// aapt resource value: 0x7F080288
-			public const int mesage_details_callhelp = 2131231368;
+			public const int mesage_details_loss = 2131231368;
 			
 			// aapt resource value: 0x7F080289
-			public const int mesage_details_curtain = 2131231369;
+			public const int mesage_details_low_battery = 2131231369;
 			
 			// aapt resource value: 0x7F08028A
-			public const int mesage_details_data = 2131231370;
+			public const int mesage_details_offline = 2131231370;
 			
 			// aapt resource value: 0x7F08028B
-			public const int mesage_details_door = 2131231371;
+			public const int mesage_details_power = 2131231371;
 			
 			// aapt resource value: 0x7F08028C
-			public const int mesage_details_gas = 2131231372;
+			public const int mesage_details_smoke = 2131231372;
 			
 			// aapt resource value: 0x7F08028D
-			public const int mesage_details_hdd = 2131231373;
+			public const int mesage_details_tampering = 2131231373;
 			
 			// aapt resource value: 0x7F08028E
-			public const int mesage_details_infrared = 2131231374;
+			public const int mesage_details_video_loss = 2131231374;
 			
 			// aapt resource value: 0x7F08028F
-			public const int mesage_details_keyboard = 2131231375;
+			public const int mesage_details_water = 2131231375;
 			
 			// aapt resource value: 0x7F080290
-			public const int mesage_details_loss = 2131231376;
+			public const int message = 2131231376;
 			
 			// aapt resource value: 0x7F080291
-			public const int mesage_details_low_battery = 2131231377;
+			public const int message_a1_bg = 2131231377;
 			
 			// aapt resource value: 0x7F080292
-			public const int mesage_details_offline = 2131231378;
+			public const int message_back = 2131231378;
 			
 			// aapt resource value: 0x7F080293
-			public const int mesage_details_power = 2131231379;
+			public const int message_back_sel = 2131231379;
 			
 			// aapt resource value: 0x7F080294
-			public const int mesage_details_smoke = 2131231380;
+			public const int message_back_selector = 2131231380;
 			
 			// aapt resource value: 0x7F080295
-			public const int mesage_details_tampering = 2131231381;
+			public const int message_border_bg = 2131231381;
 			
 			// aapt resource value: 0x7F080296
-			public const int mesage_details_video_loss = 2131231382;
+			public const int message_callhelp = 2131231382;
 			
 			// aapt resource value: 0x7F080297
-			public const int mesage_details_water = 2131231383;
+			public const int message_curtain = 2131231383;
 			
 			// aapt resource value: 0x7F080298
-			public const int message = 2131231384;
+			public const int message_data = 2131231384;
 			
 			// aapt resource value: 0x7F080299
-			public const int message_a1_bg = 2131231385;
+			public const int message_door = 2131231385;
 			
 			// aapt resource value: 0x7F08029A
-			public const int message_back = 2131231386;
+			public const int message_gas = 2131231386;
 			
 			// aapt resource value: 0x7F08029B
-			public const int message_back_sel = 2131231387;
+			public const int message_hdd = 2131231387;
 			
 			// aapt resource value: 0x7F08029C
-			public const int message_back_selector = 2131231388;
+			public const int message_infrared = 2131231388;
 			
 			// aapt resource value: 0x7F08029D
-			public const int message_border_bg = 2131231389;
+			public const int message_item_bg_selector = 2131231389;
 			
 			// aapt resource value: 0x7F08029E
-			public const int message_callhelp = 2131231390;
+			public const int message_keyboard = 2131231390;
 			
 			// aapt resource value: 0x7F08029F
-			public const int message_curtain = 2131231391;
+			public const int message_loss = 2131231391;
 			
 			// aapt resource value: 0x7F0802A0
-			public const int message_data = 2131231392;
+			public const int message_low_battery = 2131231392;
 			
 			// aapt resource value: 0x7F0802A1
-			public const int message_door = 2131231393;
+			public const int message_move_magnetometer = 2131231393;
 			
 			// aapt resource value: 0x7F0802A2
-			public const int message_gas = 2131231394;
+			public const int message_offline = 2131231394;
 			
 			// aapt resource value: 0x7F0802A3
-			public const int message_hdd = 2131231395;
+			public const int message_play = 2131231395;
 			
 			// aapt resource value: 0x7F0802A4
-			public const int message_infrared = 2131231396;
+			public const int message_play_dis = 2131231396;
 			
 			// aapt resource value: 0x7F0802A5
-			public const int message_item_bg_selector = 2131231397;
+			public const int message_play_sel = 2131231397;
 			
 			// aapt resource value: 0x7F0802A6
-			public const int message_keyboard = 2131231398;
+			public const int message_play_selector = 2131231398;
 			
 			// aapt resource value: 0x7F0802A7
-			public const int message_loss = 2131231399;
+			public const int message_power = 2131231399;
 			
 			// aapt resource value: 0x7F0802A8
-			public const int message_low_battery = 2131231400;
+			public const int message_sel = 2131231400;
 			
 			// aapt resource value: 0x7F0802A9
-			public const int message_move_magnetometer = 2131231401;
+			public const int message_smoke = 2131231401;
 			
 			// aapt resource value: 0x7F0802AA
-			public const int message_offline = 2131231402;
+			public const int message_system_list_item_divider = 2131231402;
 			
 			// aapt resource value: 0x7F0802AB
-			public const int message_play = 2131231403;
+			public const int message_tampering = 2131231403;
 			
 			// aapt resource value: 0x7F0802AC
-			public const int message_play_dis = 2131231404;
+			public const int message_video = 2131231404;
 			
 			// aapt resource value: 0x7F0802AD
-			public const int message_play_sel = 2131231405;
+			public const int message_video_dis = 2131231405;
 			
 			// aapt resource value: 0x7F0802AE
-			public const int message_play_selector = 2131231406;
+			public const int message_video_loss = 2131231406;
 			
 			// aapt resource value: 0x7F0802AF
-			public const int message_power = 2131231407;
+			public const int message_video_sel = 2131231407;
 			
 			// aapt resource value: 0x7F0802B0
-			public const int message_sel = 2131231408;
+			public const int message_video_selector = 2131231408;
 			
 			// aapt resource value: 0x7F0802B1
-			public const int message_smoke = 2131231409;
+			public const int message_water = 2131231409;
 			
 			// aapt resource value: 0x7F0802B2
-			public const int message_system_list_item_divider = 2131231410;
+			public const int mic = 2131231410;
 			
 			// aapt resource value: 0x7F0802B3
-			public const int message_tampering = 2131231411;
+			public const int mm_trans = 2131231411;
 			
 			// aapt resource value: 0x7F0802B4
-			public const int message_video = 2131231412;
-			
-			// aapt resource value: 0x7F0802B5
-			public const int message_video_dis = 2131231413;
+			public const int mobile_common_bg_btn_border_shape = 2131231412;
 			
 			// aapt resource value: 0x7F0802B6
-			public const int message_video_loss = 2131231414;
+			public const int mobile_common_checkbox_small_checked = 2131231414;
 			
 			// aapt resource value: 0x7F0802B7
-			public const int message_video_sel = 2131231415;
+			public const int mobile_common_checkbox_small_default = 2131231415;
+			
+			// aapt resource value: 0x7F0802B5
+			public const int mobile_common_check_box_selector = 2131231413;
 			
 			// aapt resource value: 0x7F0802B8
-			public const int message_video_selector = 2131231416;
+			public const int mobile_common_common_pic_nointernet = 2131231416;
 			
 			// aapt resource value: 0x7F0802B9
-			public const int message_water = 2131231417;
+			public const int mobile_common_dialog_bg = 2131231417;
 			
 			// aapt resource value: 0x7F0802BA
-			public const int mic = 2131231418;
+			public const int mobile_common_dialog_tips_bg = 2131231418;
 			
 			// aapt resource value: 0x7F0802BB
-			public const int mm_trans = 2131231419;
+			public const int mobile_common_icon_deleteinput = 2131231419;
 			
 			// aapt resource value: 0x7F0802BC
-			public const int mobile_common_bg_btn_border_shape = 2131231420;
-			
-			// aapt resource value: 0x7F0802BE
-			public const int mobile_common_checkbox_small_checked = 2131231422;
-			
-			// aapt resource value: 0x7F0802BF
-			public const int mobile_common_checkbox_small_default = 2131231423;
+			public const int mobile_common_icon_nextarrow = 2131231420;
 			
 			// aapt resource value: 0x7F0802BD
-			public const int mobile_common_check_box_selector = 2131231421;
+			public const int mobile_common_leba_bg_single_selected = 2131231421;
+			
+			// aapt resource value: 0x7F0802BE
+			public const int mobile_common_leba_bg_single_unselected = 2131231422;
+			
+			// aapt resource value: 0x7F0802BF
+			public const int mobile_common_my_menu_selector_bg = 2131231423;
 			
 			// aapt resource value: 0x7F0802C0
-			public const int mobile_common_common_pic_nointernet = 2131231424;
+			public const int mobile_common_next_btn_selector = 2131231424;
 			
 			// aapt resource value: 0x7F0802C1
-			public const int mobile_common_dialog_bg = 2131231425;
+			public const int mobile_common_progress_loading_img = 2131231425;
 			
 			// aapt resource value: 0x7F0802C2
-			public const int mobile_common_dialog_tips_bg = 2131231426;
+			public const int mobile_common_progress_style = 2131231426;
 			
 			// aapt resource value: 0x7F0802C3
-			public const int mobile_common_icon_deleteinput = 2131231427;
+			public const int mobile_common_radius_5dp_white_bg = 2131231427;
 			
 			// aapt resource value: 0x7F0802C4
-			public const int mobile_common_icon_nextarrow = 2131231428;
+			public const int mobile_common_shape_round_bg = 2131231428;
 			
 			// aapt resource value: 0x7F0802C5
-			public const int mobile_common_leba_bg_single_selected = 2131231429;
+			public const int mobile_common_share_selector = 2131231429;
 			
 			// aapt resource value: 0x7F0802C6
-			public const int mobile_common_leba_bg_single_unselected = 2131231430;
+			public const int mobile_common_title_back = 2131231430;
 			
 			// aapt resource value: 0x7F0802C7
-			public const int mobile_common_my_menu_selector_bg = 2131231431;
+			public const int more = 2131231431;
 			
 			// aapt resource value: 0x7F0802C8
-			public const int mobile_common_next_btn_selector = 2131231432;
+			public const int mute_icon = 2131231432;
 			
 			// aapt resource value: 0x7F0802C9
-			public const int mobile_common_progress_loading_img = 2131231433;
+			public const int mute_icon_sel = 2131231433;
 			
 			// aapt resource value: 0x7F0802CA
-			public const int mobile_common_progress_style = 2131231434;
+			public const int my_a1 = 2131231434;
 			
 			// aapt resource value: 0x7F0802CB
-			public const int mobile_common_radius_5dp_white_bg = 2131231435;
+			public const int my_a1c = 2131231435;
 			
 			// aapt resource value: 0x7F0802CC
-			public const int mobile_common_shape_round_bg = 2131231436;
+			public const int my_a1s = 2131231436;
 			
 			// aapt resource value: 0x7F0802CD
-			public const int mobile_common_share_selector = 2131231437;
+			public const int my_add = 2131231437;
 			
 			// aapt resource value: 0x7F0802CE
-			public const int mobile_common_title_back = 2131231438;
+			public const int my_cover = 2131231438;
 			
 			// aapt resource value: 0x7F0802CF
-			public const int more = 2131231439;
+			public const int my_cover620 = 2131231439;
 			
 			// aapt resource value: 0x7F0802D0
-			public const int mute_icon = 2131231440;
+			public const int my_db1 = 2131231440;
 			
 			// aapt resource value: 0x7F0802D1
-			public const int mute_icon_sel = 2131231441;
+			public const int my_doorbell = 2131231441;
 			
 			// aapt resource value: 0x7F0802D2
-			public const int my_a1 = 2131231442;
+			public const int my_doorbell_hik = 2131231442;
 			
 			// aapt resource value: 0x7F0802D3
-			public const int my_a1c = 2131231443;
+			public const int my_no_video = 2131231443;
 			
 			// aapt resource value: 0x7F0802D4
-			public const int my_a1s = 2131231444;
+			public const int my_progress_drawable = 2131231444;
 			
 			// aapt resource value: 0x7F0802D5
-			public const int my_add = 2131231445;
+			public const int my_shoping = 2131231445;
 			
 			// aapt resource value: 0x7F0802D6
-			public const int my_cover = 2131231446;
+			public const int my_switch_off = 2131231446;
 			
 			// aapt resource value: 0x7F0802D7
-			public const int my_cover620 = 2131231447;
+			public const int my_switch_on = 2131231447;
 			
 			// aapt resource value: 0x7F0802D8
-			public const int my_db1 = 2131231448;
+			public const int my_switch_selector = 2131231448;
 			
 			// aapt resource value: 0x7F0802D9
-			public const int my_doorbell = 2131231449;
+			public const int my_vr104d = 2131231449;
 			
 			// aapt resource value: 0x7F0802DA
-			public const int my_doorbell_hik = 2131231450;
+			public const int my_w1 = 2131231450;
 			
 			// aapt resource value: 0x7F0802DB
-			public const int my_no_video = 2131231451;
+			public const int my_w2d = 2131231451;
 			
 			// aapt resource value: 0x7F0802DC
-			public const int my_progress_drawable = 2131231452;
+			public const int my_w2s = 2131231452;
 			
 			// aapt resource value: 0x7F0802DD
-			public const int my_shoping = 2131231453;
+			public const int my_w3 = 2131231453;
 			
 			// aapt resource value: 0x7F0802DE
-			public const int my_switch_off = 2131231454;
+			public const int my_wlb = 2131231454;
 			
 			// aapt resource value: 0x7F0802DF
-			public const int my_switch_on = 2131231455;
+			public const int my_x1 = 2131231455;
 			
 			// aapt resource value: 0x7F0802E0
-			public const int my_switch_selector = 2131231456;
+			public const int my_x2 = 2131231456;
 			
 			// aapt resource value: 0x7F0802E1
-			public const int my_vr104d = 2131231457;
+			public const int my_x3 = 2131231457;
 			
 			// aapt resource value: 0x7F0802E2
-			public const int my_w1 = 2131231458;
+			public const int my_x3c = 2131231458;
 			
 			// aapt resource value: 0x7F0802E3
-			public const int my_w2d = 2131231459;
+			public const int my_x4 = 2131231459;
 			
 			// aapt resource value: 0x7F0802E4
-			public const int my_w2s = 2131231460;
+			public const int name_del = 2131231460;
 			
 			// aapt resource value: 0x7F0802E5
-			public const int my_w3 = 2131231461;
+			public const int name_del_sel = 2131231461;
 			
 			// aapt resource value: 0x7F0802E6
-			public const int my_wlb = 2131231462;
-			
-			// aapt resource value: 0x7F0802E7
-			public const int my_x1 = 2131231463;
+			public const int name_del_selector = 2131231462;
 			
 			// aapt resource value: 0x7F0802E8
-			public const int my_x2 = 2131231464;
+			public const int navigation_empty_icon = 2131231464;
 			
-			// aapt resource value: 0x7F0802E9
-			public const int my_x3 = 2131231465;
-			
-			// aapt resource value: 0x7F0802EA
-			public const int my_x3c = 2131231466;
+			// aapt resource value: 0x7F0802E7
+			public const int nav_back = 2131231463;
 			
 			// aapt resource value: 0x7F0802EB
-			public const int my_x4 = 2131231467;
+			public const int nomessage = 2131231467;
 			
 			// aapt resource value: 0x7F0802EC
-			public const int name_del = 2131231468;
+			public const int notification_action_background = 2131231468;
 			
 			// aapt resource value: 0x7F0802ED
-			public const int name_del_sel = 2131231469;
+			public const int notification_bg = 2131231469;
 			
 			// aapt resource value: 0x7F0802EE
-			public const int name_del_selector = 2131231470;
-			
-			// aapt resource value: 0x7F0802F0
-			public const int navigation_empty_icon = 2131231472;
+			public const int notification_bg_low = 2131231470;
 			
 			// aapt resource value: 0x7F0802EF
-			public const int nav_back = 2131231471;
+			public const int notification_bg_low_normal = 2131231471;
 			
-			// aapt resource value: 0x7F0802F3
-			public const int nomessage = 2131231475;
-			
-			// aapt resource value: 0x7F0802F4
-			public const int notification_action_background = 2131231476;
-			
-			// aapt resource value: 0x7F0802F5
-			public const int notification_bg = 2131231477;
-			
-			// aapt resource value: 0x7F0802F6
-			public const int notification_bg_low = 2131231478;
-			
-			// aapt resource value: 0x7F0802F7
-			public const int notification_bg_low_normal = 2131231479;
-			
-			// aapt resource value: 0x7F0802F8
-			public const int notification_bg_low_pressed = 2131231480;
-			
-			// aapt resource value: 0x7F0802F9
-			public const int notification_bg_normal = 2131231481;
-			
-			// aapt resource value: 0x7F0802FA
-			public const int notification_bg_normal_pressed = 2131231482;
-			
-			// aapt resource value: 0x7F0802FB
-			public const int notification_icon_background = 2131231483;
-			
-			// aapt resource value: 0x7F0802FC
-			public const int notification_template_icon_bg = 2131231484;
-			
-			// aapt resource value: 0x7F0802FD
-			public const int notification_template_icon_low_bg = 2131231485;
-			
-			// aapt resource value: 0x7F0802FE
-			public const int notification_tile_bg = 2131231486;
-			
-			// aapt resource value: 0x7F0802FF
-			public const int notify_bg = 2131231487;
-			
-			// aapt resource value: 0x7F080300
-			public const int notify_panel_notification_icon_bg = 2131231488;
+			// aapt resource value: 0x7F0802F0
+			public const int notification_bg_low_pressed = 2131231472;
 			
 			// aapt resource value: 0x7F0802F1
-			public const int no_message = 2131231473;
+			public const int notification_bg_normal = 2131231473;
 			
 			// aapt resource value: 0x7F0802F2
-			public const int no_read = 2131231474;
+			public const int notification_bg_normal_pressed = 2131231474;
+			
+			// aapt resource value: 0x7F0802F3
+			public const int notification_icon_background = 2131231475;
+			
+			// aapt resource value: 0x7F0802F4
+			public const int notification_template_icon_bg = 2131231476;
+			
+			// aapt resource value: 0x7F0802F5
+			public const int notification_template_icon_low_bg = 2131231477;
+			
+			// aapt resource value: 0x7F0802F6
+			public const int notification_tile_bg = 2131231478;
+			
+			// aapt resource value: 0x7F0802F7
+			public const int notify_bg = 2131231479;
+			
+			// aapt resource value: 0x7F0802F8
+			public const int notify_panel_notification_icon_bg = 2131231480;
+			
+			// aapt resource value: 0x7F0802E9
+			public const int no_message = 2131231465;
+			
+			// aapt resource value: 0x7F0802EA
+			public const int no_read = 2131231466;
+			
+			// aapt resource value: 0x7F0802F9
+			public const int number_bg = 2131231481;
+			
+			// aapt resource value: 0x7F0802FA
+			public const int offline = 2131231482;
+			
+			// aapt resource value: 0x7F0802FB
+			public const int open_cameralist_alarmlist_selector = 2131231483;
+			
+			// aapt resource value: 0x7F0802FC
+			public const int open_cameralist_button_selector = 2131231484;
+			
+			// aapt resource value: 0x7F0802FD
+			public const int open_cameralist_remotepb_selector = 2131231485;
+			
+			// aapt resource value: 0x7F0802FE
+			public const int open_cameralist_setup_selector = 2131231486;
+			
+			// aapt resource value: 0x7F0802FF
+			public const int opinion = 2131231487;
+			
+			// aapt resource value: 0x7F080300
+			public const int oval_color_white_18 = 2131231488;
 			
 			// aapt resource value: 0x7F080301
-			public const int number_bg = 2131231489;
+			public const int palyback_alarm_icon2 = 2131231489;
 			
 			// aapt resource value: 0x7F080302
-			public const int offline = 2131231490;
+			public const int palyback_close = 2131231490;
 			
 			// aapt resource value: 0x7F080303
-			public const int open_cameralist_alarmlist_selector = 2131231491;
+			public const int palyback_close_sel = 2131231491;
 			
 			// aapt resource value: 0x7F080304
-			public const int open_cameralist_button_selector = 2131231492;
+			public const int palyback_close_selector = 2131231492;
 			
 			// aapt resource value: 0x7F080305
-			public const int open_cameralist_remotepb_selector = 2131231493;
+			public const int palyback_date_down = 2131231493;
 			
 			// aapt resource value: 0x7F080306
-			public const int open_cameralist_setup_selector = 2131231494;
+			public const int palyback_date_down_sel = 2131231494;
 			
 			// aapt resource value: 0x7F080307
-			public const int opinion = 2131231495;
+			public const int palyback_full_down = 2131231495;
 			
 			// aapt resource value: 0x7F080308
-			public const int oval_color_white_18 = 2131231496;
+			public const int palyback_full_up = 2131231496;
 			
 			// aapt resource value: 0x7F080309
-			public const int palyback_alarm_icon2 = 2131231497;
+			public const int palyback_nest = 2131231497;
 			
 			// aapt resource value: 0x7F08030A
-			public const int palyback_close = 2131231498;
+			public const int palyback_pause = 2131231498;
 			
 			// aapt resource value: 0x7F08030B
-			public const int palyback_close_sel = 2131231499;
+			public const int palyback_pause_sel = 2131231499;
 			
 			// aapt resource value: 0x7F08030C
-			public const int palyback_close_selector = 2131231500;
+			public const int palyback_previously = 2131231500;
 			
 			// aapt resource value: 0x7F08030D
-			public const int palyback_date_down = 2131231501;
+			public const int palyback_previously_sel = 2131231501;
 			
 			// aapt resource value: 0x7F08030E
-			public const int palyback_date_down_sel = 2131231502;
+			public const int palyback_previously_selector = 2131231502;
 			
 			// aapt resource value: 0x7F08030F
-			public const int palyback_full_down = 2131231503;
+			public const int palyback_replay = 2131231503;
 			
 			// aapt resource value: 0x7F080310
-			public const int palyback_full_up = 2131231504;
+			public const int palyback_retry = 2131231504;
 			
 			// aapt resource value: 0x7F080311
-			public const int palyback_nest = 2131231505;
+			public const int palyback_time_bg = 2131231505;
 			
 			// aapt resource value: 0x7F080312
-			public const int palyback_pause = 2131231506;
+			public const int palyback_video = 2131231506;
 			
 			// aapt resource value: 0x7F080313
-			public const int palyback_pause_sel = 2131231507;
+			public const int palyback_video_now = 2131231507;
 			
 			// aapt resource value: 0x7F080314
-			public const int palyback_previously = 2131231508;
+			public const int palyback_video_now_sel = 2131231508;
 			
 			// aapt resource value: 0x7F080315
-			public const int palyback_previously_sel = 2131231509;
+			public const int palyback_video_now_selector = 2131231509;
 			
 			// aapt resource value: 0x7F080316
-			public const int palyback_previously_selector = 2131231510;
+			public const int palyback_video_sel = 2131231510;
 			
 			// aapt resource value: 0x7F080317
-			public const int palyback_replay = 2131231511;
+			public const int palyback_video_selector = 2131231511;
 			
 			// aapt resource value: 0x7F080318
-			public const int palyback_retry = 2131231512;
+			public const int pause = 2131231512;
 			
 			// aapt resource value: 0x7F080319
-			public const int palyback_time_bg = 2131231513;
+			public const int pause_sel = 2131231513;
 			
 			// aapt resource value: 0x7F08031A
-			public const int palyback_video = 2131231514;
+			public const int pic_bg = 2131231514;
 			
 			// aapt resource value: 0x7F08031B
-			public const int palyback_video_now = 2131231515;
-			
-			// aapt resource value: 0x7F08031C
-			public const int palyback_video_now_sel = 2131231516;
-			
-			// aapt resource value: 0x7F08031D
-			public const int palyback_video_now_selector = 2131231517;
-			
-			// aapt resource value: 0x7F08031E
-			public const int palyback_video_sel = 2131231518;
-			
-			// aapt resource value: 0x7F08031F
-			public const int palyback_video_selector = 2131231519;
-			
-			// aapt resource value: 0x7F080320
-			public const int pause = 2131231520;
-			
-			// aapt resource value: 0x7F080321
-			public const int pause_sel = 2131231521;
-			
-			// aapt resource value: 0x7F080322
-			public const int pic_bg = 2131231522;
-			
-			// aapt resource value: 0x7F080323
-			public const int play = 2131231523;
-			
-			// aapt resource value: 0x7F08038B
-			public const int playback = 2131231627;
-			
-			// aapt resource value: 0x7F08039B
-			public const int playbackslider = 2131231643;
-			
-			// aapt resource value: 0x7F08039C
-			public const int playbackslider_sel = 2131231644;
-			
-			// aapt resource value: 0x7F08038C
-			public const int playback_button = 2131231628;
-			
-			// aapt resource value: 0x7F08038D
-			public const int playback_cancel = 2131231629;
-			
-			// aapt resource value: 0x7F08038E
-			public const int playback_check_selector = 2131231630;
-			
-			// aapt resource value: 0x7F08038F
-			public const int playback_cover2 = 2131231631;
-			
-			// aapt resource value: 0x7F080390
-			public const int playback_cut = 2131231632;
-			
-			// aapt resource value: 0x7F080391
-			public const int playback_cut_btn_selector = 2131231633;
-			
-			// aapt resource value: 0x7F080392
-			public const int playback_cut_disable = 2131231634;
-			
-			// aapt resource value: 0x7F080393
-			public const int playback_cut_sel = 2131231635;
-			
-			// aapt resource value: 0x7F080394
-			public const int playback_matte = 2131231636;
-			
-			// aapt resource value: 0x7F080395
-			public const int playback_more_down = 2131231637;
-			
-			// aapt resource value: 0x7F080396
-			public const int playback_more_down1 = 2131231638;
-			
-			// aapt resource value: 0x7F080397
-			public const int playback_more_up1 = 2131231639;
-			
-			// aapt resource value: 0x7F080398
-			public const int playback_play = 2131231640;
-			
-			// aapt resource value: 0x7F080399
-			public const int playback_play_sel = 2131231641;
-			
-			// aapt resource value: 0x7F08039A
-			public const int playback_sel = 2131231642;
-			
-			// aapt resource value: 0x7F08039D
-			public const int playbtn_selector = 2131231645;
-			
-			// aapt resource value: 0x7F080324
-			public const int play_balanced = 2131231524;
-			
-			// aapt resource value: 0x7F080325
-			public const int play_balanced_disabel = 2131231525;
-			
-			// aapt resource value: 0x7F080326
-			public const int play_balanced_sel = 2131231526;
-			
-			// aapt resource value: 0x7F080327
-			public const int play_balanced_selector = 2131231527;
-			
-			// aapt resource value: 0x7F080328
-			public const int play_big = 2131231528;
-			
-			// aapt resource value: 0x7F08032A
-			public const int play_bigbtn_selector = 2131231530;
-			
-			// aapt resource value: 0x7F080329
-			public const int play_big_press = 2131231529;
-			
-			// aapt resource value: 0x7F08032B
-			public const int play_button_bg = 2131231531;
-			
-			// aapt resource value: 0x7F08032C
-			public const int play_button_sel = 2131231532;
-			
-			// aapt resource value: 0x7F08032D
-			public const int play_button_selector = 2131231533;
-			
-			// aapt resource value: 0x7F08032E
-			public const int play_close = 2131231534;
-			
-			// aapt resource value: 0x7F08032F
-			public const int play_close_sel = 2131231535;
-			
-			// aapt resource value: 0x7F080330
-			public const int play_close_selector = 2131231536;
-			
-			// aapt resource value: 0x7F080331
-			public const int play_disable = 2131231537;
-			
-			// aapt resource value: 0x7F080332
-			public const int play_flunet = 2131231538;
-			
-			// aapt resource value: 0x7F080333
-			public const int play_flunet_disabel = 2131231539;
-			
-			// aapt resource value: 0x7F080334
-			public const int play_flunet_sel = 2131231540;
-			
-			// aapt resource value: 0x7F080335
-			public const int play_flunet_selector = 2131231541;
-			
-			// aapt resource value: 0x7F080336
-			public const int play_full_loding_logo = 2131231542;
-			
-			// aapt resource value: 0x7F080337
-			public const int play_full_multiple = 2131231543;
-			
-			// aapt resource value: 0x7F080338
-			public const int play_full_multiple2 = 2131231544;
-			
-			// aapt resource value: 0x7F080339
-			public const int play_full_multiple3 = 2131231545;
-			
-			// aapt resource value: 0x7F08033A
-			public const int play_full_multiple4 = 2131231546;
-			
-			// aapt resource value: 0x7F08033B
-			public const int play_full_multiple5 = 2131231547;
-			
-			// aapt resource value: 0x7F08033C
-			public const int play_full_pause = 2131231548;
-			
-			// aapt resource value: 0x7F08033D
-			public const int play_full_pause_sel = 2131231549;
-			
-			// aapt resource value: 0x7F08033E
-			public const int play_full_pause_selector = 2131231550;
-			
-			// aapt resource value: 0x7F08033F
-			public const int play_full_play = 2131231551;
-			
-			// aapt resource value: 0x7F080340
-			public const int play_full_play_sel = 2131231552;
-			
-			// aapt resource value: 0x7F080341
-			public const int play_full_play_selector = 2131231553;
-			
-			// aapt resource value: 0x7F080342
-			public const int play_full_previously = 2131231554;
-			
-			// aapt resource value: 0x7F080343
-			public const int play_full_previously_sel = 2131231555;
-			
-			// aapt resource value: 0x7F080344
-			public const int play_full_previously_selector = 2131231556;
-			
-			// aapt resource value: 0x7F080345
-			public const int play_full_ptz_selector = 2131231557;
-			
-			// aapt resource value: 0x7F080346
-			public const int play_full_quality_color_selector = 2131231558;
-			
-			// aapt resource value: 0x7F080347
-			public const int play_full_quality_selector = 2131231559;
-			
-			// aapt resource value: 0x7F080348
-			public const int play_full_soundoff_btn_selector = 2131231560;
-			
-			// aapt resource value: 0x7F080349
-			public const int play_full_soundon_btn_selector = 2131231561;
-			
-			// aapt resource value: 0x7F08034A
-			public const int play_full_stop = 2131231562;
-			
-			// aapt resource value: 0x7F08034B
-			public const int play_full_stop_sel = 2131231563;
-			
-			// aapt resource value: 0x7F08034C
-			public const int play_full_stop_selector = 2131231564;
-			
-			// aapt resource value: 0x7F08034D
-			public const int play_full_talk_selector = 2131231565;
-			
-			// aapt resource value: 0x7F08034E
-			public const int play_full_video = 2131231566;
-			
-			// aapt resource value: 0x7F08034F
-			public const int play_full_video_now = 2131231567;
-			
-			// aapt resource value: 0x7F080350
-			public const int play_full_video_now_sel = 2131231568;
-			
-			// aapt resource value: 0x7F080351
-			public const int play_full_video_now_selector = 2131231569;
-			
-			// aapt resource value: 0x7F080352
-			public const int play_full_video_sel = 2131231570;
-			
-			// aapt resource value: 0x7F080353
-			public const int play_full_video_selector = 2131231571;
-			
-			// aapt resource value: 0x7F080354
-			public const int play_hd = 2131231572;
-			
-			// aapt resource value: 0x7F080355
-			public const int play_hd_disabel = 2131231573;
-			
-			// aapt resource value: 0x7F080356
-			public const int play_hd_sel = 2131231574;
-			
-			// aapt resource value: 0x7F080357
-			public const int play_hd_selector = 2131231575;
-			
-			// aapt resource value: 0x7F080358
-			public const int play_lock = 2131231576;
-			
-			// aapt resource value: 0x7F080359
-			public const int play_lock_dis = 2131231577;
-			
-			// aapt resource value: 0x7F08035A
-			public const int play_lock_selector = 2131231578;
-			
-			// aapt resource value: 0x7F08035B
-			public const int play_module_video_cloudstage_direction_limit_down = 2131231579;
-			
-			// aapt resource value: 0x7F08035C
-			public const int play_module_video_cloudstage_direction_limit_left = 2131231580;
-			
-			// aapt resource value: 0x7F08035D
-			public const int play_module_video_cloudstage_direction_limit_right = 2131231581;
-			
-			// aapt resource value: 0x7F08035E
-			public const int play_module_video_cloudstage_direction_limit_up = 2131231582;
-			
-			// aapt resource value: 0x7F08035F
-			public const int play_play = 2131231583;
-			
-			// aapt resource value: 0x7F080360
-			public const int play_play_dis = 2131231584;
-			
-			// aapt resource value: 0x7F080361
-			public const int play_play_sel = 2131231585;
-			
-			// aapt resource value: 0x7F080362
-			public const int play_play_selector = 2131231586;
-			
-			// aapt resource value: 0x7F080363
-			public const int play_play_selector_doorlock = 2131231587;
-			
-			// aapt resource value: 0x7F080364
-			public const int play_press = 2131231588;
-			
-			// aapt resource value: 0x7F080365
-			public const int play_previously = 2131231589;
-			
-			// aapt resource value: 0x7F080366
-			public const int play_previously_dis = 2131231590;
-			
-			// aapt resource value: 0x7F080367
-			public const int play_previously_sel = 2131231591;
-			
-			// aapt resource value: 0x7F080368
-			public const int play_previously_selector = 2131231592;
-			
-			// aapt resource value: 0x7F080369
-			public const int play_privacy_selector = 2131231593;
-			
-			// aapt resource value: 0x7F08036A
-			public const int play_ptz = 2131231594;
-			
-			// aapt resource value: 0x7F08036B
-			public const int play_ptz_dis = 2131231595;
-			
-			// aapt resource value: 0x7F08036C
-			public const int play_ptz_sel = 2131231596;
-			
-			// aapt resource value: 0x7F08036D
-			public const int play_ptz_selector = 2131231597;
-			
-			// aapt resource value: 0x7F08036E
-			public const int play_small = 2131231598;
-			
-			// aapt resource value: 0x7F080370
-			public const int play_smallbtn_selector = 2131231600;
-			
-			// aapt resource value: 0x7F08036F
-			public const int play_small_press = 2131231599;
-			
-			// aapt resource value: 0x7F080371
-			public const int play_speech = 2131231601;
-			
-			// aapt resource value: 0x7F080372
-			public const int play_speech_dis = 2131231602;
-			
-			// aapt resource value: 0x7F080373
-			public const int play_speech_sel = 2131231603;
-			
-			// aapt resource value: 0x7F080374
-			public const int play_speech_selector = 2131231604;
-			
-			// aapt resource value: 0x7F080375
-			public const int play_stop = 2131231605;
-			
-			// aapt resource value: 0x7F080376
-			public const int play_stop_sel = 2131231606;
-			
-			// aapt resource value: 0x7F080377
-			public const int play_stop_selector = 2131231607;
-			
-			// aapt resource value: 0x7F080378
-			public const int play_stop_selector_doorlock = 2131231608;
-			
-			// aapt resource value: 0x7F080379
-			public const int play_talk = 2131231609;
-			
-			// aapt resource value: 0x7F08037D
-			public const int play_talkback = 2131231613;
-			
-			// aapt resource value: 0x7F08037E
-			public const int play_talkback_sel = 2131231614;
-			
-			// aapt resource value: 0x7F08037F
-			public const int play_talkback_selector = 2131231615;
-			
-			// aapt resource value: 0x7F08037A
-			public const int play_talk_dis = 2131231610;
-			
-			// aapt resource value: 0x7F08037B
-			public const int play_talk_sel = 2131231611;
-			
-			// aapt resource value: 0x7F08037C
-			public const int play_talk_selector = 2131231612;
-			
-			// aapt resource value: 0x7F080380
-			public const int play_video = 2131231616;
-			
-			// aapt resource value: 0x7F080381
-			public const int play_video_dis = 2131231617;
-			
-			// aapt resource value: 0x7F080382
-			public const int play_video_record = 2131231618;
+			public const int play = 2131231515;
 			
 			// aapt resource value: 0x7F080383
-			public const int play_video_sel = 2131231619;
+			public const int playback = 2131231619;
+			
+			// aapt resource value: 0x7F080393
+			public const int playbackslider = 2131231635;
+			
+			// aapt resource value: 0x7F080394
+			public const int playbackslider_sel = 2131231636;
 			
 			// aapt resource value: 0x7F080384
-			public const int play_video_selector = 2131231620;
+			public const int playback_button = 2131231620;
 			
 			// aapt resource value: 0x7F080385
-			public const int play_video_start = 2131231621;
+			public const int playback_cancel = 2131231621;
 			
 			// aapt resource value: 0x7F080386
-			public const int play_video_time_bg = 2131231622;
+			public const int playback_check_selector = 2131231622;
 			
 			// aapt resource value: 0x7F080387
-			public const int play_voice = 2131231623;
+			public const int playback_cover2 = 2131231623;
 			
 			// aapt resource value: 0x7F080388
-			public const int play_voice_dis = 2131231624;
+			public const int playback_cut = 2131231624;
 			
 			// aapt resource value: 0x7F080389
-			public const int play_voice_sel = 2131231625;
+			public const int playback_cut_btn_selector = 2131231625;
 			
 			// aapt resource value: 0x7F08038A
-			public const int play_voice_selector = 2131231626;
+			public const int playback_cut_disable = 2131231626;
+			
+			// aapt resource value: 0x7F08038B
+			public const int playback_cut_sel = 2131231627;
+			
+			// aapt resource value: 0x7F08038C
+			public const int playback_matte = 2131231628;
+			
+			// aapt resource value: 0x7F08038D
+			public const int playback_more_down = 2131231629;
+			
+			// aapt resource value: 0x7F08038E
+			public const int playback_more_down1 = 2131231630;
+			
+			// aapt resource value: 0x7F08038F
+			public const int playback_more_up1 = 2131231631;
+			
+			// aapt resource value: 0x7F080390
+			public const int playback_play = 2131231632;
+			
+			// aapt resource value: 0x7F080391
+			public const int playback_play_sel = 2131231633;
+			
+			// aapt resource value: 0x7F080392
+			public const int playback_sel = 2131231634;
+			
+			// aapt resource value: 0x7F080395
+			public const int playbtn_selector = 2131231637;
+			
+			// aapt resource value: 0x7F08031C
+			public const int play_balanced = 2131231516;
+			
+			// aapt resource value: 0x7F08031D
+			public const int play_balanced_disabel = 2131231517;
+			
+			// aapt resource value: 0x7F08031E
+			public const int play_balanced_sel = 2131231518;
+			
+			// aapt resource value: 0x7F08031F
+			public const int play_balanced_selector = 2131231519;
+			
+			// aapt resource value: 0x7F080320
+			public const int play_big = 2131231520;
+			
+			// aapt resource value: 0x7F080322
+			public const int play_bigbtn_selector = 2131231522;
+			
+			// aapt resource value: 0x7F080321
+			public const int play_big_press = 2131231521;
+			
+			// aapt resource value: 0x7F080323
+			public const int play_button_bg = 2131231523;
+			
+			// aapt resource value: 0x7F080324
+			public const int play_button_sel = 2131231524;
+			
+			// aapt resource value: 0x7F080325
+			public const int play_button_selector = 2131231525;
+			
+			// aapt resource value: 0x7F080326
+			public const int play_close = 2131231526;
+			
+			// aapt resource value: 0x7F080327
+			public const int play_close_sel = 2131231527;
+			
+			// aapt resource value: 0x7F080328
+			public const int play_close_selector = 2131231528;
+			
+			// aapt resource value: 0x7F080329
+			public const int play_disable = 2131231529;
+			
+			// aapt resource value: 0x7F08032A
+			public const int play_flunet = 2131231530;
+			
+			// aapt resource value: 0x7F08032B
+			public const int play_flunet_disabel = 2131231531;
+			
+			// aapt resource value: 0x7F08032C
+			public const int play_flunet_sel = 2131231532;
+			
+			// aapt resource value: 0x7F08032D
+			public const int play_flunet_selector = 2131231533;
+			
+			// aapt resource value: 0x7F08032E
+			public const int play_full_loding_logo = 2131231534;
+			
+			// aapt resource value: 0x7F08032F
+			public const int play_full_multiple = 2131231535;
+			
+			// aapt resource value: 0x7F080330
+			public const int play_full_multiple2 = 2131231536;
+			
+			// aapt resource value: 0x7F080331
+			public const int play_full_multiple3 = 2131231537;
+			
+			// aapt resource value: 0x7F080332
+			public const int play_full_multiple4 = 2131231538;
+			
+			// aapt resource value: 0x7F080333
+			public const int play_full_multiple5 = 2131231539;
+			
+			// aapt resource value: 0x7F080334
+			public const int play_full_pause = 2131231540;
+			
+			// aapt resource value: 0x7F080335
+			public const int play_full_pause_sel = 2131231541;
+			
+			// aapt resource value: 0x7F080336
+			public const int play_full_pause_selector = 2131231542;
+			
+			// aapt resource value: 0x7F080337
+			public const int play_full_play = 2131231543;
+			
+			// aapt resource value: 0x7F080338
+			public const int play_full_play_sel = 2131231544;
+			
+			// aapt resource value: 0x7F080339
+			public const int play_full_play_selector = 2131231545;
+			
+			// aapt resource value: 0x7F08033A
+			public const int play_full_previously = 2131231546;
+			
+			// aapt resource value: 0x7F08033B
+			public const int play_full_previously_sel = 2131231547;
+			
+			// aapt resource value: 0x7F08033C
+			public const int play_full_previously_selector = 2131231548;
+			
+			// aapt resource value: 0x7F08033D
+			public const int play_full_ptz_selector = 2131231549;
+			
+			// aapt resource value: 0x7F08033E
+			public const int play_full_quality_color_selector = 2131231550;
+			
+			// aapt resource value: 0x7F08033F
+			public const int play_full_quality_selector = 2131231551;
+			
+			// aapt resource value: 0x7F080340
+			public const int play_full_soundoff_btn_selector = 2131231552;
+			
+			// aapt resource value: 0x7F080341
+			public const int play_full_soundon_btn_selector = 2131231553;
+			
+			// aapt resource value: 0x7F080342
+			public const int play_full_stop = 2131231554;
+			
+			// aapt resource value: 0x7F080343
+			public const int play_full_stop_sel = 2131231555;
+			
+			// aapt resource value: 0x7F080344
+			public const int play_full_stop_selector = 2131231556;
+			
+			// aapt resource value: 0x7F080345
+			public const int play_full_talk_selector = 2131231557;
+			
+			// aapt resource value: 0x7F080346
+			public const int play_full_video = 2131231558;
+			
+			// aapt resource value: 0x7F080347
+			public const int play_full_video_now = 2131231559;
+			
+			// aapt resource value: 0x7F080348
+			public const int play_full_video_now_sel = 2131231560;
+			
+			// aapt resource value: 0x7F080349
+			public const int play_full_video_now_selector = 2131231561;
+			
+			// aapt resource value: 0x7F08034A
+			public const int play_full_video_sel = 2131231562;
+			
+			// aapt resource value: 0x7F08034B
+			public const int play_full_video_selector = 2131231563;
+			
+			// aapt resource value: 0x7F08034C
+			public const int play_hd = 2131231564;
+			
+			// aapt resource value: 0x7F08034D
+			public const int play_hd_disabel = 2131231565;
+			
+			// aapt resource value: 0x7F08034E
+			public const int play_hd_sel = 2131231566;
+			
+			// aapt resource value: 0x7F08034F
+			public const int play_hd_selector = 2131231567;
+			
+			// aapt resource value: 0x7F080350
+			public const int play_lock = 2131231568;
+			
+			// aapt resource value: 0x7F080351
+			public const int play_lock_dis = 2131231569;
+			
+			// aapt resource value: 0x7F080352
+			public const int play_lock_selector = 2131231570;
+			
+			// aapt resource value: 0x7F080353
+			public const int play_module_video_cloudstage_direction_limit_down = 2131231571;
+			
+			// aapt resource value: 0x7F080354
+			public const int play_module_video_cloudstage_direction_limit_left = 2131231572;
+			
+			// aapt resource value: 0x7F080355
+			public const int play_module_video_cloudstage_direction_limit_right = 2131231573;
+			
+			// aapt resource value: 0x7F080356
+			public const int play_module_video_cloudstage_direction_limit_up = 2131231574;
+			
+			// aapt resource value: 0x7F080357
+			public const int play_play = 2131231575;
+			
+			// aapt resource value: 0x7F080358
+			public const int play_play_dis = 2131231576;
+			
+			// aapt resource value: 0x7F080359
+			public const int play_play_sel = 2131231577;
+			
+			// aapt resource value: 0x7F08035A
+			public const int play_play_selector = 2131231578;
+			
+			// aapt resource value: 0x7F08035B
+			public const int play_play_selector_doorlock = 2131231579;
+			
+			// aapt resource value: 0x7F08035C
+			public const int play_press = 2131231580;
+			
+			// aapt resource value: 0x7F08035D
+			public const int play_previously = 2131231581;
+			
+			// aapt resource value: 0x7F08035E
+			public const int play_previously_dis = 2131231582;
+			
+			// aapt resource value: 0x7F08035F
+			public const int play_previously_sel = 2131231583;
+			
+			// aapt resource value: 0x7F080360
+			public const int play_previously_selector = 2131231584;
+			
+			// aapt resource value: 0x7F080361
+			public const int play_privacy_selector = 2131231585;
+			
+			// aapt resource value: 0x7F080362
+			public const int play_ptz = 2131231586;
+			
+			// aapt resource value: 0x7F080363
+			public const int play_ptz_dis = 2131231587;
+			
+			// aapt resource value: 0x7F080364
+			public const int play_ptz_sel = 2131231588;
+			
+			// aapt resource value: 0x7F080365
+			public const int play_ptz_selector = 2131231589;
+			
+			// aapt resource value: 0x7F080366
+			public const int play_small = 2131231590;
+			
+			// aapt resource value: 0x7F080368
+			public const int play_smallbtn_selector = 2131231592;
+			
+			// aapt resource value: 0x7F080367
+			public const int play_small_press = 2131231591;
+			
+			// aapt resource value: 0x7F080369
+			public const int play_speech = 2131231593;
+			
+			// aapt resource value: 0x7F08036A
+			public const int play_speech_dis = 2131231594;
+			
+			// aapt resource value: 0x7F08036B
+			public const int play_speech_sel = 2131231595;
+			
+			// aapt resource value: 0x7F08036C
+			public const int play_speech_selector = 2131231596;
+			
+			// aapt resource value: 0x7F08036D
+			public const int play_stop = 2131231597;
+			
+			// aapt resource value: 0x7F08036E
+			public const int play_stop_sel = 2131231598;
+			
+			// aapt resource value: 0x7F08036F
+			public const int play_stop_selector = 2131231599;
+			
+			// aapt resource value: 0x7F080370
+			public const int play_stop_selector_doorlock = 2131231600;
+			
+			// aapt resource value: 0x7F080371
+			public const int play_talk = 2131231601;
+			
+			// aapt resource value: 0x7F080375
+			public const int play_talkback = 2131231605;
+			
+			// aapt resource value: 0x7F080376
+			public const int play_talkback_sel = 2131231606;
+			
+			// aapt resource value: 0x7F080377
+			public const int play_talkback_selector = 2131231607;
+			
+			// aapt resource value: 0x7F080372
+			public const int play_talk_dis = 2131231602;
+			
+			// aapt resource value: 0x7F080373
+			public const int play_talk_sel = 2131231603;
+			
+			// aapt resource value: 0x7F080374
+			public const int play_talk_selector = 2131231604;
+			
+			// aapt resource value: 0x7F080378
+			public const int play_video = 2131231608;
+			
+			// aapt resource value: 0x7F080379
+			public const int play_video_dis = 2131231609;
+			
+			// aapt resource value: 0x7F08037A
+			public const int play_video_record = 2131231610;
+			
+			// aapt resource value: 0x7F08037B
+			public const int play_video_sel = 2131231611;
+			
+			// aapt resource value: 0x7F08037C
+			public const int play_video_selector = 2131231612;
+			
+			// aapt resource value: 0x7F08037D
+			public const int play_video_start = 2131231613;
+			
+			// aapt resource value: 0x7F08037E
+			public const int play_video_time_bg = 2131231614;
+			
+			// aapt resource value: 0x7F08037F
+			public const int play_voice = 2131231615;
+			
+			// aapt resource value: 0x7F080380
+			public const int play_voice_dis = 2131231616;
+			
+			// aapt resource value: 0x7F080381
+			public const int play_voice_sel = 2131231617;
+			
+			// aapt resource value: 0x7F080382
+			public const int play_voice_selector = 2131231618;
+			
+			// aapt resource value: 0x7F080396
+			public const int popdialogbg = 2131231638;
+			
+			// aapt resource value: 0x7F080397
+			public const int prepare_device = 2131231639;
+			
+			// aapt resource value: 0x7F080398
+			public const int preview_close1_video_ico = 2131231640;
+			
+			// aapt resource value: 0x7F080399
+			public const int preview_close_video = 2131231641;
+			
+			// aapt resource value: 0x7F08039A
+			public const int preview_close_video_dis = 2131231642;
+			
+			// aapt resource value: 0x7F08039B
+			public const int preview_close_video_sel = 2131231643;
+			
+			// aapt resource value: 0x7F08039C
+			public const int preview_down_bg_normal = 2131231644;
+			
+			// aapt resource value: 0x7F08039D
+			public const int preview_down_bg_pressed = 2131231645;
 			
 			// aapt resource value: 0x7F08039E
-			public const int popdialogbg = 2131231646;
+			public const int preview_down_ico = 2131231646;
 			
 			// aapt resource value: 0x7F08039F
-			public const int prepare_device = 2131231647;
+			public const int preview_down_selector = 2131231647;
 			
 			// aapt resource value: 0x7F0803A0
-			public const int preview_close1_video_ico = 2131231648;
+			public const int preview_enlarge = 2131231648;
 			
 			// aapt resource value: 0x7F0803A1
-			public const int preview_close_video = 2131231649;
+			public const int preview_enlarge_btn_sel = 2131231649;
 			
 			// aapt resource value: 0x7F0803A2
-			public const int preview_close_video_dis = 2131231650;
+			public const int preview_enlarge_dis = 2131231650;
 			
 			// aapt resource value: 0x7F0803A3
-			public const int preview_close_video_sel = 2131231651;
+			public const int preview_enlarge_selector = 2131231651;
 			
 			// aapt resource value: 0x7F0803A4
-			public const int preview_down_bg_normal = 2131231652;
+			public const int preview_play_btn = 2131231652;
 			
 			// aapt resource value: 0x7F0803A5
-			public const int preview_down_bg_pressed = 2131231653;
+			public const int preview_play_btn_dis = 2131231653;
 			
 			// aapt resource value: 0x7F0803A6
-			public const int preview_down_ico = 2131231654;
+			public const int preview_play_btn_sel = 2131231654;
 			
 			// aapt resource value: 0x7F0803A7
-			public const int preview_down_selector = 2131231655;
+			public const int preview_play_btn_sel_v2 = 2131231655;
 			
 			// aapt resource value: 0x7F0803A8
-			public const int preview_enlarge = 2131231656;
+			public const int preview_play_btn_v2 = 2131231656;
 			
 			// aapt resource value: 0x7F0803A9
-			public const int preview_enlarge_btn_sel = 2131231657;
+			public const int preview_recording = 2131231657;
 			
 			// aapt resource value: 0x7F0803AA
-			public const int preview_enlarge_dis = 2131231658;
+			public const int preview_recording_dis = 2131231658;
 			
 			// aapt resource value: 0x7F0803AB
-			public const int preview_enlarge_selector = 2131231659;
+			public const int preview_recording_sel = 2131231659;
 			
 			// aapt resource value: 0x7F0803AC
-			public const int preview_play_btn = 2131231660;
+			public const int preview_selection_bg = 2131231660;
 			
 			// aapt resource value: 0x7F0803AD
-			public const int preview_play_btn_dis = 2131231661;
+			public const int preview_stopplay_btn_dis = 2131231661;
 			
 			// aapt resource value: 0x7F0803AE
-			public const int preview_play_btn_sel = 2131231662;
+			public const int preview_unvoice_btn = 2131231662;
 			
 			// aapt resource value: 0x7F0803AF
-			public const int preview_play_btn_sel_v2 = 2131231663;
+			public const int preview_unvoice_btn_sel = 2131231663;
 			
 			// aapt resource value: 0x7F0803B0
-			public const int preview_play_btn_v2 = 2131231664;
+			public const int preview_video_selection = 2131231664;
 			
 			// aapt resource value: 0x7F0803B1
-			public const int preview_recording = 2131231665;
+			public const int preview_video_selection_hover = 2131231665;
 			
 			// aapt resource value: 0x7F0803B2
-			public const int preview_recording_dis = 2131231666;
+			public const int preview_voice_btn = 2131231666;
 			
 			// aapt resource value: 0x7F0803B3
-			public const int preview_recording_sel = 2131231667;
+			public const int preview_voice_btn_dis = 2131231667;
 			
 			// aapt resource value: 0x7F0803B4
-			public const int preview_selection_bg = 2131231668;
+			public const int preview_voice_btn_dis_v2 = 2131231668;
 			
 			// aapt resource value: 0x7F0803B5
-			public const int preview_stopplay_btn_dis = 2131231669;
+			public const int preview_voice_btn_sel = 2131231669;
 			
 			// aapt resource value: 0x7F0803B6
-			public const int preview_unvoice_btn = 2131231670;
+			public const int preview_voice_btn_sel_v2 = 2131231670;
 			
 			// aapt resource value: 0x7F0803B7
-			public const int preview_unvoice_btn_sel = 2131231671;
+			public const int previously = 2131231671;
 			
 			// aapt resource value: 0x7F0803B8
-			public const int preview_video_selection = 2131231672;
+			public const int previously_dis = 2131231672;
 			
 			// aapt resource value: 0x7F0803B9
-			public const int preview_video_selection_hover = 2131231673;
-			
-			// aapt resource value: 0x7F0803BA
-			public const int preview_voice_btn = 2131231674;
+			public const int previously_sel = 2131231673;
 			
 			// aapt resource value: 0x7F0803BB
-			public const int preview_voice_btn_dis = 2131231675;
+			public const int progressbar = 2131231675;
 			
 			// aapt resource value: 0x7F0803BC
-			public const int preview_voice_btn_dis_v2 = 2131231676;
+			public const int progressloading = 2131231676;
+			
+			// aapt resource value: 0x7F0803BA
+			public const int progress_style = 2131231674;
 			
 			// aapt resource value: 0x7F0803BD
-			public const int preview_voice_btn_sel = 2131231677;
+			public const int ptz_bg = 2131231677;
 			
 			// aapt resource value: 0x7F0803BE
-			public const int preview_voice_btn_sel_v2 = 2131231678;
+			public const int ptz_bottom_limit = 2131231678;
 			
 			// aapt resource value: 0x7F0803BF
-			public const int previously = 2131231679;
+			public const int ptz_bottom_sel = 2131231679;
 			
 			// aapt resource value: 0x7F0803C0
-			public const int previously_dis = 2131231680;
+			public const int ptz_left_limit = 2131231680;
 			
 			// aapt resource value: 0x7F0803C1
-			public const int previously_sel = 2131231681;
-			
-			// aapt resource value: 0x7F0803C3
-			public const int progressbar = 2131231683;
-			
-			// aapt resource value: 0x7F0803C4
-			public const int progressloading = 2131231684;
+			public const int ptz_left_sel = 2131231681;
 			
 			// aapt resource value: 0x7F0803C2
-			public const int progress_style = 2131231682;
+			public const int ptz_prompt = 2131231682;
+			
+			// aapt resource value: 0x7F0803C3
+			public const int ptz_right_limit = 2131231683;
+			
+			// aapt resource value: 0x7F0803C4
+			public const int ptz_right_sel = 2131231684;
 			
 			// aapt resource value: 0x7F0803C5
-			public const int ptz_bg = 2131231685;
+			public const int ptz_top_limit = 2131231685;
 			
 			// aapt resource value: 0x7F0803C6
-			public const int ptz_bottom_limit = 2131231686;
+			public const int ptz_turn = 2131231686;
 			
 			// aapt resource value: 0x7F0803C7
-			public const int ptz_bottom_sel = 2131231687;
+			public const int ptz_turn_sel = 2131231687;
 			
 			// aapt resource value: 0x7F0803C8
-			public const int ptz_left_limit = 2131231688;
+			public const int ptz_turn_selector = 2131231688;
 			
 			// aapt resource value: 0x7F0803C9
-			public const int ptz_left_sel = 2131231689;
+			public const int ptz_up_sel = 2131231689;
 			
 			// aapt resource value: 0x7F0803CA
-			public const int ptz_prompt = 2131231690;
+			public const int push_close = 2131231690;
 			
 			// aapt resource value: 0x7F0803CB
-			public const int ptz_right_limit = 2131231691;
+			public const int push_close_sel = 2131231691;
 			
 			// aapt resource value: 0x7F0803CC
-			public const int ptz_right_sel = 2131231692;
+			public const int push_close_selector = 2131231692;
 			
 			// aapt resource value: 0x7F0803CD
-			public const int ptz_top_limit = 2131231693;
+			public const int put_ico = 2131231693;
 			
 			// aapt resource value: 0x7F0803CE
-			public const int ptz_turn = 2131231694;
+			public const int quality_balanced_icon = 2131231694;
 			
 			// aapt resource value: 0x7F0803CF
-			public const int ptz_turn_sel = 2131231695;
+			public const int quality_balanced_icon_sel = 2131231695;
 			
 			// aapt resource value: 0x7F0803D0
-			public const int ptz_turn_selector = 2131231696;
+			public const int quality_flunet_icon = 2131231696;
 			
 			// aapt resource value: 0x7F0803D1
-			public const int ptz_up_sel = 2131231697;
+			public const int quality_flunet_icon_sel = 2131231697;
 			
 			// aapt resource value: 0x7F0803D2
-			public const int push_close = 2131231698;
+			public const int quality_hd_icon = 2131231698;
 			
 			// aapt resource value: 0x7F0803D3
-			public const int push_close_sel = 2131231699;
+			public const int quality_hd_icon_sel = 2131231699;
 			
 			// aapt resource value: 0x7F0803D4
-			public const int push_close_selector = 2131231700;
+			public const int quality_super_hd_icon = 2131231700;
 			
 			// aapt resource value: 0x7F0803D5
-			public const int push_pure_close = 2131231701;
+			public const int quality_super_hd_icon_sel = 2131231701;
 			
 			// aapt resource value: 0x7F0803D6
-			public const int put_ico = 2131231702;
+			public const int query_loding1 = 2131231702;
 			
 			// aapt resource value: 0x7F0803D7
-			public const int quality_balanced_icon = 2131231703;
+			public const int query_loding2 = 2131231703;
 			
 			// aapt resource value: 0x7F0803D8
-			public const int quality_balanced_icon_sel = 2131231704;
+			public const int query_loding3 = 2131231704;
 			
 			// aapt resource value: 0x7F0803D9
-			public const int quality_flunet_icon = 2131231705;
+			public const int query_loding4 = 2131231705;
 			
 			// aapt resource value: 0x7F0803DA
-			public const int quality_flunet_icon_sel = 2131231706;
+			public const int query_loding5 = 2131231706;
 			
 			// aapt resource value: 0x7F0803DB
-			public const int quality_hd_icon = 2131231707;
+			public const int radius_rect_bg_qq_group = 2131231707;
 			
 			// aapt resource value: 0x7F0803DC
-			public const int quality_hd_icon_sel = 2131231708;
+			public const int read_button = 2131231708;
 			
 			// aapt resource value: 0x7F0803DD
-			public const int quality_super_hd_icon = 2131231709;
+			public const int read_button_sel = 2131231709;
 			
 			// aapt resource value: 0x7F0803DE
-			public const int quality_super_hd_icon_sel = 2131231710;
+			public const int read_button_selector = 2131231710;
 			
 			// aapt resource value: 0x7F0803DF
-			public const int query_loding1 = 2131231711;
+			public const int refresh_selector = 2131231711;
 			
 			// aapt resource value: 0x7F0803E0
-			public const int query_loding2 = 2131231712;
+			public const int register_server_bg = 2131231712;
 			
 			// aapt resource value: 0x7F0803E1
-			public const int query_loding3 = 2131231713;
+			public const int remote_cal_selector = 2131231713;
 			
 			// aapt resource value: 0x7F0803E2
-			public const int query_loding4 = 2131231714;
+			public const int remote_exit_btn_selector = 2131231714;
 			
 			// aapt resource value: 0x7F0803E3
-			public const int query_loding5 = 2131231715;
+			public const int remote_list_pause_btn_selector = 2131231715;
 			
 			// aapt resource value: 0x7F0803E4
-			public const int radius_rect_bg_qq_group = 2131231716;
+			public const int remote_list_play_btn_selector = 2131231716;
 			
 			// aapt resource value: 0x7F0803E5
-			public const int read_button = 2131231717;
+			public const int remote_list_soundoff_btn_selector = 2131231717;
 			
 			// aapt resource value: 0x7F0803E6
-			public const int read_button_sel = 2131231718;
+			public const int remote_list_soundon_btn_selector = 2131231718;
 			
 			// aapt resource value: 0x7F0803E7
-			public const int read_button_selector = 2131231719;
+			public const int remote_play = 2131231719;
 			
 			// aapt resource value: 0x7F0803E8
-			public const int refresh_selector = 2131231720;
+			public const int remote_play_sel = 2131231720;
 			
 			// aapt resource value: 0x7F0803E9
-			public const int register_server_bg = 2131231721;
+			public const int remote_seekbar_style = 2131231721;
 			
 			// aapt resource value: 0x7F0803EA
-			public const int remote_cal_selector = 2131231722;
+			public const int remote_seekbar_thumb = 2131231722;
 			
 			// aapt resource value: 0x7F0803EB
-			public const int remote_exit_btn_selector = 2131231723;
-			
-			// aapt resource value: 0x7F0803EC
-			public const int remote_list_pause_btn_selector = 2131231724;
-			
-			// aapt resource value: 0x7F0803ED
-			public const int remote_list_play_btn_selector = 2131231725;
-			
-			// aapt resource value: 0x7F0803EE
-			public const int remote_list_soundoff_btn_selector = 2131231726;
+			public const int reset_deivce = 2131231723;
 			
 			// aapt resource value: 0x7F0803EF
-			public const int remote_list_soundon_btn_selector = 2131231727;
+			public const int results_pic_bg = 2131231727;
 			
 			// aapt resource value: 0x7F0803F0
-			public const int remote_play = 2131231728;
+			public const int results_pic_c4 = 2131231728;
 			
 			// aapt resource value: 0x7F0803F1
-			public const int remote_play_sel = 2131231729;
+			public const int results_pic_c4c = 2131231729;
 			
 			// aapt resource value: 0x7F0803F2
-			public const int remote_seekbar_style = 2131231730;
+			public const int results_pic_c4e = 2131231730;
 			
 			// aapt resource value: 0x7F0803F3
-			public const int remote_seekbar_thumb = 2131231731;
+			public const int results_pic_c4s = 2131231731;
 			
 			// aapt resource value: 0x7F0803F4
-			public const int reset_deivce = 2131231732;
-			
-			// aapt resource value: 0x7F0803F8
-			public const int results_pic_bg = 2131231736;
-			
-			// aapt resource value: 0x7F0803F9
-			public const int results_pic_c4 = 2131231737;
-			
-			// aapt resource value: 0x7F0803FA
-			public const int results_pic_c4c = 2131231738;
-			
-			// aapt resource value: 0x7F0803FB
-			public const int results_pic_c4e = 2131231739;
-			
-			// aapt resource value: 0x7F0803FC
-			public const int results_pic_c4s = 2131231740;
-			
-			// aapt resource value: 0x7F0803FD
-			public const int results_pic_c6 = 2131231741;
-			
-			// aapt resource value: 0x7F0803FE
-			public const int results_pic_c6c = 2131231742;
-			
-			// aapt resource value: 0x7F0803FF
-			public const int results_pic_c6c_1 = 2131231743;
-			
-			// aapt resource value: 0x7F080400
-			public const int results_pic_c6c_2 = 2131231744;
-			
-			// aapt resource value: 0x7F080401
-			public const int results_pic_c6h = 2131231745;
-			
-			// aapt resource value: 0x7F080402
-			public const int results_pic_default = 2131231746;
-			
-			// aapt resource value: 0x7F080403
-			public const int results_pic_n1w = 2131231747;
+			public const int results_pic_c6 = 2131231732;
 			
 			// aapt resource value: 0x7F0803F5
-			public const int result_pic_dh1 = 2131231733;
+			public const int results_pic_c6c = 2131231733;
 			
 			// aapt resource value: 0x7F0803F6
-			public const int result_pic_doorbell = 2131231734;
+			public const int results_pic_c6c_1 = 2131231734;
 			
 			// aapt resource value: 0x7F0803F7
-			public const int result_pic_doorbell_hik = 2131231735;
+			public const int results_pic_c6c_2 = 2131231735;
+			
+			// aapt resource value: 0x7F0803F8
+			public const int results_pic_c6h = 2131231736;
+			
+			// aapt resource value: 0x7F0803F9
+			public const int results_pic_default = 2131231737;
+			
+			// aapt resource value: 0x7F0803FA
+			public const int results_pic_n1w = 2131231738;
+			
+			// aapt resource value: 0x7F0803EC
+			public const int result_pic_dh1 = 2131231724;
+			
+			// aapt resource value: 0x7F0803ED
+			public const int result_pic_doorbell = 2131231725;
+			
+			// aapt resource value: 0x7F0803EE
+			public const int result_pic_doorbell_hik = 2131231726;
+			
+			// aapt resource value: 0x7F0803FB
+			public const int right_horizontal = 2131231739;
+			
+			// aapt resource value: 0x7F0803FC
+			public const int right_twinkle = 2131231740;
+			
+			// aapt resource value: 0x7F0803FD
+			public const int ring_off = 2131231741;
+			
+			// aapt resource value: 0x7F0803FE
+			public const int say_bg = 2131231742;
+			
+			// aapt resource value: 0x7F0803FF
+			public const int scan_capture = 2131231743;
+			
+			// aapt resource value: 0x7F080400
+			public const int scan_line = 2131231744;
+			
+			// aapt resource value: 0x7F080401
+			public const int screenshot = 2131231745;
+			
+			// aapt resource value: 0x7F080402
+			public const int screenshot_def = 2131231746;
+			
+			// aapt resource value: 0x7F080403
+			public const int screenshot_sel = 2131231747;
 			
 			// aapt resource value: 0x7F080404
-			public const int right_horizontal = 2131231748;
+			public const int search = 2131231748;
 			
 			// aapt resource value: 0x7F080405
-			public const int right_twinkle = 2131231749;
+			public const int search_bnt = 2131231749;
 			
 			// aapt resource value: 0x7F080406
-			public const int ring_off = 2131231750;
+			public const int search_bnt_sel = 2131231750;
 			
 			// aapt resource value: 0x7F080407
-			public const int say_bg = 2131231751;
+			public const int search_button_selector = 2131231751;
 			
 			// aapt resource value: 0x7F080408
-			public const int scan_capture = 2131231752;
+			public const int search_input = 2131231752;
 			
 			// aapt resource value: 0x7F080409
-			public const int scan_line = 2131231753;
-			
-			// aapt resource value: 0x7F08040A
-			public const int screenshot = 2131231754;
+			public const int seekbar_thumb = 2131231753;
 			
 			// aapt resource value: 0x7F08040B
-			public const int screenshot_def = 2131231755;
+			public const int selected_icon = 2131231755;
 			
 			// aapt resource value: 0x7F08040C
-			public const int screenshot_sel = 2131231756;
+			public const int selector_orange_textview = 2131231756;
 			
 			// aapt resource value: 0x7F08040D
-			public const int search = 2131231757;
+			public const int selector_pickerview_btn = 2131231757;
+			
+			// aapt resource value: 0x7F08040A
+			public const int select_icon = 2131231754;
 			
 			// aapt resource value: 0x7F08040E
-			public const int search_bnt = 2131231758;
+			public const int server1 = 2131231758;
 			
 			// aapt resource value: 0x7F08040F
-			public const int search_bnt_sel = 2131231759;
+			public const int server2 = 2131231759;
 			
 			// aapt resource value: 0x7F080410
-			public const int search_button_selector = 2131231760;
+			public const int server3 = 2131231760;
 			
 			// aapt resource value: 0x7F080411
-			public const int search_input = 2131231761;
+			public const int server4 = 2131231761;
 			
 			// aapt resource value: 0x7F080412
-			public const int seekbar_thumb = 2131231762;
-			
-			// aapt resource value: 0x7F080414
-			public const int selected_icon = 2131231764;
-			
-			// aapt resource value: 0x7F080415
-			public const int selector_orange_textview = 2131231765;
-			
-			// aapt resource value: 0x7F080416
-			public const int selector_pickerview_btn = 2131231766;
+			public const int setting_icon_check = 2131231762;
 			
 			// aapt resource value: 0x7F080413
-			public const int select_icon = 2131231763;
+			public const int setup = 2131231763;
+			
+			// aapt resource value: 0x7F080414
+			public const int setup_sel = 2131231764;
+			
+			// aapt resource value: 0x7F080415
+			public const int setup_wechat = 2131231765;
+			
+			// aapt resource value: 0x7F080416
+			public const int shape_corners_edittext_1dp_normal = 2131231766;
 			
 			// aapt resource value: 0x7F080417
-			public const int server1 = 2131231767;
+			public const int share_management_label_button = 2131231767;
 			
 			// aapt resource value: 0x7F080418
-			public const int server2 = 2131231768;
+			public const int share_management_label_button_sel = 2131231768;
 			
 			// aapt resource value: 0x7F080419
-			public const int server3 = 2131231769;
+			public const int shipin7_alarm_msg_new = 2131231769;
 			
 			// aapt resource value: 0x7F08041A
-			public const int server4 = 2131231770;
+			public const int shrink_screen_normal = 2131231770;
 			
 			// aapt resource value: 0x7F08041B
-			public const int setting_icon_check = 2131231771;
+			public const int shrink_screen_pressed = 2131231771;
 			
 			// aapt resource value: 0x7F08041C
-			public const int setup = 2131231772;
+			public const int small_button_cameralist = 2131231772;
 			
 			// aapt resource value: 0x7F08041D
-			public const int setup_sel = 2131231773;
+			public const int small_icon = 2131231773;
 			
 			// aapt resource value: 0x7F08041E
-			public const int setup_wechat = 2131231774;
+			public const int sound_off = 2131231774;
 			
 			// aapt resource value: 0x7F08041F
-			public const int shape_corners_edittext_1dp_normal = 2131231775;
+			public const int sound_off_blue = 2131231775;
 			
 			// aapt resource value: 0x7F080420
-			public const int share_management_label_button = 2131231776;
+			public const int sound_off_sel = 2131231776;
 			
 			// aapt resource value: 0x7F080421
-			public const int share_management_label_button_sel = 2131231777;
+			public const int sound_off_sel_blue = 2131231777;
 			
 			// aapt resource value: 0x7F080422
-			public const int shipin7_alarm_msg_new = 2131231778;
+			public const int sound_on = 2131231778;
 			
 			// aapt resource value: 0x7F080423
-			public const int shrink_screen_normal = 2131231779;
+			public const int sound_on_blue = 2131231779;
 			
 			// aapt resource value: 0x7F080424
-			public const int shrink_screen_pressed = 2131231780;
+			public const int sound_on_sel = 2131231780;
 			
 			// aapt resource value: 0x7F080425
-			public const int small_button_cameralist = 2131231781;
+			public const int sound_on_sel_blue = 2131231781;
 			
 			// aapt resource value: 0x7F080426
-			public const int small_icon = 2131231782;
+			public const int sound_source = 2131231782;
 			
 			// aapt resource value: 0x7F080427
-			public const int sound_off = 2131231783;
+			public const int sound_source_sel = 2131231783;
 			
 			// aapt resource value: 0x7F080428
-			public const int sound_off_blue = 2131231784;
+			public const int speech = 2131231784;
 			
 			// aapt resource value: 0x7F080429
-			public const int sound_off_sel = 2131231785;
+			public const int speech_0 = 2131231785;
 			
 			// aapt resource value: 0x7F08042A
-			public const int sound_off_sel_blue = 2131231786;
+			public const int speech_1 = 2131231786;
 			
 			// aapt resource value: 0x7F08042B
-			public const int sound_on = 2131231787;
+			public const int speech_2 = 2131231787;
 			
 			// aapt resource value: 0x7F08042C
-			public const int sound_on_blue = 2131231788;
+			public const int speech_3 = 2131231788;
 			
 			// aapt resource value: 0x7F08042D
-			public const int sound_on_sel = 2131231789;
+			public const int speech_4 = 2131231789;
 			
 			// aapt resource value: 0x7F08042E
-			public const int sound_on_sel_blue = 2131231790;
+			public const int speech_5 = 2131231790;
 			
 			// aapt resource value: 0x7F08042F
-			public const int sound_source = 2131231791;
+			public const int speech_full_selector = 2131231791;
 			
 			// aapt resource value: 0x7F080430
-			public const int sound_source_sel = 2131231792;
-			
-			// aapt resource value: 0x7F080431
-			public const int speech = 2131231793;
-			
-			// aapt resource value: 0x7F080432
-			public const int speech_0 = 2131231794;
+			public const int stop = 2131231792;
 			
 			// aapt resource value: 0x7F080433
-			public const int speech_1 = 2131231795;
+			public const int stopbtn_selector = 2131231795;
 			
 			// aapt resource value: 0x7F080434
-			public const int speech_2 = 2131231796;
+			public const int stoplay_btn = 2131231796;
 			
 			// aapt resource value: 0x7F080435
-			public const int speech_3 = 2131231797;
+			public const int stoplay_btn_sel = 2131231797;
+			
+			// aapt resource value: 0x7F080431
+			public const int stop_disable = 2131231793;
+			
+			// aapt resource value: 0x7F080432
+			public const int stop_press = 2131231794;
 			
 			// aapt resource value: 0x7F080436
-			public const int speech_4 = 2131231798;
+			public const int success = 2131231798;
 			
 			// aapt resource value: 0x7F080437
-			public const int speech_5 = 2131231799;
+			public const int success_icon = 2131231799;
 			
 			// aapt resource value: 0x7F080438
-			public const int speech_full_selector = 2131231800;
+			public const int success_img = 2131231800;
 			
 			// aapt resource value: 0x7F080439
-			public const int stat_sys_third_app_notify = 2131231801;
+			public const int sure_background_def = 2131231801;
 			
 			// aapt resource value: 0x7F08043A
-			public const int stop = 2131231802;
-			
-			// aapt resource value: 0x7F08043D
-			public const int stopbtn_selector = 2131231805;
-			
-			// aapt resource value: 0x7F08043E
-			public const int stoplay_btn = 2131231806;
-			
-			// aapt resource value: 0x7F08043F
-			public const int stoplay_btn_sel = 2131231807;
+			public const int sure_background_sel = 2131231802;
 			
 			// aapt resource value: 0x7F08043B
-			public const int stop_disable = 2131231803;
+			public const int switch_camera = 2131231803;
 			
 			// aapt resource value: 0x7F08043C
-			public const int stop_press = 2131231804;
+			public const int switch_off = 2131231804;
+			
+			// aapt resource value: 0x7F08043D
+			public const int switch_off_disable = 2131231805;
+			
+			// aapt resource value: 0x7F08043E
+			public const int switch_on = 2131231806;
+			
+			// aapt resource value: 0x7F08043F
+			public const int switch_on_disable = 2131231807;
 			
 			// aapt resource value: 0x7F080440
-			public const int success = 2131231808;
+			public const int tab_left = 2131231808;
 			
 			// aapt resource value: 0x7F080441
-			public const int success_icon = 2131231809;
+			public const int tab_left_sel = 2131231809;
 			
 			// aapt resource value: 0x7F080442
-			public const int success_img = 2131231810;
+			public const int tab_right = 2131231810;
 			
 			// aapt resource value: 0x7F080443
-			public const int sure_background_def = 2131231811;
+			public const int tab_right_sel = 2131231811;
 			
 			// aapt resource value: 0x7F080444
-			public const int sure_background_sel = 2131231812;
+			public const int text_cursor_drawable = 2131231812;
 			
 			// aapt resource value: 0x7F080445
-			public const int switch_camera = 2131231813;
+			public const int tiltle_button_selector = 2131231813;
 			
 			// aapt resource value: 0x7F080446
-			public const int switch_off = 2131231814;
+			public const int timeline = 2131231814;
 			
 			// aapt resource value: 0x7F080447
-			public const int switch_off_disable = 2131231815;
+			public const int timeline_sel = 2131231815;
 			
 			// aapt resource value: 0x7F080448
-			public const int switch_on = 2131231816;
+			public const int tip_background = 2131231816;
 			
 			// aapt resource value: 0x7F080449
-			public const int switch_on_disable = 2131231817;
+			public const int tip_textview_bg = 2131231817;
 			
 			// aapt resource value: 0x7F08044A
-			public const int tab_left = 2131231818;
+			public const int title_down_bg = 2131231818;
 			
 			// aapt resource value: 0x7F08044B
-			public const int tab_left_sel = 2131231819;
+			public const int title_down_play = 2131231819;
 			
 			// aapt resource value: 0x7F08044C
-			public const int tab_right = 2131231820;
+			public const int title_down_play_sel = 2131231820;
 			
 			// aapt resource value: 0x7F08044D
-			public const int tab_right_sel = 2131231821;
+			public const int title_down_play_selector = 2131231821;
 			
 			// aapt resource value: 0x7F08044E
-			public const int text_cursor_drawable = 2131231822;
+			public const int title_menu_bg = 2131231822;
 			
 			// aapt resource value: 0x7F08044F
-			public const int tiltle_button_selector = 2131231823;
+			public const int tittel_button_bg = 2131231823;
 			
 			// aapt resource value: 0x7F080450
-			public const int timeline = 2131231824;
+			public const int tittel_button_press_bg = 2131231824;
 			
 			// aapt resource value: 0x7F080451
-			public const int timeline_sel = 2131231825;
+			public const int tooltip_frame_dark = 2131231825;
 			
 			// aapt resource value: 0x7F080452
-			public const int tip_background = 2131231826;
+			public const int tooltip_frame_light = 2131231826;
 			
 			// aapt resource value: 0x7F080453
-			public const int tip_textview_bg = 2131231827;
+			public const int top_bar_bg = 2131231827;
 			
 			// aapt resource value: 0x7F080454
-			public const int title_down_bg = 2131231828;
+			public const int track_bar_bg = 2131231828;
 			
 			// aapt resource value: 0x7F080455
-			public const int title_down_play = 2131231829;
+			public const int translucent = 2131231829;
 			
 			// aapt resource value: 0x7F080456
-			public const int title_down_play_sel = 2131231830;
+			public const int transparent_divider = 2131231830;
 			
 			// aapt resource value: 0x7F080457
-			public const int title_down_play_selector = 2131231831;
+			public const int @unchecked = 2131231831;
 			
 			// aapt resource value: 0x7F080458
-			public const int title_menu_bg = 2131231832;
+			public const int unlock = 2131231832;
 			
 			// aapt resource value: 0x7F080459
-			public const int tittel_button_bg = 2131231833;
+			public const int unlock_def = 2131231833;
 			
 			// aapt resource value: 0x7F08045A
-			public const int tittel_button_press_bg = 2131231834;
-			
-			// aapt resource value: 0x7F08045B
-			public const int tooltip_frame_dark = 2131231835;
-			
-			// aapt resource value: 0x7F08045C
-			public const int tooltip_frame_light = 2131231836;
+			public const int unlock_sel = 2131231834;
 			
 			// aapt resource value: 0x7F08045D
-			public const int top_bar_bg = 2131231837;
+			public const int upgrade = 2131231837;
+			
+			// aapt resource value: 0x7F08045B
+			public const int up_horizontal = 2131231835;
+			
+			// aapt resource value: 0x7F08045C
+			public const int up_twinkle = 2131231836;
 			
 			// aapt resource value: 0x7F08045E
-			public const int track_bar_bg = 2131231838;
+			public const int user = 2131231838;
 			
 			// aapt resource value: 0x7F08045F
-			public const int translucent = 2131231839;
+			public const int user_module_bg_commit_button = 2131231839;
 			
 			// aapt resource value: 0x7F080460
-			public const int transparent_divider = 2131231840;
+			public const int user_module_bg_commit_button_press = 2131231840;
 			
 			// aapt resource value: 0x7F080461
-			public const int @unchecked = 2131231841;
+			public const int user_module_bg_commit_button_selector = 2131231841;
 			
 			// aapt resource value: 0x7F080462
-			public const int unlock = 2131231842;
+			public const int user_module_icon_login_account = 2131231842;
 			
 			// aapt resource value: 0x7F080463
-			public const int unlock_def = 2131231843;
+			public const int vertical_preview_sound_selector = 2131231843;
 			
 			// aapt resource value: 0x7F080464
-			public const int unlock_sel = 2131231844;
-			
-			// aapt resource value: 0x7F080467
-			public const int upgrade = 2131231847;
-			
-			// aapt resource value: 0x7F080465
-			public const int up_horizontal = 2131231845;
-			
-			// aapt resource value: 0x7F080466
-			public const int up_twinkle = 2131231846;
-			
-			// aapt resource value: 0x7F080468
-			public const int user = 2131231848;
-			
-			// aapt resource value: 0x7F080469
-			public const int user_module_bg_commit_button = 2131231849;
-			
-			// aapt resource value: 0x7F08046A
-			public const int user_module_bg_commit_button_press = 2131231850;
-			
-			// aapt resource value: 0x7F08046B
-			public const int user_module_bg_commit_button_selector = 2131231851;
-			
-			// aapt resource value: 0x7F08046C
-			public const int user_module_icon_login_account = 2131231852;
-			
-			// aapt resource value: 0x7F08046D
-			public const int vertical_preview_sound_selector = 2131231853;
-			
-			// aapt resource value: 0x7F08046E
-			public const int vertical_preview_stop_selector = 2131231854;
-			
-			// aapt resource value: 0x7F08047E
-			public const int videogo_icon = 2131231870;
-			
-			// aapt resource value: 0x7F08046F
-			public const int video_background = 2131231855;
-			
-			// aapt resource value: 0x7F080470
-			public const int video_camera1_1 = 2131231856;
-			
-			// aapt resource value: 0x7F080471
-			public const int video_camera1_2 = 2131231857;
-			
-			// aapt resource value: 0x7F080472
-			public const int video_camera1_3 = 2131231858;
-			
-			// aapt resource value: 0x7F080473
-			public const int video_file_watermark = 2131231859;
+			public const int vertical_preview_stop_selector = 2131231844;
 			
 			// aapt resource value: 0x7F080474
-			public const int video_quality_selector = 2131231860;
+			public const int videogo_icon = 2131231860;
+			
+			// aapt resource value: 0x7F080465
+			public const int video_background = 2131231845;
+			
+			// aapt resource value: 0x7F080466
+			public const int video_camera1_1 = 2131231846;
+			
+			// aapt resource value: 0x7F080467
+			public const int video_camera1_2 = 2131231847;
+			
+			// aapt resource value: 0x7F080468
+			public const int video_camera1_3 = 2131231848;
+			
+			// aapt resource value: 0x7F080469
+			public const int video_file_watermark = 2131231849;
+			
+			// aapt resource value: 0x7F08046A
+			public const int video_quality_selector = 2131231850;
+			
+			// aapt resource value: 0x7F08046B
+			public const int video_talk_sdk_icn_watch = 2131231851;
+			
+			// aapt resource value: 0x7F08046C
+			public const int video_talk_sdk_placeholder_images_user = 2131231852;
+			
+			// aapt resource value: 0x7F08046D
+			public const int video_talk_sdk_video_answer = 2131231853;
+			
+			// aapt resource value: 0x7F08046E
+			public const int video_talk_sdk_video_hangup = 2131231854;
+			
+			// aapt resource value: 0x7F08046F
+			public const int video_talk_sdk_video_record_off = 2131231855;
+			
+			// aapt resource value: 0x7F080470
+			public const int video_talk_sdk_video_record_on = 2131231856;
+			
+			// aapt resource value: 0x7F080471
+			public const int video_talk_sdk_video_snap = 2131231857;
+			
+			// aapt resource value: 0x7F080472
+			public const int video_talk_sdk_video_stop = 2131231858;
+			
+			// aapt resource value: 0x7F080473
+			public const int video_talk_sdk_video_switch_camera = 2131231859;
 			
 			// aapt resource value: 0x7F080475
-			public const int video_talk_sdk_icn_watch = 2131231861;
+			public const int volume_icon = 2131231861;
 			
 			// aapt resource value: 0x7F080476
-			public const int video_talk_sdk_placeholder_images_user = 2131231862;
-			
-			// aapt resource value: 0x7F080477
-			public const int video_talk_sdk_video_answer = 2131231863;
-			
-			// aapt resource value: 0x7F080478
-			public const int video_talk_sdk_video_hangup = 2131231864;
-			
-			// aapt resource value: 0x7F080479
-			public const int video_talk_sdk_video_record_off = 2131231865;
-			
-			// aapt resource value: 0x7F08047A
-			public const int video_talk_sdk_video_record_on = 2131231866;
-			
-			// aapt resource value: 0x7F08047B
-			public const int video_talk_sdk_video_snap = 2131231867;
-			
-			// aapt resource value: 0x7F08047C
-			public const int video_talk_sdk_video_stop = 2131231868;
-			
-			// aapt resource value: 0x7F08047D
-			public const int video_talk_sdk_video_switch_camera = 2131231869;
-			
-			// aapt resource value: 0x7F08047F
-			public const int volume_icon = 2131231871;
+			public const int volume_icon_sel = 2131231862;
 			
 			// aapt resource value: 0x7F080480
-			public const int volume_icon_sel = 2131231872;
-			
-			// aapt resource value: 0x7F08048A
-			public const int waiting_bg = 2131231882;
-			
-			// aapt resource value: 0x7F08048B
-			public const int waiting_progressbar_bg = 2131231883;
+			public const int waiting_bg = 2131231872;
 			
 			// aapt resource value: 0x7F080481
-			public const int wait_1 = 2131231873;
+			public const int waiting_progressbar_bg = 2131231873;
+			
+			// aapt resource value: 0x7F080477
+			public const int wait_1 = 2131231863;
+			
+			// aapt resource value: 0x7F080478
+			public const int wait_2 = 2131231864;
+			
+			// aapt resource value: 0x7F080479
+			public const int wait_3 = 2131231865;
+			
+			// aapt resource value: 0x7F08047A
+			public const int wait_4 = 2131231866;
+			
+			// aapt resource value: 0x7F08047B
+			public const int wait_5 = 2131231867;
+			
+			// aapt resource value: 0x7F08047C
+			public const int wait_6 = 2131231868;
+			
+			// aapt resource value: 0x7F08047D
+			public const int wait_7 = 2131231869;
+			
+			// aapt resource value: 0x7F08047E
+			public const int wait_8 = 2131231870;
+			
+			// aapt resource value: 0x7F08047F
+			public const int wait_upload_img = 2131231871;
 			
 			// aapt resource value: 0x7F080482
-			public const int wait_2 = 2131231874;
+			public const int water_alarm = 2131231874;
 			
 			// aapt resource value: 0x7F080483
-			public const int wait_3 = 2131231875;
-			
-			// aapt resource value: 0x7F080484
-			public const int wait_4 = 2131231876;
+			public const int wifi_config_bg = 2131231875;
 			
 			// aapt resource value: 0x7F080485
-			public const int wait_5 = 2131231877;
+			public const int wifi_connecting = 2131231877;
+			
+			// aapt resource value: 0x7F080484
+			public const int wifi_connect_tip = 2131231876;
 			
 			// aapt resource value: 0x7F080486
-			public const int wait_6 = 2131231878;
+			public const int yuntai_normal = 2131231878;
 			
 			// aapt resource value: 0x7F080487
-			public const int wait_7 = 2131231879;
+			public const int yuntai_pressed = 2131231879;
 			
 			// aapt resource value: 0x7F080488
-			public const int wait_8 = 2131231880;
-			
-			// aapt resource value: 0x7F080489
-			public const int wait_upload_img = 2131231881;
-			
-			// aapt resource value: 0x7F08048C
-			public const int water_alarm = 2131231884;
-			
-			// aapt resource value: 0x7F08048D
-			public const int wifi_config_bg = 2131231885;
-			
-			// aapt resource value: 0x7F08048F
-			public const int wifi_connecting = 2131231887;
-			
-			// aapt resource value: 0x7F08048E
-			public const int wifi_connect_tip = 2131231886;
-			
-			// aapt resource value: 0x7F080490
-			public const int yuntai_normal = 2131231888;
-			
-			// aapt resource value: 0x7F080491
-			public const int yuntai_pressed = 2131231889;
-			
-			// aapt resource value: 0x7F080492
-			public const int yxs_head = 2131231890;
+			public const int yxs_head = 2131231880;
 			
 			static Drawable()
 			{
@@ -11020,10 +11077,7 @@
 			public const int actionArea = 2131296278;
 			
 			// aapt resource value: 0x7F090029
-			public const int actionbarLayoutId = 2131296297;
-			
-			// aapt resource value: 0x7F09002A
-			public const int actions = 2131296298;
+			public const int actions = 2131296297;
 			
 			// aapt resource value: 0x7F090017
 			public const int action_bar = 2131296279;
@@ -11079,1157 +11133,1130 @@
 			// aapt resource value: 0x7F090028
 			public const int action_text = 2131296296;
 			
+			// aapt resource value: 0x7F09002A
+			public const int activateBtn = 2131296298;
+			
 			// aapt resource value: 0x7F09002B
-			public const int activateBtn = 2131296299;
+			public const int activateHint = 2131296299;
 			
 			// aapt resource value: 0x7F09002C
-			public const int activateHint = 2131296300;
+			public const int activity_chooser_view_content = 2131296300;
 			
 			// aapt resource value: 0x7F09002D
-			public const int activity_chooser_view_content = 2131296301;
+			public const int add = 2131296301;
 			
 			// aapt resource value: 0x7F09002E
-			public const int add = 2131296302;
+			public const int addBtn = 2131296302;
 			
 			// aapt resource value: 0x7F09002F
-			public const int addBtn = 2131296303;
+			public const int addCameraContainer = 2131296303;
 			
 			// aapt resource value: 0x7F090030
-			public const int addCameraContainer = 2131296304;
+			public const int add_btn = 2131296304;
 			
 			// aapt resource value: 0x7F090031
-			public const int add_btn = 2131296305;
-			
-			// aapt resource value: 0x7F090032
-			public const int agree_btn = 2131296306;
-			
-			// aapt resource value: 0x7F090036
-			public const int alarmlist_lv = 2131296310;
-			
-			// aapt resource value: 0x7F090037
-			public const int alarmlist_ly = 2131296311;
-			
-			// aapt resource value: 0x7F090033
-			public const int alarm_close_btn = 2131296307;
-			
-			// aapt resource value: 0x7F090034
-			public const int alarm_image = 2131296308;
+			public const int agree_btn = 2131296305;
 			
 			// aapt resource value: 0x7F090035
-			public const int alarm_info_rl = 2131296309;
+			public const int alarmlist_lv = 2131296309;
+			
+			// aapt resource value: 0x7F090036
+			public const int alarmlist_ly = 2131296310;
+			
+			// aapt resource value: 0x7F090032
+			public const int alarm_close_btn = 2131296306;
+			
+			// aapt resource value: 0x7F090033
+			public const int alarm_image = 2131296307;
+			
+			// aapt resource value: 0x7F090034
+			public const int alarm_info_rl = 2131296308;
+			
+			// aapt resource value: 0x7F090037
+			public const int alertTitle = 2131296311;
 			
 			// aapt resource value: 0x7F090038
-			public const int alertTitle = 2131296312;
-			
-			// aapt resource value: 0x7F090039
-			public const int all = 2131296313;
+			public const int all = 2131296312;
 			
 			// aapt resource value: 0x7F090000
 			public const int ALT = 2131296256;
 			
+			// aapt resource value: 0x7F090039
+			public const int always = 2131296313;
+			
 			// aapt resource value: 0x7F09003A
-			public const int always = 2131296314;
+			public const int anchored = 2131296314;
 			
 			// aapt resource value: 0x7F09003B
-			public const int anchored = 2131296315;
+			public const int answer_btn = 2131296315;
 			
 			// aapt resource value: 0x7F09003C
-			public const int answer_btn = 2131296316;
-			
-			// aapt resource value: 0x7F09003D
-			public const int answer_btn_ly = 2131296317;
-			
-			// aapt resource value: 0x7F09003F
-			public const int app_common_all_config_error_info = 2131296319;
-			
-			// aapt resource value: 0x7F090040
-			public const int app_common_config_result_fail = 2131296320;
-			
-			// aapt resource value: 0x7F090041
-			public const int app_common_config_result_success = 2131296321;
-			
-			// aapt resource value: 0x7F090042
-			public const int app_common_device_hotspot_name = 2131296322;
-			
-			// aapt resource value: 0x7F090043
-			public const int app_common_device_hotspot_pwd = 2131296323;
-			
-			// aapt resource value: 0x7F090044
-			public const int app_common_tv_title = 2131296324;
-			
-			// aapt resource value: 0x7F090045
-			public const int app_common_vg_config_result = 2131296325;
-			
-			// aapt resource value: 0x7F090046
-			public const int app_progress_bar_add_device = 2131296326;
-			
-			// aapt resource value: 0x7F090047
-			public const int app_vg_failed_to_add_device = 2131296327;
+			public const int answer_btn_ly = 2131296316;
 			
 			// aapt resource value: 0x7F09003E
-			public const int ap_name_input = 2131296318;
+			public const int app_common_all_config_error_info = 2131296318;
+			
+			// aapt resource value: 0x7F09003F
+			public const int app_common_config_result_fail = 2131296319;
+			
+			// aapt resource value: 0x7F090040
+			public const int app_common_config_result_success = 2131296320;
+			
+			// aapt resource value: 0x7F090041
+			public const int app_common_device_hotspot_name = 2131296321;
+			
+			// aapt resource value: 0x7F090042
+			public const int app_common_device_hotspot_pwd = 2131296322;
+			
+			// aapt resource value: 0x7F090043
+			public const int app_common_tv_title = 2131296323;
+			
+			// aapt resource value: 0x7F090044
+			public const int app_common_vg_config_result = 2131296324;
+			
+			// aapt resource value: 0x7F090045
+			public const int app_progress_bar_add_device = 2131296325;
+			
+			// aapt resource value: 0x7F090046
+			public const int app_vg_failed_to_add_device = 2131296326;
+			
+			// aapt resource value: 0x7F09003D
+			public const int ap_name_input = 2131296317;
+			
+			// aapt resource value: 0x7F090047
+			public const int async = 2131296327;
 			
 			// aapt resource value: 0x7F090048
-			public const int async = 2131296328;
+			public const int auto = 2131296328;
 			
 			// aapt resource value: 0x7F090049
-			public const int auto = 2131296329;
+			public const int autoAccept = 2131296329;
 			
 			// aapt resource value: 0x7F09004A
-			public const int autoAccept = 2131296330;
+			public const int autoTest = 2131296330;
 			
 			// aapt resource value: 0x7F09004B
-			public const int autoTest = 2131296331;
+			public const int auto_focus = 2131296331;
 			
 			// aapt resource value: 0x7F09004C
-			public const int auto_focus = 2131296332;
+			public const int auto_play_layout = 2131296332;
 			
 			// aapt resource value: 0x7F09004D
-			public const int auto_play_layout = 2131296333;
+			public const int av_anim = 2131296333;
 			
 			// aapt resource value: 0x7F09004E
-			public const int av_anim = 2131296334;
+			public const int back_img = 2131296334;
 			
 			// aapt resource value: 0x7F09004F
-			public const int back_img = 2131296335;
-			
-			// aapt resource value: 0x7F090050
-			public const int banner_body = 2131296336;
+			public const int barrier = 2131296335;
 			
 			// aapt resource value: 0x7F090051
-			public const int banner_content_root = 2131296337;
+			public const int beginning = 2131296337;
+			
+			// aapt resource value: 0x7F090050
+			public const int begin_time_tv = 2131296336;
 			
 			// aapt resource value: 0x7F090052
-			public const int banner_image = 2131296338;
+			public const int belongType = 2131296338;
 			
 			// aapt resource value: 0x7F090053
-			public const int banner_image_only = 2131296339;
+			public const int bg = 2131296339;
 			
 			// aapt resource value: 0x7F090054
-			public const int banner_root = 2131296340;
+			public const int bind_success_rl = 2131296340;
 			
 			// aapt resource value: 0x7F090055
-			public const int banner_text_container = 2131296341;
+			public const int bind_success_sv = 2131296341;
 			
 			// aapt resource value: 0x7F090056
-			public const int banner_title = 2131296342;
+			public const int blocking = 2131296342;
 			
 			// aapt resource value: 0x7F090057
-			public const int barrier = 2131296343;
-			
-			// aapt resource value: 0x7F090059
-			public const int beginning = 2131296345;
+			public const int both = 2131296343;
 			
 			// aapt resource value: 0x7F090058
-			public const int begin_time_tv = 2131296344;
+			public const int bottom = 2131296344;
+			
+			// aapt resource value: 0x7F090059
+			public const int bottom_bar = 2131296345;
 			
 			// aapt resource value: 0x7F09005A
-			public const int belongType = 2131296346;
+			public const int bottom_divider = 2131296346;
 			
 			// aapt resource value: 0x7F09005B
-			public const int bg = 2131296347;
+			public const int bottom_line = 2131296347;
 			
 			// aapt resource value: 0x7F09005C
-			public const int bind_success_rl = 2131296348;
+			public const int bottom_tip_title = 2131296348;
 			
 			// aapt resource value: 0x7F09005D
-			public const int bind_success_sv = 2131296349;
+			public const int btnAddCameraSuccess = 2131296349;
 			
 			// aapt resource value: 0x7F09005E
-			public const int blocking = 2131296350;
+			public const int btnBack = 2131296350;
 			
 			// aapt resource value: 0x7F09005F
-			public const int both = 2131296351;
+			public const int btnCancel = 2131296351;
 			
 			// aapt resource value: 0x7F090060
-			public const int bottom = 2131296352;
+			public const int btnConnect = 2131296352;
 			
 			// aapt resource value: 0x7F090061
-			public const int bottom_bar = 2131296353;
+			public const int btnFinish = 2131296353;
 			
 			// aapt resource value: 0x7F090062
-			public const int bottom_divider = 2131296354;
+			public const int btnIntroduce = 2131296354;
 			
 			// aapt resource value: 0x7F090063
-			public const int bottom_line = 2131296355;
+			public const int btnLineConnet = 2131296355;
 			
 			// aapt resource value: 0x7F090064
-			public const int bottom_tip_title = 2131296356;
+			public const int btnLineConnetOk = 2131296356;
 			
 			// aapt resource value: 0x7F090065
-			public const int btnAddCameraSuccess = 2131296357;
+			public const int btnNext = 2131296357;
 			
 			// aapt resource value: 0x7F090066
-			public const int btnBack = 2131296358;
+			public const int btnReset = 2131296358;
 			
 			// aapt resource value: 0x7F090067
-			public const int btnCancel = 2131296359;
+			public const int btnRetry = 2131296359;
 			
 			// aapt resource value: 0x7F090068
-			public const int btnConnect = 2131296360;
+			public const int btnSubmit = 2131296360;
 			
 			// aapt resource value: 0x7F090069
-			public const int btnFinish = 2131296361;
+			public const int btn_add = 2131296361;
 			
 			// aapt resource value: 0x7F09006A
-			public const int btnIntroduce = 2131296362;
+			public const int btn_cancel = 2131296362;
 			
 			// aapt resource value: 0x7F09006B
-			public const int btnLineConnet = 2131296363;
+			public const int btn_capture = 2131296363;
 			
 			// aapt resource value: 0x7F09006C
-			public const int btnLineConnetOk = 2131296364;
+			public const int btn_change_playback_rate = 2131296364;
 			
 			// aapt resource value: 0x7F09006D
-			public const int btnNext = 2131296365;
+			public const int btn_ddns = 2131296365;
 			
 			// aapt resource value: 0x7F09006E
-			public const int btnReset = 2131296366;
+			public const int btn_defence_switch = 2131296366;
 			
 			// aapt resource value: 0x7F09006F
-			public const int btnRetry = 2131296367;
+			public const int btn_ezviz_devicelist = 2131296367;
 			
 			// aapt resource value: 0x7F090070
-			public const int btnSubmit = 2131296368;
+			public const int btn_ezviz_historylist = 2131296368;
 			
 			// aapt resource value: 0x7F090071
-			public const int btn_add = 2131296369;
+			public const int btn_ezviz_realplay = 2131296369;
 			
 			// aapt resource value: 0x7F090072
-			public const int btn_cancel = 2131296370;
+			public const int btn_ezviz_scan = 2131296370;
 			
 			// aapt resource value: 0x7F090073
-			public const int btn_capture = 2131296371;
+			public const int btn_ezviz_scan2 = 2131296371;
 			
 			// aapt resource value: 0x7F090074
-			public const int btn_change_playback_rate = 2131296372;
+			public const int btn_ezviz_temp_password = 2131296372;
 			
 			// aapt resource value: 0x7F090075
-			public const int btn_ddns = 2131296373;
+			public const int btn_get_device_list = 2131296373;
 			
 			// aapt resource value: 0x7F090076
-			public const int btn_defence_switch = 2131296374;
+			public const int btn_hat_audio_caller = 2131296374;
 			
 			// aapt resource value: 0x7F090077
-			public const int btn_ezviz_devicelist = 2131296375;
+			public const int btn_hat_video_caller = 2131296375;
 			
 			// aapt resource value: 0x7F090078
-			public const int btn_ezviz_historylist = 2131296376;
+			public const int btn_id_save_name = 2131296376;
 			
 			// aapt resource value: 0x7F090079
-			public const int btn_ezviz_realplay = 2131296377;
+			public const int btn_landevice = 2131296377;
 			
 			// aapt resource value: 0x7F09007A
-			public const int btn_ezviz_scan = 2131296378;
+			public const int btn_multi_screen_preview = 2131296378;
 			
 			// aapt resource value: 0x7F09007B
-			public const int btn_ezviz_scan2 = 2131296379;
+			public const int btn_ok = 2131296379;
 			
 			// aapt resource value: 0x7F09007C
-			public const int btn_ezviz_temp_password = 2131296380;
+			public const int btn_online_device = 2131296380;
 			
 			// aapt resource value: 0x7F09007D
-			public const int btn_get_device_list = 2131296381;
+			public const int btn_show_debug_tools = 2131296381;
 			
 			// aapt resource value: 0x7F09007E
-			public const int btn_hat_audio_caller = 2131296382;
+			public const int btn_start_ap = 2131296382;
 			
 			// aapt resource value: 0x7F09007F
-			public const int btn_hat_video_caller = 2131296383;
+			public const int btn_stop_ap = 2131296383;
 			
 			// aapt resource value: 0x7F090080
-			public const int btn_id_save_name = 2131296384;
+			public const int btn_to_alarm_list = 2131296384;
 			
 			// aapt resource value: 0x7F090081
-			public const int btn_landevice = 2131296385;
+			public const int btn_to_ap = 2131296385;
 			
 			// aapt resource value: 0x7F090082
-			public const int btn_multi_screen_preview = 2131296386;
+			public const int btn_to_device_list = 2131296386;
 			
 			// aapt resource value: 0x7F090083
-			public const int btn_ok = 2131296387;
+			public const int btn_to_smart_config = 2131296387;
 			
 			// aapt resource value: 0x7F090084
-			public const int btn_online_device = 2131296388;
+			public const int btn_to_sound_wave = 2131296388;
 			
 			// aapt resource value: 0x7F090085
-			public const int btn_show_debug_tools = 2131296389;
+			public const int btn_user = 2131296389;
 			
 			// aapt resource value: 0x7F090086
-			public const int btn_start_ap = 2131296390;
+			public const int buttonPanel = 2131296390;
 			
 			// aapt resource value: 0x7F090087
-			public const int btn_stop_ap = 2131296391;
+			public const int callAnswerImg = 2131296391;
 			
 			// aapt resource value: 0x7F090088
-			public const int btn_to_alarm_list = 2131296392;
+			public const int callAnswerLayout = 2131296392;
 			
 			// aapt resource value: 0x7F090089
-			public const int btn_to_ap = 2131296393;
+			public const int callHangupImg = 2131296393;
 			
 			// aapt resource value: 0x7F09008A
-			public const int btn_to_device_list = 2131296394;
+			public const int callHangupText = 2131296394;
 			
 			// aapt resource value: 0x7F09008B
-			public const int btn_to_smart_config = 2131296395;
+			public const int callScreenshotImg = 2131296395;
 			
 			// aapt resource value: 0x7F09008C
-			public const int btn_to_sound_wave = 2131296396;
+			public const int callTipText = 2131296396;
 			
 			// aapt resource value: 0x7F09008D
-			public const int btn_user = 2131296397;
+			public const int callUnlockImg = 2131296397;
 			
 			// aapt resource value: 0x7F09008E
-			public const int buttonPanel = 2131296398;
+			public const int call_accept = 2131296398;
 			
 			// aapt resource value: 0x7F09008F
-			public const int callAnswerImg = 2131296399;
+			public const int camera0 = 2131296399;
 			
 			// aapt resource value: 0x7F090090
-			public const int callAnswerLayout = 2131296400;
+			public const int camera1 = 2131296400;
 			
 			// aapt resource value: 0x7F090091
-			public const int callHangupImg = 2131296401;
+			public const int cameraListLy = 2131296401;
 			
 			// aapt resource value: 0x7F090092
-			public const int callHangupText = 2131296402;
+			public const int cameraName = 2131296402;
 			
 			// aapt resource value: 0x7F090093
-			public const int callScreenshotImg = 2131296403;
+			public const int cameraNameSort = 2131296403;
 			
 			// aapt resource value: 0x7F090094
-			public const int callTipText = 2131296404;
+			public const int camera_del_btn = 2131296404;
 			
 			// aapt resource value: 0x7F090095
-			public const int callUnlockImg = 2131296405;
+			public const int camera_item_btn = 2131296405;
 			
 			// aapt resource value: 0x7F090096
-			public const int call_accept = 2131296406;
+			public const int camera_item_rl = 2131296406;
 			
 			// aapt resource value: 0x7F090097
-			public const int camera0 = 2131296407;
+			public const int camera_layout = 2131296407;
 			
 			// aapt resource value: 0x7F090098
-			public const int camera1 = 2131296408;
-			
-			// aapt resource value: 0x7F090099
-			public const int cameraListLy = 2131296409;
+			public const int camera_layout_my = 2131296408;
 			
 			// aapt resource value: 0x7F09009A
-			public const int cameraName = 2131296410;
+			public const int camera_listview = 2131296410;
+			
+			// aapt resource value: 0x7F090099
+			public const int camera_list_refresh_btn = 2131296409;
 			
 			// aapt resource value: 0x7F09009B
-			public const int cameraNameSort = 2131296411;
+			public const int camera_name_tv = 2131296411;
 			
 			// aapt resource value: 0x7F09009C
-			public const int camera_del_btn = 2131296412;
+			public const int camera_switch_btn = 2131296412;
 			
 			// aapt resource value: 0x7F09009D
-			public const int camera_item_btn = 2131296413;
+			public const int camera_view = 2131296413;
 			
 			// aapt resource value: 0x7F09009E
-			public const int camera_item_rl = 2131296414;
+			public const int camera_view_my = 2131296414;
 			
 			// aapt resource value: 0x7F09009F
-			public const int camera_layout = 2131296415;
+			public const int cancel_action = 2131296415;
 			
 			// aapt resource value: 0x7F0900A0
-			public const int camera_layout_my = 2131296416;
-			
-			// aapt resource value: 0x7F0900A2
-			public const int camera_listview = 2131296418;
+			public const int cancel_auto_play_btn = 2131296416;
 			
 			// aapt resource value: 0x7F0900A1
-			public const int camera_list_refresh_btn = 2131296417;
+			public const int cancel_btn = 2131296417;
+			
+			// aapt resource value: 0x7F0900A2
+			public const int capture_container = 2131296418;
 			
 			// aapt resource value: 0x7F0900A3
-			public const int camera_name_tv = 2131296419;
+			public const int capture_crop_view = 2131296419;
 			
 			// aapt resource value: 0x7F0900A4
-			public const int camera_switch_btn = 2131296420;
+			public const int capture_mask_bottom = 2131296420;
 			
 			// aapt resource value: 0x7F0900A5
-			public const int camera_view = 2131296421;
+			public const int capture_mask_top = 2131296421;
 			
 			// aapt resource value: 0x7F0900A6
-			public const int camera_view_my = 2131296422;
+			public const int capture_preview = 2131296422;
 			
 			// aapt resource value: 0x7F0900A7
-			public const int cancel_action = 2131296423;
+			public const int capture_scan_line = 2131296423;
 			
 			// aapt resource value: 0x7F0900A8
-			public const int cancel_auto_play_btn = 2131296424;
+			public const int cb_confirm = 2131296424;
 			
 			// aapt resource value: 0x7F0900A9
-			public const int cancel_btn = 2131296425;
+			public const int cc_btn_back = 2131296425;
 			
 			// aapt resource value: 0x7F0900AA
-			public const int capture_container = 2131296426;
+			public const int cc_line_long = 2131296426;
 			
 			// aapt resource value: 0x7F0900AB
-			public const int capture_crop_view = 2131296427;
+			public const int cc_listview = 2131296427;
 			
 			// aapt resource value: 0x7F0900AC
-			public const int capture_mask_bottom = 2131296428;
+			public const int cc_nameView = 2131296428;
 			
 			// aapt resource value: 0x7F0900AD
-			public const int capture_mask_top = 2131296429;
+			public const int cc_rl_topview = 2131296429;
 			
 			// aapt resource value: 0x7F0900AE
-			public const int capture_preview = 2131296430;
+			public const int cc_searchBarContainer = 2131296430;
 			
 			// aapt resource value: 0x7F0900AF
-			public const int capture_scan_line = 2131296431;
+			public const int cc_sectionTextView = 2131296431;
 			
 			// aapt resource value: 0x7F0900B0
-			public const int cb_confirm = 2131296432;
+			public const int cc_tv_activity_title = 2131296432;
 			
 			// aapt resource value: 0x7F0900B1
-			public const int cc_btn_back = 2131296433;
+			public const int center = 2131296433;
 			
 			// aapt resource value: 0x7F0900B2
-			public const int cc_line_long = 2131296434;
+			public const int centerCrop = 2131296434;
 			
 			// aapt resource value: 0x7F0900B3
-			public const int cc_listview = 2131296435;
+			public const int center_horizontal = 2131296435;
 			
 			// aapt resource value: 0x7F0900B4
-			public const int cc_nameView = 2131296436;
+			public const int center_title = 2131296436;
 			
 			// aapt resource value: 0x7F0900B5
-			public const int cc_rl_topview = 2131296437;
+			public const int center_vertical = 2131296437;
 			
 			// aapt resource value: 0x7F0900B6
-			public const int cc_searchBarContainer = 2131296438;
+			public const int chains = 2131296438;
 			
 			// aapt resource value: 0x7F0900B7
-			public const int cc_sectionTextView = 2131296439;
+			public const int channel_id_et = 2131296439;
 			
 			// aapt resource value: 0x7F0900B8
-			public const int cc_tv_activity_title = 2131296440;
+			public const int check1 = 2131296440;
 			
 			// aapt resource value: 0x7F0900B9
-			public const int center = 2131296441;
+			public const int check2 = 2131296441;
 			
 			// aapt resource value: 0x7F0900BA
-			public const int centerCrop = 2131296442;
-			
-			// aapt resource value: 0x7F0900BB
-			public const int center_horizontal = 2131296443;
-			
-			// aapt resource value: 0x7F0900BC
-			public const int center_title = 2131296444;
-			
-			// aapt resource value: 0x7F0900BD
-			public const int center_vertical = 2131296445;
-			
-			// aapt resource value: 0x7F0900BE
-			public const int chains = 2131296446;
-			
-			// aapt resource value: 0x7F0900BF
-			public const int channel_id_et = 2131296447;
-			
-			// aapt resource value: 0x7F0900C0
-			public const int check1 = 2131296448;
-			
-			// aapt resource value: 0x7F0900C1
-			public const int check2 = 2131296449;
-			
-			// aapt resource value: 0x7F0900C2
-			public const int check3 = 2131296450;
-			
-			// aapt resource value: 0x7F0900CC
-			public const int checkbox = 2131296460;
-			
-			// aapt resource value: 0x7F0900C3
-			public const int check_all = 2131296451;
+			public const int check3 = 2131296442;
 			
 			// aapt resource value: 0x7F0900C4
-			public const int check_mic = 2131296452;
+			public const int checkbox = 2131296452;
+			
+			// aapt resource value: 0x7F0900BB
+			public const int check_all = 2131296443;
+			
+			// aapt resource value: 0x7F0900BC
+			public const int check_mic = 2131296444;
+			
+			// aapt resource value: 0x7F0900BD
+			public const int check_mic_my = 2131296445;
+			
+			// aapt resource value: 0x7F0900BE
+			public const int check_mode_bottom = 2131296446;
+			
+			// aapt resource value: 0x7F0900BF
+			public const int check_mode_bottom_divider = 2131296447;
+			
+			// aapt resource value: 0x7F0900C0
+			public const int check_mode_top = 2131296448;
+			
+			// aapt resource value: 0x7F0900C1
+			public const int check_mode_top_divider = 2131296449;
+			
+			// aapt resource value: 0x7F0900C2
+			public const int check_video = 2131296450;
+			
+			// aapt resource value: 0x7F0900C3
+			public const int check_video_my = 2131296451;
 			
 			// aapt resource value: 0x7F0900C5
-			public const int check_mic_my = 2131296453;
+			public const int child_content = 2131296453;
 			
 			// aapt resource value: 0x7F0900C6
-			public const int check_mode_bottom = 2131296454;
+			public const int chronometer = 2131296454;
 			
 			// aapt resource value: 0x7F0900C7
-			public const int check_mode_bottom_divider = 2131296455;
+			public const int cifyConfigList = 2131296455;
 			
 			// aapt resource value: 0x7F0900C8
-			public const int check_mode_top = 2131296456;
+			public const int cityKey = 2131296456;
 			
 			// aapt resource value: 0x7F0900C9
-			public const int check_mode_top_divider = 2131296457;
+			public const int cityName = 2131296457;
 			
 			// aapt resource value: 0x7F0900CA
-			public const int check_video = 2131296458;
+			public const int ckbCloundService = 2131296458;
 			
 			// aapt resource value: 0x7F0900CB
-			public const int check_video_my = 2131296459;
+			public const int ckbLight = 2131296459;
+			
+			// aapt resource value: 0x7F0900CC
+			public const int clear_button = 2131296460;
 			
 			// aapt resource value: 0x7F0900CD
-			public const int child_content = 2131296461;
+			public const int client_id_tv = 2131296461;
 			
 			// aapt resource value: 0x7F0900CE
-			public const int chronometer = 2131296462;
+			public const int clip_horizontal = 2131296462;
 			
 			// aapt resource value: 0x7F0900CF
-			public const int cifyConfigList = 2131296463;
+			public const int clip_vertical = 2131296463;
 			
 			// aapt resource value: 0x7F0900D0
-			public const int cityKey = 2131296464;
+			public const int close = 2131296464;
 			
 			// aapt resource value: 0x7F0900D1
-			public const int cityName = 2131296465;
+			public const int cloud_image1 = 2131296465;
 			
 			// aapt resource value: 0x7F0900D2
-			public const int ckbCloundService = 2131296466;
+			public const int cloud_image2 = 2131296466;
 			
 			// aapt resource value: 0x7F0900D3
-			public const int ckbLight = 2131296467;
+			public const int cloud_progrees_img = 2131296467;
 			
 			// aapt resource value: 0x7F0900D4
-			public const int clear_button = 2131296468;
+			public const int collapseActionView = 2131296468;
 			
 			// aapt resource value: 0x7F0900D5
-			public const int client_id_tv = 2131296469;
+			public const int collapsed = 2131296469;
 			
 			// aapt resource value: 0x7F0900D6
-			public const int clip_horizontal = 2131296470;
+			public const int collectBtn = 2131296470;
 			
 			// aapt resource value: 0x7F0900D7
-			public const int clip_vertical = 2131296471;
+			public const int collectedTV = 2131296471;
 			
 			// aapt resource value: 0x7F0900D8
-			public const int close = 2131296472;
+			public const int comment = 2131296472;
 			
 			// aapt resource value: 0x7F0900D9
-			public const int cloud_image1 = 2131296473;
+			public const int common_name_layout = 2131296473;
 			
 			// aapt resource value: 0x7F0900DA
-			public const int cloud_image2 = 2131296474;
+			public const int common_search_cancel = 2131296474;
 			
 			// aapt resource value: 0x7F0900DB
-			public const int cloud_progrees_img = 2131296475;
+			public const int common_search_input = 2131296475;
 			
 			// aapt resource value: 0x7F0900DC
-			public const int collapseActionView = 2131296476;
+			public const int configAVMsg = 2131296476;
 			
 			// aapt resource value: 0x7F0900DD
-			public const int collapsed = 2131296477;
+			public const int confirm_btn = 2131296477;
 			
 			// aapt resource value: 0x7F0900DE
-			public const int collectBtn = 2131296478;
+			public const int connectStateContainer = 2131296478;
 			
 			// aapt resource value: 0x7F0900DF
-			public const int collectedTV = 2131296479;
+			public const int connectTip = 2131296479;
 			
 			// aapt resource value: 0x7F0900E0
-			public const int comment = 2131296480;
+			public const int connectTipPage = 2131296480;
 			
 			// aapt resource value: 0x7F0900E1
-			public const int common_name_layout = 2131296481;
+			public const int container = 2131296481;
 			
 			// aapt resource value: 0x7F0900E2
-			public const int common_search_cancel = 2131296482;
+			public const int content = 2131296482;
 			
 			// aapt resource value: 0x7F0900E3
-			public const int common_search_input = 2131296483;
+			public const int contentFrame = 2131296483;
 			
 			// aapt resource value: 0x7F0900E4
-			public const int configAVMsg = 2131296484;
+			public const int contentPanel = 2131296484;
 			
 			// aapt resource value: 0x7F0900E5
-			public const int confirm_btn = 2131296485;
+			public const int content_container = 2131296485;
 			
 			// aapt resource value: 0x7F0900E6
-			public const int connectStateContainer = 2131296486;
+			public const int content_tab_cloud_root = 2131296486;
 			
 			// aapt resource value: 0x7F0900E7
-			public const int connectTip = 2131296487;
+			public const int content_tab_device_root = 2131296487;
 			
 			// aapt resource value: 0x7F0900E8
-			public const int connectTipPage = 2131296488;
+			public const int control_area = 2131296488;
 			
 			// aapt resource value: 0x7F0900E9
-			public const int container = 2131296489;
+			public const int coordinator = 2131296489;
 			
 			// aapt resource value: 0x7F0900EA
-			public const int content = 2131296490;
+			public const int countdown_view = 2131296490;
 			
 			// aapt resource value: 0x7F0900EB
-			public const int contentFrame = 2131296491;
-			
-			// aapt resource value: 0x7F0900EC
-			public const int contentPanel = 2131296492;
-			
-			// aapt resource value: 0x7F0900ED
-			public const int content_container = 2131296493;
-			
-			// aapt resource value: 0x7F0900EE
-			public const int content_tab_cloud_root = 2131296494;
-			
-			// aapt resource value: 0x7F0900EF
-			public const int content_tab_device_root = 2131296495;
-			
-			// aapt resource value: 0x7F0900F0
-			public const int control_area = 2131296496;
-			
-			// aapt resource value: 0x7F0900F1
-			public const int coordinator = 2131296497;
-			
-			// aapt resource value: 0x7F0900F2
-			public const int countdown_view = 2131296498;
-			
-			// aapt resource value: 0x7F0900F3
-			public const int cover = 2131296499;
+			public const int cover = 2131296491;
 			
 			// aapt resource value: 0x7F090002
 			public const int CoverArea = 2131296258;
 			
-			// aapt resource value: 0x7F0900F4
-			public const int coverImage = 2131296500;
+			// aapt resource value: 0x7F0900EC
+			public const int coverImage = 2131296492;
 			
-			// aapt resource value: 0x7F0900F5
-			public const int create_room_btn = 2131296501;
+			// aapt resource value: 0x7F0900ED
+			public const int create_room_btn = 2131296493;
 			
 			// aapt resource value: 0x7F090001
 			public const int CTRL = 2131296257;
 			
+			// aapt resource value: 0x7F0900EE
+			public const int cubein = 2131296494;
+			
+			// aapt resource value: 0x7F0900EF
+			public const int cubeout = 2131296495;
+			
+			// aapt resource value: 0x7F0900F0
+			public const int current_version = 2131296496;
+			
+			// aapt resource value: 0x7F0900F1
+			public const int current_version_layout = 2131296497;
+			
+			// aapt resource value: 0x7F0900F2
+			public const int custom = 2131296498;
+			
+			// aapt resource value: 0x7F0900F3
+			public const int customPanel = 2131296499;
+			
+			// aapt resource value: 0x7F0900F4
+			public const int custom_pwd_et = 2131296500;
+			
+			// aapt resource value: 0x7F0900F5
+			public const int custom_pwd_layout = 2131296501;
+			
 			// aapt resource value: 0x7F0900F6
-			public const int cubein = 2131296502;
+			public const int day = 2131296502;
 			
 			// aapt resource value: 0x7F0900F7
-			public const int cubeout = 2131296503;
+			public const int debug_room_id = 2131296503;
 			
 			// aapt resource value: 0x7F0900F8
-			public const int current_version = 2131296504;
+			public const int decode = 2131296504;
 			
 			// aapt resource value: 0x7F0900F9
-			public const int current_version_layout = 2131296505;
+			public const int decode_failed = 2131296505;
 			
 			// aapt resource value: 0x7F0900FA
-			public const int custom = 2131296506;
+			public const int decode_succeeded = 2131296506;
 			
 			// aapt resource value: 0x7F0900FB
-			public const int customPanel = 2131296507;
+			public const int decor_content_parent = 2131296507;
 			
 			// aapt resource value: 0x7F0900FC
-			public const int custom_pwd_et = 2131296508;
+			public const int default_activity_button = 2131296508;
 			
 			// aapt resource value: 0x7F0900FD
-			public const int custom_pwd_layout = 2131296509;
+			public const int default_figure_iv = 2131296509;
 			
 			// aapt resource value: 0x7F0900FE
-			public const int day = 2131296510;
+			public const int defence = 2131296510;
 			
 			// aapt resource value: 0x7F0900FF
-			public const int debug_room_id = 2131296511;
+			public const int defence_ll = 2131296511;
 			
 			// aapt resource value: 0x7F090100
-			public const int decode = 2131296512;
+			public const int defence_plan_arrow = 2131296512;
 			
 			// aapt resource value: 0x7F090101
-			public const int decode_failed = 2131296513;
+			public const int defence_plan_button = 2131296513;
 			
 			// aapt resource value: 0x7F090102
-			public const int decode_succeeded = 2131296514;
+			public const int defence_plan_new = 2131296514;
 			
 			// aapt resource value: 0x7F090103
-			public const int decor_content_parent = 2131296515;
+			public const int defence_plan_parent_layout = 2131296515;
 			
 			// aapt resource value: 0x7F090104
-			public const int default_activity_button = 2131296516;
+			public const int defence_plan_progress = 2131296516;
 			
 			// aapt resource value: 0x7F090105
-			public const int default_figure_iv = 2131296517;
+			public const int defence_plan_retry = 2131296517;
 			
 			// aapt resource value: 0x7F090106
-			public const int defence = 2131296518;
+			public const int defence_plan_set_layout = 2131296518;
 			
 			// aapt resource value: 0x7F090107
-			public const int defence_ll = 2131296519;
+			public const int defence_plan_state = 2131296519;
 			
 			// aapt resource value: 0x7F090108
-			public const int defence_plan_arrow = 2131296520;
+			public const int defence_plan_status_progress = 2131296520;
 			
 			// aapt resource value: 0x7F090109
-			public const int defence_plan_button = 2131296521;
+			public const int defence_plan_status_retry = 2131296521;
 			
 			// aapt resource value: 0x7F09010A
-			public const int defence_plan_new = 2131296522;
+			public const int defence_state = 2131296522;
 			
 			// aapt resource value: 0x7F09010B
-			public const int defence_plan_parent_layout = 2131296523;
+			public const int defence_switch_ll = 2131296523;
 			
 			// aapt resource value: 0x7F09010C
-			public const int defence_plan_progress = 2131296524;
+			public const int definition_btn = 2131296524;
 			
 			// aapt resource value: 0x7F09010D
-			public const int defence_plan_retry = 2131296525;
+			public const int definition_btn_ly = 2131296525;
 			
 			// aapt resource value: 0x7F09010E
-			public const int defence_plan_set_layout = 2131296526;
-			
-			// aapt resource value: 0x7F09010F
-			public const int defence_plan_state = 2131296527;
+			public const int definition_tv = 2131296526;
 			
 			// aapt resource value: 0x7F090110
-			public const int defence_plan_status_progress = 2131296528;
+			public const int delete_playback = 2131296528;
 			
 			// aapt resource value: 0x7F090111
-			public const int defence_plan_status_retry = 2131296529;
+			public const int delete_playback_device = 2131296529;
+			
+			// aapt resource value: 0x7F09010F
+			public const int del_button = 2131296527;
 			
 			// aapt resource value: 0x7F090112
-			public const int defence_state = 2131296530;
+			public const int description = 2131296530;
 			
 			// aapt resource value: 0x7F090113
-			public const int defence_switch_ll = 2131296531;
+			public const int design_bottom_sheet = 2131296531;
 			
 			// aapt resource value: 0x7F090114
-			public const int definition_btn = 2131296532;
+			public const int design_menu_item_action_area = 2131296532;
 			
 			// aapt resource value: 0x7F090115
-			public const int definition_btn_ly = 2131296533;
+			public const int design_menu_item_action_area_stub = 2131296533;
 			
 			// aapt resource value: 0x7F090116
-			public const int definition_tv = 2131296534;
-			
-			// aapt resource value: 0x7F090118
-			public const int delete_playback = 2131296536;
-			
-			// aapt resource value: 0x7F090119
-			public const int delete_playback_device = 2131296537;
+			public const int design_menu_item_text = 2131296534;
 			
 			// aapt resource value: 0x7F090117
-			public const int del_button = 2131296535;
+			public const int design_navigation_view = 2131296535;
 			
-			// aapt resource value: 0x7F09011A
-			public const int description = 2131296538;
+			// aapt resource value: 0x7F090118
+			public const int detector_type = 2131296536;
 			
 			// aapt resource value: 0x7F09011B
-			public const int design_bottom_sheet = 2131296539;
+			public const int deviceIcon = 2131296539;
 			
 			// aapt resource value: 0x7F09011C
-			public const int design_menu_item_action_area = 2131296540;
+			public const int deviceName = 2131296540;
 			
 			// aapt resource value: 0x7F09011D
-			public const int design_menu_item_action_area_stub = 2131296541;
+			public const int device_delete = 2131296541;
 			
 			// aapt resource value: 0x7F09011E
-			public const int design_menu_item_text = 2131296542;
+			public const int device_hidden_title = 2131296542;
 			
 			// aapt resource value: 0x7F09011F
-			public const int design_navigation_view = 2131296543;
+			public const int device_id_et = 2131296543;
 			
 			// aapt resource value: 0x7F090120
-			public const int detector_type = 2131296544;
-			
-			// aapt resource value: 0x7F090123
-			public const int deviceIcon = 2131296547;
-			
-			// aapt resource value: 0x7F090124
-			public const int deviceName = 2131296548;
-			
-			// aapt resource value: 0x7F090125
-			public const int device_delete = 2131296549;
-			
-			// aapt resource value: 0x7F090126
-			public const int device_hidden_title = 2131296550;
-			
-			// aapt resource value: 0x7F090127
-			public const int device_id_et = 2131296551;
-			
-			// aapt resource value: 0x7F090128
-			public const int device_id_layout = 2131296552;
-			
-			// aapt resource value: 0x7F090129
-			public const int device_info_layout = 2131296553;
-			
-			// aapt resource value: 0x7F09012A
-			public const int device_list = 2131296554;
-			
-			// aapt resource value: 0x7F09012B
-			public const int device_name = 2131296555;
-			
-			// aapt resource value: 0x7F09012C
-			public const int device_name_input = 2131296556;
-			
-			// aapt resource value: 0x7F09012D
-			public const int device_type_sn = 2131296557;
-			
-			// aapt resource value: 0x7F09012E
-			public const int device_wifi_list = 2131296558;
-			
-			// aapt resource value: 0x7F09012F
-			public const int device_wifi_list_connected = 2131296559;
-			
-			// aapt resource value: 0x7F090130
-			public const int device_wifi_list_connected_info = 2131296560;
-			
-			// aapt resource value: 0x7F090131
-			public const int device_wifi_list_empty_view = 2131296561;
-			
-			// aapt resource value: 0x7F090132
-			public const int device_wifi_list_layout = 2131296562;
-			
-			// aapt resource value: 0x7F090133
-			public const int device_wifi_list_text = 2131296563;
-			
-			// aapt resource value: 0x7F090134
-			public const int device_wifi_list_title = 2131296564;
-			
-			// aapt resource value: 0x7F090135
-			public const int device_wifi_no_5g = 2131296565;
-			
-			// aapt resource value: 0x7F090136
-			public const int device_wifi_password = 2131296566;
-			
-			// aapt resource value: 0x7F090137
-			public const int device_wifi_password_done_btn = 2131296567;
-			
-			// aapt resource value: 0x7F090138
-			public const int device_wifi_password_title = 2131296568;
-			
-			// aapt resource value: 0x7F090139
-			public const int device_wifi_ssid = 2131296569;
+			public const int device_id_layout = 2131296544;
 			
 			// aapt resource value: 0x7F090121
-			public const int dev_img = 2131296545;
+			public const int device_info_layout = 2131296545;
 			
 			// aapt resource value: 0x7F090122
-			public const int dev_wifi_name = 2131296546;
+			public const int device_list = 2131296546;
+			
+			// aapt resource value: 0x7F090123
+			public const int device_name = 2131296547;
+			
+			// aapt resource value: 0x7F090124
+			public const int device_name_input = 2131296548;
+			
+			// aapt resource value: 0x7F090125
+			public const int device_type_sn = 2131296549;
+			
+			// aapt resource value: 0x7F090126
+			public const int device_wifi_list = 2131296550;
+			
+			// aapt resource value: 0x7F090127
+			public const int device_wifi_list_connected = 2131296551;
+			
+			// aapt resource value: 0x7F090128
+			public const int device_wifi_list_connected_info = 2131296552;
+			
+			// aapt resource value: 0x7F090129
+			public const int device_wifi_list_empty_view = 2131296553;
+			
+			// aapt resource value: 0x7F09012A
+			public const int device_wifi_list_layout = 2131296554;
+			
+			// aapt resource value: 0x7F09012B
+			public const int device_wifi_list_text = 2131296555;
+			
+			// aapt resource value: 0x7F09012C
+			public const int device_wifi_list_title = 2131296556;
+			
+			// aapt resource value: 0x7F09012D
+			public const int device_wifi_no_5g = 2131296557;
+			
+			// aapt resource value: 0x7F09012E
+			public const int device_wifi_password = 2131296558;
+			
+			// aapt resource value: 0x7F09012F
+			public const int device_wifi_password_done_btn = 2131296559;
+			
+			// aapt resource value: 0x7F090130
+			public const int device_wifi_password_title = 2131296560;
+			
+			// aapt resource value: 0x7F090131
+			public const int device_wifi_ssid = 2131296561;
+			
+			// aapt resource value: 0x7F090119
+			public const int dev_img = 2131296537;
+			
+			// aapt resource value: 0x7F09011A
+			public const int dev_wifi_name = 2131296538;
+			
+			// aapt resource value: 0x7F090132
+			public const int dh_scannerstyle_view = 2131296562;
+			
+			// aapt resource value: 0x7F090133
+			public const int dh_scanview = 2131296563;
+			
+			// aapt resource value: 0x7F090134
+			public const int dialog_cancel_btn = 2131296564;
+			
+			// aapt resource value: 0x7F090135
+			public const int dialog_ok_btn = 2131296565;
+			
+			// aapt resource value: 0x7F090136
+			public const int dimensions = 2131296566;
+			
+			// aapt resource value: 0x7F090137
+			public const int direct = 2131296567;
 			
 			// aapt resource value: 0x7F09013A
-			public const int dh_scannerstyle_view = 2131296570;
+			public const int disabled = 2131296570;
+			
+			// aapt resource value: 0x7F090138
+			public const int disableHome = 2131296568;
+			
+			// aapt resource value: 0x7F090139
+			public const int disableReportBytes = 2131296569;
 			
 			// aapt resource value: 0x7F09013B
-			public const int dh_scanview = 2131296571;
+			public const int disagree_btn = 2131296571;
 			
 			// aapt resource value: 0x7F09013C
-			public const int dialog_cancel_btn = 2131296572;
+			public const int discover_list_lv = 2131296572;
 			
 			// aapt resource value: 0x7F09013D
-			public const int dialog_ok_btn = 2131296573;
+			public const int discover_tv = 2131296573;
 			
 			// aapt resource value: 0x7F09013E
-			public const int dimensions = 2131296574;
+			public const int display_layout = 2131296574;
 			
 			// aapt resource value: 0x7F09013F
-			public const int direct = 2131296575;
-			
-			// aapt resource value: 0x7F090142
-			public const int disabled = 2131296578;
-			
-			// aapt resource value: 0x7F090140
-			public const int disableHome = 2131296576;
+			public const int divider = 2131296575;
 			
 			// aapt resource value: 0x7F090141
-			public const int disableReportBytes = 2131296577;
+			public const int doorbell_hang_up_btn_ly = 2131296577;
+			
+			// aapt resource value: 0x7F090142
+			public const int doorbell_play_btn = 2131296578;
 			
 			// aapt resource value: 0x7F090143
-			public const int disagree_btn = 2131296579;
+			public const int doorbell_play_btn_ly = 2131296579;
 			
 			// aapt resource value: 0x7F090144
-			public const int discover_list_lv = 2131296580;
+			public const int doorbell_play_tv = 2131296580;
 			
 			// aapt resource value: 0x7F090145
-			public const int discover_tv = 2131296581;
+			public const int doorbell_stop_btn = 2131296581;
+			
+			// aapt resource value: 0x7F090140
+			public const int doorbel_ll = 2131296576;
 			
 			// aapt resource value: 0x7F090146
-			public const int display_layout = 2131296582;
+			public const int doorlcok_full_quality_balanced_btn = 2131296582;
 			
 			// aapt resource value: 0x7F090147
-			public const int divider = 2131296583;
-			
-			// aapt resource value: 0x7F090149
-			public const int doorbell_hang_up_btn_ly = 2131296585;
-			
-			// aapt resource value: 0x7F09014A
-			public const int doorbell_play_btn = 2131296586;
-			
-			// aapt resource value: 0x7F09014B
-			public const int doorbell_play_btn_ly = 2131296587;
-			
-			// aapt resource value: 0x7F09014C
-			public const int doorbell_play_tv = 2131296588;
-			
-			// aapt resource value: 0x7F09014D
-			public const int doorbell_stop_btn = 2131296589;
+			public const int doorlcok_full_quality_flunet_btn = 2131296583;
 			
 			// aapt resource value: 0x7F090148
-			public const int doorbel_ll = 2131296584;
+			public const int doorlcok_full_quality_hd_btn = 2131296584;
+			
+			// aapt resource value: 0x7F090149
+			public const int doorlcok_full_quality_super_hd_btn = 2131296585;
+			
+			// aapt resource value: 0x7F09014A
+			public const int doorlock_mute_btn = 2131296586;
+			
+			// aapt resource value: 0x7F09014B
+			public const int doorlock_volume_btn = 2131296587;
+			
+			// aapt resource value: 0x7F09014D
+			public const int downloading = 2131296589;
 			
 			// aapt resource value: 0x7F09014E
-			public const int doorlcok_full_quality_balanced_btn = 2131296590;
+			public const int downloading_number = 2131296590;
+			
+			// aapt resource value: 0x7F09014C
+			public const int down_layout = 2131296588;
 			
 			// aapt resource value: 0x7F09014F
-			public const int doorlcok_full_quality_flunet_btn = 2131296591;
+			public const int edit_accesstoken = 2131296591;
 			
 			// aapt resource value: 0x7F090150
-			public const int doorlcok_full_quality_hd_btn = 2131296592;
+			public const int edit_apiurl = 2131296592;
 			
 			// aapt resource value: 0x7F090151
-			public const int doorlcok_full_quality_super_hd_btn = 2131296593;
+			public const int edit_appkey = 2131296593;
 			
 			// aapt resource value: 0x7F090152
-			public const int doorlock_mute_btn = 2131296594;
+			public const int edit_deviceserial = 2131296594;
 			
 			// aapt resource value: 0x7F090153
-			public const int doorlock_volume_btn = 2131296595;
-			
-			// aapt resource value: 0x7F090156
-			public const int downloading = 2131296598;
-			
-			// aapt resource value: 0x7F090157
-			public const int downloading_number = 2131296599;
-			
-			// aapt resource value: 0x7F090155
-			public const int download_success_size = 2131296597;
+			public const int edit_query = 2131296595;
 			
 			// aapt resource value: 0x7F090154
-			public const int down_layout = 2131296596;
+			public const int edit_weburl = 2131296596;
+			
+			// aapt resource value: 0x7F090155
+			public const int edtPassword = 2131296597;
+			
+			// aapt resource value: 0x7F090156
+			public const int emptyView = 2131296598;
+			
+			// aapt resource value: 0x7F090157
+			public const int empty_tip = 2131296599;
 			
 			// aapt resource value: 0x7F090158
-			public const int edit_accesstoken = 2131296600;
+			public const int enableReportBytes = 2131296600;
 			
 			// aapt resource value: 0x7F090159
-			public const int edit_apiurl = 2131296601;
+			public const int enable_audio_cb = 2131296601;
 			
 			// aapt resource value: 0x7F09015A
-			public const int edit_appkey = 2131296602;
+			public const int enable_video_cb = 2131296602;
 			
 			// aapt resource value: 0x7F09015B
-			public const int edit_deviceserial = 2131296603;
+			public const int encode_failed = 2131296603;
 			
 			// aapt resource value: 0x7F09015C
-			public const int edit_query = 2131296604;
+			public const int encode_succeeded = 2131296604;
 			
 			// aapt resource value: 0x7F09015D
-			public const int edit_weburl = 2131296605;
+			public const int encrypt_button = 2131296605;
 			
 			// aapt resource value: 0x7F09015E
-			public const int edtPassword = 2131296606;
+			public const int encrypt_key = 2131296606;
 			
 			// aapt resource value: 0x7F09015F
-			public const int emptyView = 2131296607;
+			public const int encrypt_layout = 2131296607;
 			
 			// aapt resource value: 0x7F090160
-			public const int empty_tip = 2131296608;
+			public const int encrypt_parent_layout = 2131296608;
 			
 			// aapt resource value: 0x7F090161
-			public const int enableReportBytes = 2131296609;
+			public const int end = 2131296609;
 			
 			// aapt resource value: 0x7F090162
-			public const int enable_audio_cb = 2131296610;
+			public const int end_padder = 2131296610;
 			
 			// aapt resource value: 0x7F090163
-			public const int enable_service_text = 2131296611;
+			public const int end_time_tv = 2131296611;
 			
 			// aapt resource value: 0x7F090164
-			public const int enable_video_cb = 2131296612;
+			public const int end_viewstub = 2131296612;
 			
 			// aapt resource value: 0x7F090165
-			public const int encode_failed = 2131296613;
+			public const int enterAlways = 2131296613;
 			
 			// aapt resource value: 0x7F090166
-			public const int encode_succeeded = 2131296614;
+			public const int enterAlwaysCollapsed = 2131296614;
 			
 			// aapt resource value: 0x7F090167
-			public const int encrypt_button = 2131296615;
+			public const int errorPage = 2131296615;
 			
 			// aapt resource value: 0x7F090168
-			public const int encrypt_key = 2131296616;
+			public const int error_info_tv = 2131296616;
 			
 			// aapt resource value: 0x7F090169
-			public const int encrypt_layout = 2131296617;
+			public const int error_prompt = 2131296617;
 			
 			// aapt resource value: 0x7F09016A
-			public const int encrypt_parent_layout = 2131296618;
+			public const int error_replay_btn = 2131296618;
 			
 			// aapt resource value: 0x7F09016B
-			public const int end = 2131296619;
+			public const int error_tip = 2131296619;
 			
 			// aapt resource value: 0x7F09016C
-			public const int end_padder = 2131296620;
+			public const int error_tip_title = 2131296620;
 			
 			// aapt resource value: 0x7F09016D
-			public const int end_time_tv = 2131296621;
+			public const int et_camera_no = 2131296621;
 			
 			// aapt resource value: 0x7F09016E
-			public const int end_viewstub = 2131296622;
+			public const int et_device_pwd = 2131296622;
 			
 			// aapt resource value: 0x7F09016F
-			public const int enterAlways = 2131296623;
+			public const int et_device_serial = 2131296623;
 			
 			// aapt resource value: 0x7F090170
-			public const int enterAlwaysCollapsed = 2131296624;
+			public const int et_input_sc = 2131296624;
 			
 			// aapt resource value: 0x7F090171
-			public const int errorPage = 2131296625;
+			public const int et_new_name = 2131296625;
 			
 			// aapt resource value: 0x7F090172
-			public const int error_info_tv = 2131296626;
+			public const int et_pwd_new = 2131296626;
 			
 			// aapt resource value: 0x7F090173
-			public const int error_prompt = 2131296627;
+			public const int et_record_file_start_time = 2131296627;
 			
 			// aapt resource value: 0x7F090174
-			public const int error_replay_btn = 2131296628;
+			public const int et_record_file_stop_time = 2131296628;
 			
 			// aapt resource value: 0x7F090175
-			public const int error_tip = 2131296629;
+			public const int et_sms_valid = 2131296629;
 			
 			// aapt resource value: 0x7F090176
-			public const int error_tip_title = 2131296630;
-			
-			// aapt resource value: 0x7F090177
-			public const int et_camera_no = 2131296631;
+			public const int et_text = 2131296630;
 			
 			// aapt resource value: 0x7F090178
-			public const int et_device_pwd = 2131296632;
+			public const int et_username = 2131296632;
+			
+			// aapt resource value: 0x7F090177
+			public const int et_user_input = 2131296631;
 			
 			// aapt resource value: 0x7F090179
-			public const int et_device_serial = 2131296633;
+			public const int et_usetimes = 2131296633;
 			
 			// aapt resource value: 0x7F09017A
-			public const int et_input_sc = 2131296634;
+			public const int exitUntilCollapsed = 2131296634;
 			
 			// aapt resource value: 0x7F09017B
-			public const int et_new_name = 2131296635;
+			public const int exit_btn = 2131296635;
 			
 			// aapt resource value: 0x7F09017C
-			public const int et_pwd_new = 2131296636;
+			public const int exit_btn_ly = 2131296636;
 			
 			// aapt resource value: 0x7F09017D
-			public const int et_record_file_start_time = 2131296637;
-			
-			// aapt resource value: 0x7F09017E
-			public const int et_record_file_stop_time = 2131296638;
+			public const int exit_tv = 2131296637;
 			
 			// aapt resource value: 0x7F09017F
-			public const int et_sms_valid = 2131296639;
+			public const int expanded = 2131296639;
 			
 			// aapt resource value: 0x7F090180
-			public const int et_text = 2131296640;
+			public const int expanded_menu = 2131296640;
 			
-			// aapt resource value: 0x7F090182
-			public const int et_username = 2131296642;
-			
-			// aapt resource value: 0x7F090181
-			public const int et_user_input = 2131296641;
-			
-			// aapt resource value: 0x7F090183
-			public const int et_usetimes = 2131296643;
-			
-			// aapt resource value: 0x7F090184
-			public const int exitUntilCollapsed = 2131296644;
-			
-			// aapt resource value: 0x7F090185
-			public const int exit_btn = 2131296645;
-			
-			// aapt resource value: 0x7F090186
-			public const int exit_btn_ly = 2131296646;
-			
-			// aapt resource value: 0x7F090187
-			public const int exit_tv = 2131296647;
-			
-			// aapt resource value: 0x7F090189
-			public const int expanded = 2131296649;
-			
-			// aapt resource value: 0x7F09018A
-			public const int expanded_menu = 2131296650;
-			
-			// aapt resource value: 0x7F090188
-			public const int expand_activities_button = 2131296648;
-			
-			// aapt resource value: 0x7F090195
-			public const int ezopen_realplay_operate_bar = 2131296661;
-			
-			// aapt resource value: 0x7F090196
-			public const int ezopen_realplay_operate_bar2 = 2131296662;
-			
-			// aapt resource value: 0x7F090197
-			public const int ezopen_realplay_operate_doorbell_bar = 2131296663;
-			
-			// aapt resource value: 0x7F090198
-			public const int ezupgrade_button = 2131296664;
-			
-			// aapt resource value: 0x7F090199
-			public const int ezupgrade_ll_btn = 2131296665;
-			
-			// aapt resource value: 0x7F09019A
-			public const int ezupgrade_ll_progress = 2131296666;
-			
-			// aapt resource value: 0x7F09019B
-			public const int ezupgrade_progress_text = 2131296667;
-			
-			// aapt resource value: 0x7F09019C
-			public const int ezupgrade_text_version_desc = 2131296668;
+			// aapt resource value: 0x7F09017E
+			public const int expand_activities_button = 2131296638;
 			
 			// aapt resource value: 0x7F09018B
-			public const int ez_api_self_test = 2131296651;
+			public const int ezopen_realplay_operate_bar = 2131296651;
 			
 			// aapt resource value: 0x7F09018C
-			public const int ez_device_serial = 2131296652;
+			public const int ezopen_realplay_operate_bar2 = 2131296652;
 			
 			// aapt resource value: 0x7F09018D
-			public const int ez_device_serial_layout = 2131296653;
+			public const int ezopen_realplay_operate_doorbell_bar = 2131296653;
 			
 			// aapt resource value: 0x7F09018E
-			public const int ez_handle_lyt = 2131296654;
+			public const int ezupgrade_button = 2131296654;
 			
 			// aapt resource value: 0x7F09018F
-			public const int ez_platform_login_btn = 2131296655;
+			public const int ezupgrade_ll_btn = 2131296655;
 			
 			// aapt resource value: 0x7F090190
-			public const int ez_sms_code_et = 2131296656;
+			public const int ezupgrade_ll_progress = 2131296656;
 			
 			// aapt resource value: 0x7F090191
-			public const int ez_sms_code_lyt = 2131296657;
+			public const int ezupgrade_progress_text = 2131296657;
 			
 			// aapt resource value: 0x7F090192
-			public const int ez_square_btn = 2131296658;
+			public const int ezupgrade_text_version_desc = 2131296658;
+			
+			// aapt resource value: 0x7F090181
+			public const int ez_api_self_test = 2131296641;
+			
+			// aapt resource value: 0x7F090182
+			public const int ez_device_serial = 2131296642;
+			
+			// aapt resource value: 0x7F090183
+			public const int ez_device_serial_layout = 2131296643;
+			
+			// aapt resource value: 0x7F090184
+			public const int ez_handle_lyt = 2131296644;
+			
+			// aapt resource value: 0x7F090185
+			public const int ez_platform_login_btn = 2131296645;
+			
+			// aapt resource value: 0x7F090186
+			public const int ez_sms_code_et = 2131296646;
+			
+			// aapt resource value: 0x7F090187
+			public const int ez_sms_code_lyt = 2131296647;
+			
+			// aapt resource value: 0x7F090188
+			public const int ez_square_btn = 2131296648;
+			
+			// aapt resource value: 0x7F090189
+			public const int ez_tab_content_frame = 2131296649;
+			
+			// aapt resource value: 0x7F09018A
+			public const int ez_v32_api_test = 2131296650;
 			
 			// aapt resource value: 0x7F090193
-			public const int ez_tab_content_frame = 2131296659;
+			public const int failedMsg = 2131296659;
 			
 			// aapt resource value: 0x7F090194
-			public const int ez_v32_api_test = 2131296660;
+			public const int file_size_text = 2131296660;
 			
-			// aapt resource value: 0x7F09019D
-			public const int failedMsg = 2131296669;
-			
-			// aapt resource value: 0x7F09019E
-			public const int file_size_text = 2131296670;
+			// aapt resource value: 0x7F090195
+			public const int fill = 2131296661;
 			
 			// aapt resource value: 0x7F090003
 			public const int FILL = 2131296259;
 			
-			// aapt resource value: 0x7F09019F
-			public const int fill = 2131296671;
-			
-			// aapt resource value: 0x7F0901A0
-			public const int fill_horizontal = 2131296672;
+			// aapt resource value: 0x7F090196
+			public const int fill_horizontal = 2131296662;
 			
 			// aapt resource value: 0x7F090004
 			public const int FILL_STROKE = 2131296260;
 			
-			// aapt resource value: 0x7F0901A1
-			public const int fill_vertical = 2131296673;
+			// aapt resource value: 0x7F090197
+			public const int fill_vertical = 2131296663;
 			
-			// aapt resource value: 0x7F0901A2
-			public const int fingerprint_icon = 2131296674;
+			// aapt resource value: 0x7F090198
+			public const int fingerprint_icon = 2131296664;
 			
-			// aapt resource value: 0x7F0901A3
-			public const int fitCenter = 2131296675;
+			// aapt resource value: 0x7F090199
+			public const int fitCenter = 2131296665;
 			
-			// aapt resource value: 0x7F0901A4
-			public const int fitXY = 2131296676;
+			// aapt resource value: 0x7F09019A
+			public const int fitXY = 2131296666;
 			
-			// aapt resource value: 0x7F0901A5
-			public const int @fixed = 2131296677;
+			// aapt resource value: 0x7F09019B
+			public const int @fixed = 2131296667;
 			
 			// aapt resource value: 0x7F090006
 			public const int FixedBehind = 2131296262;
@@ -12237,287 +12264,287 @@
 			// aapt resource value: 0x7F090007
 			public const int FixedFront = 2131296263;
 			
-			// aapt resource value: 0x7F0901A7
-			public const int flip = 2131296679;
+			// aapt resource value: 0x7F09019D
+			public const int flip = 2131296669;
 			
-			// aapt resource value: 0x7F0901A8
-			public const int fliphorizontal = 2131296680;
+			// aapt resource value: 0x7F09019E
+			public const int fliphorizontal = 2131296670;
 			
-			// aapt resource value: 0x7F0901A9
-			public const int flipvertical = 2131296681;
+			// aapt resource value: 0x7F09019F
+			public const int flipvertical = 2131296671;
 			
-			// aapt resource value: 0x7F0901AA
-			public const int flow_area = 2131296682;
+			// aapt resource value: 0x7F0901A0
+			public const int flow_area = 2131296672;
 			
-			// aapt resource value: 0x7F0901AB
-			public const int flow_line = 2131296683;
+			// aapt resource value: 0x7F0901A1
+			public const int flow_line = 2131296673;
 			
-			// aapt resource value: 0x7F0901AC
-			public const int flt_layout = 2131296684;
+			// aapt resource value: 0x7F0901A2
+			public const int flt_layout = 2131296674;
+			
+			// aapt resource value: 0x7F09019C
+			public const int fl_inner = 2131296668;
+			
+			// aapt resource value: 0x7F0901A3
+			public const int focus_view = 2131296675;
+			
+			// aapt resource value: 0x7F0901A4
+			public const int footer_hint = 2131296676;
+			
+			// aapt resource value: 0x7F0901A5
+			public const int footer_hint_more = 2131296677;
 			
 			// aapt resource value: 0x7F0901A6
-			public const int fl_inner = 2131296678;
+			public const int footer_loading_layout = 2131296678;
 			
-			// aapt resource value: 0x7F0901AD
-			public const int focus_view = 2131296685;
+			// aapt resource value: 0x7F0901A7
+			public const int footer_progress = 2131296679;
+			
+			// aapt resource value: 0x7F0901A8
+			public const int forever = 2131296680;
 			
 			// aapt resource value: 0x7F0901AE
-			public const int footer_hint = 2131296686;
+			public const int from_tv = 2131296686;
+			
+			// aapt resource value: 0x7F0901A9
+			public const int fr_content = 2131296681;
+			
+			// aapt resource value: 0x7F0901AA
+			public const int fr_detail = 2131296682;
+			
+			// aapt resource value: 0x7F0901AB
+			public const int fr_live_window = 2131296683;
+			
+			// aapt resource value: 0x7F0901AC
+			public const int fr_live_window_content = 2131296684;
+			
+			// aapt resource value: 0x7F0901AD
+			public const int fr_record = 2131296685;
 			
 			// aapt resource value: 0x7F0901AF
-			public const int footer_hint_more = 2131296687;
+			public const int fullscreen_button = 2131296687;
 			
 			// aapt resource value: 0x7F0901B0
-			public const int footer_loading_layout = 2131296688;
-			
-			// aapt resource value: 0x7F0901B1
-			public const int footer_progress = 2131296689;
-			
-			// aapt resource value: 0x7F0901B2
-			public const int forever = 2131296690;
-			
-			// aapt resource value: 0x7F0901B8
-			public const int from_tv = 2131296696;
-			
-			// aapt resource value: 0x7F0901B3
-			public const int fr_content = 2131296691;
-			
-			// aapt resource value: 0x7F0901B4
-			public const int fr_detail = 2131296692;
-			
-			// aapt resource value: 0x7F0901B5
-			public const int fr_live_window = 2131296693;
-			
-			// aapt resource value: 0x7F0901B6
-			public const int fr_live_window_content = 2131296694;
-			
-			// aapt resource value: 0x7F0901B7
-			public const int fr_record = 2131296695;
-			
-			// aapt resource value: 0x7F0901B9
-			public const int fullscreen_button = 2131296697;
-			
-			// aapt resource value: 0x7F0901BA
-			public const int fullscreen_full_button = 2131296698;
+			public const int fullscreen_full_button = 2131296688;
 			
 			// aapt resource value: 0x7F090005
 			public const int FUNCTION = 2131296261;
 			
+			// aapt resource value: 0x7F0901B1
+			public const int gatway_list = 2131296689;
+			
+			// aapt resource value: 0x7F0901B2
+			public const int gd_btn_back = 2131296690;
+			
+			// aapt resource value: 0x7F0901B3
+			public const int gd_btn_myLocation = 2131296691;
+			
+			// aapt resource value: 0x7F0901B4
+			public const int gd_btn_save = 2131296692;
+			
+			// aapt resource value: 0x7F0901B5
+			public const int gd_img_search_delete = 2131296693;
+			
+			// aapt resource value: 0x7F0901B6
+			public const int gd_ll_myhome = 2131296694;
+			
+			// aapt resource value: 0x7F0901B7
+			public const int gd_ll_search = 2131296695;
+			
+			// aapt resource value: 0x7F0901B8
+			public const int gd_mapView = 2131296696;
+			
+			// aapt resource value: 0x7F0901B9
+			public const int gd_rl_topview = 2131296697;
+			
+			// aapt resource value: 0x7F0901BA
+			public const int gd_tv_activity_title = 2131296698;
+			
 			// aapt resource value: 0x7F0901BB
-			public const int gatway_list = 2131296699;
+			public const int gd_tv_radius = 2131296699;
 			
 			// aapt resource value: 0x7F0901BC
-			public const int gd_btn_back = 2131296700;
+			public const int gd_tv_search_title = 2131296700;
 			
 			// aapt resource value: 0x7F0901BD
-			public const int gd_btn_myLocation = 2131296701;
+			public const int get_camera_fail_tip_ly = 2131296701;
 			
 			// aapt resource value: 0x7F0901BE
-			public const int gd_btn_save = 2131296702;
+			public const int get_camera_list_fail_tv = 2131296702;
 			
 			// aapt resource value: 0x7F0901BF
-			public const int gd_img_search_delete = 2131296703;
+			public const int get_sms_code_btn = 2131296703;
 			
 			// aapt resource value: 0x7F0901C0
-			public const int gd_ll_myhome = 2131296704;
+			public const int get_sms_code_lyt = 2131296704;
 			
 			// aapt resource value: 0x7F0901C1
-			public const int gd_ll_search = 2131296705;
+			public const int ghost_view = 2131296705;
 			
 			// aapt resource value: 0x7F0901C2
-			public const int gd_mapView = 2131296706;
+			public const int gone = 2131296706;
 			
 			// aapt resource value: 0x7F0901C3
-			public const int gd_rl_topview = 2131296707;
+			public const int gridview = 2131296707;
 			
 			// aapt resource value: 0x7F0901C4
-			public const int gd_tv_activity_title = 2131296708;
-			
-			// aapt resource value: 0x7F0901C5
-			public const int gd_tv_radius = 2131296709;
-			
-			// aapt resource value: 0x7F0901C6
-			public const int gd_tv_search_title = 2131296710;
+			public const int handle_lyt = 2131296708;
 			
 			// aapt resource value: 0x7F0901C7
-			public const int get_camera_fail_tip_ly = 2131296711;
+			public const int hangup = 2131296711;
 			
 			// aapt resource value: 0x7F0901C8
-			public const int get_camera_list_fail_tv = 2131296712;
+			public const int hangupMonitorIn = 2131296712;
+			
+			// aapt resource value: 0x7F0901C5
+			public const int hang_up_btn = 2131296709;
+			
+			// aapt resource value: 0x7F0901C6
+			public const int hang_up_btn_ly = 2131296710;
 			
 			// aapt resource value: 0x7F0901C9
-			public const int get_sms_code_btn = 2131296713;
+			public const int hdl_gallery_rootView = 2131296713;
 			
 			// aapt resource value: 0x7F0901CA
-			public const int get_sms_code_lyt = 2131296714;
+			public const int hdl_gallery_viewPager = 2131296714;
 			
 			// aapt resource value: 0x7F0901CB
-			public const int ghost_view = 2131296715;
+			public const int hdl_options1 = 2131296715;
 			
 			// aapt resource value: 0x7F0901CC
-			public const int gone = 2131296716;
+			public const int hdl_options2 = 2131296716;
 			
 			// aapt resource value: 0x7F0901CD
-			public const int gridview = 2131296717;
+			public const int hdl_options3 = 2131296717;
 			
 			// aapt resource value: 0x7F0901CE
-			public const int handle_lyt = 2131296718;
-			
-			// aapt resource value: 0x7F0901D1
-			public const int hangup = 2131296721;
-			
-			// aapt resource value: 0x7F0901D2
-			public const int hangupMonitorIn = 2131296722;
+			public const int hdl_pickerview_ll = 2131296718;
 			
 			// aapt resource value: 0x7F0901CF
-			public const int hang_up_btn = 2131296719;
+			public const int header = 2131296719;
 			
 			// aapt resource value: 0x7F0901D0
-			public const int hang_up_btn_ly = 2131296720;
+			public const int header_arrow = 2131296720;
+			
+			// aapt resource value: 0x7F0901D1
+			public const int header_hint = 2131296721;
+			
+			// aapt resource value: 0x7F0901D2
+			public const int header_hint_more = 2131296722;
 			
 			// aapt resource value: 0x7F0901D3
-			public const int hdl_gallery_rootView = 2131296723;
+			public const int header_parent = 2131296723;
 			
 			// aapt resource value: 0x7F0901D4
-			public const int hdl_gallery_viewPager = 2131296724;
+			public const int header_progress = 2131296724;
 			
 			// aapt resource value: 0x7F0901D5
-			public const int hdl_options1 = 2131296725;
+			public const int header_text = 2131296725;
 			
 			// aapt resource value: 0x7F0901D6
-			public const int hdl_options2 = 2131296726;
+			public const int header_text_layout = 2131296726;
 			
 			// aapt resource value: 0x7F0901D7
-			public const int hdl_options3 = 2131296727;
+			public const int header_time = 2131296727;
 			
 			// aapt resource value: 0x7F0901D8
-			public const int hdl_pickerview_ll = 2131296728;
+			public const int header_time_layout = 2131296728;
 			
 			// aapt resource value: 0x7F0901D9
-			public const int header = 2131296729;
+			public const int help = 2131296729;
 			
 			// aapt resource value: 0x7F0901DA
-			public const int header_arrow = 2131296730;
+			public const int helpTop = 2131296730;
 			
 			// aapt resource value: 0x7F0901DB
-			public const int header_hint = 2131296731;
+			public const int help_link = 2131296731;
 			
 			// aapt resource value: 0x7F0901DC
-			public const int header_hint_more = 2131296732;
+			public const int help_tip = 2131296732;
 			
 			// aapt resource value: 0x7F0901DD
-			public const int header_parent = 2131296733;
+			public const int hidden = 2131296733;
 			
 			// aapt resource value: 0x7F0901DE
-			public const int header_progress = 2131296734;
+			public const int hide = 2131296734;
 			
 			// aapt resource value: 0x7F0901DF
-			public const int header_text = 2131296735;
+			public const int history_list = 2131296735;
 			
 			// aapt resource value: 0x7F0901E0
-			public const int header_text_layout = 2131296736;
+			public const int home = 2131296736;
 			
 			// aapt resource value: 0x7F0901E1
-			public const int header_time = 2131296737;
+			public const int homeAsUp = 2131296737;
 			
 			// aapt resource value: 0x7F0901E2
-			public const int header_time_layout = 2131296738;
+			public const int horizontal = 2131296738;
 			
 			// aapt resource value: 0x7F0901E3
-			public const int help = 2131296739;
+			public const int hour = 2131296739;
 			
 			// aapt resource value: 0x7F0901E4
-			public const int helpTop = 2131296740;
+			public const int hour_24 = 2131296740;
 			
 			// aapt resource value: 0x7F0901E5
-			public const int help_link = 2131296741;
+			public const int hour_48 = 2131296741;
 			
 			// aapt resource value: 0x7F0901E6
-			public const int help_tip = 2131296742;
+			public const int icon = 2131296742;
 			
 			// aapt resource value: 0x7F0901E7
-			public const int hidden = 2131296743;
+			public const int icon_group = 2131296743;
 			
 			// aapt resource value: 0x7F0901E8
-			public const int hide = 2131296744;
+			public const int icon_sceenshotImg = 2131296744;
 			
 			// aapt resource value: 0x7F0901E9
-			public const int history_list = 2131296745;
+			public const int icon_sceenshotLayout = 2131296745;
 			
 			// aapt resource value: 0x7F0901EA
-			public const int home = 2131296746;
+			public const int icon_sceenshotText = 2131296746;
 			
 			// aapt resource value: 0x7F0901EB
-			public const int homeAsUp = 2131296747;
+			public const int icon_unlockImg = 2131296747;
 			
 			// aapt resource value: 0x7F0901EC
-			public const int horizontal = 2131296748;
+			public const int icon_unlockLayout = 2131296748;
 			
 			// aapt resource value: 0x7F0901ED
-			public const int hour = 2131296749;
+			public const int icon_unlockText = 2131296749;
 			
 			// aapt resource value: 0x7F0901EE
-			public const int hour_24 = 2131296750;
+			public const int id_btn_join_qq_group = 2131296750;
 			
 			// aapt resource value: 0x7F0901EF
-			public const int hour_48 = 2131296751;
+			public const int id_interface_self_test_forgetPassword = 2131296751;
 			
 			// aapt resource value: 0x7F0901F0
-			public const int icon = 2131296752;
+			public const int id_interface_self_test_openCloudPage = 2131296752;
 			
 			// aapt resource value: 0x7F0901F1
-			public const int icon_group = 2131296753;
+			public const int id_interface_test_forgetPassword = 2131296753;
 			
 			// aapt resource value: 0x7F0901F2
-			public const int icon_sceenshotImg = 2131296754;
+			public const int id_interface_test_openCloudPage = 2131296754;
 			
 			// aapt resource value: 0x7F0901F3
-			public const int icon_sceenshotLayout = 2131296755;
+			public const int id_ll_join_qq_group = 2131296755;
 			
 			// aapt resource value: 0x7F0901F4
-			public const int icon_sceenshotText = 2131296756;
+			public const int id_show_stream_limit_dialog = 2131296756;
 			
 			// aapt resource value: 0x7F0901F5
-			public const int icon_unlockImg = 2131296757;
+			public const int id_show_stream_limit_dialog2 = 2131296757;
 			
 			// aapt resource value: 0x7F0901F6
-			public const int icon_unlockLayout = 2131296758;
+			public const int id_top = 2131296758;
 			
 			// aapt resource value: 0x7F0901F7
-			public const int icon_unlockText = 2131296759;
+			public const int id_tv_join_qq_group = 2131296759;
 			
 			// aapt resource value: 0x7F0901F8
-			public const int id_btn_join_qq_group = 2131296760;
-			
-			// aapt resource value: 0x7F0901F9
-			public const int id_interface_self_test_forgetPassword = 2131296761;
-			
-			// aapt resource value: 0x7F0901FA
-			public const int id_interface_self_test_openCloudPage = 2131296762;
-			
-			// aapt resource value: 0x7F0901FB
-			public const int id_interface_test_forgetPassword = 2131296763;
-			
-			// aapt resource value: 0x7F0901FC
-			public const int id_interface_test_openCloudPage = 2131296764;
-			
-			// aapt resource value: 0x7F0901FD
-			public const int id_ll_join_qq_group = 2131296765;
-			
-			// aapt resource value: 0x7F0901FE
-			public const int id_show_stream_limit_dialog = 2131296766;
-			
-			// aapt resource value: 0x7F0901FF
-			public const int id_show_stream_limit_dialog2 = 2131296767;
-			
-			// aapt resource value: 0x7F090200
-			public const int id_top = 2131296768;
-			
-			// aapt resource value: 0x7F090201
-			public const int id_tv_join_qq_group = 2131296769;
-			
-			// aapt resource value: 0x7F090202
-			public const int ifRoom = 2131296770;
+			public const int ifRoom = 2131296760;
 			
 			// aapt resource value: 0x7F090008
 			public const int Ignore_btn = 2131296264;
@@ -12525,2396 +12552,2213 @@
 			// aapt resource value: 0x7F090009
 			public const int Ignore_btn_ly = 2131296265;
 			
+			// aapt resource value: 0x7F0901F9
+			public const int image = 2131296761;
+			
+			// aapt resource value: 0x7F0901FA
+			public const int image1 = 2131296762;
+			
+			// aapt resource value: 0x7F0901FB
+			public const int image2 = 2131296763;
+			
+			// aapt resource value: 0x7F0901FC
+			public const int image3 = 2131296764;
+			
+			// aapt resource value: 0x7F0901FD
+			public const int imageBg = 2131296765;
+			
+			// aapt resource value: 0x7F0901FE
+			public const int image_back = 2131296766;
+			
+			// aapt resource value: 0x7F0901FF
+			public const int imgAnimation = 2131296767;
+			
+			// aapt resource value: 0x7F090200
+			public const int imgLineConnectGuid = 2131296768;
+			
+			// aapt resource value: 0x7F090201
+			public const int imgResetPic = 2131296769;
+			
+			// aapt resource value: 0x7F090202
+			public const int img_active_cloud_video = 2131296770;
+			
 			// aapt resource value: 0x7F090203
-			public const int image = 2131296771;
+			public const int img_area1 = 2131296771;
 			
 			// aapt resource value: 0x7F090204
-			public const int image1 = 2131296772;
+			public const int img_area2 = 2131296772;
 			
 			// aapt resource value: 0x7F090205
-			public const int image2 = 2131296773;
+			public const int img_area3 = 2131296773;
 			
 			// aapt resource value: 0x7F090206
-			public const int image3 = 2131296774;
+			public const int img_iv = 2131296774;
 			
 			// aapt resource value: 0x7F090207
-			public const int imageBg = 2131296775;
+			public const int indicator_view = 2131296775;
 			
 			// aapt resource value: 0x7F090208
-			public const int image_back = 2131296776;
+			public const int info = 2131296776;
 			
 			// aapt resource value: 0x7F090209
-			public const int imgAnimation = 2131296777;
+			public const int inputLinearlayout = 2131296777;
 			
 			// aapt resource value: 0x7F09020A
-			public const int imgLineConnectGuid = 2131296778;
+			public const int input_hint = 2131296778;
 			
 			// aapt resource value: 0x7F09020B
-			public const int imgResetPic = 2131296779;
+			public const int input_search_query = 2131296779;
 			
 			// aapt resource value: 0x7F09020C
-			public const int imgRichpushBtnBack = 2131296780;
+			public const int input_view1 = 2131296780;
 			
 			// aapt resource value: 0x7F09020D
-			public const int imgView = 2131296781;
+			public const int interface_self_test_button = 2131296781;
 			
 			// aapt resource value: 0x7F09020E
-			public const int img_active_cloud_video = 2131296782;
+			public const int interface_self_test_editText = 2131296782;
 			
 			// aapt resource value: 0x7F09020F
-			public const int img_area1 = 2131296783;
+			public const int interface_test_button = 2131296783;
 			
 			// aapt resource value: 0x7F090210
-			public const int img_area2 = 2131296784;
+			public const int interface_test_editText = 2131296784;
 			
 			// aapt resource value: 0x7F090211
-			public const int img_area3 = 2131296785;
+			public const int interface_v33_self_test_button = 2131296785;
 			
 			// aapt resource value: 0x7F090212
-			public const int img_iv = 2131296786;
+			public const int interface_v33_test_button = 2131296786;
 			
 			// aapt resource value: 0x7F090213
-			public const int indicator_view = 2131296787;
+			public const int invisible = 2131296787;
 			
 			// aapt resource value: 0x7F090214
-			public const int info = 2131296788;
+			public const int ip_info = 2131296788;
 			
 			// aapt resource value: 0x7F090215
-			public const int inputLinearlayout = 2131296789;
+			public const int ip_tv = 2131296789;
 			
 			// aapt resource value: 0x7F090216
-			public const int input_hint = 2131296790;
+			public const int is_call_device_cb = 2131296790;
 			
 			// aapt resource value: 0x7F090217
-			public const int input_search_query = 2131296791;
+			public const int italic = 2131296791;
 			
 			// aapt resource value: 0x7F090218
-			public const int input_view1 = 2131296792;
+			public const int item_icon = 2131296792;
 			
 			// aapt resource value: 0x7F090219
-			public const int interface_self_test_button = 2131296793;
+			public const int item_icon_area = 2131296793;
 			
 			// aapt resource value: 0x7F09021A
-			public const int interface_self_test_editText = 2131296794;
+			public const int item_offline = 2131296794;
 			
 			// aapt resource value: 0x7F09021B
-			public const int interface_test_button = 2131296795;
+			public const int item_play_btn = 2131296795;
 			
 			// aapt resource value: 0x7F09021C
-			public const int interface_test_editText = 2131296796;
+			public const int item_touch_helper_previous_elevation = 2131296796;
 			
 			// aapt resource value: 0x7F09021D
-			public const int interface_v33_self_test_button = 2131296797;
+			public const int iv_add_temp_right1 = 2131296797;
 			
 			// aapt resource value: 0x7F09021E
-			public const int interface_v33_test_button = 2131296798;
+			public const int iv_add_temp_right2 = 2131296798;
 			
 			// aapt resource value: 0x7F09021F
-			public const int invisible = 2131296799;
+			public const int iv_ap_img = 2131296799;
 			
 			// aapt resource value: 0x7F090220
-			public const int ip_info = 2131296800;
+			public const int iv_back = 2131296800;
 			
 			// aapt resource value: 0x7F090221
-			public const int ip_tv = 2131296801;
+			public const int iv_bg = 2131296801;
 			
 			// aapt resource value: 0x7F090222
-			public const int is_call_device_cb = 2131296802;
+			public const int iv_change_screen = 2131296802;
 			
 			// aapt resource value: 0x7F090223
-			public const int italic = 2131296803;
+			public const int iv_check = 2131296803;
 			
 			// aapt resource value: 0x7F090224
-			public const int item_icon = 2131296804;
+			public const int iv_child_watch_video_talk_player_head_image = 2131296804;
 			
 			// aapt resource value: 0x7F090225
-			public const int item_icon_area = 2131296805;
+			public const int iv_choose_other = 2131296805;
 			
 			// aapt resource value: 0x7F090226
-			public const int item_offline = 2131296806;
+			public const int iv_cloudStage = 2131296806;
 			
 			// aapt resource value: 0x7F090227
-			public const int item_play_btn = 2131296807;
+			public const int iv_cloudStage1 = 2131296807;
 			
 			// aapt resource value: 0x7F090228
-			public const int item_touch_helper_previous_elevation = 2131296808;
+			public const int iv_copy = 2131296808;
 			
 			// aapt resource value: 0x7F090229
-			public const int iv_add_temp_right1 = 2131296809;
+			public const int iv_day_next = 2131296809;
 			
 			// aapt resource value: 0x7F09022A
-			public const int iv_add_temp_right2 = 2131296810;
+			public const int iv_day_pre = 2131296810;
 			
 			// aapt resource value: 0x7F09022B
-			public const int iv_ap_img = 2131296811;
+			public const int iv_defence_option = 2131296811;
 			
 			// aapt resource value: 0x7F09022C
-			public const int iv_back = 2131296812;
+			public const int iv_defence_status = 2131296812;
 			
 			// aapt resource value: 0x7F09022D
-			public const int iv_bg = 2131296813;
+			public const int iv_defult_image = 2131296813;
 			
 			// aapt resource value: 0x7F09022E
-			public const int iv_change_screen = 2131296814;
+			public const int iv_detail = 2131296814;
 			
 			// aapt resource value: 0x7F09022F
-			public const int iv_check = 2131296815;
+			public const int iv_device_pic = 2131296815;
 			
 			// aapt resource value: 0x7F090230
-			public const int iv_child_watch_video_talk_player_head_image = 2131296816;
+			public const int iv_direction_limit_down = 2131296816;
 			
 			// aapt resource value: 0x7F090231
-			public const int iv_choose_other = 2131296817;
+			public const int iv_direction_limit_left = 2131296817;
 			
 			// aapt resource value: 0x7F090232
-			public const int iv_cloudStage = 2131296818;
+			public const int iv_direction_limit_right = 2131296818;
 			
 			// aapt resource value: 0x7F090233
-			public const int iv_cloudStage1 = 2131296819;
+			public const int iv_direction_limit_up = 2131296819;
 			
 			// aapt resource value: 0x7F090234
-			public const int iv_copy = 2131296820;
+			public const int iv_history_image = 2131296820;
 			
 			// aapt resource value: 0x7F090235
-			public const int iv_day_next = 2131296821;
+			public const int iv_history_image_full = 2131296821;
 			
 			// aapt resource value: 0x7F090236
-			public const int iv_day_pre = 2131296822;
+			public const int iv_icon = 2131296822;
 			
 			// aapt resource value: 0x7F090237
-			public const int iv_defence_option = 2131296823;
+			public const int iv_img = 2131296823;
 			
 			// aapt resource value: 0x7F090238
-			public const int iv_defence_status = 2131296824;
+			public const int iv_lp_answer = 2131296824;
 			
 			// aapt resource value: 0x7F090239
-			public const int iv_defult_image = 2131296825;
+			public const int iv_lp_hangUp = 2131296825;
 			
 			// aapt resource value: 0x7F09023A
-			public const int iv_detail = 2131296826;
+			public const int iv_lp_screenshot = 2131296826;
 			
 			// aapt resource value: 0x7F09023B
-			public const int iv_device_pic = 2131296827;
+			public const int iv_lp_unlock = 2131296827;
 			
 			// aapt resource value: 0x7F09023C
-			public const int iv_direction_limit_down = 2131296828;
+			public const int iv_more = 2131296828;
 			
 			// aapt resource value: 0x7F09023D
-			public const int iv_direction_limit_left = 2131296829;
+			public const int iv_move_check = 2131296829;
 			
 			// aapt resource value: 0x7F09023E
-			public const int iv_direction_limit_right = 2131296830;
+			public const int iv_name_next = 2131296830;
 			
 			// aapt resource value: 0x7F09023F
-			public const int iv_direction_limit_up = 2131296831;
+			public const int iv_no_device = 2131296831;
 			
 			// aapt resource value: 0x7F090240
-			public const int iv_history_image = 2131296832;
+			public const int iv_paly_pause = 2131296832;
 			
 			// aapt resource value: 0x7F090241
-			public const int iv_history_image_full = 2131296833;
+			public const int iv_play = 2131296833;
 			
 			// aapt resource value: 0x7F090242
-			public const int iv_icon = 2131296834;
+			public const int iv_play_style = 2131296834;
 			
 			// aapt resource value: 0x7F090243
-			public const int iv_img = 2131296835;
+			public const int iv_screen_shot = 2131296835;
 			
 			// aapt resource value: 0x7F090244
-			public const int iv_lp_answer = 2131296836;
+			public const int iv_screen_shot1 = 2131296836;
 			
 			// aapt resource value: 0x7F090245
-			public const int iv_lp_hangUp = 2131296837;
+			public const int iv_self_input = 2131296837;
 			
 			// aapt resource value: 0x7F090246
-			public const int iv_lp_screenshot = 2131296838;
+			public const int iv_sound = 2131296838;
 			
 			// aapt resource value: 0x7F090247
-			public const int iv_lp_unlock = 2131296839;
+			public const int iv_speak = 2131296839;
 			
 			// aapt resource value: 0x7F090248
-			public const int iv_more = 2131296840;
+			public const int iv_speak1 = 2131296840;
 			
 			// aapt resource value: 0x7F090249
-			public const int iv_move_check = 2131296841;
+			public const int iv_video = 2131296841;
 			
 			// aapt resource value: 0x7F09024A
-			public const int iv_name_next = 2131296842;
+			public const int iv_video1 = 2131296842;
 			
 			// aapt resource value: 0x7F09024B
-			public const int iv_no_device = 2131296843;
+			public const int iv_wifi = 2131296843;
 			
 			// aapt resource value: 0x7F09024C
-			public const int iv_paly_pause = 2131296844;
-			
-			// aapt resource value: 0x7F09024D
-			public const int iv_play = 2131296845;
-			
-			// aapt resource value: 0x7F09024E
-			public const int iv_play_style = 2131296846;
-			
-			// aapt resource value: 0x7F09024F
-			public const int iv_screen_shot = 2131296847;
+			public const int join_room_btn = 2131296844;
 			
 			// aapt resource value: 0x7F090250
-			public const int iv_screen_shot1 = 2131296848;
+			public const int labelbelongType = 2131296848;
+			
+			// aapt resource value: 0x7F09024D
+			public const int labelFilter = 2131296845;
+			
+			// aapt resource value: 0x7F09024E
+			public const int labelLocation = 2131296846;
+			
+			// aapt resource value: 0x7F09024F
+			public const int labelSort = 2131296847;
 			
 			// aapt resource value: 0x7F090251
-			public const int iv_self_input = 2131296849;
+			public const int largeLabel = 2131296849;
 			
 			// aapt resource value: 0x7F090252
-			public const int iv_sound = 2131296850;
+			public const int last_refresh_time = 2131296850;
 			
 			// aapt resource value: 0x7F090253
-			public const int iv_speak = 2131296851;
+			public const int latitude = 2131296851;
 			
 			// aapt resource value: 0x7F090254
-			public const int iv_speak1 = 2131296852;
-			
-			// aapt resource value: 0x7F090255
-			public const int iv_video = 2131296853;
+			public const int launch_product_query = 2131296852;
 			
 			// aapt resource value: 0x7F090256
-			public const int iv_video1 = 2131296854;
+			public const int layout = 2131296854;
 			
 			// aapt resource value: 0x7F090257
-			public const int iv_wifi = 2131296855;
+			public const int layout_more_ly = 2131296855;
 			
 			// aapt resource value: 0x7F090258
-			public const int jad_action = 2131296856;
+			public const int layout_password = 2131296856;
 			
 			// aapt resource value: 0x7F090259
-			public const int jad_desc = 2131296857;
+			public const int layout_wifi_pwd = 2131296857;
+			
+			// aapt resource value: 0x7F090255
+			public const int lay_down = 2131296853;
 			
 			// aapt resource value: 0x7F09025A
-			public const int jad_download_size = 2131296858;
+			public const int left = 2131296858;
 			
 			// aapt resource value: 0x7F09025B
-			public const int jad_download_status = 2131296859;
+			public const int likedCount = 2131296859;
 			
 			// aapt resource value: 0x7F09025C
-			public const int jad_download_success = 2131296860;
+			public const int line1 = 2131296860;
 			
 			// aapt resource value: 0x7F09025D
-			public const int jad_download_success_status = 2131296861;
+			public const int line3 = 2131296861;
 			
 			// aapt resource value: 0x7F09025E
-			public const int jad_download_text = 2131296862;
+			public const int lineConnectContainer = 2131296862;
 			
 			// aapt resource value: 0x7F09025F
-			public const int jad_icon = 2131296863;
+			public const int listMode = 2131296863;
 			
 			// aapt resource value: 0x7F090260
-			public const int jad_root_view = 2131296864;
+			public const int listView = 2131296864;
 			
 			// aapt resource value: 0x7F090261
-			public const int join_room_btn = 2131296865;
+			public const int listView_device = 2131296865;
 			
 			// aapt resource value: 0x7F090265
-			public const int labelbelongType = 2131296869;
-			
-			// aapt resource value: 0x7F090262
-			public const int labelFilter = 2131296866;
-			
-			// aapt resource value: 0x7F090263
-			public const int labelLocation = 2131296867;
-			
-			// aapt resource value: 0x7F090264
-			public const int labelSort = 2131296868;
+			public const int listview_header_arrow = 2131296869;
 			
 			// aapt resource value: 0x7F090266
-			public const int largeLabel = 2131296870;
+			public const int listview_header_content = 2131296870;
 			
 			// aapt resource value: 0x7F090267
-			public const int last_refresh_time = 2131296871;
+			public const int listview_header_progressbar = 2131296871;
 			
 			// aapt resource value: 0x7F090268
-			public const int latitude = 2131296872;
+			public const int listview_header_text = 2131296872;
 			
 			// aapt resource value: 0x7F090269
-			public const int launch_product_query = 2131296873;
-			
-			// aapt resource value: 0x7F09026B
-			public const int layout = 2131296875;
-			
-			// aapt resource value: 0x7F09026C
-			public const int layout_more_ly = 2131296876;
-			
-			// aapt resource value: 0x7F09026D
-			public const int layout_password = 2131296877;
-			
-			// aapt resource value: 0x7F09026E
-			public const int layout_version_2 = 2131296878;
-			
-			// aapt resource value: 0x7F09026F
-			public const int layout_wifi_pwd = 2131296879;
+			public const int listview_line = 2131296873;
 			
 			// aapt resource value: 0x7F09026A
-			public const int lay_down = 2131296874;
+			public const int listview_line_device = 2131296874;
 			
-			// aapt resource value: 0x7F090270
-			public const int left = 2131296880;
+			// aapt resource value: 0x7F090262
+			public const int list_camera = 2131296866;
 			
-			// aapt resource value: 0x7F090271
-			public const int likedCount = 2131296881;
+			// aapt resource value: 0x7F090263
+			public const int list_device = 2131296867;
 			
-			// aapt resource value: 0x7F090272
-			public const int line1 = 2131296882;
+			// aapt resource value: 0x7F090264
+			public const int list_item = 2131296868;
 			
-			// aapt resource value: 0x7F090273
-			public const int line3 = 2131296883;
-			
-			// aapt resource value: 0x7F090274
-			public const int lineConnectContainer = 2131296884;
-			
-			// aapt resource value: 0x7F090275
-			public const int listMode = 2131296885;
-			
-			// aapt resource value: 0x7F090276
-			public const int listView = 2131296886;
-			
-			// aapt resource value: 0x7F090277
-			public const int listView_device = 2131296887;
-			
-			// aapt resource value: 0x7F09027B
-			public const int listview_header_arrow = 2131296891;
-			
-			// aapt resource value: 0x7F09027C
-			public const int listview_header_content = 2131296892;
-			
-			// aapt resource value: 0x7F09027D
-			public const int listview_header_progressbar = 2131296893;
-			
-			// aapt resource value: 0x7F09027E
-			public const int listview_header_text = 2131296894;
-			
-			// aapt resource value: 0x7F09027F
-			public const int listview_line = 2131296895;
-			
-			// aapt resource value: 0x7F090280
-			public const int listview_line_device = 2131296896;
-			
-			// aapt resource value: 0x7F090278
-			public const int list_camera = 2131296888;
-			
-			// aapt resource value: 0x7F090279
-			public const int list_device = 2131296889;
-			
-			// aapt resource value: 0x7F09027A
-			public const int list_item = 2131296890;
-			
-			// aapt resource value: 0x7F090281
-			public const int live_window = 2131296897;
-			
-			// aapt resource value: 0x7F0902A5
-			public const int llyCloundService = 2131296933;
-			
-			// aapt resource value: 0x7F0902A6
-			public const int llyStatus1 = 2131296934;
-			
-			// aapt resource value: 0x7F0902A7
-			public const int llyStatus2 = 2131296935;
-			
-			// aapt resource value: 0x7F0902A8
-			public const int llyStatus3 = 2131296936;
-			
-			// aapt resource value: 0x7F090282
-			public const int ll_add = 2131296898;
-			
-			// aapt resource value: 0x7F090283
-			public const int ll_alarm_p_bg_name = 2131296899;
-			
-			// aapt resource value: 0x7F090284
-			public const int ll_all = 2131296900;
-			
-			// aapt resource value: 0x7F090285
-			public const int ll_back = 2131296901;
-			
-			// aapt resource value: 0x7F090286
-			public const int ll_choose_other = 2131296902;
-			
-			// aapt resource value: 0x7F090287
-			public const int ll_cloudstage = 2131296903;
-			
-			// aapt resource value: 0x7F090288
-			public const int ll_cloudstage1 = 2131296904;
-			
-			// aapt resource value: 0x7F090289
-			public const int ll_controller = 2131296905;
-			
-			// aapt resource value: 0x7F09028A
-			public const int ll_delete = 2131296906;
-			
-			// aapt resource value: 0x7F09028B
-			public const int ll_detail = 2131296907;
-			
-			// aapt resource value: 0x7F09028C
-			public const int ll_edit = 2131296908;
-			
-			// aapt resource value: 0x7F09028D
-			public const int ll_fullscreen = 2131296909;
-			
-			// aapt resource value: 0x7F09028E
-			public const int ll_help = 2131296910;
+			// aapt resource value: 0x7F09026B
+			public const int live_window = 2131296875;
 			
 			// aapt resource value: 0x7F09028F
-			public const int ll_input = 2131296911;
+			public const int llyCloundService = 2131296911;
 			
 			// aapt resource value: 0x7F090290
-			public const int ll_lp_btn_back = 2131296912;
+			public const int llyStatus1 = 2131296912;
 			
 			// aapt resource value: 0x7F090291
-			public const int ll_new_version = 2131296913;
+			public const int llyStatus2 = 2131296913;
 			
 			// aapt resource value: 0x7F090292
-			public const int ll_operate = 2131296914;
+			public const int llyStatus3 = 2131296914;
+			
+			// aapt resource value: 0x7F09026C
+			public const int ll_add = 2131296876;
+			
+			// aapt resource value: 0x7F09026D
+			public const int ll_alarm_p_bg_name = 2131296877;
+			
+			// aapt resource value: 0x7F09026E
+			public const int ll_all = 2131296878;
+			
+			// aapt resource value: 0x7F09026F
+			public const int ll_back = 2131296879;
+			
+			// aapt resource value: 0x7F090270
+			public const int ll_choose_other = 2131296880;
+			
+			// aapt resource value: 0x7F090271
+			public const int ll_cloudstage = 2131296881;
+			
+			// aapt resource value: 0x7F090272
+			public const int ll_cloudstage1 = 2131296882;
+			
+			// aapt resource value: 0x7F090273
+			public const int ll_controller = 2131296883;
+			
+			// aapt resource value: 0x7F090274
+			public const int ll_delete = 2131296884;
+			
+			// aapt resource value: 0x7F090275
+			public const int ll_detail = 2131296885;
+			
+			// aapt resource value: 0x7F090276
+			public const int ll_edit = 2131296886;
+			
+			// aapt resource value: 0x7F090277
+			public const int ll_fullscreen = 2131296887;
+			
+			// aapt resource value: 0x7F090278
+			public const int ll_help = 2131296888;
+			
+			// aapt resource value: 0x7F090279
+			public const int ll_input = 2131296889;
+			
+			// aapt resource value: 0x7F09027A
+			public const int ll_lp_btn_back = 2131296890;
+			
+			// aapt resource value: 0x7F09027B
+			public const int ll_new_version = 2131296891;
+			
+			// aapt resource value: 0x7F09027C
+			public const int ll_operate = 2131296892;
+			
+			// aapt resource value: 0x7F09027D
+			public const int ll_paly_pause = 2131296893;
+			
+			// aapt resource value: 0x7F09027E
+			public const int ll_play_style = 2131296894;
+			
+			// aapt resource value: 0x7F09027F
+			public const int ll_screenshot = 2131296895;
+			
+			// aapt resource value: 0x7F090280
+			public const int ll_screenshot1 = 2131296896;
+			
+			// aapt resource value: 0x7F090281
+			public const int ll_self_input = 2131296897;
+			
+			// aapt resource value: 0x7F090282
+			public const int ll_sound = 2131296898;
+			
+			// aapt resource value: 0x7F090283
+			public const int ll_speak = 2131296899;
+			
+			// aapt resource value: 0x7F090284
+			public const int ll_speak1 = 2131296900;
+			
+			// aapt resource value: 0x7F090285
+			public const int ll_switch_btn = 2131296901;
+			
+			// aapt resource value: 0x7F090286
+			public const int ll_title_center = 2131296902;
+			
+			// aapt resource value: 0x7F090287
+			public const int ll_title_left = 2131296903;
+			
+			// aapt resource value: 0x7F090288
+			public const int ll_title_left2 = 2131296904;
+			
+			// aapt resource value: 0x7F090289
+			public const int ll_title_right = 2131296905;
+			
+			// aapt resource value: 0x7F09028A
+			public const int ll_title_right2 = 2131296906;
+			
+			// aapt resource value: 0x7F09028B
+			public const int ll_video = 2131296907;
+			
+			// aapt resource value: 0x7F09028C
+			public const int ll_video1 = 2131296908;
+			
+			// aapt resource value: 0x7F09028D
+			public const int ll_video_content = 2131296909;
+			
+			// aapt resource value: 0x7F09028E
+			public const int ll_video_lp_rendering = 2131296910;
 			
 			// aapt resource value: 0x7F090293
-			public const int ll_paly_pause = 2131296915;
+			public const int loadingTextView = 2131296915;
 			
 			// aapt resource value: 0x7F090294
-			public const int ll_play_style = 2131296916;
+			public const int loading_end_text = 2131296916;
 			
 			// aapt resource value: 0x7F090295
-			public const int ll_screenshot = 2131296917;
+			public const int loading_pb = 2131296917;
 			
 			// aapt resource value: 0x7F090296
-			public const int ll_screenshot1 = 2131296918;
+			public const int loading_pb_ly = 2131296918;
 			
 			// aapt resource value: 0x7F090297
-			public const int ll_self_input = 2131296919;
+			public const int loading_play_btn = 2131296919;
 			
 			// aapt resource value: 0x7F090298
-			public const int ll_sound = 2131296920;
+			public const int loading_progressbar = 2131296920;
 			
 			// aapt resource value: 0x7F090299
-			public const int ll_speak = 2131296921;
+			public const int loading_text = 2131296921;
 			
 			// aapt resource value: 0x7F09029A
-			public const int ll_speak1 = 2131296922;
+			public const int loading_view = 2131296922;
 			
 			// aapt resource value: 0x7F09029B
-			public const int ll_switch_btn = 2131296923;
-			
-			// aapt resource value: 0x7F09029C
-			public const int ll_title_center = 2131296924;
+			public const int loading_viewstub = 2131296923;
 			
 			// aapt resource value: 0x7F09029D
-			public const int ll_title_left = 2131296925;
+			public const int localDoorUnlock = 2131296925;
 			
 			// aapt resource value: 0x7F09029E
-			public const int ll_title_left2 = 2131296926;
+			public const int localVideo = 2131296926;
 			
 			// aapt resource value: 0x7F09029F
-			public const int ll_title_right = 2131296927;
+			public const int local_alarm1 = 2131296927;
 			
 			// aapt resource value: 0x7F0902A0
-			public const int ll_title_right2 = 2131296928;
+			public const int local_alarm2 = 2131296928;
 			
 			// aapt resource value: 0x7F0902A1
-			public const int ll_video = 2131296929;
+			public const int local_alarm3 = 2131296929;
 			
 			// aapt resource value: 0x7F0902A2
-			public const int ll_video1 = 2131296930;
+			public const int local_l1 = 2131296930;
 			
 			// aapt resource value: 0x7F0902A3
-			public const int ll_video_content = 2131296931;
+			public const int local_l2 = 2131296931;
 			
 			// aapt resource value: 0x7F0902A4
-			public const int ll_video_lp_rendering = 2131296932;
+			public const int local_l3 = 2131296932;
+			
+			// aapt resource value: 0x7F0902A5
+			public const int local_realplay_btn = 2131296933;
+			
+			// aapt resource value: 0x7F0902A6
+			public const int local_time_part1 = 2131296934;
+			
+			// aapt resource value: 0x7F0902A7
+			public const int local_time_part2 = 2131296935;
+			
+			// aapt resource value: 0x7F0902A8
+			public const int local_time_part3 = 2131296936;
+			
+			// aapt resource value: 0x7F09029C
+			public const int locaVideo = 2131296924;
 			
 			// aapt resource value: 0x7F0902A9
-			public const int loadingTextView = 2131296937;
+			public const int lockVerifyBtn = 2131296937;
 			
 			// aapt resource value: 0x7F0902AA
-			public const int loading_end_text = 2131296938;
+			public const int login_login = 2131296938;
 			
 			// aapt resource value: 0x7F0902AB
-			public const int loading_pb = 2131296939;
+			public const int login_name = 2131296939;
 			
 			// aapt resource value: 0x7F0902AC
-			public const int loading_pb_ly = 2131296940;
+			public const int login_pwd = 2131296940;
 			
 			// aapt resource value: 0x7F0902AD
-			public const int loading_play_btn = 2131296941;
+			public const int login_regesiter = 2131296941;
 			
 			// aapt resource value: 0x7F0902AE
-			public const int loading_progressbar = 2131296942;
+			public const int login_username = 2131296942;
 			
 			// aapt resource value: 0x7F0902AF
-			public const int loading_text = 2131296943;
-			
-			// aapt resource value: 0x7F0902B0
-			public const int loading_view = 2131296944;
-			
-			// aapt resource value: 0x7F0902B1
-			public const int loading_viewstub = 2131296945;
-			
-			// aapt resource value: 0x7F0902B3
-			public const int localDoorUnlock = 2131296947;
+			public const int longitude = 2131296943;
 			
 			// aapt resource value: 0x7F0902B4
-			public const int localVideo = 2131296948;
+			public const int lpsdk_dialog_cancel_tv = 2131296948;
 			
 			// aapt resource value: 0x7F0902B5
-			public const int local_alarm1 = 2131296949;
+			public const int lpsdk_dialog_confirm_tv = 2131296949;
 			
 			// aapt resource value: 0x7F0902B6
-			public const int local_alarm2 = 2131296950;
+			public const int lpsdk_dialog_content_tv = 2131296950;
 			
 			// aapt resource value: 0x7F0902B7
-			public const int local_alarm3 = 2131296951;
+			public const int lpsdk_dialog_title_tv = 2131296951;
 			
-			// aapt resource value: 0x7F0902B8
-			public const int local_l1 = 2131296952;
+			// aapt resource value: 0x7F0902B0
+			public const int lp_dialog_cancel_tv = 2131296944;
 			
-			// aapt resource value: 0x7F0902B9
-			public const int local_l2 = 2131296953;
-			
-			// aapt resource value: 0x7F0902BA
-			public const int local_l3 = 2131296954;
-			
-			// aapt resource value: 0x7F0902BB
-			public const int local_realplay_btn = 2131296955;
-			
-			// aapt resource value: 0x7F0902BC
-			public const int local_time_part1 = 2131296956;
-			
-			// aapt resource value: 0x7F0902BD
-			public const int local_time_part2 = 2131296957;
-			
-			// aapt resource value: 0x7F0902BE
-			public const int local_time_part3 = 2131296958;
+			// aapt resource value: 0x7F0902B1
+			public const int lp_dialog_confirm_tv = 2131296945;
 			
 			// aapt resource value: 0x7F0902B2
-			public const int locaVideo = 2131296946;
+			public const int lp_dialog_data_picker = 2131296946;
 			
-			// aapt resource value: 0x7F0902BF
-			public const int lockVerifyBtn = 2131296959;
+			// aapt resource value: 0x7F0902B3
+			public const int lp_dialog_time_picker = 2131296947;
 			
-			// aapt resource value: 0x7F0902C0
-			public const int login_login = 2131296960;
+			// aapt resource value: 0x7F0902B8
+			public const int main_layout = 2131296952;
 			
-			// aapt resource value: 0x7F0902C1
-			public const int login_name = 2131296961;
+			// aapt resource value: 0x7F0902B9
+			public const int manualOnly = 2131296953;
 			
-			// aapt resource value: 0x7F0902C2
-			public const int login_pwd = 2131296962;
-			
-			// aapt resource value: 0x7F0902C3
-			public const int login_regesiter = 2131296963;
-			
-			// aapt resource value: 0x7F0902C4
-			public const int login_username = 2131296964;
-			
-			// aapt resource value: 0x7F0902C5
-			public const int longitude = 2131296965;
-			
-			// aapt resource value: 0x7F0902CA
-			public const int lpsdk_dialog_cancel_tv = 2131296970;
-			
-			// aapt resource value: 0x7F0902CB
-			public const int lpsdk_dialog_confirm_tv = 2131296971;
-			
-			// aapt resource value: 0x7F0902CC
-			public const int lpsdk_dialog_content_tv = 2131296972;
-			
-			// aapt resource value: 0x7F0902CD
-			public const int lpsdk_dialog_title_tv = 2131296973;
-			
-			// aapt resource value: 0x7F0902C6
-			public const int lp_dialog_cancel_tv = 2131296966;
-			
-			// aapt resource value: 0x7F0902C7
-			public const int lp_dialog_confirm_tv = 2131296967;
-			
-			// aapt resource value: 0x7F0902C8
-			public const int lp_dialog_data_picker = 2131296968;
-			
-			// aapt resource value: 0x7F0902C9
-			public const int lp_dialog_time_picker = 2131296969;
-			
-			// aapt resource value: 0x7F0902CE
-			public const int main_layout = 2131296974;
-			
-			// aapt resource value: 0x7F0902CF
-			public const int manualOnly = 2131296975;
-			
-			// aapt resource value: 0x7F0902D0
-			public const int masked = 2131296976;
+			// aapt resource value: 0x7F0902BA
+			public const int masked = 2131296954;
 			
 			// aapt resource value: 0x7F09000B
 			public const int MatchLayout = 2131296267;
 			
-			// aapt resource value: 0x7F0902D1
-			public const int matte_image = 2131296977;
+			// aapt resource value: 0x7F0902BB
+			public const int matte_image = 2131296955;
 			
-			// aapt resource value: 0x7F0902D2
-			public const int media_actions = 2131296978;
+			// aapt resource value: 0x7F0902BC
+			public const int media_actions = 2131296956;
 			
-			// aapt resource value: 0x7F0902D3
-			public const int menu_layout = 2131296979;
+			// aapt resource value: 0x7F0902BD
+			public const int menu_layout = 2131296957;
 			
-			// aapt resource value: 0x7F0902D4
-			public const int menu_play = 2131296980;
+			// aapt resource value: 0x7F0902BE
+			public const int menu_play = 2131296958;
 			
-			// aapt resource value: 0x7F0902D5
-			public const int message = 2131296981;
+			// aapt resource value: 0x7F0902BF
+			public const int message = 2131296959;
 			
-			// aapt resource value: 0x7F0902D6
-			public const int message1 = 2131296982;
+			// aapt resource value: 0x7F0902C0
+			public const int message1 = 2131296960;
 			
-			// aapt resource value: 0x7F0902D7
-			public const int message2 = 2131296983;
+			// aapt resource value: 0x7F0902C1
+			public const int message2 = 2131296961;
 			
-			// aapt resource value: 0x7F0902D8
-			public const int message_check = 2131296984;
+			// aapt resource value: 0x7F0902C2
+			public const int message_check = 2131296962;
 			
-			// aapt resource value: 0x7F0902D9
-			public const int message_content = 2131296985;
+			// aapt resource value: 0x7F0902C3
+			public const int message_content = 2131296963;
 			
-			// aapt resource value: 0x7F0902DA
-			public const int message_from = 2131296986;
+			// aapt resource value: 0x7F0902C4
+			public const int message_from = 2131296964;
 			
-			// aapt resource value: 0x7F0902DB
-			public const int message_from_tip = 2131296987;
+			// aapt resource value: 0x7F0902C5
+			public const int message_from_tip = 2131296965;
 			
-			// aapt resource value: 0x7F0902DC
-			public const int message_image = 2131296988;
+			// aapt resource value: 0x7F0902C6
+			public const int message_image = 2131296966;
 			
-			// aapt resource value: 0x7F0902DD
-			public const int message_image_layout = 2131296989;
+			// aapt resource value: 0x7F0902C7
+			public const int message_image_layout = 2131296967;
 			
-			// aapt resource value: 0x7F0902DE
-			public const int message_image_progress = 2131296990;
+			// aapt resource value: 0x7F0902C8
+			public const int message_image_progress = 2131296968;
 			
-			// aapt resource value: 0x7F0902DF
-			public const int message_layout = 2131296991;
+			// aapt resource value: 0x7F0902C9
+			public const int message_layout = 2131296969;
 			
-			// aapt resource value: 0x7F0902E0
-			public const int message_list = 2131296992;
+			// aapt resource value: 0x7F0902CA
+			public const int message_list = 2131296970;
 			
-			// aapt resource value: 0x7F0902E1
-			public const int message_num_tv = 2131296993;
+			// aapt resource value: 0x7F0902CB
+			public const int message_num_tv = 2131296971;
 			
-			// aapt resource value: 0x7F0902E2
-			public const int message_play_layout = 2131296994;
+			// aapt resource value: 0x7F0902CC
+			public const int message_play_layout = 2131296972;
 			
-			// aapt resource value: 0x7F0902E3
-			public const int message_time = 2131296995;
+			// aapt resource value: 0x7F0902CD
+			public const int message_time = 2131296973;
 			
-			// aapt resource value: 0x7F0902E4
-			public const int message_type = 2131296996;
+			// aapt resource value: 0x7F0902CE
+			public const int message_type = 2131296974;
 			
-			// aapt resource value: 0x7F0902E5
-			public const int message_unread = 2131296997;
+			// aapt resource value: 0x7F0902CF
+			public const int message_unread = 2131296975;
 			
-			// aapt resource value: 0x7F0902E6
-			public const int message_video_layout = 2131296998;
+			// aapt resource value: 0x7F0902D0
+			public const int message_video_layout = 2131296976;
 			
 			// aapt resource value: 0x7F09000A
 			public const int META = 2131296266;
 			
-			// aapt resource value: 0x7F0902E8
-			public const int middle = 2131297000;
+			// aapt resource value: 0x7F0902D2
+			public const int middle = 2131296978;
+			
+			// aapt resource value: 0x7F0902D1
+			public const int mid_vertical_view = 2131296977;
+			
+			// aapt resource value: 0x7F0902D3
+			public const int min = 2131296979;
+			
+			// aapt resource value: 0x7F0902D4
+			public const int mini = 2131296980;
+			
+			// aapt resource value: 0x7F0902D5
+			public const int mirror_line = 2131296981;
+			
+			// aapt resource value: 0x7F0902D6
+			public const int modify_password_layout = 2131296982;
+			
+			// aapt resource value: 0x7F0902D7
+			public const int monitor = 2131296983;
+			
+			// aapt resource value: 0x7F0902D8
+			public const int monitor_ll = 2131296984;
+			
+			// aapt resource value: 0x7F0902D9
+			public const int month = 2131296985;
+			
+			// aapt resource value: 0x7F0902DA
+			public const int more_btn = 2131296986;
+			
+			// aapt resource value: 0x7F0902DB
+			public const int msg_content_tv = 2131296987;
+			
+			// aapt resource value: 0x7F0902DC
+			public const int multiply = 2131296988;
+			
+			// aapt resource value: 0x7F0902DD
+			public const int myRelativeLayout = 2131296989;
+			
+			// aapt resource value: 0x7F0902DE
+			public const int myRetry = 2131296990;
+			
+			// aapt resource value: 0x7F0902DF
+			public const int nameText = 2131296991;
+			
+			// aapt resource value: 0x7F0902E0
+			public const int name_del = 2131296992;
+			
+			// aapt resource value: 0x7F0902E1
+			public const int name_text = 2131296993;
+			
+			// aapt resource value: 0x7F0902E2
+			public const int name_tv = 2131296994;
+			
+			// aapt resource value: 0x7F0902E3
+			public const int navigation_header_container = 2131296995;
+			
+			// aapt resource value: 0x7F0902E4
+			public const int network_error_text = 2131296996;
+			
+			// aapt resource value: 0x7F0902E5
+			public const int network_error_viewstub = 2131296997;
+			
+			// aapt resource value: 0x7F0902E6
+			public const int never = 2131296998;
 			
 			// aapt resource value: 0x7F0902E7
-			public const int mid_vertical_view = 2131296999;
+			public const int new_password = 2131296999;
+			
+			// aapt resource value: 0x7F0902E8
+			public const int next = 2131297000;
 			
 			// aapt resource value: 0x7F0902E9
-			public const int min = 2131297001;
+			public const int next_btn = 2131297001;
 			
 			// aapt resource value: 0x7F0902EA
-			public const int mini = 2131297002;
-			
-			// aapt resource value: 0x7F0902EB
-			public const int mirror_line = 2131297003;
-			
-			// aapt resource value: 0x7F0902EC
-			public const int modify_password_layout = 2131297004;
-			
-			// aapt resource value: 0x7F0902ED
-			public const int monitor = 2131297005;
-			
-			// aapt resource value: 0x7F0902EE
-			public const int monitor_ll = 2131297006;
-			
-			// aapt resource value: 0x7F0902EF
-			public const int month = 2131297007;
-			
-			// aapt resource value: 0x7F0902F0
-			public const int more_btn = 2131297008;
-			
-			// aapt resource value: 0x7F0902F1
-			public const int msg_content_tv = 2131297009;
-			
-			// aapt resource value: 0x7F0902F2
-			public const int multiply = 2131297010;
-			
-			// aapt resource value: 0x7F0902F3
-			public const int myRelativeLayout = 2131297011;
-			
-			// aapt resource value: 0x7F0902F4
-			public const int myRetry = 2131297012;
-			
-			// aapt resource value: 0x7F0902F5
-			public const int nameText = 2131297013;
+			public const int next_play_btn = 2131297002;
 			
 			// aapt resource value: 0x7F0902F6
-			public const int name_del = 2131297014;
+			public const int none = 2131297014;
 			
 			// aapt resource value: 0x7F0902F7
-			public const int name_text = 2131297015;
+			public const int normal = 2131297015;
 			
-			// aapt resource value: 0x7F0902F8
-			public const int name_tv = 2131297016;
+			// aapt resource value: 0x7F0902EB
+			public const int noText = 2131297003;
 			
 			// aapt resource value: 0x7F0902F9
-			public const int navigation_header_container = 2131297017;
+			public const int notification_background = 2131297017;
 			
 			// aapt resource value: 0x7F0902FA
-			public const int network_error_text = 2131297018;
+			public const int notification_main_column = 2131297018;
 			
 			// aapt resource value: 0x7F0902FB
-			public const int network_error_viewstub = 2131297019;
+			public const int notification_main_column_container = 2131297019;
+			
+			// aapt resource value: 0x7F0902F8
+			public const int not_show = 2131297016;
 			
 			// aapt resource value: 0x7F0902FC
-			public const int never = 2131297020;
+			public const int novideo_img = 2131297020;
 			
 			// aapt resource value: 0x7F0902FD
-			public const int new_password = 2131297021;
+			public const int novideo_img_device = 2131297021;
+			
+			// aapt resource value: 0x7F0902EC
+			public const int no_camera_tip_ly = 2131297004;
+			
+			// aapt resource value: 0x7F0902ED
+			public const int no_history_layout = 2131297005;
+			
+			// aapt resource value: 0x7F0902EE
+			public const int no_history_text = 2131297006;
+			
+			// aapt resource value: 0x7F0902EF
+			public const int no_message_button = 2131297007;
+			
+			// aapt resource value: 0x7F0902F0
+			public const int no_message_layout = 2131297008;
+			
+			// aapt resource value: 0x7F0902F1
+			public const int no_message_text = 2131297009;
+			
+			// aapt resource value: 0x7F0902F2
+			public const int no_more_hint = 2131297010;
+			
+			// aapt resource value: 0x7F0902F3
+			public const int no_more_text = 2131297011;
+			
+			// aapt resource value: 0x7F0902F4
+			public const int no_temppassword_layout = 2131297012;
+			
+			// aapt resource value: 0x7F0902F5
+			public const int no_temppassword_text = 2131297013;
 			
 			// aapt resource value: 0x7F0902FE
-			public const int next = 2131297022;
+			public const int offline_bg = 2131297022;
 			
 			// aapt resource value: 0x7F0902FF
-			public const int next_btn = 2131297023;
-			
-			// aapt resource value: 0x7F090300
-			public const int next_play_btn = 2131297024;
-			
-			// aapt resource value: 0x7F09030C
-			public const int none = 2131297036;
-			
-			// aapt resource value: 0x7F09030D
-			public const int normal = 2131297037;
-			
-			// aapt resource value: 0x7F090301
-			public const int noText = 2131297025;
-			
-			// aapt resource value: 0x7F09030F
-			public const int notification_background = 2131297039;
-			
-			// aapt resource value: 0x7F090310
-			public const int notification_main_column = 2131297040;
-			
-			// aapt resource value: 0x7F090311
-			public const int notification_main_column_container = 2131297041;
-			
-			// aapt resource value: 0x7F09030E
-			public const int not_show = 2131297038;
-			
-			// aapt resource value: 0x7F090312
-			public const int novideo_img = 2131297042;
-			
-			// aapt resource value: 0x7F090313
-			public const int novideo_img_device = 2131297043;
+			public const int ok_tv = 2131297023;
 			
 			// aapt resource value: 0x7F090302
-			public const int no_camera_tip_ly = 2131297026;
+			public const int options1 = 2131297026;
 			
 			// aapt resource value: 0x7F090303
-			public const int no_history_layout = 2131297027;
+			public const int options2 = 2131297027;
 			
 			// aapt resource value: 0x7F090304
-			public const int no_history_text = 2131297028;
+			public const int options3 = 2131297028;
 			
 			// aapt resource value: 0x7F090305
-			public const int no_message_button = 2131297029;
+			public const int optionspicker = 2131297029;
+			
+			// aapt resource value: 0x7F090300
+			public const int option_list = 2131297024;
+			
+			// aapt resource value: 0x7F090301
+			public const int option_name = 2131297025;
 			
 			// aapt resource value: 0x7F090306
-			public const int no_message_layout = 2131297030;
+			public const int outmost_container = 2131297030;
 			
 			// aapt resource value: 0x7F090307
-			public const int no_message_text = 2131297031;
-			
-			// aapt resource value: 0x7F090308
-			public const int no_more_hint = 2131297032;
+			public const int packed = 2131297031;
 			
 			// aapt resource value: 0x7F090309
-			public const int no_more_text = 2131297033;
+			public const int pager = 2131297033;
 			
 			// aapt resource value: 0x7F09030A
-			public const int no_temppassword_layout = 2131297034;
+			public const int pager_tab_strip = 2131297034;
+			
+			// aapt resource value: 0x7F090308
+			public const int page_container = 2131297032;
 			
 			// aapt resource value: 0x7F09030B
-			public const int no_temppassword_text = 2131297035;
+			public const int pair_img1 = 2131297035;
+			
+			// aapt resource value: 0x7F09030C
+			public const int pair_img2 = 2131297036;
+			
+			// aapt resource value: 0x7F09030D
+			public const int parallax = 2131297037;
+			
+			// aapt resource value: 0x7F09030E
+			public const int parent = 2131297038;
+			
+			// aapt resource value: 0x7F09030F
+			public const int parentPanel = 2131297039;
+			
+			// aapt resource value: 0x7F090310
+			public const int parent_matrix = 2131297040;
+			
+			// aapt resource value: 0x7F090311
+			public const int passwordETV = 2131297041;
+			
+			// aapt resource value: 0x7F090312
+			public const int pb_loading = 2131297042;
+			
+			// aapt resource value: 0x7F090313
+			public const int pb_notlist_title_bar_landscape = 2131297043;
 			
 			// aapt resource value: 0x7F090314
-			public const int offline_bg = 2131297044;
+			public const int pb_play_loading = 2131297044;
 			
 			// aapt resource value: 0x7F090315
-			public const int ok_tv = 2131297045;
-			
-			// aapt resource value: 0x7F090318
-			public const int options1 = 2131297048;
-			
-			// aapt resource value: 0x7F090319
-			public const int options2 = 2131297049;
-			
-			// aapt resource value: 0x7F09031A
-			public const int options3 = 2131297050;
-			
-			// aapt resource value: 0x7F09031B
-			public const int optionspicker = 2131297051;
+			public const int pb_search_content_tab = 2131297045;
 			
 			// aapt resource value: 0x7F090316
-			public const int option_list = 2131297046;
+			public const int pb_search_tab_btn_cloud = 2131297046;
 			
 			// aapt resource value: 0x7F090317
-			public const int option_name = 2131297047;
+			public const int pb_search_tab_btn_device = 2131297047;
+			
+			// aapt resource value: 0x7F090318
+			public const int pb_title_bar_landscape = 2131297048;
+			
+			// aapt resource value: 0x7F090319
+			public const int peerAddress = 2131297049;
+			
+			// aapt resource value: 0x7F09031A
+			public const int percent = 2131297050;
+			
+			// aapt resource value: 0x7F09031B
+			public const int pg_download = 2131297051;
 			
 			// aapt resource value: 0x7F09031C
-			public const int outmost_container = 2131297052;
+			public const int pg_upodate = 2131297052;
 			
 			// aapt resource value: 0x7F09031D
-			public const int packed = 2131297053;
-			
-			// aapt resource value: 0x7F09031F
-			public const int pager = 2131297055;
-			
-			// aapt resource value: 0x7F090320
-			public const int pager_tab_strip = 2131297056;
+			public const int phone_btn = 2131297053;
 			
 			// aapt resource value: 0x7F09031E
-			public const int page_container = 2131297054;
+			public const int phone_et = 2131297054;
+			
+			// aapt resource value: 0x7F09031F
+			public const int phone_ly = 2131297055;
+			
+			// aapt resource value: 0x7F090320
+			public const int phone_lyt = 2131297056;
 			
 			// aapt resource value: 0x7F090321
-			public const int pair_img1 = 2131297057;
+			public const int pin = 2131297057;
 			
 			// aapt resource value: 0x7F090322
-			public const int pair_img2 = 2131297058;
-			
-			// aapt resource value: 0x7F090323
-			public const int parallax = 2131297059;
+			public const int pixel_recycle = 2131297058;
 			
 			// aapt resource value: 0x7F090324
-			public const int parent = 2131297060;
+			public const int platform_login_btn = 2131297060;
+			
+			// aapt resource value: 0x7F090323
+			public const int plat_tv = 2131297059;
 			
 			// aapt resource value: 0x7F090325
-			public const int parentPanel = 2131297061;
+			public const int play_video_layout = 2131297061;
 			
 			// aapt resource value: 0x7F090326
-			public const int parent_matrix = 2131297062;
+			public const int preview_view = 2131297062;
 			
 			// aapt resource value: 0x7F090327
-			public const int passwordETV = 2131297063;
+			public const int privacy_masking_button = 2131297063;
 			
 			// aapt resource value: 0x7F090328
-			public const int pb_loading = 2131297064;
+			public const int privacy_masking_layout = 2131297064;
 			
 			// aapt resource value: 0x7F090329
-			public const int pb_notlist_title_bar_landscape = 2131297065;
+			public const int privacy_masking_parent_layout = 2131297065;
 			
 			// aapt resource value: 0x7F09032A
-			public const int pb_play_loading = 2131297066;
-			
-			// aapt resource value: 0x7F09032B
-			public const int pb_search_content_tab = 2131297067;
-			
-			// aapt resource value: 0x7F09032C
-			public const int pb_search_tab_btn_cloud = 2131297068;
-			
-			// aapt resource value: 0x7F09032D
-			public const int pb_search_tab_btn_device = 2131297069;
-			
-			// aapt resource value: 0x7F09032E
-			public const int pb_title_bar_landscape = 2131297070;
+			public const int privacy_policy_btn = 2131297066;
 			
 			// aapt resource value: 0x7F09032F
-			public const int peerAddress = 2131297071;
+			public const int progressbar = 2131297071;
+			
+			// aapt resource value: 0x7F09032B
+			public const int progress_area = 2131297067;
+			
+			// aapt resource value: 0x7F09032C
+			public const int progress_circular = 2131297068;
+			
+			// aapt resource value: 0x7F09032D
+			public const int progress_horizontal = 2131297069;
+			
+			// aapt resource value: 0x7F09032E
+			public const int progress_seekbar = 2131297070;
 			
 			// aapt resource value: 0x7F090330
-			public const int percent = 2131297072;
+			public const int ptz_bottom_btn = 2131297072;
 			
 			// aapt resource value: 0x7F090331
-			public const int pg_download = 2131297073;
+			public const int ptz_close_btn = 2131297073;
 			
 			// aapt resource value: 0x7F090332
-			public const int pg_upodate = 2131297074;
+			public const int ptz_control_ly = 2131297074;
 			
 			// aapt resource value: 0x7F090333
-			public const int phone_btn = 2131297075;
+			public const int ptz_flip_btn = 2131297075;
 			
 			// aapt resource value: 0x7F090334
-			public const int phone_et = 2131297076;
+			public const int ptz_left_btn = 2131297076;
 			
 			// aapt resource value: 0x7F090335
-			public const int phone_ly = 2131297077;
+			public const int ptz_right_btn = 2131297077;
 			
 			// aapt resource value: 0x7F090336
-			public const int phone_lyt = 2131297078;
+			public const int ptz_top_btn = 2131297078;
 			
 			// aapt resource value: 0x7F090337
-			public const int pin = 2131297079;
+			public const int pullDownFromTop = 2131297079;
 			
 			// aapt resource value: 0x7F090338
-			public const int pixel_recycle = 2131297080;
-			
-			// aapt resource value: 0x7F09033A
-			public const int platform_login_btn = 2131297082;
+			public const int pullFromEnd = 2131297080;
 			
 			// aapt resource value: 0x7F090339
-			public const int plat_tv = 2131297081;
+			public const int pullFromStart = 2131297081;
+			
+			// aapt resource value: 0x7F09033A
+			public const int pullUpFromBottom = 2131297082;
 			
 			// aapt resource value: 0x7F09033B
-			public const int play_video_layout = 2131297083;
+			public const int pull_out = 2131297083;
 			
 			// aapt resource value: 0x7F09033C
-			public const int popLayoutId = 2131297084;
+			public const int pull_to_refresh_image = 2131297084;
 			
 			// aapt resource value: 0x7F09033D
-			public const int preview_view = 2131297085;
+			public const int pull_to_refresh_progress = 2131297085;
 			
 			// aapt resource value: 0x7F09033E
-			public const int privacy_masking_button = 2131297086;
+			public const int pull_to_refresh_sub_text = 2131297086;
 			
 			// aapt resource value: 0x7F09033F
-			public const int privacy_masking_layout = 2131297087;
+			public const int pull_to_refresh_text = 2131297087;
 			
 			// aapt resource value: 0x7F090340
-			public const int privacy_masking_parent_layout = 2131297088;
+			public const int quality_balanced_btn = 2131297088;
 			
 			// aapt resource value: 0x7F090341
-			public const int privacy_policy_btn = 2131297089;
-			
-			// aapt resource value: 0x7F090346
-			public const int progressbar = 2131297094;
+			public const int quality_close_btn = 2131297089;
 			
 			// aapt resource value: 0x7F090342
-			public const int progress_area = 2131297090;
+			public const int quality_flunet_btn = 2131297090;
 			
 			// aapt resource value: 0x7F090343
-			public const int progress_circular = 2131297091;
+			public const int quality_hd_btn = 2131297091;
 			
 			// aapt resource value: 0x7F090344
-			public const int progress_horizontal = 2131297092;
+			public const int quality_line = 2131297092;
 			
 			// aapt resource value: 0x7F090345
-			public const int progress_seekbar = 2131297093;
+			public const int quality_super_hd_btn = 2131297093;
 			
 			// aapt resource value: 0x7F090347
-			public const int ptz_bottom_btn = 2131297095;
+			public const int queryingCameraRyt = 2131297095;
 			
 			// aapt resource value: 0x7F090348
-			public const int ptz_close_btn = 2131297096;
+			public const int querying_camera_tv = 2131297096;
+			
+			// aapt resource value: 0x7F090346
+			public const int query_exception_ly = 2131297094;
 			
 			// aapt resource value: 0x7F090349
-			public const int ptz_control_ly = 2131297097;
+			public const int quit = 2131297097;
 			
 			// aapt resource value: 0x7F09034A
-			public const int ptz_flip_btn = 2131297098;
+			public const int radio = 2131297098;
 			
 			// aapt resource value: 0x7F09034B
-			public const int ptz_left_btn = 2131297099;
+			public const int range = 2131297099;
 			
 			// aapt resource value: 0x7F09034C
-			public const int ptz_right_btn = 2131297100;
+			public const int rangeSort = 2131297100;
 			
 			// aapt resource value: 0x7F09034D
-			public const int ptz_top_btn = 2131297101;
+			public const int rate_16x = 2131297101;
 			
 			// aapt resource value: 0x7F09034E
-			public const int pullDownFromTop = 2131297102;
+			public const int rate_1x = 2131297102;
 			
 			// aapt resource value: 0x7F09034F
-			public const int pullFromEnd = 2131297103;
+			public const int rate_32x = 2131297103;
 			
 			// aapt resource value: 0x7F090350
-			public const int pullFromStart = 2131297104;
+			public const int rate_4x = 2131297104;
 			
 			// aapt resource value: 0x7F090351
-			public const int pullUpFromBottom = 2131297105;
+			public const int rate_8x = 2131297105;
 			
 			// aapt resource value: 0x7F090352
-			public const int pull_out = 2131297106;
+			public const int rb_never_remind = 2131297106;
 			
 			// aapt resource value: 0x7F090353
-			public const int pull_to_refresh_image = 2131297107;
+			public const int rcv_channel = 2131297107;
 			
 			// aapt resource value: 0x7F090354
-			public const int pull_to_refresh_progress = 2131297108;
+			public const int rcv_record = 2131297108;
 			
 			// aapt resource value: 0x7F090355
-			public const int pull_to_refresh_sub_text = 2131297109;
-			
-			// aapt resource value: 0x7F090356
-			public const int pull_to_refresh_text = 2131297110;
+			public const int rcv_video_list = 2131297109;
 			
 			// aapt resource value: 0x7F090357
-			public const int pushPrograssBar = 2131297111;
+			public const int read_button = 2131297111;
 			
 			// aapt resource value: 0x7F090358
-			public const int push_big_bigtext_defaultView = 2131297112;
+			public const int realplay_area = 2131297112;
 			
 			// aapt resource value: 0x7F090359
-			public const int push_big_bigview_defaultView = 2131297113;
+			public const int realplay_back_btn = 2131297113;
 			
 			// aapt resource value: 0x7F09035A
-			public const int push_big_defaultView = 2131297114;
+			public const int realplay_capture_iv = 2131297114;
 			
 			// aapt resource value: 0x7F09035B
-			public const int push_big_notification = 2131297115;
+			public const int realplay_capture_rl = 2131297115;
 			
 			// aapt resource value: 0x7F09035C
-			public const int push_big_notification_content = 2131297116;
+			public const int realplay_capture_watermark_iv = 2131297116;
 			
 			// aapt resource value: 0x7F09035D
-			public const int push_big_notification_date = 2131297117;
+			public const int realplay_control_bar = 2131297117;
 			
 			// aapt resource value: 0x7F09035E
-			public const int push_big_notification_icon = 2131297118;
+			public const int realplay_control_rl = 2131297118;
 			
 			// aapt resource value: 0x7F09035F
-			public const int push_big_notification_icon2 = 2131297119;
+			public const int realplay_display_view = 2131297119;
 			
 			// aapt resource value: 0x7F090360
-			public const int push_big_notification_title = 2131297120;
+			public const int realplay_flow_tv = 2131297120;
 			
 			// aapt resource value: 0x7F090361
-			public const int push_big_pic_default_Content = 2131297121;
+			public const int realplay_full_anim_btn = 2131297121;
 			
 			// aapt resource value: 0x7F090362
-			public const int push_big_text_notification_area = 2131297122;
+			public const int realplay_full_flow_ly = 2131297122;
 			
 			// aapt resource value: 0x7F090363
-			public const int push_notification_banner_icon = 2131297123;
+			public const int realplay_full_flow_tv = 2131297123;
 			
 			// aapt resource value: 0x7F090364
-			public const int push_notification_banner_img = 2131297124;
+			public const int realplay_full_operate_bar = 2131297124;
 			
 			// aapt resource value: 0x7F090365
-			public const int push_notification_banner_layout = 2131297125;
+			public const int realplay_full_operate_layout = 2131297125;
 			
 			// aapt resource value: 0x7F090366
-			public const int push_notification_big_icon = 2131297126;
+			public const int realplay_full_play_btn = 2131297126;
 			
 			// aapt resource value: 0x7F090367
-			public const int push_notification_content = 2131297127;
+			public const int realplay_full_previously_btn = 2131297127;
 			
 			// aapt resource value: 0x7F090368
-			public const int push_notification_content_one_line = 2131297128;
+			public const int realplay_full_ptz_anim_btn = 2131297128;
 			
 			// aapt resource value: 0x7F090369
-			public const int push_notification_date = 2131297129;
+			public const int realplay_full_ptz_btn = 2131297129;
 			
 			// aapt resource value: 0x7F09036A
-			public const int push_notification_dot = 2131297130;
+			public const int realplay_full_ptz_prompt_iv = 2131297130;
 			
 			// aapt resource value: 0x7F09036B
-			public const int push_notification_fb_content = 2131297131;
+			public const int realplay_full_rate_tv = 2131297131;
 			
 			// aapt resource value: 0x7F09036C
-			public const int push_notification_fb_content_no_like1 = 2131297132;
+			public const int realplay_full_sound_btn = 2131297132;
 			
 			// aapt resource value: 0x7F09036D
-			public const int push_notification_fb_content_no_like2 = 2131297133;
+			public const int realplay_full_talk_anim_btn = 2131297133;
 			
 			// aapt resource value: 0x7F09036E
-			public const int push_notification_fb_content_no_like3 = 2131297134;
+			public const int realplay_full_talk_btn = 2131297134;
 			
 			// aapt resource value: 0x7F09036F
-			public const int push_notification_fb_content_no_like4 = 2131297135;
+			public const int realplay_full_video_btn = 2131297135;
 			
 			// aapt resource value: 0x7F090370
-			public const int push_notification_for_bottom_margin = 2131297136;
+			public const int realplay_full_video_container = 2131297136;
 			
 			// aapt resource value: 0x7F090371
-			public const int push_notification_header_expand = 2131297137;
+			public const int realplay_full_video_start_btn = 2131297137;
 			
 			// aapt resource value: 0x7F090372
-			public const int push_notification_header_neg_fb = 2131297138;
+			public const int realplay_loading = 2131297138;
 			
 			// aapt resource value: 0x7F090373
-			public const int push_notification_layout_lefttop = 2131297139;
+			public const int realplay_loading_rl = 2131297139;
 			
 			// aapt resource value: 0x7F090374
-			public const int push_notification_layout_time = 2131297140;
+			public const int realplay_operate_bar = 2131297140;
 			
 			// aapt resource value: 0x7F090375
-			public const int push_notification_main_layout = 2131297141;
+			public const int realplay_operate_bar2 = 2131297141;
 			
 			// aapt resource value: 0x7F090376
-			public const int push_notification_null = 2131297142;
+			public const int realplay_operate_ly = 2131297142;
 			
 			// aapt resource value: 0x7F090377
-			public const int push_notification_small_icon = 2131297143;
-			
-			// aapt resource value: 0x7F090378
-			public const int push_notification_style_1 = 2131297144;
-			
-			// aapt resource value: 0x7F090379
-			public const int push_notification_style_1_banner_icon = 2131297145;
+			public const int realplay_operate_ly2 = 2131297143;
 			
 			// aapt resource value: 0x7F09037A
-			public const int push_notification_style_1_big_icon = 2131297146;
+			public const int realplay_pages_gallery = 2131297146;
+			
+			// aapt resource value: 0x7F090378
+			public const int realplay_page_anim_iv = 2131297144;
+			
+			// aapt resource value: 0x7F090379
+			public const int realplay_page_ly = 2131297145;
 			
 			// aapt resource value: 0x7F09037B
-			public const int push_notification_style_1_content = 2131297147;
+			public const int realplay_play_btn = 2131297147;
 			
 			// aapt resource value: 0x7F09037C
-			public const int push_notification_style_1_date = 2131297148;
+			public const int realplay_play_iv = 2131297148;
 			
 			// aapt resource value: 0x7F09037D
-			public const int push_notification_style_1_main_layout = 2131297149;
+			public const int realplay_play_rl = 2131297149;
 			
 			// aapt resource value: 0x7F09037E
-			public const int push_notification_style_1_title = 2131297150;
+			public const int realplay_previously_btn = 2131297150;
 			
 			// aapt resource value: 0x7F09037F
-			public const int push_notification_style_default = 2131297151;
+			public const int realplay_previously_btn2 = 2131297151;
 			
 			// aapt resource value: 0x7F090380
-			public const int push_notification_sub_title = 2131297152;
+			public const int realplay_previously_btn_ly = 2131297152;
 			
 			// aapt resource value: 0x7F090381
-			public const int push_notification_title = 2131297153;
+			public const int realplay_previously_btn_ly2 = 2131297153;
 			
 			// aapt resource value: 0x7F090382
-			public const int push_pure_bigview_banner = 2131297154;
+			public const int realplay_privacy_btn = 2131297154;
 			
 			// aapt resource value: 0x7F090383
-			public const int push_pure_bigview_expanded = 2131297155;
+			public const int realplay_privacy_btn2 = 2131297155;
 			
 			// aapt resource value: 0x7F090384
-			public const int push_pure_close = 2131297156;
+			public const int realplay_privacy_btn_ly = 2131297156;
 			
 			// aapt resource value: 0x7F090385
-			public const int push_root_view = 2131297157;
+			public const int realplay_privacy_btn_ly2 = 2131297157;
 			
 			// aapt resource value: 0x7F090386
-			public const int quality_balanced_btn = 2131297158;
+			public const int realplay_privacy_ly = 2131297158;
 			
 			// aapt resource value: 0x7F090387
-			public const int quality_close_btn = 2131297159;
+			public const int realplay_privacy_tv = 2131297159;
 			
 			// aapt resource value: 0x7F090388
-			public const int quality_flunet_btn = 2131297160;
+			public const int realplay_privacy_tv2 = 2131297160;
 			
 			// aapt resource value: 0x7F090389
-			public const int quality_hd_btn = 2131297161;
+			public const int realplay_prompt_rl = 2131297161;
 			
 			// aapt resource value: 0x7F09038A
-			public const int quality_line = 2131297162;
+			public const int realplay_ptz_btn = 2131297162;
 			
 			// aapt resource value: 0x7F09038B
-			public const int quality_super_hd_btn = 2131297163;
-			
-			// aapt resource value: 0x7F09038D
-			public const int queryingCameraRyt = 2131297165;
-			
-			// aapt resource value: 0x7F09038E
-			public const int querying_camera_tv = 2131297166;
+			public const int realplay_ptz_btn2 = 2131297163;
 			
 			// aapt resource value: 0x7F09038C
-			public const int query_exception_ly = 2131297164;
+			public const int realplay_ptz_btn_ly = 2131297164;
+			
+			// aapt resource value: 0x7F09038D
+			public const int realplay_ptz_btn_ly2 = 2131297165;
+			
+			// aapt resource value: 0x7F09038E
+			public const int realplay_ptz_direction_iv = 2131297166;
 			
 			// aapt resource value: 0x7F09038F
-			public const int quit = 2131297167;
+			public const int realplay_quality_btn = 2131297167;
 			
 			// aapt resource value: 0x7F090390
-			public const int radio = 2131297168;
+			public const int realplay_ratio_tv = 2131297168;
 			
 			// aapt resource value: 0x7F090391
-			public const int range = 2131297169;
+			public const int realplay_record_iv = 2131297169;
 			
 			// aapt resource value: 0x7F090392
-			public const int rangeSort = 2131297170;
+			public const int realplay_record_ly = 2131297170;
 			
 			// aapt resource value: 0x7F090393
-			public const int rate_16x = 2131297171;
+			public const int realplay_record_tv = 2131297171;
 			
 			// aapt resource value: 0x7F090394
-			public const int rate_1x = 2131297172;
+			public const int realplay_sound_btn = 2131297172;
 			
 			// aapt resource value: 0x7F090395
-			public const int rate_32x = 2131297173;
+			public const int realplay_ssl_btn = 2131297173;
 			
 			// aapt resource value: 0x7F090396
-			public const int rate_4x = 2131297174;
+			public const int realplay_ssl_btn2 = 2131297174;
 			
 			// aapt resource value: 0x7F090397
-			public const int rate_8x = 2131297175;
+			public const int realplay_ssl_btn_ly = 2131297175;
 			
 			// aapt resource value: 0x7F090398
-			public const int rb_never_remind = 2131297176;
+			public const int realplay_ssl_btn_ly2 = 2131297176;
 			
 			// aapt resource value: 0x7F090399
-			public const int rcv_channel = 2131297177;
+			public const int realplay_ssl_btn_rl = 2131297177;
 			
 			// aapt resource value: 0x7F09039A
-			public const int rcv_record = 2131297178;
+			public const int realplay_ssl_btn_rl2 = 2131297178;
 			
 			// aapt resource value: 0x7F09039B
-			public const int rcv_video_list = 2131297179;
-			
-			// aapt resource value: 0x7F09039D
-			public const int read_button = 2131297181;
-			
-			// aapt resource value: 0x7F09039E
-			public const int realplay_area = 2131297182;
-			
-			// aapt resource value: 0x7F09039F
-			public const int realplay_back_btn = 2131297183;
-			
-			// aapt resource value: 0x7F0903A0
-			public const int realplay_capture_iv = 2131297184;
-			
-			// aapt resource value: 0x7F0903A1
-			public const int realplay_capture_rl = 2131297185;
-			
-			// aapt resource value: 0x7F0903A2
-			public const int realplay_capture_watermark_iv = 2131297186;
-			
-			// aapt resource value: 0x7F0903A3
-			public const int realplay_control_bar = 2131297187;
-			
-			// aapt resource value: 0x7F0903A4
-			public const int realplay_control_rl = 2131297188;
-			
-			// aapt resource value: 0x7F0903A5
-			public const int realplay_display_view = 2131297189;
-			
-			// aapt resource value: 0x7F0903A6
-			public const int realplay_flow_tv = 2131297190;
-			
-			// aapt resource value: 0x7F0903A7
-			public const int realplay_full_anim_btn = 2131297191;
-			
-			// aapt resource value: 0x7F0903A8
-			public const int realplay_full_flow_ly = 2131297192;
-			
-			// aapt resource value: 0x7F0903A9
-			public const int realplay_full_flow_tv = 2131297193;
-			
-			// aapt resource value: 0x7F0903AA
-			public const int realplay_full_operate_bar = 2131297194;
-			
-			// aapt resource value: 0x7F0903AB
-			public const int realplay_full_operate_layout = 2131297195;
-			
-			// aapt resource value: 0x7F0903AC
-			public const int realplay_full_play_btn = 2131297196;
-			
-			// aapt resource value: 0x7F0903AD
-			public const int realplay_full_previously_btn = 2131297197;
-			
-			// aapt resource value: 0x7F0903AE
-			public const int realplay_full_ptz_anim_btn = 2131297198;
-			
-			// aapt resource value: 0x7F0903AF
-			public const int realplay_full_ptz_btn = 2131297199;
-			
-			// aapt resource value: 0x7F0903B0
-			public const int realplay_full_ptz_prompt_iv = 2131297200;
-			
-			// aapt resource value: 0x7F0903B1
-			public const int realplay_full_rate_tv = 2131297201;
-			
-			// aapt resource value: 0x7F0903B2
-			public const int realplay_full_sound_btn = 2131297202;
-			
-			// aapt resource value: 0x7F0903B3
-			public const int realplay_full_talk_anim_btn = 2131297203;
-			
-			// aapt resource value: 0x7F0903B4
-			public const int realplay_full_talk_btn = 2131297204;
-			
-			// aapt resource value: 0x7F0903B5
-			public const int realplay_full_video_btn = 2131297205;
-			
-			// aapt resource value: 0x7F0903B6
-			public const int realplay_full_video_container = 2131297206;
-			
-			// aapt resource value: 0x7F0903B7
-			public const int realplay_full_video_start_btn = 2131297207;
-			
-			// aapt resource value: 0x7F0903B8
-			public const int realplay_loading = 2131297208;
-			
-			// aapt resource value: 0x7F0903B9
-			public const int realplay_loading_rl = 2131297209;
-			
-			// aapt resource value: 0x7F0903BA
-			public const int realplay_operate_bar = 2131297210;
-			
-			// aapt resource value: 0x7F0903BB
-			public const int realplay_operate_bar2 = 2131297211;
-			
-			// aapt resource value: 0x7F0903BC
-			public const int realplay_operate_ly = 2131297212;
-			
-			// aapt resource value: 0x7F0903BD
-			public const int realplay_operate_ly2 = 2131297213;
-			
-			// aapt resource value: 0x7F0903C0
-			public const int realplay_pages_gallery = 2131297216;
-			
-			// aapt resource value: 0x7F0903BE
-			public const int realplay_page_anim_iv = 2131297214;
-			
-			// aapt resource value: 0x7F0903BF
-			public const int realplay_page_ly = 2131297215;
-			
-			// aapt resource value: 0x7F0903C1
-			public const int realplay_play_btn = 2131297217;
-			
-			// aapt resource value: 0x7F0903C2
-			public const int realplay_play_iv = 2131297218;
-			
-			// aapt resource value: 0x7F0903C3
-			public const int realplay_play_rl = 2131297219;
-			
-			// aapt resource value: 0x7F0903C4
-			public const int realplay_previously_btn = 2131297220;
-			
-			// aapt resource value: 0x7F0903C5
-			public const int realplay_previously_btn2 = 2131297221;
-			
-			// aapt resource value: 0x7F0903C6
-			public const int realplay_previously_btn_ly = 2131297222;
-			
-			// aapt resource value: 0x7F0903C7
-			public const int realplay_previously_btn_ly2 = 2131297223;
-			
-			// aapt resource value: 0x7F0903C8
-			public const int realplay_privacy_btn = 2131297224;
-			
-			// aapt resource value: 0x7F0903C9
-			public const int realplay_privacy_btn2 = 2131297225;
-			
-			// aapt resource value: 0x7F0903CA
-			public const int realplay_privacy_btn_ly = 2131297226;
-			
-			// aapt resource value: 0x7F0903CB
-			public const int realplay_privacy_btn_ly2 = 2131297227;
-			
-			// aapt resource value: 0x7F0903CC
-			public const int realplay_privacy_ly = 2131297228;
-			
-			// aapt resource value: 0x7F0903CD
-			public const int realplay_privacy_tv = 2131297229;
-			
-			// aapt resource value: 0x7F0903CE
-			public const int realplay_privacy_tv2 = 2131297230;
-			
-			// aapt resource value: 0x7F0903CF
-			public const int realplay_prompt_rl = 2131297231;
-			
-			// aapt resource value: 0x7F0903D0
-			public const int realplay_ptz_btn = 2131297232;
-			
-			// aapt resource value: 0x7F0903D1
-			public const int realplay_ptz_btn2 = 2131297233;
-			
-			// aapt resource value: 0x7F0903D2
-			public const int realplay_ptz_btn_ly = 2131297234;
-			
-			// aapt resource value: 0x7F0903D3
-			public const int realplay_ptz_btn_ly2 = 2131297235;
-			
-			// aapt resource value: 0x7F0903D4
-			public const int realplay_ptz_direction_iv = 2131297236;
-			
-			// aapt resource value: 0x7F0903D5
-			public const int realplay_quality_btn = 2131297237;
-			
-			// aapt resource value: 0x7F0903D6
-			public const int realplay_ratio_tv = 2131297238;
-			
-			// aapt resource value: 0x7F0903D7
-			public const int realplay_record_iv = 2131297239;
-			
-			// aapt resource value: 0x7F0903D8
-			public const int realplay_record_ly = 2131297240;
-			
-			// aapt resource value: 0x7F0903D9
-			public const int realplay_record_tv = 2131297241;
-			
-			// aapt resource value: 0x7F0903DA
-			public const int realplay_sound_btn = 2131297242;
-			
-			// aapt resource value: 0x7F0903DB
-			public const int realplay_ssl_btn = 2131297243;
-			
-			// aapt resource value: 0x7F0903DC
-			public const int realplay_ssl_btn2 = 2131297244;
-			
-			// aapt resource value: 0x7F0903DD
-			public const int realplay_ssl_btn_ly = 2131297245;
-			
-			// aapt resource value: 0x7F0903DE
-			public const int realplay_ssl_btn_ly2 = 2131297246;
-			
-			// aapt resource value: 0x7F0903DF
-			public const int realplay_ssl_btn_rl = 2131297247;
-			
-			// aapt resource value: 0x7F0903E0
-			public const int realplay_ssl_btn_rl2 = 2131297248;
-			
-			// aapt resource value: 0x7F0903E1
-			public const int realplay_ssl_progress = 2131297249;
-			
-			// aapt resource value: 0x7F0903E2
-			public const int realplay_ssl_progress2 = 2131297250;
-			
-			// aapt resource value: 0x7F0903E3
-			public const int realplay_ssl_tv = 2131297251;
-			
-			// aapt resource value: 0x7F0903E4
-			public const int realplay_ssl_tv2 = 2131297252;
-			
-			// aapt resource value: 0x7F0903E5
-			public const int realplay_stop_btn = 2131297253;
-			
-			// aapt resource value: 0x7F0903E6
-			public const int realplay_sv = 2131297254;
-			
-			// aapt resource value: 0x7F0903E7
-			public const int realplay_talk_btn = 2131297255;
-			
-			// aapt resource value: 0x7F0903E8
-			public const int realplay_talk_btn2 = 2131297256;
-			
-			// aapt resource value: 0x7F0903E9
-			public const int realplay_talk_btn_ly = 2131297257;
-			
-			// aapt resource value: 0x7F0903EA
-			public const int realplay_talk_btn_ly2 = 2131297258;
-			
-			// aapt resource value: 0x7F0903EB
-			public const int realplay_tip_tv = 2131297259;
-			
-			// aapt resource value: 0x7F0903EC
-			public const int realplay_title_tv = 2131297260;
-			
-			// aapt resource value: 0x7F0903ED
-			public const int realplay_top_bar = 2131297261;
-			
-			// aapt resource value: 0x7F0903EE
-			public const int realplay_unblanking_btn = 2131297262;
-			
-			// aapt resource value: 0x7F0903EF
-			public const int realplay_unblanking_btn2 = 2131297263;
-			
-			// aapt resource value: 0x7F0903F0
-			public const int realplay_unblanking_btn_ly = 2131297264;
-			
-			// aapt resource value: 0x7F0903F1
-			public const int realplay_unblanking_btn_ly2 = 2131297265;
-			
-			// aapt resource value: 0x7F0903F2
-			public const int realplay_video_btn = 2131297266;
-			
-			// aapt resource value: 0x7F0903F3
-			public const int realplay_video_btn2 = 2131297267;
-			
-			// aapt resource value: 0x7F0903F4
-			public const int realplay_video_container = 2131297268;
-			
-			// aapt resource value: 0x7F0903F5
-			public const int realplay_video_container2 = 2131297269;
-			
-			// aapt resource value: 0x7F0903F6
-			public const int realplay_video_container_ly = 2131297270;
-			
-			// aapt resource value: 0x7F0903F7
-			public const int realplay_video_container_ly2 = 2131297271;
-			
-			// aapt resource value: 0x7F0903F8
-			public const int realplay_video_start_btn = 2131297272;
-			
-			// aapt resource value: 0x7F0903F9
-			public const int realplay_video_start_btn2 = 2131297273;
-			
-			// aapt resource value: 0x7F0903FA
-			public const int realplay_waiting_lr = 2131297274;
-			
-			// aapt resource value: 0x7F0903FB
-			public const int realplay_watting_pb = 2131297275;
-			
-			// aapt resource value: 0x7F0903FC
-			public const int realplay_watting_tv = 2131297276;
-			
-			// aapt resource value: 0x7F0903FD
-			public const int realplay_wnd_sv = 2131297277;
-			
-			// aapt resource value: 0x7F0903FE
-			public const int record_endTime = 2131297278;
-			
-			// aapt resource value: 0x7F0903FF
-			public const int record_list = 2131297279;
-			
-			// aapt resource value: 0x7F090400
-			public const int record_seekbar = 2131297280;
-			
-			// aapt resource value: 0x7F090401
-			public const int record_startTime = 2131297281;
-			
-			// aapt resource value: 0x7F090402
-			public const int rectangle = 2131297282;
-			
-			// aapt resource value: 0x7F090403
-			public const int recycler_view = 2131297283;
-			
-			// aapt resource value: 0x7F090404
-			public const int refresh_button = 2131297284;
-			
-			// aapt resource value: 0x7F090405
-			public const int refresh_layout = 2131297285;
-			
-			// aapt resource value: 0x7F090406
-			public const int refresh_status_textview = 2131297286;
-			
-			// aapt resource value: 0x7F090407
-			public const int refresh_tip = 2131297287;
-			
-			// aapt resource value: 0x7F090408
-			public const int remoteFrame = 2131297288;
-			
-			// aapt resource value: 0x7F090409
-			public const int remoteFrameContainer = 2131297289;
-			
-			// aapt resource value: 0x7F090416
-			public const int remoteplayback_begin_time_tv = 2131297302;
-			
-			// aapt resource value: 0x7F090417
-			public const int remoteplayback_capture_iv = 2131297303;
-			
-			// aapt resource value: 0x7F090418
-			public const int remoteplayback_capture_rl = 2131297304;
-			
-			// aapt resource value: 0x7F090419
-			public const int remoteplayback_capture_watermark_iv = 2131297305;
-			
-			// aapt resource value: 0x7F09041A
-			public const int remoteplayback_control_rl = 2131297306;
-			
-			// aapt resource value: 0x7F09041B
-			public const int remoteplayback_end_time_tv = 2131297307;
-			
-			// aapt resource value: 0x7F09041C
-			public const int remoteplayback_file_time_bar = 2131297308;
-			
-			// aapt resource value: 0x7F09041D
-			public const int remoteplayback_flow_tv = 2131297309;
-			
-			// aapt resource value: 0x7F09041E
-			public const int remoteplayback_full_down_btn = 2131297310;
-			
-			// aapt resource value: 0x7F09041F
-			public const int remoteplayback_full_flow_ly = 2131297311;
-			
-			// aapt resource value: 0x7F090420
-			public const int remoteplayback_full_flow_tv = 2131297312;
-			
-			// aapt resource value: 0x7F090421
-			public const int remoteplayback_full_operate_bar = 2131297313;
-			
-			// aapt resource value: 0x7F090422
-			public const int remoteplayback_full_play_btn = 2131297314;
-			
-			// aapt resource value: 0x7F090423
-			public const int remoteplayback_full_previously_btn = 2131297315;
-			
-			// aapt resource value: 0x7F090424
-			public const int remoteplayback_full_rate_tv = 2131297316;
-			
-			// aapt resource value: 0x7F090425
-			public const int remoteplayback_full_sound_btn = 2131297317;
-			
-			// aapt resource value: 0x7F090426
-			public const int remoteplayback_full_video_btn = 2131297318;
-			
-			// aapt resource value: 0x7F090427
-			public const int remoteplayback_full_video_container = 2131297319;
-			
-			// aapt resource value: 0x7F090428
-			public const int remoteplayback_full_video_start_btn = 2131297320;
-			
-			// aapt resource value: 0x7F090429
-			public const int remoteplayback_loading_iv = 2131297321;
-			
-			// aapt resource value: 0x7F09042A
-			public const int remoteplayback_loading_ly = 2131297322;
-			
-			// aapt resource value: 0x7F09042B
-			public const int remoteplayback_loading_pb_ly = 2131297323;
-			
-			// aapt resource value: 0x7F09042C
-			public const int remoteplayback_loading_play_btn = 2131297324;
-			
-			// aapt resource value: 0x7F09042D
-			public const int remoteplayback_loading_tv = 2131297325;
-			
-			// aapt resource value: 0x7F09042E
-			public const int remoteplayback_operate_bar = 2131297326;
-			
-			// aapt resource value: 0x7F09042F
-			public const int remoteplayback_page_ly = 2131297327;
-			
-			// aapt resource value: 0x7F090430
-			public const int remoteplayback_play_btn = 2131297328;
-			
-			// aapt resource value: 0x7F090431
-			public const int remoteplayback_play_rl = 2131297329;
-			
-			// aapt resource value: 0x7F090432
-			public const int remoteplayback_previously_btn = 2131297330;
-			
-			// aapt resource value: 0x7F090435
-			public const int remoteplayback_progressbar = 2131297333;
-			
-			// aapt resource value: 0x7F090433
-			public const int remoteplayback_progress_ly = 2131297331;
-			
-			// aapt resource value: 0x7F090434
-			public const int remoteplayback_progress_seekbar = 2131297332;
-			
-			// aapt resource value: 0x7F090436
-			public const int remoteplayback_ratio_tv = 2131297334;
-			
-			// aapt resource value: 0x7F090437
-			public const int remoteplayback_record_iv = 2131297335;
-			
-			// aapt resource value: 0x7F090438
-			public const int remoteplayback_record_ly = 2131297336;
-			
-			// aapt resource value: 0x7F090439
-			public const int remoteplayback_record_tv = 2131297337;
-			
-			// aapt resource value: 0x7F09043A
-			public const int remoteplayback_replay_btn = 2131297338;
-			
-			// aapt resource value: 0x7F09043B
-			public const int remoteplayback_small_previously_btn = 2131297339;
-			
-			// aapt resource value: 0x7F09043C
-			public const int remoteplayback_small_video_btn = 2131297340;
-			
-			// aapt resource value: 0x7F09043D
-			public const int remoteplayback_small_video_container = 2131297341;
-			
-			// aapt resource value: 0x7F09043E
-			public const int remoteplayback_small_video_start_btn = 2131297342;
-			
-			// aapt resource value: 0x7F09043F
-			public const int remoteplayback_sound_btn = 2131297343;
-			
-			// aapt resource value: 0x7F090440
-			public const int remoteplayback_sv = 2131297344;
-			
-			// aapt resource value: 0x7F090442
-			public const int remoteplayback_timebar = 2131297346;
-			
-			// aapt resource value: 0x7F090443
-			public const int remoteplayback_timebar_rl = 2131297347;
-			
-			// aapt resource value: 0x7F090441
-			public const int remoteplayback_time_tv = 2131297345;
-			
-			// aapt resource value: 0x7F090444
-			public const int remoteplayback_tip_tv = 2131297348;
-			
-			// aapt resource value: 0x7F090445
-			public const int remoteplayback_video_btn = 2131297349;
-			
-			// aapt resource value: 0x7F090446
-			public const int remoteplayback_video_container = 2131297350;
-			
-			// aapt resource value: 0x7F090447
-			public const int remoteplayback_video_start_btn = 2131297351;
-			
-			// aapt resource value: 0x7F09040A
-			public const int remoteVideo = 2131297290;
-			
-			// aapt resource value: 0x7F09040B
-			public const int remote_list_page = 2131297291;
-			
-			// aapt resource value: 0x7F09040C
-			public const int remote_loading_buffer_tv = 2131297292;
-			
-			// aapt resource value: 0x7F09040D
-			public const int remote_loading_iv = 2131297293;
-			
-			// aapt resource value: 0x7F09040E
-			public const int remote_playback_area = 2131297294;
-			
-			// aapt resource value: 0x7F09040F
-			public const int remote_playback_capture_btn = 2131297295;
-			
-			// aapt resource value: 0x7F090410
-			public const int remote_playback_download_btn = 2131297296;
-			
-			// aapt resource value: 0x7F090411
-			public const int remote_playback_flow_tv = 2131297297;
-			
-			// aapt resource value: 0x7F090412
-			public const int remote_playback_pause_btn = 2131297298;
-			
-			// aapt resource value: 0x7F090413
-			public const int remote_playback_sound_btn = 2131297299;
-			
-			// aapt resource value: 0x7F090414
-			public const int remote_playback_video_recording_btn = 2131297300;
-			
-			// aapt resource value: 0x7F090415
-			public const int remote_playback_wnd_sv = 2131297301;
-			
-			// aapt resource value: 0x7F090448
-			public const int render_texture_view = 2131297352;
-			
-			// aapt resource value: 0x7F090449
-			public const int render_texture_view_soft = 2131297353;
-			
-			// aapt resource value: 0x7F09044A
-			public const int replay_btn = 2131297354;
-			
-			// aapt resource value: 0x7F09044B
-			public const int requestA = 2131297355;
-			
-			// aapt resource value: 0x7F09044C
-			public const int requestMasterAudio = 2131297356;
-			
-			// aapt resource value: 0x7F09044D
-			public const int requestMasterVideo = 2131297357;
-			
-			// aapt resource value: 0x7F09044E
-			public const int requestV = 2131297358;
-			
-			// aapt resource value: 0x7F09044F
-			public const int restart_preview = 2131297359;
-			
-			// aapt resource value: 0x7F090450
-			public const int retry_btn = 2131297360;
-			
-			// aapt resource value: 0x7F090451
-			public const int retry_button = 2131297361;
-			
-			// aapt resource value: 0x7F090452
-			public const int return_scan_result = 2131297362;
-			
-			// aapt resource value: 0x7F090453
-			public const int reverseCall = 2131297363;
-			
-			// aapt resource value: 0x7F090454
-			public const int reverseCallInfo = 2131297364;
+			public const int realplay_ssl_progress = 2131297179;
 			
 			// aapt resource value: 0x7F09039C
-			public const int re_next_area = 2131297180;
+			public const int realplay_ssl_progress2 = 2131297180;
 			
-			// aapt resource value: 0x7F090455
-			public const int right = 2131297365;
+			// aapt resource value: 0x7F09039D
+			public const int realplay_ssl_tv = 2131297181;
 			
-			// aapt resource value: 0x7F090456
-			public const int right_icon = 2131297366;
+			// aapt resource value: 0x7F09039E
+			public const int realplay_ssl_tv2 = 2131297182;
 			
-			// aapt resource value: 0x7F090457
-			public const int right_side = 2131297367;
+			// aapt resource value: 0x7F09039F
+			public const int realplay_stop_btn = 2131297183;
 			
-			// aapt resource value: 0x7F090458
-			public const int rlRichpushTitleBar = 2131297368;
+			// aapt resource value: 0x7F0903A0
+			public const int realplay_sv = 2131297184;
 			
-			// aapt resource value: 0x7F090459
-			public const int rl_add = 2131297369;
+			// aapt resource value: 0x7F0903A1
+			public const int realplay_talk_btn = 2131297185;
 			
-			// aapt resource value: 0x7F09045A
-			public const int rl_back = 2131297370;
+			// aapt resource value: 0x7F0903A2
+			public const int realplay_talk_btn2 = 2131297186;
 			
-			// aapt resource value: 0x7F09045B
-			public const int rl_cancel = 2131297371;
+			// aapt resource value: 0x7F0903A3
+			public const int realplay_talk_btn_ly = 2131297187;
 			
-			// aapt resource value: 0x7F09045C
-			public const int rl_confirm = 2131297372;
+			// aapt resource value: 0x7F0903A4
+			public const int realplay_talk_btn_ly2 = 2131297188;
 			
-			// aapt resource value: 0x7F09045D
-			public const int rl_cur_wifi = 2131297373;
+			// aapt resource value: 0x7F0903A5
+			public const int realplay_tip_tv = 2131297189;
 			
-			// aapt resource value: 0x7F09045E
-			public const int rl_defence_list = 2131297374;
+			// aapt resource value: 0x7F0903A6
+			public const int realplay_title_tv = 2131297190;
 			
-			// aapt resource value: 0x7F09045F
-			public const int rl_deployment = 2131297375;
+			// aapt resource value: 0x7F0903A7
+			public const int realplay_top_bar = 2131297191;
 			
-			// aapt resource value: 0x7F090460
-			public const int rl_detail = 2131297376;
+			// aapt resource value: 0x7F0903A8
+			public const int realplay_unblanking_btn = 2131297192;
 			
-			// aapt resource value: 0x7F090461
-			public const int rl_detail_type = 2131297377;
+			// aapt resource value: 0x7F0903A9
+			public const int realplay_unblanking_btn2 = 2131297193;
 			
-			// aapt resource value: 0x7F090462
-			public const int rl_detail_version = 2131297378;
+			// aapt resource value: 0x7F0903AA
+			public const int realplay_unblanking_btn_ly = 2131297194;
 			
-			// aapt resource value: 0x7F090463
-			public const int rl_detele = 2131297379;
+			// aapt resource value: 0x7F0903AB
+			public const int realplay_unblanking_btn_ly2 = 2131297195;
 			
-			// aapt resource value: 0x7F090464
-			public const int rl_device_detail = 2131297380;
+			// aapt resource value: 0x7F0903AC
+			public const int realplay_video_btn = 2131297196;
 			
-			// aapt resource value: 0x7F090465
-			public const int rl_device_modify = 2131297381;
+			// aapt resource value: 0x7F0903AD
+			public const int realplay_video_btn2 = 2131297197;
 			
-			// aapt resource value: 0x7F090466
-			public const int rl_device_serial = 2131297382;
+			// aapt resource value: 0x7F0903AE
+			public const int realplay_video_container = 2131297198;
 			
-			// aapt resource value: 0x7F090467
-			public const int rl_end = 2131297383;
+			// aapt resource value: 0x7F0903AF
+			public const int realplay_video_container2 = 2131297199;
 			
-			// aapt resource value: 0x7F090468
-			public const int rl_input_text = 2131297384;
+			// aapt resource value: 0x7F0903B0
+			public const int realplay_video_container_ly = 2131297200;
 			
-			// aapt resource value: 0x7F090469
-			public const int rl_loading = 2131297385;
+			// aapt resource value: 0x7F0903B1
+			public const int realplay_video_container_ly2 = 2131297201;
 			
-			// aapt resource value: 0x7F09046A
-			public const int rl_lp_answerView = 2131297386;
+			// aapt resource value: 0x7F0903B2
+			public const int realplay_video_start_btn = 2131297202;
 			
-			// aapt resource value: 0x7F09046B
-			public const int rl_lp_topView = 2131297387;
+			// aapt resource value: 0x7F0903B3
+			public const int realplay_video_start_btn2 = 2131297203;
 			
-			// aapt resource value: 0x7F09046C
-			public const int rl_lp_unlock = 2131297388;
+			// aapt resource value: 0x7F0903B4
+			public const int realplay_waiting_lr = 2131297204;
 			
-			// aapt resource value: 0x7F09046D
-			public const int rl_no_device = 2131297389;
+			// aapt resource value: 0x7F0903B5
+			public const int realplay_watting_pb = 2131297205;
 			
-			// aapt resource value: 0x7F09046E
-			public const int rl_offline = 2131297390;
+			// aapt resource value: 0x7F0903B6
+			public const int realplay_watting_tv = 2131297206;
 			
-			// aapt resource value: 0x7F09046F
-			public const int rl_start = 2131297391;
+			// aapt resource value: 0x7F0903B7
+			public const int realplay_wnd_sv = 2131297207;
 			
-			// aapt resource value: 0x7F090470
-			public const int rl_temp_password = 2131297392;
+			// aapt resource value: 0x7F0903B8
+			public const int record_endTime = 2131297208;
 			
-			// aapt resource value: 0x7F090471
-			public const int rl_term_validity = 2131297393;
+			// aapt resource value: 0x7F0903B9
+			public const int record_list = 2131297209;
 			
-			// aapt resource value: 0x7F090472
-			public const int rl_title = 2131297394;
+			// aapt resource value: 0x7F0903BA
+			public const int record_seekbar = 2131297210;
 			
-			// aapt resource value: 0x7F090473
-			public const int rl_title_bar = 2131297395;
+			// aapt resource value: 0x7F0903BB
+			public const int record_startTime = 2131297211;
 			
-			// aapt resource value: 0x7F090476
-			public const int rl_username = 2131297398;
+			// aapt resource value: 0x7F0903BC
+			public const int rectangle = 2131297212;
 			
-			// aapt resource value: 0x7F090475
-			public const int rl_user_name = 2131297397;
+			// aapt resource value: 0x7F0903BD
+			public const int recycler_view = 2131297213;
 			
-			// aapt resource value: 0x7F090477
-			public const int rl_usetimes = 2131297399;
+			// aapt resource value: 0x7F0903BE
+			public const int refresh_button = 2131297214;
 			
-			// aapt resource value: 0x7F090474
-			public const int rl_use_times = 2131297396;
+			// aapt resource value: 0x7F0903BF
+			public const int refresh_layout = 2131297215;
 			
-			// aapt resource value: 0x7F090478
-			public const int room_id = 2131297400;
+			// aapt resource value: 0x7F0903C0
+			public const int refresh_status_textview = 2131297216;
 			
-			// aapt resource value: 0x7F090479
-			public const int room_id_text = 2131297401;
+			// aapt resource value: 0x7F0903C1
+			public const int refresh_tip = 2131297217;
 			
-			// aapt resource value: 0x7F09047A
-			public const int rotate = 2131297402;
+			// aapt resource value: 0x7F0903C2
+			public const int remoteFrame = 2131297218;
 			
-			// aapt resource value: 0x7F09047B
-			public const int rotatedown = 2131297403;
+			// aapt resource value: 0x7F0903C3
+			public const int remoteFrameContainer = 2131297219;
 			
-			// aapt resource value: 0x7F09047C
-			public const int rotateup = 2131297404;
+			// aapt resource value: 0x7F0903D0
+			public const int remoteplayback_begin_time_tv = 2131297232;
 			
-			// aapt resource value: 0x7F09047D
-			public const int round = 2131297405;
+			// aapt resource value: 0x7F0903D1
+			public const int remoteplayback_capture_iv = 2131297233;
 			
-			// aapt resource value: 0x7F09047E
-			public const int rudder = 2131297406;
+			// aapt resource value: 0x7F0903D2
+			public const int remoteplayback_capture_rl = 2131297234;
 			
-			// aapt resource value: 0x7F09047F
-			public const int rv_multi_screen = 2131297407;
+			// aapt resource value: 0x7F0903D3
+			public const int remoteplayback_capture_watermark_iv = 2131297235;
 			
-			// aapt resource value: 0x7F090480
-			public const int rv_topbar = 2131297408;
+			// aapt resource value: 0x7F0903D4
+			public const int remoteplayback_control_rl = 2131297236;
 			
-			// aapt resource value: 0x7F090481
-			public const int safe_box_tip = 2131297409;
+			// aapt resource value: 0x7F0903D5
+			public const int remoteplayback_end_time_tv = 2131297237;
 			
-			// aapt resource value: 0x7F090482
-			public const int sample_text = 2131297410;
+			// aapt resource value: 0x7F0903D6
+			public const int remoteplayback_file_time_bar = 2131297238;
 			
-			// aapt resource value: 0x7F090483
-			public const int save_image_matrix = 2131297411;
+			// aapt resource value: 0x7F0903D7
+			public const int remoteplayback_flow_tv = 2131297239;
 			
-			// aapt resource value: 0x7F090484
-			public const int save_non_transition_alpha = 2131297412;
+			// aapt resource value: 0x7F0903D8
+			public const int remoteplayback_full_down_btn = 2131297240;
 			
-			// aapt resource value: 0x7F090485
-			public const int save_scale_type = 2131297413;
+			// aapt resource value: 0x7F0903D9
+			public const int remoteplayback_full_flow_ly = 2131297241;
+			
+			// aapt resource value: 0x7F0903DA
+			public const int remoteplayback_full_flow_tv = 2131297242;
+			
+			// aapt resource value: 0x7F0903DB
+			public const int remoteplayback_full_operate_bar = 2131297243;
+			
+			// aapt resource value: 0x7F0903DC
+			public const int remoteplayback_full_play_btn = 2131297244;
+			
+			// aapt resource value: 0x7F0903DD
+			public const int remoteplayback_full_previously_btn = 2131297245;
+			
+			// aapt resource value: 0x7F0903DE
+			public const int remoteplayback_full_rate_tv = 2131297246;
+			
+			// aapt resource value: 0x7F0903DF
+			public const int remoteplayback_full_sound_btn = 2131297247;
+			
+			// aapt resource value: 0x7F0903E0
+			public const int remoteplayback_full_video_btn = 2131297248;
+			
+			// aapt resource value: 0x7F0903E1
+			public const int remoteplayback_full_video_container = 2131297249;
+			
+			// aapt resource value: 0x7F0903E2
+			public const int remoteplayback_full_video_start_btn = 2131297250;
+			
+			// aapt resource value: 0x7F0903E3
+			public const int remoteplayback_loading_iv = 2131297251;
+			
+			// aapt resource value: 0x7F0903E4
+			public const int remoteplayback_loading_ly = 2131297252;
+			
+			// aapt resource value: 0x7F0903E5
+			public const int remoteplayback_loading_pb_ly = 2131297253;
+			
+			// aapt resource value: 0x7F0903E6
+			public const int remoteplayback_loading_play_btn = 2131297254;
+			
+			// aapt resource value: 0x7F0903E7
+			public const int remoteplayback_loading_tv = 2131297255;
+			
+			// aapt resource value: 0x7F0903E8
+			public const int remoteplayback_operate_bar = 2131297256;
+			
+			// aapt resource value: 0x7F0903E9
+			public const int remoteplayback_page_ly = 2131297257;
+			
+			// aapt resource value: 0x7F0903EA
+			public const int remoteplayback_play_btn = 2131297258;
+			
+			// aapt resource value: 0x7F0903EB
+			public const int remoteplayback_play_rl = 2131297259;
+			
+			// aapt resource value: 0x7F0903EC
+			public const int remoteplayback_previously_btn = 2131297260;
+			
+			// aapt resource value: 0x7F0903EF
+			public const int remoteplayback_progressbar = 2131297263;
+			
+			// aapt resource value: 0x7F0903ED
+			public const int remoteplayback_progress_ly = 2131297261;
+			
+			// aapt resource value: 0x7F0903EE
+			public const int remoteplayback_progress_seekbar = 2131297262;
+			
+			// aapt resource value: 0x7F0903F0
+			public const int remoteplayback_ratio_tv = 2131297264;
+			
+			// aapt resource value: 0x7F0903F1
+			public const int remoteplayback_record_iv = 2131297265;
+			
+			// aapt resource value: 0x7F0903F2
+			public const int remoteplayback_record_ly = 2131297266;
+			
+			// aapt resource value: 0x7F0903F3
+			public const int remoteplayback_record_tv = 2131297267;
+			
+			// aapt resource value: 0x7F0903F4
+			public const int remoteplayback_replay_btn = 2131297268;
+			
+			// aapt resource value: 0x7F0903F5
+			public const int remoteplayback_small_previously_btn = 2131297269;
+			
+			// aapt resource value: 0x7F0903F6
+			public const int remoteplayback_small_video_btn = 2131297270;
+			
+			// aapt resource value: 0x7F0903F7
+			public const int remoteplayback_small_video_container = 2131297271;
+			
+			// aapt resource value: 0x7F0903F8
+			public const int remoteplayback_small_video_start_btn = 2131297272;
+			
+			// aapt resource value: 0x7F0903F9
+			public const int remoteplayback_sound_btn = 2131297273;
+			
+			// aapt resource value: 0x7F0903FA
+			public const int remoteplayback_sv = 2131297274;
+			
+			// aapt resource value: 0x7F0903FC
+			public const int remoteplayback_timebar = 2131297276;
+			
+			// aapt resource value: 0x7F0903FD
+			public const int remoteplayback_timebar_rl = 2131297277;
+			
+			// aapt resource value: 0x7F0903FB
+			public const int remoteplayback_time_tv = 2131297275;
+			
+			// aapt resource value: 0x7F0903FE
+			public const int remoteplayback_tip_tv = 2131297278;
+			
+			// aapt resource value: 0x7F0903FF
+			public const int remoteplayback_video_btn = 2131297279;
+			
+			// aapt resource value: 0x7F090400
+			public const int remoteplayback_video_container = 2131297280;
+			
+			// aapt resource value: 0x7F090401
+			public const int remoteplayback_video_start_btn = 2131297281;
+			
+			// aapt resource value: 0x7F0903C4
+			public const int remoteVideo = 2131297220;
+			
+			// aapt resource value: 0x7F0903C5
+			public const int remote_list_page = 2131297221;
+			
+			// aapt resource value: 0x7F0903C6
+			public const int remote_loading_buffer_tv = 2131297222;
+			
+			// aapt resource value: 0x7F0903C7
+			public const int remote_loading_iv = 2131297223;
+			
+			// aapt resource value: 0x7F0903C8
+			public const int remote_playback_area = 2131297224;
+			
+			// aapt resource value: 0x7F0903C9
+			public const int remote_playback_capture_btn = 2131297225;
+			
+			// aapt resource value: 0x7F0903CA
+			public const int remote_playback_download_btn = 2131297226;
+			
+			// aapt resource value: 0x7F0903CB
+			public const int remote_playback_flow_tv = 2131297227;
+			
+			// aapt resource value: 0x7F0903CC
+			public const int remote_playback_pause_btn = 2131297228;
+			
+			// aapt resource value: 0x7F0903CD
+			public const int remote_playback_sound_btn = 2131297229;
+			
+			// aapt resource value: 0x7F0903CE
+			public const int remote_playback_video_recording_btn = 2131297230;
+			
+			// aapt resource value: 0x7F0903CF
+			public const int remote_playback_wnd_sv = 2131297231;
+			
+			// aapt resource value: 0x7F090402
+			public const int render_texture_view = 2131297282;
+			
+			// aapt resource value: 0x7F090403
+			public const int render_texture_view_soft = 2131297283;
+			
+			// aapt resource value: 0x7F090404
+			public const int replay_btn = 2131297284;
+			
+			// aapt resource value: 0x7F090405
+			public const int requestA = 2131297285;
+			
+			// aapt resource value: 0x7F090406
+			public const int requestMasterAudio = 2131297286;
+			
+			// aapt resource value: 0x7F090407
+			public const int requestMasterVideo = 2131297287;
+			
+			// aapt resource value: 0x7F090408
+			public const int requestV = 2131297288;
+			
+			// aapt resource value: 0x7F090409
+			public const int restart_preview = 2131297289;
+			
+			// aapt resource value: 0x7F09040A
+			public const int retry_btn = 2131297290;
+			
+			// aapt resource value: 0x7F09040B
+			public const int retry_button = 2131297291;
+			
+			// aapt resource value: 0x7F09040C
+			public const int return_scan_result = 2131297292;
+			
+			// aapt resource value: 0x7F09040D
+			public const int reverseCall = 2131297293;
+			
+			// aapt resource value: 0x7F09040E
+			public const int reverseCallInfo = 2131297294;
+			
+			// aapt resource value: 0x7F090356
+			public const int re_next_area = 2131297110;
+			
+			// aapt resource value: 0x7F09040F
+			public const int right = 2131297295;
+			
+			// aapt resource value: 0x7F090410
+			public const int right_icon = 2131297296;
+			
+			// aapt resource value: 0x7F090411
+			public const int right_side = 2131297297;
+			
+			// aapt resource value: 0x7F090412
+			public const int rl_add = 2131297298;
+			
+			// aapt resource value: 0x7F090413
+			public const int rl_back = 2131297299;
+			
+			// aapt resource value: 0x7F090414
+			public const int rl_cancel = 2131297300;
+			
+			// aapt resource value: 0x7F090415
+			public const int rl_confirm = 2131297301;
+			
+			// aapt resource value: 0x7F090416
+			public const int rl_cur_wifi = 2131297302;
+			
+			// aapt resource value: 0x7F090417
+			public const int rl_defence_list = 2131297303;
+			
+			// aapt resource value: 0x7F090418
+			public const int rl_deployment = 2131297304;
+			
+			// aapt resource value: 0x7F090419
+			public const int rl_detail = 2131297305;
+			
+			// aapt resource value: 0x7F09041A
+			public const int rl_detail_type = 2131297306;
+			
+			// aapt resource value: 0x7F09041B
+			public const int rl_detail_version = 2131297307;
+			
+			// aapt resource value: 0x7F09041C
+			public const int rl_detele = 2131297308;
+			
+			// aapt resource value: 0x7F09041D
+			public const int rl_device_detail = 2131297309;
+			
+			// aapt resource value: 0x7F09041E
+			public const int rl_device_modify = 2131297310;
+			
+			// aapt resource value: 0x7F09041F
+			public const int rl_device_serial = 2131297311;
+			
+			// aapt resource value: 0x7F090420
+			public const int rl_end = 2131297312;
+			
+			// aapt resource value: 0x7F090421
+			public const int rl_input_text = 2131297313;
+			
+			// aapt resource value: 0x7F090422
+			public const int rl_loading = 2131297314;
+			
+			// aapt resource value: 0x7F090423
+			public const int rl_lp_answerView = 2131297315;
+			
+			// aapt resource value: 0x7F090424
+			public const int rl_lp_topView = 2131297316;
+			
+			// aapt resource value: 0x7F090425
+			public const int rl_lp_unlock = 2131297317;
+			
+			// aapt resource value: 0x7F090426
+			public const int rl_no_device = 2131297318;
+			
+			// aapt resource value: 0x7F090427
+			public const int rl_offline = 2131297319;
+			
+			// aapt resource value: 0x7F090428
+			public const int rl_start = 2131297320;
+			
+			// aapt resource value: 0x7F090429
+			public const int rl_temp_password = 2131297321;
+			
+			// aapt resource value: 0x7F09042A
+			public const int rl_term_validity = 2131297322;
+			
+			// aapt resource value: 0x7F09042B
+			public const int rl_title = 2131297323;
+			
+			// aapt resource value: 0x7F09042C
+			public const int rl_title_bar = 2131297324;
+			
+			// aapt resource value: 0x7F09042F
+			public const int rl_username = 2131297327;
+			
+			// aapt resource value: 0x7F09042E
+			public const int rl_user_name = 2131297326;
+			
+			// aapt resource value: 0x7F090430
+			public const int rl_usetimes = 2131297328;
+			
+			// aapt resource value: 0x7F09042D
+			public const int rl_use_times = 2131297325;
+			
+			// aapt resource value: 0x7F090431
+			public const int room_id = 2131297329;
+			
+			// aapt resource value: 0x7F090432
+			public const int room_id_text = 2131297330;
+			
+			// aapt resource value: 0x7F090433
+			public const int rotate = 2131297331;
+			
+			// aapt resource value: 0x7F090434
+			public const int rotatedown = 2131297332;
+			
+			// aapt resource value: 0x7F090435
+			public const int rotateup = 2131297333;
+			
+			// aapt resource value: 0x7F090436
+			public const int round = 2131297334;
+			
+			// aapt resource value: 0x7F090437
+			public const int rudder = 2131297335;
+			
+			// aapt resource value: 0x7F090438
+			public const int rv_multi_screen = 2131297336;
+			
+			// aapt resource value: 0x7F090439
+			public const int rv_topbar = 2131297337;
+			
+			// aapt resource value: 0x7F09043A
+			public const int safe_box_tip = 2131297338;
+			
+			// aapt resource value: 0x7F09043B
+			public const int sample_text = 2131297339;
+			
+			// aapt resource value: 0x7F09043C
+			public const int save_image_matrix = 2131297340;
+			
+			// aapt resource value: 0x7F09043D
+			public const int save_non_transition_alpha = 2131297341;
+			
+			// aapt resource value: 0x7F09043E
+			public const int save_scale_type = 2131297342;
 			
 			// aapt resource value: 0x7F09000F
 			public const int Scale = 2131296271;
 			
-			// aapt resource value: 0x7F090486
-			public const int scan_line = 2131297414;
+			// aapt resource value: 0x7F09043F
+			public const int scan_line = 2131297343;
 			
-			// aapt resource value: 0x7F090487
-			public const int screen = 2131297415;
+			// aapt resource value: 0x7F090440
+			public const int screen = 2131297344;
 			
-			// aapt resource value: 0x7F090488
-			public const int scroll = 2131297416;
+			// aapt resource value: 0x7F090441
+			public const int scroll = 2131297345;
 			
-			// aapt resource value: 0x7F09048C
-			public const int scrollable = 2131297420;
+			// aapt resource value: 0x7F090445
+			public const int scrollable = 2131297349;
 			
-			// aapt resource value: 0x7F090489
-			public const int scrollIndicatorDown = 2131297417;
+			// aapt resource value: 0x7F090442
+			public const int scrollIndicatorDown = 2131297346;
 			
-			// aapt resource value: 0x7F09048A
-			public const int scrollIndicatorUp = 2131297418;
+			// aapt resource value: 0x7F090443
+			public const int scrollIndicatorUp = 2131297347;
 			
-			// aapt resource value: 0x7F09048B
-			public const int scrollView = 2131297419;
+			// aapt resource value: 0x7F090444
+			public const int scrollView = 2131297348;
 			
-			// aapt resource value: 0x7F09048D
-			public const int scrollview = 2131297421;
+			// aapt resource value: 0x7F090446
+			public const int scrollview = 2131297350;
 			
-			// aapt resource value: 0x7F09048E
-			public const int sd_card_dialog_cancel_btn = 2131297422;
+			// aapt resource value: 0x7F090447
+			public const int sd_card_dialog_cancel_btn = 2131297351;
 			
-			// aapt resource value: 0x7F09048F
-			public const int sd_card_dialog_ok_btn = 2131297423;
+			// aapt resource value: 0x7F090448
+			public const int sd_card_dialog_ok_btn = 2131297352;
 			
-			// aapt resource value: 0x7F090490
-			public const int sd_card_layout = 2131297424;
+			// aapt resource value: 0x7F090449
+			public const int sd_card_layout = 2131297353;
 			
-			// aapt resource value: 0x7F090491
-			public const int searchAnim = 2131297425;
+			// aapt resource value: 0x7F09044A
+			public const int searchAnim = 2131297354;
 			
-			// aapt resource value: 0x7F090492
-			public const int searchBtn = 2131297426;
+			// aapt resource value: 0x7F09044B
+			public const int searchBtn = 2131297355;
 			
-			// aapt resource value: 0x7F090493
-			public const int searchEditTextContainer = 2131297427;
+			// aapt resource value: 0x7F09044C
+			public const int searchEditTextContainer = 2131297356;
 			
-			// aapt resource value: 0x7F090494
-			public const int searchFragment = 2131297428;
+			// aapt resource value: 0x7F09044D
+			public const int searchFragment = 2131297357;
 			
-			// aapt resource value: 0x7F090495
-			public const int search_badge = 2131297429;
+			// aapt resource value: 0x7F09044E
+			public const int search_badge = 2131297358;
 			
-			// aapt resource value: 0x7F090496
-			public const int search_bar = 2131297430;
+			// aapt resource value: 0x7F09044F
+			public const int search_bar = 2131297359;
 			
-			// aapt resource value: 0x7F090497
-			public const int search_button = 2131297431;
+			// aapt resource value: 0x7F090450
+			public const int search_button = 2131297360;
 			
-			// aapt resource value: 0x7F090498
-			public const int search_close_btn = 2131297432;
+			// aapt resource value: 0x7F090451
+			public const int search_close_btn = 2131297361;
 			
-			// aapt resource value: 0x7F090499
-			public const int search_edit_frame = 2131297433;
+			// aapt resource value: 0x7F090452
+			public const int search_edit_frame = 2131297362;
 			
-			// aapt resource value: 0x7F09049A
-			public const int search_go_btn = 2131297434;
+			// aapt resource value: 0x7F090453
+			public const int search_go_btn = 2131297363;
 			
-			// aapt resource value: 0x7F09049B
-			public const int search_mag_icon = 2131297435;
+			// aapt resource value: 0x7F090454
+			public const int search_mag_icon = 2131297364;
 			
-			// aapt resource value: 0x7F09049C
-			public const int search_plate = 2131297436;
+			// aapt resource value: 0x7F090455
+			public const int search_plate = 2131297365;
 			
-			// aapt resource value: 0x7F09049D
-			public const int search_src_text = 2131297437;
+			// aapt resource value: 0x7F090456
+			public const int search_src_text = 2131297366;
 			
-			// aapt resource value: 0x7F09049E
-			public const int search_voice_btn = 2131297438;
+			// aapt resource value: 0x7F090457
+			public const int search_voice_btn = 2131297367;
 			
-			// aapt resource value: 0x7F09049F
-			public const int second = 2131297439;
+			// aapt resource value: 0x7F090458
+			public const int second = 2131297368;
 			
-			// aapt resource value: 0x7F0904A0
-			public const int select_dialog_listview = 2131297440;
+			// aapt resource value: 0x7F090459
+			public const int select_dialog_listview = 2131297369;
 			
-			// aapt resource value: 0x7F0904A1
-			public const int select_ipc_talkback = 2131297441;
+			// aapt resource value: 0x7F09045A
+			public const int select_ipc_talkback = 2131297370;
 			
-			// aapt resource value: 0x7F0904A2
-			public const int select_nvr_talkback = 2131297442;
+			// aapt resource value: 0x7F09045B
+			public const int select_nvr_talkback = 2131297371;
 			
-			// aapt resource value: 0x7F0904A3
-			public const int sendA = 2131297443;
+			// aapt resource value: 0x7F09045C
+			public const int sendA = 2131297372;
 			
-			// aapt resource value: 0x7F0904A4
-			public const int sendCustomData = 2131297444;
+			// aapt resource value: 0x7F09045D
+			public const int sendCustomData = 2131297373;
 			
-			// aapt resource value: 0x7F0904A5
-			public const int sendV = 2131297445;
+			// aapt resource value: 0x7F09045E
+			public const int sendV = 2131297374;
 			
-			// aapt resource value: 0x7F0904A6
-			public const int separate_line = 2131297446;
+			// aapt resource value: 0x7F09045F
+			public const int separate_line = 2131297375;
 			
-			// aapt resource value: 0x7F0904A7
-			public const int serial_tv = 2131297447;
+			// aapt resource value: 0x7F090460
+			public const int serial_tv = 2131297376;
 			
-			// aapt resource value: 0x7F0904A8
-			public const int seriesNumberEt = 2131297448;
+			// aapt resource value: 0x7F090461
+			public const int seriesNumberEt = 2131297377;
 			
-			// aapt resource value: 0x7F0904A9
-			public const int service_agreement_btn = 2131297449;
+			// aapt resource value: 0x7F090462
+			public const int service_agreement_btn = 2131297378;
 			
 			// aapt resource value: 0x7F09000C
 			public const int SHIFT = 2131296268;
 			
-			// aapt resource value: 0x7F0904AA
-			public const int shipin7_logo_lyt = 2131297450;
+			// aapt resource value: 0x7F090463
+			public const int shipin7_logo_lyt = 2131297379;
 			
-			// aapt resource value: 0x7F0904AB
-			public const int shortcut = 2131297451;
+			// aapt resource value: 0x7F090464
+			public const int shortcut = 2131297380;
 			
-			// aapt resource value: 0x7F0904AC
-			public const int show = 2131297452;
+			// aapt resource value: 0x7F090465
+			public const int show = 2131297381;
 			
-			// aapt resource value: 0x7F0904AD
-			public const int showCustom = 2131297453;
+			// aapt resource value: 0x7F090466
+			public const int showCustom = 2131297382;
 			
-			// aapt resource value: 0x7F0904AE
-			public const int showHome = 2131297454;
+			// aapt resource value: 0x7F090467
+			public const int showHome = 2131297383;
 			
-			// aapt resource value: 0x7F0904AF
-			public const int showTitle = 2131297455;
+			// aapt resource value: 0x7F090468
+			public const int showTitle = 2131297384;
 			
-			// aapt resource value: 0x7F0904B0
-			public const int sign_et = 2131297456;
+			// aapt resource value: 0x7F090469
+			public const int sign_et = 2131297385;
 			
-			// aapt resource value: 0x7F0904B1
-			public const int smallLabel = 2131297457;
+			// aapt resource value: 0x7F09046A
+			public const int smallLabel = 2131297386;
 			
-			// aapt resource value: 0x7F0904B2
-			public const int sms_code_et = 2131297458;
+			// aapt resource value: 0x7F09046B
+			public const int sms_code_et = 2131297387;
 			
-			// aapt resource value: 0x7F0904B3
-			public const int sms_code_lyt = 2131297459;
+			// aapt resource value: 0x7F09046C
+			public const int sms_code_lyt = 2131297388;
 			
-			// aapt resource value: 0x7F0904B4
-			public const int sms_verify_dailog_ly = 2131297460;
+			// aapt resource value: 0x7F09046D
+			public const int sms_verify_dailog_ly = 2131297389;
 			
-			// aapt resource value: 0x7F0904B5
-			public const int snackbar_action = 2131297461;
+			// aapt resource value: 0x7F09046E
+			public const int snackbar_action = 2131297390;
 			
-			// aapt resource value: 0x7F0904B6
-			public const int snackbar_text = 2131297462;
+			// aapt resource value: 0x7F09046F
+			public const int snackbar_text = 2131297391;
 			
-			// aapt resource value: 0x7F0904B7
-			public const int snap = 2131297463;
+			// aapt resource value: 0x7F090470
+			public const int snap = 2131297392;
 			
-			// aapt resource value: 0x7F0904B8
-			public const int snapshot = 2131297464;
+			// aapt resource value: 0x7F090471
+			public const int snapshot = 2131297393;
 			
-			// aapt resource value: 0x7F0904B9
-			public const int sound_line = 2131297465;
+			// aapt resource value: 0x7F090472
+			public const int sound_line = 2131297394;
 			
-			// aapt resource value: 0x7F0904BA
-			public const int spacer = 2131297466;
+			// aapt resource value: 0x7F090473
+			public const int spacer = 2131297395;
 			
-			// aapt resource value: 0x7F0904BB
-			public const int split_action_bar = 2131297467;
+			// aapt resource value: 0x7F090474
+			public const int split_action_bar = 2131297396;
 			
-			// aapt resource value: 0x7F0904BC
-			public const int spread = 2131297468;
+			// aapt resource value: 0x7F090475
+			public const int spread = 2131297397;
 			
-			// aapt resource value: 0x7F0904BD
-			public const int spread_inside = 2131297469;
+			// aapt resource value: 0x7F090476
+			public const int spread_inside = 2131297398;
 			
-			// aapt resource value: 0x7F0904BE
-			public const int squareColumnItem = 2131297470;
+			// aapt resource value: 0x7F090477
+			public const int squareColumnItem = 2131297399;
 			
-			// aapt resource value: 0x7F0904BF
-			public const int squareVideo = 2131297471;
+			// aapt resource value: 0x7F090478
+			public const int squareVideo = 2131297400;
 			
-			// aapt resource value: 0x7F0904C0
-			public const int squareVideoList = 2131297472;
+			// aapt resource value: 0x7F090479
+			public const int squareVideoList = 2131297401;
 			
-			// aapt resource value: 0x7F0904C1
-			public const int square_channel = 2131297473;
+			// aapt resource value: 0x7F09047A
+			public const int square_channel = 2131297402;
 			
-			// aapt resource value: 0x7F0904C2
-			public const int src_atop = 2131297474;
+			// aapt resource value: 0x7F09047B
+			public const int src_atop = 2131297403;
 			
-			// aapt resource value: 0x7F0904C3
-			public const int src_in = 2131297475;
+			// aapt resource value: 0x7F09047C
+			public const int src_in = 2131297404;
 			
-			// aapt resource value: 0x7F0904C4
-			public const int src_over = 2131297476;
+			// aapt resource value: 0x7F09047D
+			public const int src_over = 2131297405;
 			
-			// aapt resource value: 0x7F0904C5
-			public const int srl_classics_arrow = 2131297477;
+			// aapt resource value: 0x7F09047E
+			public const int srl_classics_arrow = 2131297406;
 			
-			// aapt resource value: 0x7F0904C6
-			public const int srl_classics_center = 2131297478;
+			// aapt resource value: 0x7F09047F
+			public const int srl_classics_center = 2131297407;
 			
-			// aapt resource value: 0x7F0904C7
-			public const int srl_classics_progress = 2131297479;
+			// aapt resource value: 0x7F090480
+			public const int srl_classics_progress = 2131297408;
 			
-			// aapt resource value: 0x7F0904C8
-			public const int srl_classics_title = 2131297480;
+			// aapt resource value: 0x7F090481
+			public const int srl_classics_title = 2131297409;
 			
-			// aapt resource value: 0x7F0904C9
-			public const int srl_classics_update = 2131297481;
+			// aapt resource value: 0x7F090482
+			public const int srl_classics_update = 2131297410;
 			
-			// aapt resource value: 0x7F0904CA
-			public const int ssid = 2131297482;
+			// aapt resource value: 0x7F090483
+			public const int ssid = 2131297411;
 			
-			// aapt resource value: 0x7F0904CB
-			public const int ssid_title = 2131297483;
+			// aapt resource value: 0x7F090484
+			public const int ssid_title = 2131297412;
 			
-			// aapt resource value: 0x7F0904CC
-			public const int stack = 2131297484;
+			// aapt resource value: 0x7F090485
+			public const int stack = 2131297413;
 			
-			// aapt resource value: 0x7F0904CD
-			public const int standard = 2131297485;
+			// aapt resource value: 0x7F090486
+			public const int standard = 2131297414;
 			
-			// aapt resource value: 0x7F0904CE
-			public const int start = 2131297486;
+			// aapt resource value: 0x7F090487
+			public const int start = 2131297415;
 			
-			// aapt resource value: 0x7F0904CF
-			public const int startAVMsg = 2131297487;
+			// aapt resource value: 0x7F090488
+			public const int startAVMsg = 2131297416;
 			
-			// aapt resource value: 0x7F0904D0
-			public const int startDoorKey = 2131297488;
+			// aapt resource value: 0x7F090489
+			public const int startDoorKey = 2131297417;
 			
-			// aapt resource value: 0x7F0904D1
-			public const int startLocalRecord = 2131297489;
+			// aapt resource value: 0x7F09048A
+			public const int startLocalRecord = 2131297418;
 			
-			// aapt resource value: 0x7F0904D2
-			public const int startReadCard = 2131297490;
+			// aapt resource value: 0x7F09048B
+			public const int startReadCard = 2131297419;
 			
-			// aapt resource value: 0x7F0904D3
-			public const int startRecord = 2131297491;
+			// aapt resource value: 0x7F09048C
+			public const int startRecord = 2131297420;
 			
-			// aapt resource value: 0x7F0904D4
-			public const int startRecordLocalAudio = 2131297492;
+			// aapt resource value: 0x7F09048D
+			public const int startRecordLocalAudio = 2131297421;
 			
-			// aapt resource value: 0x7F0904D5
-			public const int startRecordPeerAudio = 2131297493;
+			// aapt resource value: 0x7F09048E
+			public const int startRecordPeerAudio = 2131297422;
 			
-			// aapt resource value: 0x7F0904D6
-			public const int startStream = 2131297494;
+			// aapt resource value: 0x7F09048F
+			public const int startStream = 2131297423;
 			
-			// aapt resource value: 0x7F0904D7
-			public const int startWatchDog = 2131297495;
+			// aapt resource value: 0x7F090490
+			public const int startWatchDog = 2131297424;
 			
-			// aapt resource value: 0x7F0904D8
-			public const int start_stop = 2131297496;
+			// aapt resource value: 0x7F090491
+			public const int start_stop = 2131297425;
 			
-			// aapt resource value: 0x7F0904D9
-			public const int start_stop_stream = 2131297497;
+			// aapt resource value: 0x7F090492
+			public const int start_stop_stream = 2131297426;
 			
-			// aapt resource value: 0x7F0904DA
-			public const int status = 2131297498;
+			// aapt resource value: 0x7F090493
+			public const int status = 2131297427;
 			
-			// aapt resource value: 0x7F0904DC
-			public const int statusbarutil_fake_status_bar_view = 2131297500;
+			// aapt resource value: 0x7F090495
+			public const int statusbarutil_fake_status_bar_view = 2131297429;
 			
-			// aapt resource value: 0x7F0904DD
-			public const int statusbarutil_translucent_view = 2131297501;
+			// aapt resource value: 0x7F090496
+			public const int statusbarutil_translucent_view = 2131297430;
 			
-			// aapt resource value: 0x7F0904DB
-			public const int status_bar_latest_event_content = 2131297499;
+			// aapt resource value: 0x7F090494
+			public const int status_bar_latest_event_content = 2131297428;
 			
-			// aapt resource value: 0x7F0904DE
-			public const int stopAVMsg = 2131297502;
+			// aapt resource value: 0x7F090497
+			public const int stopAVMsg = 2131297431;
 			
-			// aapt resource value: 0x7F0904DF
-			public const int stopDoorKey = 2131297503;
+			// aapt resource value: 0x7F090498
+			public const int stopDoorKey = 2131297432;
 			
-			// aapt resource value: 0x7F0904E0
-			public const int stopLocalRecord = 2131297504;
+			// aapt resource value: 0x7F090499
+			public const int stopLocalRecord = 2131297433;
 			
-			// aapt resource value: 0x7F0904E1
-			public const int stopReadCard = 2131297505;
+			// aapt resource value: 0x7F09049A
+			public const int stopReadCard = 2131297434;
 			
-			// aapt resource value: 0x7F0904E2
-			public const int stopRecord = 2131297506;
+			// aapt resource value: 0x7F09049B
+			public const int stopRecord = 2131297435;
 			
-			// aapt resource value: 0x7F0904E3
-			public const int stopRecordLocalAudio = 2131297507;
+			// aapt resource value: 0x7F09049C
+			public const int stopRecordLocalAudio = 2131297436;
 			
-			// aapt resource value: 0x7F0904E4
-			public const int stopRecordPeerAudio = 2131297508;
+			// aapt resource value: 0x7F09049D
+			public const int stopRecordPeerAudio = 2131297437;
 			
-			// aapt resource value: 0x7F0904E5
-			public const int stopStream = 2131297509;
+			// aapt resource value: 0x7F09049E
+			public const int stopStream = 2131297438;
 			
-			// aapt resource value: 0x7F0904E6
-			public const int stopWatchDog = 2131297510;
+			// aapt resource value: 0x7F09049F
+			public const int stopWatchDog = 2131297439;
 			
-			// aapt resource value: 0x7F0904E7
-			public const int storage_layout = 2131297511;
+			// aapt resource value: 0x7F0904A0
+			public const int storage_layout = 2131297440;
 			
-			// aapt resource value: 0x7F0904E8
-			public const int storage_notice = 2131297512;
+			// aapt resource value: 0x7F0904A1
+			public const int storage_notice = 2131297441;
 			
 			// aapt resource value: 0x7F09000D
 			public const int STROKE = 2131296269;
 			
-			// aapt resource value: 0x7F0904EB
-			public const int submenuarrow = 2131297515;
+			// aapt resource value: 0x7F0904A4
+			public const int submenuarrow = 2131297444;
 			
-			// aapt resource value: 0x7F0904EC
-			public const int submit = 2131297516;
+			// aapt resource value: 0x7F0904A5
+			public const int submit = 2131297445;
 			
-			// aapt resource value: 0x7F0904ED
-			public const int submit_area = 2131297517;
+			// aapt resource value: 0x7F0904A6
+			public const int submit_area = 2131297446;
 			
-			// aapt resource value: 0x7F0904EE
-			public const int subtitle = 2131297518;
+			// aapt resource value: 0x7F0904A7
+			public const int subtitle = 2131297447;
 			
-			// aapt resource value: 0x7F0904E9
-			public const int sub_title_text = 2131297513;
+			// aapt resource value: 0x7F0904A2
+			public const int sub_title_text = 2131297442;
 			
-			// aapt resource value: 0x7F0904EA
-			public const int sub_tv = 2131297514;
+			// aapt resource value: 0x7F0904A3
+			public const int sub_tv = 2131297443;
 			
-			// aapt resource value: 0x7F0904EF
-			public const int successIcon = 2131297519;
+			// aapt resource value: 0x7F0904A8
+			public const int successIcon = 2131297448;
 			
-			// aapt resource value: 0x7F0904F0
-			public const int surfaceview = 2131297520;
+			// aapt resource value: 0x7F0904A9
+			public const int surfaceview = 2131297449;
 			
-			// aapt resource value: 0x7F0904F1
-			public const int sv_test = 2131297521;
+			// aapt resource value: 0x7F0904AA
+			public const int sv_test = 2131297450;
 			
-			// aapt resource value: 0x7F0904F2
-			public const int swipe_content = 2131297522;
+			// aapt resource value: 0x7F0904AB
+			public const int swipe_content = 2131297451;
 			
-			// aapt resource value: 0x7F0904F3
-			public const int swipe_left = 2131297523;
+			// aapt resource value: 0x7F0904AC
+			public const int swipe_left = 2131297452;
 			
-			// aapt resource value: 0x7F0904F4
-			public const int swipe_right = 2131297524;
+			// aapt resource value: 0x7F0904AD
+			public const int swipe_right = 2131297453;
 			
-			// aapt resource value: 0x7F0904F5
-			public const int switch_tv = 2131297525;
+			// aapt resource value: 0x7F0904AE
+			public const int switch_tv = 2131297454;
 			
-			// aapt resource value: 0x7F0904F6
-			public const int switch_wifi = 2131297526;
+			// aapt resource value: 0x7F0904AF
+			public const int switch_wifi = 2131297455;
 			
 			// aapt resource value: 0x7F09000E
 			public const int SYM = 2131296270;
 			
-			// aapt resource value: 0x7F090506
-			public const int tablet = 2131297542;
+			// aapt resource value: 0x7F0904BF
+			public const int tablet = 2131297471;
 			
-			// aapt resource value: 0x7F0904F7
-			public const int tabMode = 2131297527;
+			// aapt resource value: 0x7F0904B0
+			public const int tabMode = 2131297456;
 			
-			// aapt resource value: 0x7F0904F8
-			public const int tab_alarmlist_btn = 2131297528;
+			// aapt resource value: 0x7F0904B1
+			public const int tab_alarmlist_btn = 2131297457;
 			
-			// aapt resource value: 0x7F0904F9
-			public const int tab_alarmlist_rl = 2131297529;
+			// aapt resource value: 0x7F0904B2
+			public const int tab_alarmlist_rl = 2131297458;
 			
-			// aapt resource value: 0x7F0904FA
-			public const int tab_devicedefence_btn = 2131297530;
+			// aapt resource value: 0x7F0904B3
+			public const int tab_devicedefence_btn = 2131297459;
 			
-			// aapt resource value: 0x7F0904FB
-			public const int tab_devicedefence_rl = 2131297531;
+			// aapt resource value: 0x7F0904B4
+			public const int tab_devicedefence_rl = 2131297460;
 			
-			// aapt resource value: 0x7F0904FC
-			public const int tab_devicepicture_btn = 2131297532;
+			// aapt resource value: 0x7F0904B5
+			public const int tab_devicepicture_btn = 2131297461;
 			
-			// aapt resource value: 0x7F0904FD
-			public const int tab_devicepicture_rl = 2131297533;
+			// aapt resource value: 0x7F0904B6
+			public const int tab_devicepicture_rl = 2131297462;
 			
-			// aapt resource value: 0x7F0904FE
-			public const int tab_devicevideo_btn = 2131297534;
+			// aapt resource value: 0x7F0904B7
+			public const int tab_devicevideo_btn = 2131297463;
 			
-			// aapt resource value: 0x7F0904FF
-			public const int tab_devicevideo_rl = 2131297535;
+			// aapt resource value: 0x7F0904B8
+			public const int tab_devicevideo_rl = 2131297464;
 			
-			// aapt resource value: 0x7F090500
-			public const int tab_remoteplayback_btn = 2131297536;
+			// aapt resource value: 0x7F0904B9
+			public const int tab_remoteplayback_btn = 2131297465;
 			
-			// aapt resource value: 0x7F090501
-			public const int tab_remoteplayback_rl = 2131297537;
+			// aapt resource value: 0x7F0904BA
+			public const int tab_remoteplayback_rl = 2131297466;
 			
-			// aapt resource value: 0x7F090502
-			public const int tab_setdevice_btn = 2131297538;
+			// aapt resource value: 0x7F0904BB
+			public const int tab_setdevice_btn = 2131297467;
 			
-			// aapt resource value: 0x7F090503
-			public const int tab_setdevice_rl = 2131297539;
+			// aapt resource value: 0x7F0904BC
+			public const int tab_setdevice_rl = 2131297468;
 			
-			// aapt resource value: 0x7F090504
-			public const int tab_video_talk_btn = 2131297540;
+			// aapt resource value: 0x7F0904BD
+			public const int tab_video_talk_btn = 2131297469;
 			
-			// aapt resource value: 0x7F090505
-			public const int tab_video_talk_rl = 2131297541;
+			// aapt resource value: 0x7F0904BE
+			public const int tab_video_talk_rl = 2131297470;
 			
-			// aapt resource value: 0x7F090507
-			public const int tag_key_position = 2131297543;
+			// aapt resource value: 0x7F0904C0
+			public const int tag_key_position = 2131297472;
 			
-			// aapt resource value: 0x7F090508
-			public const int tag_left = 2131297544;
+			// aapt resource value: 0x7F0904C1
+			public const int tag_left = 2131297473;
 			
-			// aapt resource value: 0x7F090509
-			public const int tag_right = 2131297545;
+			// aapt resource value: 0x7F0904C2
+			public const int tag_right = 2131297474;
 			
-			// aapt resource value: 0x7F09050A
-			public const int talkback_close_btn = 2131297546;
+			// aapt resource value: 0x7F0904C3
+			public const int talkback_close_btn = 2131297475;
 			
-			// aapt resource value: 0x7F09050B
-			public const int talkback_control_btn = 2131297547;
+			// aapt resource value: 0x7F0904C4
+			public const int talkback_control_btn = 2131297476;
 			
-			// aapt resource value: 0x7F09050C
-			public const int talkback_rv = 2131297548;
+			// aapt resource value: 0x7F0904C5
+			public const int talkback_rv = 2131297477;
 			
-			// aapt resource value: 0x7F09050D
-			public const int temppassword_list = 2131297549;
+			// aapt resource value: 0x7F0904C6
+			public const int temppassword_list = 2131297478;
 			
-			// aapt resource value: 0x7F09050E
-			public const int test = 2131297550;
+			// aapt resource value: 0x7F0904C7
+			public const int test = 2131297479;
 			
-			// aapt resource value: 0x7F09050F
-			public const int testWatchDogReboot = 2131297551;
+			// aapt resource value: 0x7F0904C8
+			public const int testWatchDogReboot = 2131297480;
 			
-			// aapt resource value: 0x7F090510
-			public const int text = 2131297552;
+			// aapt resource value: 0x7F0904C9
+			public const int text = 2131297481;
 			
-			// aapt resource value: 0x7F090511
-			public const int text1 = 2131297553;
+			// aapt resource value: 0x7F0904CA
+			public const int text1 = 2131297482;
 			
-			// aapt resource value: 0x7F090512
-			public const int text2 = 2131297554;
+			// aapt resource value: 0x7F0904CB
+			public const int text2 = 2131297483;
 			
-			// aapt resource value: 0x7F090513
-			public const int text3 = 2131297555;
+			// aapt resource value: 0x7F0904CC
+			public const int text3 = 2131297484;
 			
-			// aapt resource value: 0x7F090520
-			public const int textinput_counter = 2131297568;
+			// aapt resource value: 0x7F0904D9
+			public const int textinput_counter = 2131297497;
 			
-			// aapt resource value: 0x7F090521
-			public const int textinput_error = 2131297569;
+			// aapt resource value: 0x7F0904DA
+			public const int textinput_error = 2131297498;
 			
-			// aapt resource value: 0x7F090514
-			public const int textSpacerNoButtons = 2131297556;
+			// aapt resource value: 0x7F0904CD
+			public const int textSpacerNoButtons = 2131297485;
 			
-			// aapt resource value: 0x7F090515
-			public const int textSpacerNoTitle = 2131297557;
+			// aapt resource value: 0x7F0904CE
+			public const int textSpacerNoTitle = 2131297486;
 			
-			// aapt resource value: 0x7F090522
-			public const int textureView_play = 2131297570;
+			// aapt resource value: 0x7F0904DB
+			public const int textureView_play = 2131297499;
 			
-			// aapt resource value: 0x7F090523
-			public const int texture_view_play_window = 2131297571;
+			// aapt resource value: 0x7F0904DC
+			public const int texture_view_play_window = 2131297500;
 			
 			// aapt resource value: 0x7F090010
 			public const int TextView01 = 2131296272;
@@ -14922,860 +14766,851 @@
 			// aapt resource value: 0x7F090011
 			public const int TextView03 = 2131296273;
 			
-			// aapt resource value: 0x7F090517
-			public const int text_camerano = 2131297559;
+			// aapt resource value: 0x7F0904D0
+			public const int text_camerano = 2131297488;
 			
-			// aapt resource value: 0x7F090516
-			public const int text_camera_name = 2131297558;
+			// aapt resource value: 0x7F0904CF
+			public const int text_camera_name = 2131297487;
 			
-			// aapt resource value: 0x7F090518
-			public const int text_device_ip = 2131297560;
+			// aapt resource value: 0x7F0904D1
+			public const int text_device_ip = 2131297489;
 			
-			// aapt resource value: 0x7F090519
-			public const int text_input_password_toggle = 2131297561;
+			// aapt resource value: 0x7F0904D2
+			public const int text_input_password_toggle = 2131297490;
 			
-			// aapt resource value: 0x7F09051A
-			public const int text_left = 2131297562;
+			// aapt resource value: 0x7F0904D3
+			public const int text_left = 2131297491;
 			
-			// aapt resource value: 0x7F09051B
-			public const int text_my = 2131297563;
+			// aapt resource value: 0x7F0904D4
+			public const int text_my = 2131297492;
 			
-			// aapt resource value: 0x7F09051C
-			public const int text_right = 2131297564;
+			// aapt resource value: 0x7F0904D5
+			public const int text_right = 2131297493;
 			
-			// aapt resource value: 0x7F09051D
-			public const int text_serial = 2131297565;
+			// aapt resource value: 0x7F0904D6
+			public const int text_serial = 2131297494;
 			
-			// aapt resource value: 0x7F09051E
-			public const int text_share = 2131297566;
+			// aapt resource value: 0x7F0904D7
+			public const int text_share = 2131297495;
 			
-			// aapt resource value: 0x7F09051F
-			public const int text_title = 2131297567;
+			// aapt resource value: 0x7F0904D8
+			public const int text_title = 2131297496;
 			
-			// aapt resource value: 0x7F090524
-			public const int time = 2131297572;
+			// aapt resource value: 0x7F0904DD
+			public const int time = 2131297501;
 			
-			// aapt resource value: 0x7F090527
-			public const int timeline_image = 2131297575;
+			// aapt resource value: 0x7F0904E0
+			public const int timeline_image = 2131297504;
 			
-			// aapt resource value: 0x7F090528
-			public const int timepicker = 2131297576;
+			// aapt resource value: 0x7F0904E1
+			public const int timepicker = 2131297505;
 			
-			// aapt resource value: 0x7F090529
-			public const int timer = 2131297577;
+			// aapt resource value: 0x7F0904E2
+			public const int timer = 2131297506;
 			
-			// aapt resource value: 0x7F09052A
-			public const int timer_lp_calltime = 2131297578;
+			// aapt resource value: 0x7F0904E3
+			public const int timer_lp_calltime = 2131297507;
 			
-			// aapt resource value: 0x7F090525
-			public const int time_text = 2131297573;
+			// aapt resource value: 0x7F0904DE
+			public const int time_text = 2131297502;
 			
-			// aapt resource value: 0x7F090526
-			public const int time_tv = 2131297574;
+			// aapt resource value: 0x7F0904DF
+			public const int time_tv = 2131297503;
 			
-			// aapt resource value: 0x7F09052B
-			public const int tip = 2131297579;
+			// aapt resource value: 0x7F0904E4
+			public const int tip = 2131297508;
 			
-			// aapt resource value: 0x7F09052C
-			public const int tip1 = 2131297580;
+			// aapt resource value: 0x7F0904E5
+			public const int tip1 = 2131297509;
 			
-			// aapt resource value: 0x7F09052D
-			public const int tip2_txt = 2131297581;
+			// aapt resource value: 0x7F0904E6
+			public const int tip2_txt = 2131297510;
 			
-			// aapt resource value: 0x7F09052E
-			public const int tip_img = 2131297582;
+			// aapt resource value: 0x7F0904E7
+			public const int tip_img = 2131297511;
 			
-			// aapt resource value: 0x7F09052F
-			public const int tip_txt = 2131297583;
+			// aapt resource value: 0x7F0904E8
+			public const int tip_txt = 2131297512;
 			
-			// aapt resource value: 0x7F090530
-			public const int tip_txt2 = 2131297584;
+			// aapt resource value: 0x7F0904E9
+			public const int tip_txt2 = 2131297513;
 			
-			// aapt resource value: 0x7F090531
-			public const int tip_txt_1 = 2131297585;
+			// aapt resource value: 0x7F0904EA
+			public const int tip_txt_1 = 2131297514;
 			
-			// aapt resource value: 0x7F090532
-			public const int tip_wifi_pwd_error = 2131297586;
+			// aapt resource value: 0x7F0904EB
+			public const int tip_wifi_pwd_error = 2131297515;
 			
-			// aapt resource value: 0x7F090533
-			public const int title = 2131297587;
+			// aapt resource value: 0x7F0904EC
+			public const int title = 2131297516;
 			
-			// aapt resource value: 0x7F090534
-			public const int titleBar = 2131297588;
+			// aapt resource value: 0x7F0904ED
+			public const int titleBar = 2131297517;
 			
-			// aapt resource value: 0x7F090535
-			public const int titleDividerNoCustom = 2131297589;
+			// aapt resource value: 0x7F0904EE
+			public const int titleDividerNoCustom = 2131297518;
 			
-			// aapt resource value: 0x7F090536
-			public const int title_bar = 2131297590;
+			// aapt resource value: 0x7F0904EF
+			public const int title_bar = 2131297519;
 			
-			// aapt resource value: 0x7F090537
-			public const int title_bar_landscape = 2131297591;
+			// aapt resource value: 0x7F0904F0
+			public const int title_bar_landscape = 2131297520;
 			
-			// aapt resource value: 0x7F090538
-			public const int title_bar_portrait = 2131297592;
+			// aapt resource value: 0x7F0904F1
+			public const int title_bar_portrait = 2131297521;
 			
-			// aapt resource value: 0x7F090539
-			public const int title_layout = 2131297593;
+			// aapt resource value: 0x7F0904F2
+			public const int title_layout = 2131297522;
 			
-			// aapt resource value: 0x7F09053A
-			public const int title_left = 2131297594;
+			// aapt resource value: 0x7F0904F3
+			public const int title_left = 2131297523;
 			
-			// aapt resource value: 0x7F09053B
-			public const int title_right = 2131297595;
+			// aapt resource value: 0x7F0904F4
+			public const int title_right = 2131297524;
 			
-			// aapt resource value: 0x7F09053C
-			public const int title_template = 2131297596;
+			// aapt resource value: 0x7F0904F5
+			public const int title_template = 2131297525;
 			
-			// aapt resource value: 0x7F09053D
-			public const int title_text = 2131297597;
+			// aapt resource value: 0x7F0904F6
+			public const int title_text = 2131297526;
 			
-			// aapt resource value: 0x7F09053E
-			public const int title_text_layout = 2131297598;
+			// aapt resource value: 0x7F0904F7
+			public const int title_text_layout = 2131297527;
 			
-			// aapt resource value: 0x7F09053F
-			public const int title_top = 2131297599;
+			// aapt resource value: 0x7F0904F8
+			public const int title_top = 2131297528;
 			
-			// aapt resource value: 0x7F090540
-			public const int title_tv = 2131297600;
+			// aapt resource value: 0x7F0904F9
+			public const int title_tv = 2131297529;
 			
-			// aapt resource value: 0x7F090541
-			public const int top = 2131297601;
+			// aapt resource value: 0x7F0904FA
+			public const int top = 2131297530;
 			
-			// aapt resource value: 0x7F090548
-			public const int topbar = 2131297608;
+			// aapt resource value: 0x7F090501
+			public const int topbar = 2131297537;
 			
-			// aapt resource value: 0x7F090549
-			public const int topbar_right_img = 2131297609;
+			// aapt resource value: 0x7F090502
+			public const int topbar_right_img = 2131297538;
 			
-			// aapt resource value: 0x7F090542
-			public const int topPanel = 2131297602;
+			// aapt resource value: 0x7F0904FB
+			public const int topPanel = 2131297531;
 			
-			// aapt resource value: 0x7F090543
-			public const int topTip = 2131297603;
+			// aapt resource value: 0x7F0904FC
+			public const int topTip = 2131297532;
 			
-			// aapt resource value: 0x7F090544
-			public const int top_bar = 2131297604;
+			// aapt resource value: 0x7F0904FD
+			public const int top_bar = 2131297533;
 			
-			// aapt resource value: 0x7F090545
-			public const int top_container = 2131297605;
+			// aapt resource value: 0x7F0904FE
+			public const int top_container = 2131297534;
 			
-			// aapt resource value: 0x7F090546
-			public const int top_img_container = 2131297606;
+			// aapt resource value: 0x7F0904FF
+			public const int top_img_container = 2131297535;
 			
-			// aapt resource value: 0x7F090547
-			public const int top_line = 2131297607;
+			// aapt resource value: 0x7F090500
+			public const int top_line = 2131297536;
 			
-			// aapt resource value: 0x7F09054A
-			public const int touch_loading_buffer_tv = 2131297610;
+			// aapt resource value: 0x7F090503
+			public const int touch_loading_buffer_tv = 2131297539;
 			
-			// aapt resource value: 0x7F09054B
-			public const int touch_outside = 2131297611;
+			// aapt resource value: 0x7F090504
+			public const int touch_outside = 2131297540;
 			
-			// aapt resource value: 0x7F09054C
-			public const int touch_progress_layout = 2131297612;
+			// aapt resource value: 0x7F090505
+			public const int touch_progress_layout = 2131297541;
 			
-			// aapt resource value: 0x7F09054D
-			public const int transition_current_scene = 2131297613;
+			// aapt resource value: 0x7F090506
+			public const int transition_current_scene = 2131297542;
 			
-			// aapt resource value: 0x7F09054E
-			public const int transition_layout_save = 2131297614;
+			// aapt resource value: 0x7F090507
+			public const int transition_layout_save = 2131297543;
 			
-			// aapt resource value: 0x7F09054F
-			public const int transition_position = 2131297615;
+			// aapt resource value: 0x7F090508
+			public const int transition_position = 2131297544;
 			
-			// aapt resource value: 0x7F090550
-			public const int transition_scene_layoutid_cache = 2131297616;
+			// aapt resource value: 0x7F090509
+			public const int transition_scene_layoutid_cache = 2131297545;
 			
-			// aapt resource value: 0x7F090551
-			public const int transition_transform = 2131297617;
+			// aapt resource value: 0x7F09050A
+			public const int transition_transform = 2131297546;
 			
 			// aapt resource value: 0x7F090012
 			public const int Translate = 2131296274;
 			
+			// aapt resource value: 0x7F09050B
+			public const int tvDeviceWifiConfigTip = 2131297547;
+			
+			// aapt resource value: 0x7F09050C
+			public const int tvFormat_sd = 2131297548;
+			
+			// aapt resource value: 0x7F09050D
+			public const int tvIntroduce1 = 2131297549;
+			
+			// aapt resource value: 0x7F09050E
+			public const int tvIntroduce2 = 2131297550;
+			
+			// aapt resource value: 0x7F09050F
+			public const int tvMore = 2131297551;
+			
+			// aapt resource value: 0x7F090510
+			public const int tvSSID = 2131297552;
+			
+			// aapt resource value: 0x7F090511
+			public const int tvStatus = 2131297553;
+			
+			// aapt resource value: 0x7F090512
+			public const int tvSuccess = 2131297554;
+			
+			// aapt resource value: 0x7F090513
+			public const int tvTip = 2131297555;
+			
+			// aapt resource value: 0x7F090514
+			public const int tvTitle = 2131297556;
+			
+			// aapt resource value: 0x7F090515
+			public const int tv_5g_tip = 2131297557;
+			
+			// aapt resource value: 0x7F090516
+			public const int tv_about_wifi_pwd = 2131297558;
+			
+			// aapt resource value: 0x7F090517
+			public const int tv_action1 = 2131297559;
+			
+			// aapt resource value: 0x7F090518
+			public const int tv_adding_to_account = 2131297560;
+			
+			// aapt resource value: 0x7F090519
+			public const int tv_all = 2131297561;
+			
+			// aapt resource value: 0x7F09051A
+			public const int tv_ap_sn = 2131297562;
+			
+			// aapt resource value: 0x7F09051B
+			public const int tv_camera_name = 2131297563;
+			
+			// aapt resource value: 0x7F09051C
+			public const int tv_cancel = 2131297564;
+			
+			// aapt resource value: 0x7F09051D
+			public const int tv_child_watch_video_talk_notification = 2131297565;
+			
+			// aapt resource value: 0x7F09051E
+			public const int tv_choose_other = 2131297566;
+			
+			// aapt resource value: 0x7F09051F
+			public const int tv_cloud_record = 2131297567;
+			
+			// aapt resource value: 0x7F090520
+			public const int tv_cloud_video = 2131297568;
+			
+			// aapt resource value: 0x7F090521
+			public const int tv_connecting_to_device = 2131297569;
+			
+			// aapt resource value: 0x7F090522
+			public const int tv_content = 2131297570;
+			
+			// aapt resource value: 0x7F090523
+			public const int tv_content_tip = 2131297571;
+			
+			// aapt resource value: 0x7F090524
+			public const int tv_cover_stream = 2131297572;
+			
+			// aapt resource value: 0x7F090526
+			public const int tv_current_version_tip = 2131297574;
+			
+			// aapt resource value: 0x7F090527
+			public const int tv_current_wifi = 2131297575;
+			
+			// aapt resource value: 0x7F090525
+			public const int tv_cur_wifi_tip = 2131297573;
+			
+			// aapt resource value: 0x7F090528
+			public const int tv_decode_type = 2131297576;
+			
+			// aapt resource value: 0x7F090529
+			public const int tv_defence_name = 2131297577;
+			
+			// aapt resource value: 0x7F09052A
+			public const int tv_defence_title_name = 2131297578;
+			
+			// aapt resource value: 0x7F09052B
+			public const int tv_delete = 2131297579;
+			
+			// aapt resource value: 0x7F09052C
+			public const int tv_deployment_tip = 2131297580;
+			
+			// aapt resource value: 0x7F09052D
+			public const int tv_device_current_version = 2131297581;
+			
+			// aapt resource value: 0x7F09052E
+			public const int tv_device_info = 2131297582;
+			
+			// aapt resource value: 0x7F09052F
+			public const int tv_device_name = 2131297583;
+			
+			// aapt resource value: 0x7F090530
+			public const int tv_device_name_tip = 2131297584;
+			
+			// aapt resource value: 0x7F090531
+			public const int tv_device_serial = 2131297585;
+			
+			// aapt resource value: 0x7F090532
+			public const int tv_device_serial_tip = 2131297586;
+			
+			// aapt resource value: 0x7F090533
+			public const int tv_device_type = 2131297587;
+			
+			// aapt resource value: 0x7F090534
+			public const int tv_device_version = 2131297588;
+			
+			// aapt resource value: 0x7F090535
+			public const int tv_doorlock_history_call_state = 2131297589;
+			
+			// aapt resource value: 0x7F090536
+			public const int tv_download_doorlock_history_image = 2131297590;
+			
+			// aapt resource value: 0x7F090537
+			public const int tv_edit = 2131297591;
+			
+			// aapt resource value: 0x7F090538
+			public const int tv_end_time = 2131297592;
+			
+			// aapt resource value: 0x7F090539
+			public const int tv_file_path = 2131297593;
+			
+			// aapt resource value: 0x7F09053A
+			public const int tv_flash = 2131297594;
+			
+			// aapt resource value: 0x7F09053B
+			public const int tv_goto_connect = 2131297595;
+			
+			// aapt resource value: 0x7F09053C
+			public const int tv_help_phone = 2131297596;
+			
+			// aapt resource value: 0x7F09053D
+			public const int tv_image_show_tip = 2131297597;
+			
+			// aapt resource value: 0x7F09053E
+			public const int tv_init = 2131297598;
+			
+			// aapt resource value: 0x7F09053F
+			public const int tv_input_ok = 2131297599;
+			
+			// aapt resource value: 0x7F090540
+			public const int tv_lan = 2131297600;
+			
+			// aapt resource value: 0x7F090541
+			public const int tv_left_btn = 2131297601;
+			
+			// aapt resource value: 0x7F090543
+			public const int tv_loadingmore = 2131297603;
+			
+			// aapt resource value: 0x7F090542
+			public const int tv_loading_msg = 2131297602;
+			
+			// aapt resource value: 0x7F090544
+			public const int tv_local_record = 2131297604;
+			
+			// aapt resource value: 0x7F090545
+			public const int tv_local_video = 2131297605;
+			
+			// aapt resource value: 0x7F090546
+			public const int tv_lp_answer = 2131297606;
+			
+			// aapt resource value: 0x7F090547
+			public const int tv_lp_calltime = 2131297607;
+			
+			// aapt resource value: 0x7F090548
+			public const int tv_lp_hangUp = 2131297608;
+			
+			// aapt resource value: 0x7F090549
+			public const int tv_lp_screenshot = 2131297609;
+			
+			// aapt resource value: 0x7F09054A
+			public const int tv_lp_title = 2131297610;
+			
+			// aapt resource value: 0x7F09054B
+			public const int tv_lp_unlock = 2131297611;
+			
+			// aapt resource value: 0x7F09054C
+			public const int tv_message = 2131297612;
+			
+			// aapt resource value: 0x7F09054D
+			public const int tv_message2 = 2131297613;
+			
+			// aapt resource value: 0x7F09054E
+			public const int tv_message_time = 2131297614;
+			
+			// aapt resource value: 0x7F09054F
+			public const int tv_message_title = 2131297615;
+			
+			// aapt resource value: 0x7F090550
+			public const int tv_modify_device_pwd = 2131297616;
+			
+			// aapt resource value: 0x7F090551
+			public const int tv_month_day = 2131297617;
+			
 			// aapt resource value: 0x7F090552
-			public const int tvDeviceWifiConfigTip = 2131297618;
+			public const int tv_msg = 2131297618;
 			
 			// aapt resource value: 0x7F090553
-			public const int tvFormat_sd = 2131297619;
+			public const int tv_name = 2131297619;
 			
 			// aapt resource value: 0x7F090554
-			public const int tvIntroduce1 = 2131297620;
+			public const int tv_name_input = 2131297620;
 			
 			// aapt resource value: 0x7F090555
-			public const int tvIntroduce2 = 2131297621;
+			public const int tv_new_version = 2131297621;
 			
 			// aapt resource value: 0x7F090556
-			public const int tvMore = 2131297622;
+			public const int tv_new_version_1 = 2131297622;
 			
 			// aapt resource value: 0x7F090557
-			public const int tvRichpushTitle = 2131297623;
+			public const int tv_new_version_tip = 2131297623;
 			
 			// aapt resource value: 0x7F090558
-			public const int tvSSID = 2131297624;
+			public const int tv_next = 2131297624;
 			
 			// aapt resource value: 0x7F090559
-			public const int tvStatus = 2131297625;
+			public const int tv_no_video = 2131297625;
 			
 			// aapt resource value: 0x7F09055A
-			public const int tvSuccess = 2131297626;
+			public const int tv_offline = 2131297626;
 			
 			// aapt resource value: 0x7F09055B
-			public const int tvTip = 2131297627;
+			public const int tv_ok = 2131297627;
 			
 			// aapt resource value: 0x7F09055C
-			public const int tvTitle = 2131297628;
+			public const int tv_overseas = 2131297628;
 			
 			// aapt resource value: 0x7F09055D
-			public const int tv_5g_tip = 2131297629;
+			public const int tv_pixel = 2131297629;
 			
 			// aapt resource value: 0x7F09055E
-			public const int tv_about_wifi_pwd = 2131297630;
+			public const int tv_play_error = 2131297630;
 			
 			// aapt resource value: 0x7F09055F
-			public const int tv_action1 = 2131297631;
+			public const int tv_play_pixel = 2131297631;
 			
 			// aapt resource value: 0x7F090560
-			public const int tv_adding_to_account = 2131297632;
+			public const int tv_pwd = 2131297632;
 			
 			// aapt resource value: 0x7F090561
-			public const int tv_all = 2131297633;
+			public const int tv_pwd_tip_new = 2131297633;
 			
 			// aapt resource value: 0x7F090562
-			public const int tv_ap_sn = 2131297634;
+			public const int tv_record_stream = 2131297634;
 			
 			// aapt resource value: 0x7F090563
-			public const int tv_camera_name = 2131297635;
+			public const int tv_registering_to_platform = 2131297635;
 			
 			// aapt resource value: 0x7F090564
-			public const int tv_cancel = 2131297636;
+			public const int tv_right_btn = 2131297636;
 			
 			// aapt resource value: 0x7F090565
-			public const int tv_child_watch_video_talk_notification = 2131297637;
+			public const int tv_sdk_info = 2131297637;
 			
 			// aapt resource value: 0x7F090566
-			public const int tv_choose_other = 2131297638;
+			public const int tv_show_tip = 2131297638;
 			
 			// aapt resource value: 0x7F090567
-			public const int tv_cloud_record = 2131297639;
+			public const int tv_single_btn = 2131297639;
 			
 			// aapt resource value: 0x7F090568
-			public const int tv_cloud_video = 2131297640;
+			public const int tv_sms_valid_tip = 2131297640;
 			
 			// aapt resource value: 0x7F090569
-			public const int tv_connecting_to_device = 2131297641;
+			public const int tv_softap = 2131297641;
 			
 			// aapt resource value: 0x7F09056A
-			public const int tv_content = 2131297642;
+			public const int tv_ssid = 2131297642;
 			
 			// aapt resource value: 0x7F09056B
-			public const int tv_content_tip = 2131297643;
+			public const int tv_start_time = 2131297643;
 			
 			// aapt resource value: 0x7F09056C
-			public const int tv_cover_stream = 2131297644;
-			
-			// aapt resource value: 0x7F09056E
-			public const int tv_current_version_tip = 2131297646;
-			
-			// aapt resource value: 0x7F09056F
-			public const int tv_current_wifi = 2131297647;
+			public const int tv_stream_type = 2131297644;
 			
 			// aapt resource value: 0x7F09056D
-			public const int tv_cur_wifi_tip = 2131297645;
-			
-			// aapt resource value: 0x7F090570
-			public const int tv_decode_type = 2131297648;
-			
-			// aapt resource value: 0x7F090571
-			public const int tv_defence_name = 2131297649;
+			public const int tv_sure = 2131297645;
 			
 			// aapt resource value: 0x7F090572
-			public const int tv_defence_title_name = 2131297650;
+			public const int tv_temppassword_detail = 2131297650;
+			
+			// aapt resource value: 0x7F09056E
+			public const int tv_temp_count = 2131297646;
+			
+			// aapt resource value: 0x7F09056F
+			public const int tv_temp_password = 2131297647;
+			
+			// aapt resource value: 0x7F090570
+			public const int tv_temp_time = 2131297648;
+			
+			// aapt resource value: 0x7F090571
+			public const int tv_temp_username = 2131297649;
 			
 			// aapt resource value: 0x7F090573
-			public const int tv_delete = 2131297651;
+			public const int tv_test = 2131297651;
 			
 			// aapt resource value: 0x7F090574
-			public const int tv_deployment_tip = 2131297652;
+			public const int tv_time = 2131297652;
 			
 			// aapt resource value: 0x7F090575
-			public const int tv_device_current_version = 2131297653;
+			public const int tv_time_m = 2131297653;
 			
 			// aapt resource value: 0x7F090576
-			public const int tv_device_info = 2131297654;
+			public const int tv_time_s = 2131297654;
 			
 			// aapt resource value: 0x7F090577
-			public const int tv_device_name = 2131297655;
+			public const int tv_tip = 2131297655;
 			
 			// aapt resource value: 0x7F090578
-			public const int tv_device_name_tip = 2131297656;
+			public const int tv_tip_title = 2131297656;
 			
 			// aapt resource value: 0x7F090579
-			public const int tv_device_serial = 2131297657;
+			public const int tv_title = 2131297657;
 			
 			// aapt resource value: 0x7F09057A
-			public const int tv_device_serial_tip = 2131297658;
+			public const int tv_title_center = 2131297658;
 			
 			// aapt resource value: 0x7F09057B
-			public const int tv_device_type = 2131297659;
+			public const int tv_title_center_sub = 2131297659;
 			
 			// aapt resource value: 0x7F09057C
-			public const int tv_device_version = 2131297660;
+			public const int tv_title_cn = 2131297660;
 			
 			// aapt resource value: 0x7F09057D
-			public const int tv_doorlock_history_call_state = 2131297661;
+			public const int tv_title_left = 2131297661;
 			
 			// aapt resource value: 0x7F09057E
-			public const int tv_download_doorlock_history_image = 2131297662;
+			public const int tv_title_left2 = 2131297662;
 			
 			// aapt resource value: 0x7F09057F
-			public const int tv_edit = 2131297663;
+			public const int tv_title_right = 2131297663;
 			
 			// aapt resource value: 0x7F090580
-			public const int tv_end_time = 2131297664;
+			public const int tv_title_right2 = 2131297664;
 			
 			// aapt resource value: 0x7F090581
-			public const int tv_file_path = 2131297665;
+			public const int tv_title_tip = 2131297665;
 			
 			// aapt resource value: 0x7F090582
-			public const int tv_flash = 2131297666;
+			public const int tv_title_type = 2131297666;
 			
 			// aapt resource value: 0x7F090583
-			public const int tv_goto_connect = 2131297667;
+			public const int tv_today = 2131297667;
 			
 			// aapt resource value: 0x7F090584
-			public const int tv_help_phone = 2131297668;
-			
-			// aapt resource value: 0x7F090585
-			public const int tv_image_show_tip = 2131297669;
+			public const int tv_type_tip = 2131297668;
 			
 			// aapt resource value: 0x7F090586
-			public const int tv_init = 2131297670;
+			public const int tv_username = 2131297670;
+			
+			// aapt resource value: 0x7F090585
+			public const int tv_use_times = 2131297669;
 			
 			// aapt resource value: 0x7F090587
-			public const int tv_input_ok = 2131297671;
+			public const int tv_version_tip = 2131297671;
 			
 			// aapt resource value: 0x7F090588
-			public const int tv_lan = 2131297672;
+			public const int tv_wifi_name = 2131297672;
 			
 			// aapt resource value: 0x7F090589
-			public const int tv_left_btn = 2131297673;
-			
-			// aapt resource value: 0x7F09058B
-			public const int tv_loadingmore = 2131297675;
+			public const int tv_wifi_pwd = 2131297673;
 			
 			// aapt resource value: 0x7F09058A
-			public const int tv_loading_msg = 2131297674;
+			public const int tv_wlan = 2131297674;
+			
+			// aapt resource value: 0x7F09058B
+			public const int tv_zxing_back = 2131297675;
 			
 			// aapt resource value: 0x7F09058C
-			public const int tv_local_record = 2131297676;
+			public const int tv_zxing_flash = 2131297676;
 			
 			// aapt resource value: 0x7F09058D
-			public const int tv_local_video = 2131297677;
+			public const int tv_zxing_scan = 2131297677;
 			
 			// aapt resource value: 0x7F09058E
-			public const int tv_lp_answer = 2131297678;
+			public const int two_button_layout = 2131297678;
 			
 			// aapt resource value: 0x7F09058F
-			public const int tv_lp_calltime = 2131297679;
+			public const int txtResult = 2131297679;
 			
 			// aapt resource value: 0x7F090590
-			public const int tv_lp_hangUp = 2131297680;
+			public const int unbind_button = 2131297680;
 			
 			// aapt resource value: 0x7F090591
-			public const int tv_lp_screenshot = 2131297681;
+			public const int uniform = 2131297681;
 			
 			// aapt resource value: 0x7F090592
-			public const int tv_lp_title = 2131297682;
+			public const int up = 2131297682;
 			
 			// aapt resource value: 0x7F090593
-			public const int tv_lp_unlock = 2131297683;
-			
-			// aapt resource value: 0x7F090594
-			public const int tv_message = 2131297684;
-			
-			// aapt resource value: 0x7F090595
-			public const int tv_message2 = 2131297685;
-			
-			// aapt resource value: 0x7F090596
-			public const int tv_message_time = 2131297686;
+			public const int useLogo = 2131297683;
 			
 			// aapt resource value: 0x7F090597
-			public const int tv_message_title = 2131297687;
+			public const int userid_et = 2131297687;
 			
 			// aapt resource value: 0x7F090598
-			public const int tv_modify_device_pwd = 2131297688;
+			public const int userid_lyt = 2131297688;
 			
 			// aapt resource value: 0x7F090599
-			public const int tv_month_day = 2131297689;
+			public const int username_et = 2131297689;
 			
 			// aapt resource value: 0x7F09059A
-			public const int tv_msg = 2131297690;
+			public const int username_text = 2131297690;
 			
 			// aapt resource value: 0x7F09059B
-			public const int tv_name = 2131297691;
+			public const int username_tv = 2131297691;
+			
+			// aapt resource value: 0x7F090595
+			public const int user_layout = 2131297685;
+			
+			// aapt resource value: 0x7F090596
+			public const int user_register = 2131297686;
+			
+			// aapt resource value: 0x7F090594
+			public const int use_custom_pwd_cb = 2131297684;
 			
 			// aapt resource value: 0x7F09059C
-			public const int tv_name_input = 2131297692;
-			
-			// aapt resource value: 0x7F09059D
-			public const int tv_new_version = 2131297693;
+			public const int uvc = 2131297692;
 			
 			// aapt resource value: 0x7F09059E
-			public const int tv_new_version_1 = 2131297694;
+			public const int verifycodeEditTextContainer = 2131297694;
 			
 			// aapt resource value: 0x7F09059F
-			public const int tv_new_version_tip = 2131297695;
+			public const int verifycodeEt = 2131297695;
 			
 			// aapt resource value: 0x7F0905A0
-			public const int tv_next = 2131297696;
+			public const int version = 2131297696;
 			
 			// aapt resource value: 0x7F0905A1
-			public const int tv_no_video = 2131297697;
+			public const int version_arrow = 2131297697;
 			
 			// aapt resource value: 0x7F0905A2
-			public const int tv_offline = 2131297698;
+			public const int version_layout = 2131297698;
 			
 			// aapt resource value: 0x7F0905A3
-			public const int tv_ok = 2131297699;
+			public const int version_newest = 2131297699;
 			
 			// aapt resource value: 0x7F0905A4
-			public const int tv_overseas = 2131297700;
+			public const int version_notice = 2131297700;
 			
 			// aapt resource value: 0x7F0905A5
-			public const int tv_pixel = 2131297701;
+			public const int vertical = 2131297701;
 			
 			// aapt resource value: 0x7F0905A6
-			public const int tv_play_error = 2131297702;
+			public const int vg_child_watch_video_talk_camera = 2131297702;
 			
 			// aapt resource value: 0x7F0905A7
-			public const int tv_play_pixel = 2131297703;
+			public const int vg_child_watch_video_talk_notification_container = 2131297703;
 			
 			// aapt resource value: 0x7F0905A8
-			public const int tv_pwd = 2131297704;
+			public const int vg_child_watch_video_talk_operation_container = 2131297704;
 			
 			// aapt resource value: 0x7F0905A9
-			public const int tv_pwd_tip_new = 2131297705;
+			public const int vg_child_watch_video_talk_player = 2131297705;
 			
 			// aapt resource value: 0x7F0905AA
-			public const int tv_record_stream = 2131297706;
+			public const int vg_child_watch_video_talk_tool_container = 2131297706;
 			
 			// aapt resource value: 0x7F0905AB
-			public const int tv_registering_to_platform = 2131297707;
+			public const int vg_child_watch_video_talk_video_container = 2131297707;
 			
 			// aapt resource value: 0x7F0905AC
-			public const int tv_right_btn = 2131297708;
+			public const int vg_error_tips = 2131297708;
 			
 			// aapt resource value: 0x7F0905AD
-			public const int tv_sdk_info = 2131297709;
+			public const int vg_notification_operation_tool_container = 2131297709;
 			
 			// aapt resource value: 0x7F0905AE
-			public const int tv_show_tip = 2131297710;
+			public const int vg_play_info = 2131297710;
 			
 			// aapt resource value: 0x7F0905AF
-			public const int tv_single_btn = 2131297711;
+			public const int vg_play_window = 2131297711;
 			
 			// aapt resource value: 0x7F0905B0
-			public const int tv_sms_valid_tip = 2131297712;
+			public const int videoBackImg = 2131297712;
 			
 			// aapt resource value: 0x7F0905B1
-			public const int tv_softap = 2131297713;
+			public const int videoParent = 2131297713;
 			
 			// aapt resource value: 0x7F0905B2
-			public const int tv_ssid = 2131297714;
+			public const int videoTitle = 2131297714;
 			
 			// aapt resource value: 0x7F0905B3
-			public const int tv_start_time = 2131297715;
+			public const int video_button = 2131297715;
 			
 			// aapt resource value: 0x7F0905B4
-			public const int tv_stream_type = 2131297716;
+			public const int video_lp_rendering = 2131297716;
 			
 			// aapt resource value: 0x7F0905B5
-			public const int tv_sure = 2131297717;
-			
-			// aapt resource value: 0x7F0905BA
-			public const int tv_temppassword_detail = 2131297722;
+			public const int video_lp_rendering2 = 2131297717;
 			
 			// aapt resource value: 0x7F0905B6
-			public const int tv_temp_count = 2131297718;
+			public const int video_talk_et_room_id = 2131297718;
 			
 			// aapt resource value: 0x7F0905B7
-			public const int tv_temp_password = 2131297719;
-			
-			// aapt resource value: 0x7F0905B8
-			public const int tv_temp_time = 2131297720;
-			
-			// aapt resource value: 0x7F0905B9
-			public const int tv_temp_username = 2131297721;
-			
-			// aapt resource value: 0x7F0905BB
-			public const int tv_test = 2131297723;
-			
-			// aapt resource value: 0x7F0905BC
-			public const int tv_time = 2131297724;
+			public const int view = 2131297719;
 			
 			// aapt resource value: 0x7F0905BD
-			public const int tv_time_m = 2131297725;
+			public const int viewedCount = 2131297725;
 			
 			// aapt resource value: 0x7F0905BE
-			public const int tv_time_s = 2131297726;
+			public const int viewfinder_view = 2131297726;
+			
+			// aapt resource value: 0x7F0905B8
+			public const int viewSort = 2131297720;
+			
+			// aapt resource value: 0x7F0905B9
+			public const int view_child_watch_video_talk_camera = 2131297721;
+			
+			// aapt resource value: 0x7F0905BA
+			public const int view_child_watch_video_talk_player = 2131297722;
+			
+			// aapt resource value: 0x7F0905BB
+			public const int view_offset_helper = 2131297723;
+			
+			// aapt resource value: 0x7F0905BC
+			public const int view_split = 2131297724;
 			
 			// aapt resource value: 0x7F0905BF
-			public const int tv_tip = 2131297727;
+			public const int visible = 2131297727;
 			
 			// aapt resource value: 0x7F0905C0
-			public const int tv_tip_title = 2131297728;
+			public const int volume_btn_ly = 2131297728;
 			
 			// aapt resource value: 0x7F0905C1
-			public const int tv_title = 2131297729;
+			public const int volume_tv = 2131297729;
+			
+			// aapt resource value: 0x7F09059D
+			public const int v_bottom_line = 2131297693;
 			
 			// aapt resource value: 0x7F0905C2
-			public const int tv_title_center = 2131297730;
+			public const int wait_bar = 2131297730;
 			
 			// aapt resource value: 0x7F0905C3
-			public const int tv_title_center_sub = 2131297731;
+			public const int wait_tv = 2131297731;
 			
 			// aapt resource value: 0x7F0905C4
-			public const int tv_title_cn = 2131297732;
-			
-			// aapt resource value: 0x7F0905C5
-			public const int tv_title_left = 2131297733;
-			
-			// aapt resource value: 0x7F0905C6
-			public const int tv_title_left2 = 2131297734;
+			public const int watting_pb = 2131297732;
 			
 			// aapt resource value: 0x7F0905C7
-			public const int tv_title_right = 2131297735;
+			public const int webview = 2131297735;
+			
+			// aapt resource value: 0x7F0905C5
+			public const int webView1 = 2131297733;
 			
 			// aapt resource value: 0x7F0905C8
-			public const int tv_title_right2 = 2131297736;
+			public const int webview_back_img = 2131297736;
 			
 			// aapt resource value: 0x7F0905C9
-			public const int tv_title_tip = 2131297737;
+			public const int webview_back_ll = 2131297737;
+			
+			// aapt resource value: 0x7F0905C6
+			public const int web_login_btn = 2131297734;
 			
 			// aapt resource value: 0x7F0905CA
-			public const int tv_title_type = 2131297738;
+			public const int wheel_vertical_view = 2131297738;
 			
 			// aapt resource value: 0x7F0905CB
-			public const int tv_today = 2131297739;
+			public const int wifi_animation_view = 2131297739;
 			
 			// aapt resource value: 0x7F0905CC
-			public const int tv_type_tip = 2131297740;
-			
-			// aapt resource value: 0x7F0905CE
-			public const int tv_username = 2131297742;
+			public const int wifi_img = 2131297740;
 			
 			// aapt resource value: 0x7F0905CD
-			public const int tv_use_times = 2131297741;
+			public const int wifi_list = 2131297741;
+			
+			// aapt resource value: 0x7F0905CE
+			public const int wifi_list_container = 2131297742;
 			
 			// aapt resource value: 0x7F0905CF
-			public const int tv_version_tip = 2131297743;
+			public const int wifi_name = 2131297743;
 			
 			// aapt resource value: 0x7F0905D0
-			public const int tv_wifi_name = 2131297744;
+			public const int wifi_psw = 2131297744;
 			
 			// aapt resource value: 0x7F0905D1
-			public const int tv_wifi_pwd = 2131297745;
+			public const int wifi_pwd = 2131297745;
 			
 			// aapt resource value: 0x7F0905D2
-			public const int tv_wlan = 2131297746;
+			public const int wifi_pwd_check = 2131297746;
 			
 			// aapt resource value: 0x7F0905D3
-			public const int tv_zxing_back = 2131297747;
+			public const int wifi_quality_icon = 2131297747;
 			
 			// aapt resource value: 0x7F0905D4
-			public const int tv_zxing_flash = 2131297748;
+			public const int wifi_ssid = 2131297748;
 			
 			// aapt resource value: 0x7F0905D5
-			public const int tv_zxing_scan = 2131297749;
+			public const int wifi_tv = 2131297749;
 			
 			// aapt resource value: 0x7F0905D6
-			public const int two_button_layout = 2131297750;
+			public const int withText = 2131297750;
 			
 			// aapt resource value: 0x7F0905D7
-			public const int txtResult = 2131297751;
+			public const int wlan_len = 2131297751;
 			
 			// aapt resource value: 0x7F0905D8
-			public const int unbind_button = 2131297752;
+			public const int wlan_mode = 2131297752;
 			
 			// aapt resource value: 0x7F0905D9
-			public const int uniform = 2131297753;
+			public const int wlan_name = 2131297753;
 			
 			// aapt resource value: 0x7F0905DA
-			public const int up = 2131297754;
+			public const int wrap = 2131297754;
 			
 			// aapt resource value: 0x7F0905DB
-			public const int useLogo = 2131297755;
-			
-			// aapt resource value: 0x7F0905DF
-			public const int userid_et = 2131297759;
-			
-			// aapt resource value: 0x7F0905E0
-			public const int userid_lyt = 2131297760;
-			
-			// aapt resource value: 0x7F0905E1
-			public const int username_et = 2131297761;
-			
-			// aapt resource value: 0x7F0905E2
-			public const int username_text = 2131297762;
-			
-			// aapt resource value: 0x7F0905E3
-			public const int username_tv = 2131297763;
-			
-			// aapt resource value: 0x7F0905DD
-			public const int user_layout = 2131297757;
-			
-			// aapt resource value: 0x7F0905DE
-			public const int user_register = 2131297758;
+			public const int wrap_content = 2131297755;
 			
 			// aapt resource value: 0x7F0905DC
-			public const int use_custom_pwd_cb = 2131297756;
+			public const int year = 2131297756;
+			
+			// aapt resource value: 0x7F0905DD
+			public const int zoomin = 2131297757;
+			
+			// aapt resource value: 0x7F0905DE
+			public const int zoomout = 2131297758;
+			
+			// aapt resource value: 0x7F0905DF
+			public const int zxing_back_button = 2131297759;
+			
+			// aapt resource value: 0x7F0905E0
+			public const int zxing_barcode_scanner = 2131297760;
+			
+			// aapt resource value: 0x7F0905E1
+			public const int zxing_barcode_surface = 2131297761;
+			
+			// aapt resource value: 0x7F0905E2
+			public const int zxing_camera_closed = 2131297762;
+			
+			// aapt resource value: 0x7F0905E3
+			public const int zxing_camera_error = 2131297763;
 			
 			// aapt resource value: 0x7F0905E4
-			public const int uvc = 2131297764;
+			public const int zxing_decode = 2131297764;
 			
 			// aapt resource value: 0x7F0905E5
-			public const int v21 = 2131297765;
-			
-			// aapt resource value: 0x7F0905E7
-			public const int verifycodeEditTextContainer = 2131297767;
-			
-			// aapt resource value: 0x7F0905E8
-			public const int verifycodeEt = 2131297768;
-			
-			// aapt resource value: 0x7F0905E9
-			public const int version = 2131297769;
-			
-			// aapt resource value: 0x7F0905EA
-			public const int version_arrow = 2131297770;
-			
-			// aapt resource value: 0x7F0905EB
-			public const int version_layout = 2131297771;
-			
-			// aapt resource value: 0x7F0905EC
-			public const int version_newest = 2131297772;
-			
-			// aapt resource value: 0x7F0905ED
-			public const int version_notice = 2131297773;
-			
-			// aapt resource value: 0x7F0905EE
-			public const int vertical = 2131297774;
-			
-			// aapt resource value: 0x7F0905EF
-			public const int vg_child_watch_video_talk_camera = 2131297775;
-			
-			// aapt resource value: 0x7F0905F0
-			public const int vg_child_watch_video_talk_notification_container = 2131297776;
-			
-			// aapt resource value: 0x7F0905F1
-			public const int vg_child_watch_video_talk_operation_container = 2131297777;
-			
-			// aapt resource value: 0x7F0905F2
-			public const int vg_child_watch_video_talk_player = 2131297778;
-			
-			// aapt resource value: 0x7F0905F3
-			public const int vg_child_watch_video_talk_tool_container = 2131297779;
-			
-			// aapt resource value: 0x7F0905F4
-			public const int vg_child_watch_video_talk_video_container = 2131297780;
-			
-			// aapt resource value: 0x7F0905F5
-			public const int vg_error_tips = 2131297781;
-			
-			// aapt resource value: 0x7F0905F6
-			public const int vg_notification_operation_tool_container = 2131297782;
-			
-			// aapt resource value: 0x7F0905F7
-			public const int vg_play_info = 2131297783;
-			
-			// aapt resource value: 0x7F0905F8
-			public const int vg_play_window = 2131297784;
-			
-			// aapt resource value: 0x7F0905F9
-			public const int videoBackImg = 2131297785;
-			
-			// aapt resource value: 0x7F0905FA
-			public const int videoParent = 2131297786;
-			
-			// aapt resource value: 0x7F0905FB
-			public const int videoTitle = 2131297787;
-			
-			// aapt resource value: 0x7F0905FC
-			public const int video_button = 2131297788;
-			
-			// aapt resource value: 0x7F0905FD
-			public const int video_lp_rendering = 2131297789;
-			
-			// aapt resource value: 0x7F0905FE
-			public const int video_lp_rendering2 = 2131297790;
-			
-			// aapt resource value: 0x7F0905FF
-			public const int video_talk_et_room_id = 2131297791;
-			
-			// aapt resource value: 0x7F090600
-			public const int view = 2131297792;
-			
-			// aapt resource value: 0x7F090606
-			public const int viewedCount = 2131297798;
-			
-			// aapt resource value: 0x7F090607
-			public const int viewfinder_view = 2131297799;
-			
-			// aapt resource value: 0x7F090601
-			public const int viewSort = 2131297793;
-			
-			// aapt resource value: 0x7F090602
-			public const int view_child_watch_video_talk_camera = 2131297794;
-			
-			// aapt resource value: 0x7F090603
-			public const int view_child_watch_video_talk_player = 2131297795;
-			
-			// aapt resource value: 0x7F090604
-			public const int view_offset_helper = 2131297796;
-			
-			// aapt resource value: 0x7F090605
-			public const int view_split = 2131297797;
-			
-			// aapt resource value: 0x7F090608
-			public const int visible = 2131297800;
-			
-			// aapt resource value: 0x7F090609
-			public const int volume_btn_ly = 2131297801;
-			
-			// aapt resource value: 0x7F09060A
-			public const int volume_tv = 2131297802;
+			public const int zxing_decode_failed = 2131297765;
 			
 			// aapt resource value: 0x7F0905E6
-			public const int v_bottom_line = 2131297766;
+			public const int zxing_decode_succeeded = 2131297766;
 			
-			// aapt resource value: 0x7F09060B
-			public const int wait_bar = 2131297803;
+			// aapt resource value: 0x7F0905E7
+			public const int zxing_possible_result_points = 2131297767;
 			
-			// aapt resource value: 0x7F09060C
-			public const int wait_tv = 2131297804;
+			// aapt resource value: 0x7F0905E8
+			public const int zxing_preview_failed = 2131297768;
 			
-			// aapt resource value: 0x7F09060D
-			public const int watting_pb = 2131297805;
+			// aapt resource value: 0x7F0905E9
+			public const int zxing_prewiew_size_ready = 2131297769;
 			
-			// aapt resource value: 0x7F090610
-			public const int webview = 2131297808;
+			// aapt resource value: 0x7F0905EA
+			public const int zxing_status_view = 2131297770;
 			
-			// aapt resource value: 0x7F09060E
-			public const int webView1 = 2131297806;
-			
-			// aapt resource value: 0x7F090611
-			public const int webview_back_img = 2131297809;
-			
-			// aapt resource value: 0x7F090612
-			public const int webview_back_ll = 2131297810;
-			
-			// aapt resource value: 0x7F09060F
-			public const int web_login_btn = 2131297807;
-			
-			// aapt resource value: 0x7F090613
-			public const int wheel_vertical_view = 2131297811;
-			
-			// aapt resource value: 0x7F090614
-			public const int wifi_animation_view = 2131297812;
-			
-			// aapt resource value: 0x7F090615
-			public const int wifi_img = 2131297813;
-			
-			// aapt resource value: 0x7F090616
-			public const int wifi_list = 2131297814;
-			
-			// aapt resource value: 0x7F090617
-			public const int wifi_list_container = 2131297815;
-			
-			// aapt resource value: 0x7F090618
-			public const int wifi_name = 2131297816;
-			
-			// aapt resource value: 0x7F090619
-			public const int wifi_psw = 2131297817;
-			
-			// aapt resource value: 0x7F09061A
-			public const int wifi_pwd = 2131297818;
-			
-			// aapt resource value: 0x7F09061B
-			public const int wifi_pwd_check = 2131297819;
-			
-			// aapt resource value: 0x7F09061C
-			public const int wifi_quality_icon = 2131297820;
-			
-			// aapt resource value: 0x7F09061D
-			public const int wifi_ssid = 2131297821;
-			
-			// aapt resource value: 0x7F09061E
-			public const int wifi_tv = 2131297822;
-			
-			// aapt resource value: 0x7F09061F
-			public const int withText = 2131297823;
-			
-			// aapt resource value: 0x7F090620
-			public const int wlan_len = 2131297824;
-			
-			// aapt resource value: 0x7F090621
-			public const int wlan_mode = 2131297825;
-			
-			// aapt resource value: 0x7F090622
-			public const int wlan_name = 2131297826;
-			
-			// aapt resource value: 0x7F090623
-			public const int wrap = 2131297827;
-			
-			// aapt resource value: 0x7F090624
-			public const int wrap_content = 2131297828;
-			
-			// aapt resource value: 0x7F090625
-			public const int wvPopwin = 2131297829;
-			
-			// aapt resource value: 0x7F090626
-			public const int year = 2131297830;
-			
-			// aapt resource value: 0x7F090627
-			public const int zoomin = 2131297831;
-			
-			// aapt resource value: 0x7F090628
-			public const int zoomout = 2131297832;
-			
-			// aapt resource value: 0x7F090629
-			public const int zxing_back_button = 2131297833;
-			
-			// aapt resource value: 0x7F09062A
-			public const int zxing_barcode_scanner = 2131297834;
-			
-			// aapt resource value: 0x7F09062B
-			public const int zxing_barcode_surface = 2131297835;
-			
-			// aapt resource value: 0x7F09062C
-			public const int zxing_camera_closed = 2131297836;
-			
-			// aapt resource value: 0x7F09062D
-			public const int zxing_camera_error = 2131297837;
-			
-			// aapt resource value: 0x7F09062E
-			public const int zxing_decode = 2131297838;
-			
-			// aapt resource value: 0x7F09062F
-			public const int zxing_decode_failed = 2131297839;
-			
-			// aapt resource value: 0x7F090630
-			public const int zxing_decode_succeeded = 2131297840;
-			
-			// aapt resource value: 0x7F090631
-			public const int zxing_possible_result_points = 2131297841;
-			
-			// aapt resource value: 0x7F090632
-			public const int zxing_preview_failed = 2131297842;
-			
-			// aapt resource value: 0x7F090633
-			public const int zxing_prewiew_size_ready = 2131297843;
-			
-			// aapt resource value: 0x7F090634
-			public const int zxing_status_view = 2131297844;
-			
-			// aapt resource value: 0x7F090635
-			public const int zxing_viewfinder_view = 2131297845;
+			// aapt resource value: 0x7F0905EB
+			public const int zxing_viewfinder_view = 2131297771;
 			
 			static Id()
 			{
@@ -15957,85 +15792,85 @@
 			public const int activity_device_wifi_password = 2131427367;
 			
 			// aapt resource value: 0x7F0B0028
-			public const int activity_endisable_service = 2131427368;
+			public const int activity_environment_guide = 2131427368;
 			
 			// aapt resource value: 0x7F0B0029
-			public const int activity_environment_guide = 2131427369;
-			
-			// aapt resource value: 0x7F0B002A
-			public const int activity_error_tip = 2131427370;
-			
-			// aapt resource value: 0x7F0B002C
-			public const int activity_ezupgrade_device = 2131427372;
+			public const int activity_error_tip = 2131427369;
 			
 			// aapt resource value: 0x7F0B002B
-			public const int activity_ez_defence_option = 2131427371;
+			public const int activity_ezupgrade_device = 2131427371;
+			
+			// aapt resource value: 0x7F0B002A
+			public const int activity_ez_defence_option = 2131427370;
+			
+			// aapt resource value: 0x7F0B002C
+			public const int activity_hc = 2131427372;
 			
 			// aapt resource value: 0x7F0B002D
-			public const int activity_hc = 2131427373;
+			public const int activity_hcactive = 2131427373;
 			
 			// aapt resource value: 0x7F0B002E
-			public const int activity_hcactive = 2131427374;
+			public const int activity_hcplay = 2131427374;
 			
 			// aapt resource value: 0x7F0B002F
-			public const int activity_hcplay = 2131427375;
+			public const int activity_hdllinphone_intercom = 2131427375;
 			
 			// aapt resource value: 0x7F0B0030
-			public const int activity_hdllinphone_intercom = 2131427376;
+			public const int activity_hdllinphone_monitor = 2131427376;
 			
 			// aapt resource value: 0x7F0B0031
-			public const int activity_hdllinphone_monitor = 2131427377;
+			public const int activity_history_image = 2131427377;
 			
 			// aapt resource value: 0x7F0B0032
-			public const int activity_history_image = 2131427378;
+			public const int activity_interface_self_test = 2131427378;
 			
 			// aapt resource value: 0x7F0B0033
-			public const int activity_interface_self_test = 2131427379;
+			public const int activity_interface_test = 2131427379;
 			
 			// aapt resource value: 0x7F0B0034
-			public const int activity_interface_test = 2131427380;
+			public const int activity_lan_multi_device = 2131427380;
 			
 			// aapt resource value: 0x7F0B0035
-			public const int activity_lan_multi_device = 2131427381;
+			public const int activity_list = 2131427381;
 			
 			// aapt resource value: 0x7F0B0036
-			public const int activity_list = 2131427382;
+			public const int activity_main = 2131427382;
 			
 			// aapt resource value: 0x7F0B0037
-			public const int activity_main = 2131427383;
+			public const int activity_main_ez = 2131427383;
 			
 			// aapt resource value: 0x7F0B0038
-			public const int activity_main_ez = 2131427384;
+			public const int activity_manual_choose_config_wifi_way = 2131427384;
 			
 			// aapt resource value: 0x7F0B0039
-			public const int activity_manual_choose_config_wifi_way = 2131427385;
+			public const int activity_manual_connect_device_hotspot = 2131427385;
 			
 			// aapt resource value: 0x7F0B003A
-			public const int activity_manual_connect_device_hotspot = 2131427386;
+			public const int activity_manual_input_device_hotspot_info = 2131427386;
 			
 			// aapt resource value: 0x7F0B003B
-			public const int activity_manual_input_device_hotspot_info = 2131427387;
+			public const int activity_more_features_entrance = 2131427387;
 			
 			// aapt resource value: 0x7F0B003C
-			public const int activity_more_features_entrance = 2131427388;
+			public const int activity_multi_screen_preview = 2131427388;
 			
 			// aapt resource value: 0x7F0B003D
-			public const int activity_multi_screen_preview = 2131427389;
+			public const int activity_multi_video_talk = 2131427389;
 			
 			// aapt resource value: 0x7F0B003E
-			public const int activity_multi_video_talk = 2131427390;
+			public const int activity_multi_video_talk_test = 2131427390;
 			
 			// aapt resource value: 0x7F0B003F
-			public const int activity_multi_video_talk_test = 2131427391;
+			public const int activity_my_collect = 2131427391;
 			
 			// aapt resource value: 0x7F0B0040
-			public const int activity_my_collect = 2131427392;
+			public const int activity_option = 2131427392;
 			
 			// aapt resource value: 0x7F0B0041
-			public const int activity_option = 2131427393;
+			public const int activity_origin_stream_control = 2131427393;
 			
 			// aapt resource value: 0x7F0B0042
-			public const int activity_origin_stream_control = 2131427394;
+			public const int activity_privacy = 2131427394;
 			
 			// aapt resource value: 0x7F0B0043
 			public const int activity_rtp_stream_play = 2131427395;
@@ -16473,418 +16308,373 @@
 			public const int hdl_widget_pickerview_time = 2131427539;
 			
 			// aapt resource value: 0x7F0B00D4
-			public const int hwpush_trans_activity = 2131427540;
+			public const int include_device_wifi_list_item = 2131427540;
 			
 			// aapt resource value: 0x7F0B00D5
-			public const int include_device_wifi_list_item = 2131427541;
+			public const int item_channel_list = 2131427541;
 			
 			// aapt resource value: 0x7F0B00D6
-			public const int item_channel_list = 2131427542;
+			public const int item_device_list = 2131427542;
 			
 			// aapt resource value: 0x7F0B00D7
-			public const int item_device_list = 2131427543;
+			public const int item_media_play_record = 2131427543;
 			
 			// aapt resource value: 0x7F0B00D8
-			public const int item_media_play_record = 2131427544;
+			public const int item_multi_screen_preview = 2131427544;
 			
 			// aapt resource value: 0x7F0B00D9
-			public const int item_multi_screen_preview = 2131427545;
+			public const int item_pixel_list = 2131427545;
 			
 			// aapt resource value: 0x7F0B00DA
-			public const int item_pixel_list = 2131427546;
+			public const int item_record = 2131427546;
 			
 			// aapt resource value: 0x7F0B00DB
-			public const int item_record = 2131427547;
+			public const int item_record_list = 2131427547;
 			
 			// aapt resource value: 0x7F0B00DC
-			public const int item_record_list = 2131427548;
+			public const int item_wifi_list_more = 2131427548;
 			
 			// aapt resource value: 0x7F0B00DD
-			public const int item_wifi_list_more = 2131427549;
+			public const int lan_device_adapter_item = 2131427549;
 			
 			// aapt resource value: 0x7F0B00DE
-			public const int jpush_inapp_banner = 2131427550;
+			public const int lan_device_login_dialog = 2131427550;
 			
 			// aapt resource value: 0x7F0B00DF
-			public const int jpush_popwin_layout = 2131427551;
+			public const int layout_camera_view = 2131427551;
 			
 			// aapt resource value: 0x7F0B00E0
-			public const int jpush_webview_layout = 2131427552;
+			public const int layout_camera_view_soft = 2131427552;
 			
 			// aapt resource value: 0x7F0B00E1
-			public const int lan_device_adapter_item = 2131427553;
+			public const int layout_change_playback_rate = 2131427553;
 			
 			// aapt resource value: 0x7F0B00E2
-			public const int lan_device_login_dialog = 2131427554;
+			public const int layout_child_watch_video_talk_operation = 2131427554;
 			
 			// aapt resource value: 0x7F0B00E3
-			public const int layout_camera_view = 2131427555;
+			public const int layout_dialog_tip = 2131427555;
 			
 			// aapt resource value: 0x7F0B00E4
-			public const int layout_camera_view_soft = 2131427556;
+			public const int layout_horizontal_recyclerview_footer = 2131427556;
 			
 			// aapt resource value: 0x7F0B00E5
-			public const int layout_change_playback_rate = 2131427557;
+			public const int layout_horizontal_recyclerview_footer_end = 2131427557;
 			
 			// aapt resource value: 0x7F0B00E6
-			public const int layout_child_watch_video_talk_operation = 2131427558;
+			public const int layout_horizontal_recyclerview_footer_loading = 2131427558;
 			
 			// aapt resource value: 0x7F0B00E7
-			public const int layout_dialog_tip = 2131427559;
+			public const int layout_horizontal_recyclerview_footer_network_error = 2131427559;
 			
 			// aapt resource value: 0x7F0B00E8
-			public const int layout_horizontal_recyclerview_footer = 2131427560;
+			public const int layout_horizontal_recyclerview_refresh_header = 2131427560;
 			
 			// aapt resource value: 0x7F0B00E9
-			public const int layout_horizontal_recyclerview_footer_end = 2131427561;
+			public const int layout_indicator_view = 2131427561;
 			
 			// aapt resource value: 0x7F0B00EA
-			public const int layout_horizontal_recyclerview_footer_loading = 2131427562;
+			public const int layout_login_anim = 2131427562;
 			
 			// aapt resource value: 0x7F0B00EB
-			public const int layout_horizontal_recyclerview_footer_network_error = 2131427563;
+			public const int layout_recyclerview_footer = 2131427563;
 			
 			// aapt resource value: 0x7F0B00EC
-			public const int layout_horizontal_recyclerview_refresh_header = 2131427564;
+			public const int layout_recyclerview_footer_end = 2131427564;
 			
 			// aapt resource value: 0x7F0B00ED
-			public const int layout_indicator_view = 2131427565;
+			public const int layout_recyclerview_footer_loading = 2131427565;
 			
 			// aapt resource value: 0x7F0B00EE
-			public const int layout_login_anim = 2131427566;
+			public const int layout_recyclerview_footer_network_error = 2131427566;
 			
 			// aapt resource value: 0x7F0B00EF
-			public const int layout_recyclerview_footer = 2131427567;
+			public const int layout_recyclerview_refresh_header = 2131427567;
 			
 			// aapt resource value: 0x7F0B00F0
-			public const int layout_recyclerview_footer_end = 2131427568;
+			public const int layout_recyclerview_swipe_item_default = 2131427568;
 			
 			// aapt resource value: 0x7F0B00F1
-			public const int layout_recyclerview_footer_loading = 2131427569;
+			public const int line_connecting_introduce_activity = 2131427569;
 			
 			// aapt resource value: 0x7F0B00F2
-			public const int layout_recyclerview_footer_network_error = 2131427570;
+			public const int linphone_dialog_content_and_twobutton = 2131427570;
 			
 			// aapt resource value: 0x7F0B00F3
-			public const int layout_recyclerview_refresh_header = 2131427571;
+			public const int list_section = 2131427571;
 			
 			// aapt resource value: 0x7F0B00F4
-			public const int layout_recyclerview_swipe_item_default = 2131427572;
+			public const int loading_text_view = 2131427572;
 			
 			// aapt resource value: 0x7F0B00F5
-			public const int line_connecting_introduce_activity = 2131427573;
+			public const int login_activity = 2131427573;
 			
 			// aapt resource value: 0x7F0B00F6
-			public const int linphone_dialog_content_and_twobutton = 2131427574;
+			public const int login_page = 2131427574;
 			
 			// aapt resource value: 0x7F0B00F7
-			public const int list_section = 2131427575;
+			public const int message_list_item = 2131427575;
 			
 			// aapt resource value: 0x7F0B00F8
-			public const int loading_text_view = 2131427576;
+			public const int message_page = 2131427576;
 			
 			// aapt resource value: 0x7F0B00F9
-			public const int login_activity = 2131427577;
+			public const int mobile_common_comment = 2131427577;
 			
 			// aapt resource value: 0x7F0B00FA
-			public const int login_page = 2131427578;
+			public const int mobile_common_lc_alert_dialog_layout = 2131427578;
 			
 			// aapt resource value: 0x7F0B00FB
-			public const int message_list_item = 2131427579;
+			public const int mobile_common_progressdialog_layout = 2131427579;
 			
 			// aapt resource value: 0x7F0B00FC
-			public const int message_page = 2131427580;
+			public const int mobile_common_roll_select_dialog = 2131427580;
 			
 			// aapt resource value: 0x7F0B00FD
-			public const int mobile_common_comment = 2131427581;
+			public const int mobile_common_search_view = 2131427581;
 			
 			// aapt resource value: 0x7F0B00FE
-			public const int mobile_common_lc_alert_dialog_layout = 2131427582;
+			public const int mobile_common_widget_common_title = 2131427582;
 			
 			// aapt resource value: 0x7F0B00FF
-			public const int mobile_common_progressdialog_layout = 2131427583;
+			public const int mobile_common_widget_switch_title = 2131427583;
 			
 			// aapt resource value: 0x7F0B0100
-			public const int mobile_common_roll_select_dialog = 2131427584;
+			public const int modify_device_name_page = 2131427584;
 			
 			// aapt resource value: 0x7F0B0101
-			public const int mobile_common_search_view = 2131427585;
+			public const int more_options_layout = 2131427585;
 			
 			// aapt resource value: 0x7F0B0102
-			public const int mobile_common_widget_common_title = 2131427586;
+			public const int multi_video_talk_item = 2131427586;
 			
 			// aapt resource value: 0x7F0B0103
-			public const int mobile_common_widget_switch_title = 2131427587;
-			
-			// aapt resource value: 0x7F0B0104
-			public const int modify_device_name_page = 2131427588;
-			
-			// aapt resource value: 0x7F0B0105
-			public const int more_options_layout = 2131427589;
-			
-			// aapt resource value: 0x7F0B0106
-			public const int multi_video_talk_item = 2131427590;
+			public const int network_error_retry_page = 2131427587;
 			
 			// aapt resource value: 0x7F0B0107
-			public const int network_error_retry_page = 2131427591;
-			
-			// aapt resource value: 0x7F0B010B
-			public const int notification_action = 2131427595;
-			
-			// aapt resource value: 0x7F0B010C
-			public const int notification_action_tombstone = 2131427596;
-			
-			// aapt resource value: 0x7F0B010D
-			public const int notification_media_action = 2131427597;
-			
-			// aapt resource value: 0x7F0B010E
-			public const int notification_media_cancel_action = 2131427598;
-			
-			// aapt resource value: 0x7F0B010F
-			public const int notification_template_big_media = 2131427599;
-			
-			// aapt resource value: 0x7F0B0110
-			public const int notification_template_big_media_custom = 2131427600;
-			
-			// aapt resource value: 0x7F0B0111
-			public const int notification_template_big_media_narrow = 2131427601;
-			
-			// aapt resource value: 0x7F0B0112
-			public const int notification_template_big_media_narrow_custom = 2131427602;
-			
-			// aapt resource value: 0x7F0B0113
-			public const int notification_template_custom_big = 2131427603;
-			
-			// aapt resource value: 0x7F0B0114
-			public const int notification_template_icon_group = 2131427604;
-			
-			// aapt resource value: 0x7F0B0115
-			public const int notification_template_lines_media = 2131427605;
-			
-			// aapt resource value: 0x7F0B0116
-			public const int notification_template_media = 2131427606;
-			
-			// aapt resource value: 0x7F0B0117
-			public const int notification_template_media_custom = 2131427607;
-			
-			// aapt resource value: 0x7F0B0118
-			public const int notification_template_part_chronometer = 2131427608;
-			
-			// aapt resource value: 0x7F0B0119
-			public const int notification_template_part_time = 2131427609;
-			
-			// aapt resource value: 0x7F0B011A
-			public const int notifier_alarmloginfo_list_item = 2131427610;
-			
-			// aapt resource value: 0x7F0B011B
-			public const int notifier_page = 2131427611;
+			public const int notification_action = 2131427591;
 			
 			// aapt resource value: 0x7F0B0108
-			public const int no_device_more_footer = 2131427592;
+			public const int notification_action_tombstone = 2131427592;
 			
 			// aapt resource value: 0x7F0B0109
-			public const int no_more_footer = 2131427593;
+			public const int notification_media_action = 2131427593;
 			
 			// aapt resource value: 0x7F0B010A
-			public const int no_msg_more_footer = 2131427594;
+			public const int notification_media_cancel_action = 2131427594;
+			
+			// aapt resource value: 0x7F0B010B
+			public const int notification_template_big_media = 2131427595;
+			
+			// aapt resource value: 0x7F0B010C
+			public const int notification_template_big_media_custom = 2131427596;
+			
+			// aapt resource value: 0x7F0B010D
+			public const int notification_template_big_media_narrow = 2131427597;
+			
+			// aapt resource value: 0x7F0B010E
+			public const int notification_template_big_media_narrow_custom = 2131427598;
+			
+			// aapt resource value: 0x7F0B010F
+			public const int notification_template_custom_big = 2131427599;
+			
+			// aapt resource value: 0x7F0B0110
+			public const int notification_template_icon_group = 2131427600;
+			
+			// aapt resource value: 0x7F0B0111
+			public const int notification_template_lines_media = 2131427601;
+			
+			// aapt resource value: 0x7F0B0112
+			public const int notification_template_media = 2131427602;
+			
+			// aapt resource value: 0x7F0B0113
+			public const int notification_template_media_custom = 2131427603;
+			
+			// aapt resource value: 0x7F0B0114
+			public const int notification_template_part_chronometer = 2131427604;
+			
+			// aapt resource value: 0x7F0B0115
+			public const int notification_template_part_time = 2131427605;
+			
+			// aapt resource value: 0x7F0B0116
+			public const int notifier_alarmloginfo_list_item = 2131427606;
+			
+			// aapt resource value: 0x7F0B0117
+			public const int notifier_page = 2131427607;
+			
+			// aapt resource value: 0x7F0B0104
+			public const int no_device_more_footer = 2131427588;
+			
+			// aapt resource value: 0x7F0B0105
+			public const int no_more_footer = 2131427589;
+			
+			// aapt resource value: 0x7F0B0106
+			public const int no_msg_more_footer = 2131427590;
+			
+			// aapt resource value: 0x7F0B0118
+			public const int open_ysservice_dialog = 2131427608;
+			
+			// aapt resource value: 0x7F0B0119
+			public const int option_item = 2131427609;
+			
+			// aapt resource value: 0x7F0B011A
+			public const int password_error_layout = 2131427610;
+			
+			// aapt resource value: 0x7F0B011B
+			public const int playback_list_page = 2131427611;
 			
 			// aapt resource value: 0x7F0B011C
-			public const int open_ysservice_dialog = 2131427612;
+			public const int pull_to_refresh_footer = 2131427612;
 			
 			// aapt resource value: 0x7F0B011D
-			public const int option_item = 2131427613;
+			public const int pull_to_refresh_header = 2131427613;
 			
 			// aapt resource value: 0x7F0B011E
-			public const int password_error_layout = 2131427614;
+			public const int pull_to_refresh_header_horizontal = 2131427614;
 			
 			// aapt resource value: 0x7F0B011F
-			public const int playback_list_page = 2131427615;
-			
-			// aapt resource value: 0x7F0B0120
-			public const int pull_to_refresh_footer = 2131427616;
-			
-			// aapt resource value: 0x7F0B0121
-			public const int pull_to_refresh_header = 2131427617;
-			
-			// aapt resource value: 0x7F0B0122
-			public const int pull_to_refresh_header_horizontal = 2131427618;
-			
-			// aapt resource value: 0x7F0B0123
-			public const int pull_to_refresh_header_vertical = 2131427619;
-			
-			// aapt resource value: 0x7F0B0124
-			public const int push_download_notification_layout = 2131427620;
-			
-			// aapt resource value: 0x7F0B0125
-			public const int push_expandable_big_image_notification = 2131427621;
-			
-			// aapt resource value: 0x7F0B0126
-			public const int push_expandable_big_text_notification = 2131427622;
-			
-			// aapt resource value: 0x7F0B0127
-			public const int push_notification = 2131427623;
-			
-			// aapt resource value: 0x7F0B0128
-			public const int push_notification_large = 2131427624;
-			
-			// aapt resource value: 0x7F0B0129
-			public const int push_notification_middle = 2131427625;
-			
-			// aapt resource value: 0x7F0B012A
-			public const int push_pure_pic_notification_f6 = 2131427626;
+			public const int pull_to_refresh_header_vertical = 2131427615;
 			
 			// aapt resource value: 0x7F0B012B
-			public const int push_pure_pic_notification_f7 = 2131427627;
+			public const int realplayer_item = 2131427627;
 			
 			// aapt resource value: 0x7F0B012C
-			public const int push_pure_pic_notification_f8 = 2131427628;
+			public const int realplayer_page = 2131427628;
+			
+			// aapt resource value: 0x7F0B0120
+			public const int realplay_control_layout = 2131427616;
+			
+			// aapt resource value: 0x7F0B0121
+			public const int realplay_full_operate_layout = 2131427617;
+			
+			// aapt resource value: 0x7F0B0122
+			public const int realplay_loading_layout = 2131427618;
+			
+			// aapt resource value: 0x7F0B0123
+			public const int realplay_operate_bar = 2131427619;
+			
+			// aapt resource value: 0x7F0B0124
+			public const int realplay_operate_bar2 = 2131427620;
+			
+			// aapt resource value: 0x7F0B0125
+			public const int realplay_page = 2131427621;
+			
+			// aapt resource value: 0x7F0B0126
+			public const int realplay_prompt_layout = 2131427622;
+			
+			// aapt resource value: 0x7F0B0127
+			public const int realplay_ptz_wnd = 2131427623;
+			
+			// aapt resource value: 0x7F0B0128
+			public const int realplay_quality_items = 2131427624;
+			
+			// aapt resource value: 0x7F0B0129
+			public const int realplay_quality_wnd = 2131427625;
+			
+			// aapt resource value: 0x7F0B012A
+			public const int realplay_talkback_wnd = 2131427626;
 			
 			// aapt resource value: 0x7F0B012D
-			public const int push_pure_pic_notification_f9 = 2131427629;
+			public const int remote_playback_page = 2131427629;
 			
 			// aapt resource value: 0x7F0B012E
-			public const int push_pure_pic_notification_f9_275 = 2131427630;
-			
-			// aapt resource value: 0x7F0B013A
-			public const int realplayer_item = 2131427642;
-			
-			// aapt resource value: 0x7F0B013B
-			public const int realplayer_page = 2131427643;
+			public const int section_list_item = 2131427630;
 			
 			// aapt resource value: 0x7F0B012F
-			public const int realplay_control_layout = 2131427631;
+			public const int select_camera_no_dialog = 2131427631;
 			
 			// aapt resource value: 0x7F0B0130
-			public const int realplay_full_operate_layout = 2131427632;
+			public const int select_camera_no_dialog_item = 2131427632;
 			
 			// aapt resource value: 0x7F0B0131
-			public const int realplay_loading_layout = 2131427633;
+			public const int select_dialog_item_material = 2131427633;
 			
 			// aapt resource value: 0x7F0B0132
-			public const int realplay_operate_bar = 2131427634;
+			public const int select_dialog_multichoice_material = 2131427634;
 			
 			// aapt resource value: 0x7F0B0133
-			public const int realplay_operate_bar2 = 2131427635;
+			public const int select_dialog_singlechoice_material = 2131427635;
 			
 			// aapt resource value: 0x7F0B0134
-			public const int realplay_page = 2131427636;
+			public const int select_talkback_items = 2131427636;
 			
 			// aapt resource value: 0x7F0B0135
-			public const int realplay_prompt_layout = 2131427637;
+			public const int simple_demo = 2131427637;
 			
 			// aapt resource value: 0x7F0B0136
-			public const int realplay_ptz_wnd = 2131427638;
+			public const int sms_valid_view = 2131427638;
 			
 			// aapt resource value: 0x7F0B0137
-			public const int realplay_quality_items = 2131427639;
+			public const int sms_verify_dialog = 2131427639;
 			
 			// aapt resource value: 0x7F0B0138
-			public const int realplay_quality_wnd = 2131427640;
+			public const int square_column_item = 2131427640;
 			
 			// aapt resource value: 0x7F0B0139
-			public const int realplay_talkback_wnd = 2131427641;
+			public const int square_video_item = 2131427641;
+			
+			// aapt resource value: 0x7F0B013A
+			public const int srl_classics_footer = 2131427642;
+			
+			// aapt resource value: 0x7F0B013B
+			public const int srl_classics_header = 2131427643;
 			
 			// aapt resource value: 0x7F0B013C
-			public const int remote_playback_page = 2131427644;
+			public const int support_simple_spinner_dropdown_item = 2131427644;
 			
 			// aapt resource value: 0x7F0B013D
-			public const int section_list_item = 2131427645;
+			public const int test_surfaceview = 2131427645;
 			
 			// aapt resource value: 0x7F0B013E
-			public const int select_camera_no_dialog = 2131427646;
+			public const int toolbar = 2131427646;
 			
 			// aapt resource value: 0x7F0B013F
-			public const int select_camera_no_dialog_item = 2131427647;
+			public const int tooltip = 2131427647;
 			
 			// aapt resource value: 0x7F0B0140
-			public const int select_dialog_item_material = 2131427648;
+			public const int topbar = 2131427648;
 			
 			// aapt resource value: 0x7F0B0141
-			public const int select_dialog_multichoice_material = 2131427649;
+			public const int user_regesiter_activity = 2131427649;
 			
 			// aapt resource value: 0x7F0B0142
-			public const int select_dialog_singlechoice_material = 2131427650;
+			public const int verifycode_layout = 2131427650;
 			
 			// aapt resource value: 0x7F0B0143
-			public const int select_talkback_items = 2131427651;
+			public const int video_device = 2131427651;
 			
 			// aapt resource value: 0x7F0B0144
-			public const int simple_demo = 2131427652;
+			public const int view_pixel_popwindow = 2131427652;
 			
 			// aapt resource value: 0x7F0B0145
-			public const int sms_valid_view = 2131427653;
+			public const int wait_dialog = 2131427653;
 			
 			// aapt resource value: 0x7F0B0146
-			public const int sms_verify_dialog = 2131427654;
+			public const int web_page = 2131427654;
 			
 			// aapt resource value: 0x7F0B0147
-			public const int square_column_item = 2131427655;
+			public const int wheel_text = 2131427655;
 			
 			// aapt resource value: 0x7F0B0148
-			public const int square_video_item = 2131427656;
+			public const int widget_common_itme = 2131427656;
 			
 			// aapt resource value: 0x7F0B0149
-			public const int srl_classics_footer = 2131427657;
-			
-			// aapt resource value: 0x7F0B014A
-			public const int srl_classics_header = 2131427658;
-			
-			// aapt resource value: 0x7F0B014B
-			public const int support_simple_spinner_dropdown_item = 2131427659;
-			
-			// aapt resource value: 0x7F0B014C
-			public const int test_surfaceview = 2131427660;
+			public const int widget_common_sub_title = 2131427657;
 			
 			// aapt resource value: 0x7F0B014D
-			public const int toolbar = 2131427661;
+			public const int zxingscanneractivitylayout = 2131427661;
 			
 			// aapt resource value: 0x7F0B014E
-			public const int tooltip = 2131427662;
+			public const int zxingscannerfragmentlayout = 2131427662;
 			
-			// aapt resource value: 0x7F0B014F
-			public const int topbar = 2131427663;
+			// aapt resource value: 0x7F0B014A
+			public const int zxing_barcode_scanner = 2131427658;
 			
-			// aapt resource value: 0x7F0B0150
-			public const int user_regesiter_activity = 2131427664;
+			// aapt resource value: 0x7F0B014B
+			public const int zxing_capture = 2131427659;
 			
-			// aapt resource value: 0x7F0B0151
-			public const int verifycode_layout = 2131427665;
-			
-			// aapt resource value: 0x7F0B0152
-			public const int video_device = 2131427666;
-			
-			// aapt resource value: 0x7F0B0153
-			public const int view_pixel_popwindow = 2131427667;
-			
-			// aapt resource value: 0x7F0B0154
-			public const int wait_dialog = 2131427668;
-			
-			// aapt resource value: 0x7F0B0155
-			public const int web_page = 2131427669;
-			
-			// aapt resource value: 0x7F0B0156
-			public const int wheel_text = 2131427670;
-			
-			// aapt resource value: 0x7F0B0157
-			public const int widget_common_itme = 2131427671;
-			
-			// aapt resource value: 0x7F0B0158
-			public const int widget_common_sub_title = 2131427672;
-			
-			// aapt resource value: 0x7F0B015C
-			public const int zxingscanneractivitylayout = 2131427676;
-			
-			// aapt resource value: 0x7F0B015D
-			public const int zxingscannerfragmentlayout = 2131427677;
-			
-			// aapt resource value: 0x7F0B0159
-			public const int zxing_barcode_scanner = 2131427673;
-			
-			// aapt resource value: 0x7F0B015A
-			public const int zxing_capture = 2131427674;
-			
-			// aapt resource value: 0x7F0B015B
-			public const int zxing_layout = 2131427675;
+			// aapt resource value: 0x7F0B014C
+			public const int zxing_layout = 2131427660;
 			
 			static Layout()
 			{
@@ -17958,38 +17748,41 @@
 			// aapt resource value: 0x7F0F00F3
 			public const int aotu_wifi_add_device_success = 2131689715;
 			
-			// aapt resource value: 0x7F0F00FF
-			public const int appbar_scrolling_view_behavior = 2131689727;
-			
 			// aapt resource value: 0x7F0F0100
-			public const int application_name = 2131689728;
+			public const int appbar_scrolling_view_behavior = 2131689728;
 			
 			// aapt resource value: 0x7F0F00F6
-			public const int app_add_device_success = 2131689718;
+			public const int appKey = 2131689718;
+			
+			// aapt resource value: 0x7F0F0101
+			public const int application_name = 2131689729;
 			
 			// aapt resource value: 0x7F0F00F7
-			public const int app_closed = 2131689719;
+			public const int app_add_device_success = 2131689719;
 			
 			// aapt resource value: 0x7F0F00F8
-			public const int app_common_deivce_hotspot_info_can_not_empty = 2131689720;
+			public const int app_closed = 2131689720;
 			
 			// aapt resource value: 0x7F0F00F9
-			public const int app_common_hint_hotspot_name = 2131689721;
+			public const int app_common_deivce_hotspot_info_can_not_empty = 2131689721;
 			
 			// aapt resource value: 0x7F0F00FA
-			public const int app_common_hint_hotspot_pwd = 2131689722;
+			public const int app_common_hint_hotspot_name = 2131689722;
 			
 			// aapt resource value: 0x7F0F00FB
-			public const int app_common_next_step = 2131689723;
+			public const int app_common_hint_hotspot_pwd = 2131689723;
 			
 			// aapt resource value: 0x7F0F00FC
-			public const int app_common_stop_config_wifi_while_switched_to_background = 2131689724;
+			public const int app_common_next_step = 2131689724;
 			
 			// aapt resource value: 0x7F0F00FD
-			public const int app_key = 2131689725;
+			public const int app_common_stop_config_wifi_while_switched_to_background = 2131689725;
 			
 			// aapt resource value: 0x7F0F00FE
-			public const int app_name = 2131689726;
+			public const int app_key = 2131689726;
+			
+			// aapt resource value: 0x7F0F00FF
+			public const int app_name = 2131689727;
 			
 			// aapt resource value: 0x7F0F00F4
 			public const int ap_config_connecting_to_device = 2131689716;
@@ -17997,1574 +17790,1571 @@
 			// aapt resource value: 0x7F0F00F5
 			public const int ap_config_device_try_registering_ezviz_platform = 2131689717;
 			
-			// aapt resource value: 0x7F0F0101
-			public const int assetfont_html = 2131689729;
-			
-			// aapt resource value: 0x7F0F012B
-			public const int autowifi_heard_voice = 2131689771;
+			// aapt resource value: 0x7F0F0102
+			public const int assetfont_html = 2131689730;
 			
 			// aapt resource value: 0x7F0F012C
-			public const int autowifi_not_heard_voice = 2131689772;
-			
-			// aapt resource value: 0x7F0F0102
-			public const int auto_play_time = 2131689730;
-			
-			// aapt resource value: 0x7F0F0103
-			public const int auto_wifi_add_device_failed = 2131689731;
-			
-			// aapt resource value: 0x7F0F0104
-			public const int auto_wifi_add_device_failed2 = 2131689732;
-			
-			// aapt resource value: 0x7F0F0105
-			public const int auto_wifi_cer_config_title = 2131689733;
-			
-			// aapt resource value: 0x7F0F0106
-			public const int auto_wifi_cer_config_title1 = 2131689734;
-			
-			// aapt resource value: 0x7F0F0107
-			public const int auto_wifi_cer_config_title2 = 2131689735;
-			
-			// aapt resource value: 0x7F0F0108
-			public const int auto_wifi_config_tip = 2131689736;
-			
-			// aapt resource value: 0x7F0F0109
-			public const int auto_wifi_connecting_failed = 2131689737;
-			
-			// aapt resource value: 0x7F0F010A
-			public const int auto_wifi_connecting_msg1 = 2131689738;
-			
-			// aapt resource value: 0x7F0F010B
-			public const int auto_wifi_connecting_msg2 = 2131689739;
-			
-			// aapt resource value: 0x7F0F010C
-			public const int auto_wifi_connecting_msg3 = 2131689740;
-			
-			// aapt resource value: 0x7F0F010D
-			public const int auto_wifi_device_added_already = 2131689741;
-			
-			// aapt resource value: 0x7F0F010E
-			public const int auto_wifi_device_added_by_others = 2131689742;
-			
-			// aapt resource value: 0x7F0F010F
-			public const int auto_wifi_device_not_exist = 2131689743;
-			
-			// aapt resource value: 0x7F0F0110
-			public const int auto_wifi_device_you_added_already = 2131689744;
-			
-			// aapt resource value: 0x7F0F0111
-			public const int auto_wifi_dialog_btn_wifi = 2131689745;
-			
-			// aapt resource value: 0x7F0F0112
-			public const int auto_wifi_dialog_connecting_msg = 2131689746;
-			
-			// aapt resource value: 0x7F0F0113
-			public const int auto_wifi_dialog_title_wifi_required = 2131689747;
-			
-			// aapt resource value: 0x7F0F0114
-			public const int auto_wifi_line_connect = 2131689748;
-			
-			// aapt resource value: 0x7F0F0116
-			public const int auto_wifi_line_connected = 2131689750;
-			
-			// aapt resource value: 0x7F0F0115
-			public const int auto_wifi_line_connect_title = 2131689749;
-			
-			// aapt resource value: 0x7F0F0117
-			public const int auto_wifi_line_msg = 2131689751;
-			
-			// aapt resource value: 0x7F0F0118
-			public const int auto_wifi_net = 2131689752;
-			
-			// aapt resource value: 0x7F0F0119
-			public const int auto_wifi_network_add_device = 2131689753;
-			
-			// aapt resource value: 0x7F0F011A
-			public const int auto_wifi_network_add_device1 = 2131689754;
-			
-			// aapt resource value: 0x7F0F011B
-			public const int auto_wifi_network_add_device2 = 2131689755;
-			
-			// aapt resource value: 0x7F0F011C
-			public const int auto_wifi_register_failed = 2131689756;
-			
-			// aapt resource value: 0x7F0F011D
-			public const int auto_wifi_ssid = 2131689757;
-			
-			// aapt resource value: 0x7F0F011E
-			public const int auto_wifi_step_one_title = 2131689758;
-			
-			// aapt resource value: 0x7F0F011F
-			public const int auto_wifi_step_three_title = 2131689759;
-			
-			// aapt resource value: 0x7F0F0120
-			public const int auto_wifi_step_two_title = 2131689760;
-			
-			// aapt resource value: 0x7F0F0121
-			public const int auto_wifi_tip_binding_account = 2131689761;
-			
-			// aapt resource value: 0x7F0F0122
-			public const int auto_wifi_tip_binding_account_ing = 2131689762;
-			
-			// aapt resource value: 0x7F0F0123
-			public const int auto_wifi_tip_connecting_server = 2131689763;
-			
-			// aapt resource value: 0x7F0F0124
-			public const int auto_wifi_tip_connecting_server_ing = 2131689764;
-			
-			// aapt resource value: 0x7F0F0125
-			public const int auto_wifi_tip_connecting_server_ok = 2131689765;
-			
-			// aapt resource value: 0x7F0F0126
-			public const int auto_wifi_tip_connecting_wifi = 2131689766;
-			
-			// aapt resource value: 0x7F0F0127
-			public const int auto_wifi_tip_connecting_wifi_ing = 2131689767;
-			
-			// aapt resource value: 0x7F0F0128
-			public const int auto_wifi_tip_connecting_wifi_ok = 2131689768;
-			
-			// aapt resource value: 0x7F0F0129
-			public const int auto_wifi_title_add_device = 2131689769;
-			
-			// aapt resource value: 0x7F0F012A
-			public const int auto_wifi_title_add_device2 = 2131689770;
+			public const int autowifi_heard_voice = 2131689772;
 			
 			// aapt resource value: 0x7F0F012D
-			public const int bind_baidu_account = 2131689773;
+			public const int autowifi_not_heard_voice = 2131689773;
+			
+			// aapt resource value: 0x7F0F0103
+			public const int auto_play_time = 2131689731;
+			
+			// aapt resource value: 0x7F0F0104
+			public const int auto_wifi_add_device_failed = 2131689732;
+			
+			// aapt resource value: 0x7F0F0105
+			public const int auto_wifi_add_device_failed2 = 2131689733;
+			
+			// aapt resource value: 0x7F0F0106
+			public const int auto_wifi_cer_config_title = 2131689734;
+			
+			// aapt resource value: 0x7F0F0107
+			public const int auto_wifi_cer_config_title1 = 2131689735;
+			
+			// aapt resource value: 0x7F0F0108
+			public const int auto_wifi_cer_config_title2 = 2131689736;
+			
+			// aapt resource value: 0x7F0F0109
+			public const int auto_wifi_config_tip = 2131689737;
+			
+			// aapt resource value: 0x7F0F010A
+			public const int auto_wifi_connecting_failed = 2131689738;
+			
+			// aapt resource value: 0x7F0F010B
+			public const int auto_wifi_connecting_msg1 = 2131689739;
+			
+			// aapt resource value: 0x7F0F010C
+			public const int auto_wifi_connecting_msg2 = 2131689740;
+			
+			// aapt resource value: 0x7F0F010D
+			public const int auto_wifi_connecting_msg3 = 2131689741;
+			
+			// aapt resource value: 0x7F0F010E
+			public const int auto_wifi_device_added_already = 2131689742;
+			
+			// aapt resource value: 0x7F0F010F
+			public const int auto_wifi_device_added_by_others = 2131689743;
+			
+			// aapt resource value: 0x7F0F0110
+			public const int auto_wifi_device_not_exist = 2131689744;
+			
+			// aapt resource value: 0x7F0F0111
+			public const int auto_wifi_device_you_added_already = 2131689745;
+			
+			// aapt resource value: 0x7F0F0112
+			public const int auto_wifi_dialog_btn_wifi = 2131689746;
+			
+			// aapt resource value: 0x7F0F0113
+			public const int auto_wifi_dialog_connecting_msg = 2131689747;
+			
+			// aapt resource value: 0x7F0F0114
+			public const int auto_wifi_dialog_title_wifi_required = 2131689748;
+			
+			// aapt resource value: 0x7F0F0115
+			public const int auto_wifi_line_connect = 2131689749;
+			
+			// aapt resource value: 0x7F0F0117
+			public const int auto_wifi_line_connected = 2131689751;
+			
+			// aapt resource value: 0x7F0F0116
+			public const int auto_wifi_line_connect_title = 2131689750;
+			
+			// aapt resource value: 0x7F0F0118
+			public const int auto_wifi_line_msg = 2131689752;
+			
+			// aapt resource value: 0x7F0F0119
+			public const int auto_wifi_net = 2131689753;
+			
+			// aapt resource value: 0x7F0F011A
+			public const int auto_wifi_network_add_device = 2131689754;
+			
+			// aapt resource value: 0x7F0F011B
+			public const int auto_wifi_network_add_device1 = 2131689755;
+			
+			// aapt resource value: 0x7F0F011C
+			public const int auto_wifi_network_add_device2 = 2131689756;
+			
+			// aapt resource value: 0x7F0F011D
+			public const int auto_wifi_register_failed = 2131689757;
+			
+			// aapt resource value: 0x7F0F011E
+			public const int auto_wifi_ssid = 2131689758;
+			
+			// aapt resource value: 0x7F0F011F
+			public const int auto_wifi_step_one_title = 2131689759;
+			
+			// aapt resource value: 0x7F0F0120
+			public const int auto_wifi_step_three_title = 2131689760;
+			
+			// aapt resource value: 0x7F0F0121
+			public const int auto_wifi_step_two_title = 2131689761;
+			
+			// aapt resource value: 0x7F0F0122
+			public const int auto_wifi_tip_binding_account = 2131689762;
+			
+			// aapt resource value: 0x7F0F0123
+			public const int auto_wifi_tip_binding_account_ing = 2131689763;
+			
+			// aapt resource value: 0x7F0F0124
+			public const int auto_wifi_tip_connecting_server = 2131689764;
+			
+			// aapt resource value: 0x7F0F0125
+			public const int auto_wifi_tip_connecting_server_ing = 2131689765;
+			
+			// aapt resource value: 0x7F0F0126
+			public const int auto_wifi_tip_connecting_server_ok = 2131689766;
+			
+			// aapt resource value: 0x7F0F0127
+			public const int auto_wifi_tip_connecting_wifi = 2131689767;
+			
+			// aapt resource value: 0x7F0F0128
+			public const int auto_wifi_tip_connecting_wifi_ing = 2131689768;
+			
+			// aapt resource value: 0x7F0F0129
+			public const int auto_wifi_tip_connecting_wifi_ok = 2131689769;
+			
+			// aapt resource value: 0x7F0F012A
+			public const int auto_wifi_title_add_device = 2131689770;
+			
+			// aapt resource value: 0x7F0F012B
+			public const int auto_wifi_title_add_device2 = 2131689771;
 			
 			// aapt resource value: 0x7F0F012E
-			public const int bottom_sheet_behavior = 2131689774;
+			public const int bind_baidu_account = 2131689774;
 			
 			// aapt resource value: 0x7F0F012F
-			public const int btn_ensure = 2131689775;
+			public const int bottom_sheet_behavior = 2131689775;
 			
 			// aapt resource value: 0x7F0F0130
-			public const int calendar_setting_error = 2131689776;
+			public const int btn_ensure = 2131689776;
 			
 			// aapt resource value: 0x7F0F0131
-			public const int calling = 2131689777;
-			
-			// aapt resource value: 0x7F0F013A
-			public const int cameradetail_close_success = 2131689786;
-			
-			// aapt resource value: 0x7F0F013B
-			public const int cameradetail_open_fail_not_online = 2131689787;
-			
-			// aapt resource value: 0x7F0F013C
-			public const int cameradetail_open_success = 2131689788;
-			
-			// aapt resource value: 0x7F0F013D
-			public const int cameras_txt = 2131689789;
+			public const int calendar_setting_error = 2131689777;
 			
 			// aapt resource value: 0x7F0F0132
-			public const int camera_detail_verifycode_error_title = 2131689778;
+			public const int calling = 2131689778;
 			
-			// aapt resource value: 0x7F0F0133
-			public const int camera_lens_closed = 2131689779;
+			// aapt resource value: 0x7F0F013B
+			public const int cameradetail_close_success = 2131689787;
 			
-			// aapt resource value: 0x7F0F0134
-			public const int camera_lens_closing = 2131689780;
+			// aapt resource value: 0x7F0F013C
+			public const int cameradetail_open_fail_not_online = 2131689788;
 			
-			// aapt resource value: 0x7F0F0135
-			public const int camera_lens_opening = 2131689781;
-			
-			// aapt resource value: 0x7F0F0136
-			public const int camera_lens_too_busy = 2131689782;
-			
-			// aapt resource value: 0x7F0F0137
-			public const int camera_not_online = 2131689783;
-			
-			// aapt resource value: 0x7F0F0138
-			public const int camera_password_error = 2131689784;
-			
-			// aapt resource value: 0x7F0F0139
-			public const int camera_password_is_null = 2131689785;
+			// aapt resource value: 0x7F0F013D
+			public const int cameradetail_open_success = 2131689789;
 			
 			// aapt resource value: 0x7F0F013E
-			public const int cancel = 2131689790;
+			public const int cameras_txt = 2131689790;
+			
+			// aapt resource value: 0x7F0F0133
+			public const int camera_detail_verifycode_error_title = 2131689779;
+			
+			// aapt resource value: 0x7F0F0134
+			public const int camera_lens_closed = 2131689780;
+			
+			// aapt resource value: 0x7F0F0135
+			public const int camera_lens_closing = 2131689781;
+			
+			// aapt resource value: 0x7F0F0136
+			public const int camera_lens_opening = 2131689782;
+			
+			// aapt resource value: 0x7F0F0137
+			public const int camera_lens_too_busy = 2131689783;
+			
+			// aapt resource value: 0x7F0F0138
+			public const int camera_not_online = 2131689784;
+			
+			// aapt resource value: 0x7F0F0139
+			public const int camera_password_error = 2131689785;
+			
+			// aapt resource value: 0x7F0F013A
+			public const int camera_password_is_null = 2131689786;
 			
 			// aapt resource value: 0x7F0F013F
-			public const int cancel_collect_fail = 2131689791;
+			public const int cancel = 2131689791;
 			
 			// aapt resource value: 0x7F0F0140
-			public const int cancel_collect_success = 2131689792;
+			public const int cancel_collect_fail = 2131689792;
 			
 			// aapt resource value: 0x7F0F0141
-			public const int cancel_init_sdk = 2131689793;
+			public const int cancel_collect_success = 2131689793;
 			
 			// aapt resource value: 0x7F0F0142
-			public const int capture = 2131689794;
+			public const int cancel_init_sdk = 2131689794;
 			
 			// aapt resource value: 0x7F0F0143
-			public const int capture_no_camera = 2131689795;
+			public const int capture = 2131689795;
 			
 			// aapt resource value: 0x7F0F0144
-			public const int capture_no_network = 2131689796;
+			public const int capture_no_camera = 2131689796;
 			
 			// aapt resource value: 0x7F0F0145
-			public const int capture_no_result = 2131689797;
+			public const int capture_no_network = 2131689797;
 			
 			// aapt resource value: 0x7F0F0146
-			public const int capture_no_result2 = 2131689798;
+			public const int capture_no_result = 2131689798;
 			
 			// aapt resource value: 0x7F0F0147
-			public const int cc_back = 2131689799;
+			public const int capture_no_result2 = 2131689799;
 			
 			// aapt resource value: 0x7F0F0148
-			public const int cc_search = 2131689800;
+			public const int cc_back = 2131689800;
 			
 			// aapt resource value: 0x7F0F0149
-			public const int cc_title = 2131689801;
+			public const int cc_search = 2131689801;
 			
 			// aapt resource value: 0x7F0F014A
-			public const int certain = 2131689802;
+			public const int cc_title = 2131689802;
 			
 			// aapt resource value: 0x7F0F014B
-			public const int character_counter_pattern = 2131689803;
+			public const int certain = 2131689803;
 			
 			// aapt resource value: 0x7F0F014C
-			public const int check_all_message = 2131689804;
+			public const int character_counter_pattern = 2131689804;
 			
 			// aapt resource value: 0x7F0F014D
-			public const int check_feature_code_fail = 2131689805;
+			public const int check_all_message = 2131689805;
 			
 			// aapt resource value: 0x7F0F014E
-			public const int choose_config_wifi_way = 2131689806;
+			public const int check_feature_code_fail = 2131689806;
 			
 			// aapt resource value: 0x7F0F014F
-			public const int cities = 2131689807;
+			public const int choose_config_wifi_way = 2131689807;
 			
 			// aapt resource value: 0x7F0F0150
-			public const int cityConfig = 2131689808;
+			public const int cities = 2131689808;
 			
 			// aapt resource value: 0x7F0F0151
-			public const int client_type = 2131689809;
+			public const int cityConfig = 2131689809;
 			
 			// aapt resource value: 0x7F0F0152
-			public const int close_camera_lens = 2131689810;
+			public const int client_type = 2131689810;
 			
 			// aapt resource value: 0x7F0F0153
-			public const int close_defend = 2131689811;
+			public const int close_camera_lens = 2131689811;
 			
 			// aapt resource value: 0x7F0F0154
-			public const int close_source_localization = 2131689812;
+			public const int close_defend = 2131689812;
 			
 			// aapt resource value: 0x7F0F0155
-			public const int cloud = 2131689813;
+			public const int close_source_localization = 2131689813;
 			
 			// aapt resource value: 0x7F0F0156
-			public const int cloud_free = 2131689814;
+			public const int cloud = 2131689814;
 			
 			// aapt resource value: 0x7F0F0157
-			public const int collect_fail = 2131689815;
+			public const int cloud_free = 2131689815;
 			
 			// aapt resource value: 0x7F0F0158
-			public const int collect_success = 2131689816;
+			public const int collect_fail = 2131689816;
 			
 			// aapt resource value: 0x7F0F0159
-			public const int common_cancel = 2131689817;
+			public const int collect_success = 2131689817;
 			
 			// aapt resource value: 0x7F0F015A
-			public const int common_complete = 2131689818;
+			public const int common_cancel = 2131689818;
 			
 			// aapt resource value: 0x7F0F015B
-			public const int common_confirm = 2131689819;
+			public const int common_complete = 2131689819;
 			
 			// aapt resource value: 0x7F0F015C
-			public const int common_connect_failed = 2131689820;
+			public const int common_confirm = 2131689820;
 			
 			// aapt resource value: 0x7F0F015D
-			public const int common_copy_success = 2131689821;
+			public const int common_connect_failed = 2131689821;
 			
 			// aapt resource value: 0x7F0F015E
-			public const int common_local_photo = 2131689822;
+			public const int common_copy_success = 2131689822;
 			
 			// aapt resource value: 0x7F0F015F
-			public const int common_next = 2131689823;
+			public const int common_local_photo = 2131689823;
 			
 			// aapt resource value: 0x7F0F0160
-			public const int common_no_authority = 2131689824;
+			public const int common_next = 2131689824;
 			
 			// aapt resource value: 0x7F0F0161
-			public const int common_offline = 2131689825;
+			public const int common_no_authority = 2131689825;
 			
 			// aapt resource value: 0x7F0F0162
-			public const int common_passwd_error = 2131689826;
+			public const int common_offline = 2131689826;
 			
 			// aapt resource value: 0x7F0F0163
-			public const int common_today = 2131689827;
+			public const int common_passwd_error = 2131689827;
 			
 			// aapt resource value: 0x7F0F0164
-			public const int common_yesterday = 2131689828;
+			public const int common_today = 2131689828;
 			
 			// aapt resource value: 0x7F0F0165
-			public const int company_addr_is_empty = 2131689829;
+			public const int common_yesterday = 2131689829;
 			
 			// aapt resource value: 0x7F0F0166
-			public const int complete_txt = 2131689830;
-			
-			// aapt resource value: 0x7F0F016B
-			public const int configuring_wifi = 2131689835;
+			public const int company_addr_is_empty = 2131689830;
 			
 			// aapt resource value: 0x7F0F0167
-			public const int config_wifi_for_another_device = 2131689831;
-			
-			// aapt resource value: 0x7F0F0168
-			public const int config_wifi_page = 2131689832;
-			
-			// aapt resource value: 0x7F0F0169
-			public const int config_wifi_succeed = 2131689833;
-			
-			// aapt resource value: 0x7F0F016A
-			public const int config_wifi_succeeded = 2131689834;
+			public const int complete_txt = 2131689831;
 			
 			// aapt resource value: 0x7F0F016C
-			public const int confirm = 2131689836;
+			public const int configuring_wifi = 2131689836;
+			
+			// aapt resource value: 0x7F0F0168
+			public const int config_wifi_for_another_device = 2131689832;
+			
+			// aapt resource value: 0x7F0F0169
+			public const int config_wifi_page = 2131689833;
+			
+			// aapt resource value: 0x7F0F016A
+			public const int config_wifi_succeed = 2131689834;
+			
+			// aapt resource value: 0x7F0F016B
+			public const int config_wifi_succeeded = 2131689835;
 			
 			// aapt resource value: 0x7F0F016D
-			public const int connect_device_to_router = 2131689837;
+			public const int confirm = 2131689837;
 			
 			// aapt resource value: 0x7F0F016E
-			public const int connect_device_wifi_ap = 2131689838;
+			public const int connect_device_to_router = 2131689838;
 			
 			// aapt resource value: 0x7F0F016F
-			public const int connect_device_wifi_normal = 2131689839;
+			public const int connect_device_wifi_ap = 2131689839;
 			
 			// aapt resource value: 0x7F0F0170
-			public const int connect_device_wifi_tip3 = 2131689840;
+			public const int connect_device_wifi_normal = 2131689840;
 			
 			// aapt resource value: 0x7F0F0171
-			public const int connect_wlan = 2131689841;
+			public const int connect_device_wifi_tip3 = 2131689841;
 			
 			// aapt resource value: 0x7F0F0172
-			public const int copy_success = 2131689842;
+			public const int connect_wlan = 2131689842;
 			
 			// aapt resource value: 0x7F0F0173
-			public const int countdown = 2131689843;
+			public const int copy_success = 2131689843;
 			
 			// aapt resource value: 0x7F0F0174
-			public const int day = 2131689844;
+			public const int countdown = 2131689844;
 			
 			// aapt resource value: 0x7F0F0175
-			public const int ddns_device = 2131689845;
+			public const int day = 2131689845;
 			
 			// aapt resource value: 0x7F0F0176
-			public const int defence_function = 2131689846;
+			public const int ddns_device = 2131689846;
 			
 			// aapt resource value: 0x7F0F0177
-			public const int defence_plan = 2131689847;
+			public const int defence_function = 2131689847;
 			
 			// aapt resource value: 0x7F0F0178
-			public const int defence_plan_tip = 2131689848;
+			public const int defence_plan = 2131689848;
 			
 			// aapt resource value: 0x7F0F0179
-			public const int definition = 2131689849;
+			public const int defence_plan_tip = 2131689849;
 			
 			// aapt resource value: 0x7F0F017A
-			public const int delete = 2131689850;
+			public const int definition = 2131689850;
 			
 			// aapt resource value: 0x7F0F017B
-			public const int delete_confirm = 2131689851;
+			public const int delete = 2131689851;
 			
 			// aapt resource value: 0x7F0F017C
-			public const int describtion = 2131689852;
+			public const int delete_confirm = 2131689852;
 			
 			// aapt resource value: 0x7F0F017D
-			public const int detail_defend_c1_c2_f1 = 2131689853;
-			
-			// aapt resource value: 0x7F0F017E
-			public const int detail_defend_c1_c2_f2 = 2131689854;
+			public const int desc = 2131689853;
 			
 			// aapt resource value: 0x7F0F017F
-			public const int detail_del_device_btn_tip = 2131689855;
+			public const int describtion = 2131689855;
+			
+			// aapt resource value: 0x7F0F017E
+			public const int desc_2 = 2131689854;
 			
 			// aapt resource value: 0x7F0F0180
-			public const int detail_del_device_success = 2131689856;
+			public const int detail_defend_c1_c2_f1 = 2131689856;
 			
 			// aapt resource value: 0x7F0F0181
-			public const int detail_modify_device_name_limit_tip = 2131689857;
+			public const int detail_defend_c1_c2_f2 = 2131689857;
 			
 			// aapt resource value: 0x7F0F0182
-			public const int detail_modify_fail = 2131689858;
+			public const int detail_del_device_btn_tip = 2131689858;
 			
 			// aapt resource value: 0x7F0F0183
-			public const int detail_modify_success = 2131689859;
+			public const int detail_del_device_success = 2131689859;
 			
 			// aapt resource value: 0x7F0F0184
-			public const int detail_notify_online = 2131689860;
+			public const int detail_modify_device_name_limit_tip = 2131689860;
 			
 			// aapt resource value: 0x7F0F0185
-			public const int detail_notify_online_close_btn_tip = 2131689861;
+			public const int detail_modify_fail = 2131689861;
 			
 			// aapt resource value: 0x7F0F0186
-			public const int detail_safe_btn_tip = 2131689862;
+			public const int detail_modify_success = 2131689862;
 			
 			// aapt resource value: 0x7F0F0187
-			public const int detail_safe_close_btn_tip = 2131689863;
+			public const int detail_notify_online = 2131689863;
 			
 			// aapt resource value: 0x7F0F0188
-			public const int detail_safe_mode = 2131689864;
+			public const int detail_notify_online_close_btn_tip = 2131689864;
 			
 			// aapt resource value: 0x7F0F0189
-			public const int detail_safe_mode_tip = 2131689865;
+			public const int detail_safe_btn_tip = 2131689865;
 			
 			// aapt resource value: 0x7F0F018A
-			public const int detail_version = 2131689866;
+			public const int detail_safe_close_btn_tip = 2131689866;
 			
 			// aapt resource value: 0x7F0F018B
-			public const int device_add_scan_error = 2131689867;
+			public const int detail_safe_mode = 2131689867;
 			
 			// aapt resource value: 0x7F0F018C
-			public const int device_bind_account = 2131689868;
+			public const int detail_safe_mode_tip = 2131689868;
 			
 			// aapt resource value: 0x7F0F018D
-			public const int device_defence_close_fail = 2131689869;
+			public const int detail_version = 2131689869;
+			
+			// aapt resource value: 0x7F0F01CE
+			public const int deviceid = 2131689934;
 			
 			// aapt resource value: 0x7F0F018E
-			public const int device_defence_close_success = 2131689870;
+			public const int device_add_scan_error = 2131689870;
 			
 			// aapt resource value: 0x7F0F018F
-			public const int device_defence_open_fail = 2131689871;
+			public const int device_bind_account = 2131689871;
 			
 			// aapt resource value: 0x7F0F0190
-			public const int device_defence_open_success = 2131689872;
+			public const int device_defence_close_fail = 2131689872;
 			
 			// aapt resource value: 0x7F0F0191
-			public const int device_disturb_state_failed = 2131689873;
+			public const int device_defence_close_success = 2131689873;
 			
 			// aapt resource value: 0x7F0F0192
-			public const int device_error = 2131689874;
+			public const int device_defence_open_fail = 2131689874;
 			
 			// aapt resource value: 0x7F0F0193
-			public const int device_has_binding = 2131689875;
+			public const int device_defence_open_success = 2131689875;
 			
 			// aapt resource value: 0x7F0F0194
-			public const int device_have_not_added = 2131689876;
+			public const int device_disturb_state_failed = 2131689876;
 			
 			// aapt resource value: 0x7F0F0195
-			public const int device_hotspot_name = 2131689877;
+			public const int device_error = 2131689877;
 			
 			// aapt resource value: 0x7F0F0196
-			public const int device_hotspot_password = 2131689878;
+			public const int device_has_binding = 2131689878;
 			
 			// aapt resource value: 0x7F0F0197
-			public const int device_hotspot_pwd = 2131689879;
+			public const int device_have_not_added = 2131689879;
 			
 			// aapt resource value: 0x7F0F0198
-			public const int device_hotspot_ssid = 2131689880;
+			public const int device_hotspot_name = 2131689880;
 			
 			// aapt resource value: 0x7F0F0199
-			public const int device_info = 2131689881;
+			public const int device_hotspot_password = 2131689881;
 			
 			// aapt resource value: 0x7F0F019A
-			public const int device_info_del = 2131689882;
+			public const int device_hotspot_pwd = 2131689882;
 			
 			// aapt resource value: 0x7F0F019B
-			public const int device_is_added = 2131689883;
+			public const int device_hotspot_ssid = 2131689883;
 			
 			// aapt resource value: 0x7F0F019C
-			public const int device_manager_connect = 2131689884;
+			public const int device_info = 2131689884;
 			
 			// aapt resource value: 0x7F0F019D
-			public const int device_manager_connected_wifi = 2131689885;
+			public const int device_info_del = 2131689885;
 			
 			// aapt resource value: 0x7F0F019E
-			public const int device_manager_exit = 2131689886;
+			public const int device_is_added = 2131689886;
 			
 			// aapt resource value: 0x7F0F019F
-			public const int device_manager_input_captcha = 2131689887;
+			public const int device_manager_connect = 2131689887;
 			
 			// aapt resource value: 0x7F0F01A0
-			public const int device_manager_input_device_name = 2131689888;
+			public const int device_manager_connected_wifi = 2131689888;
 			
 			// aapt resource value: 0x7F0F01A1
-			public const int device_manager_input_wifi_password = 2131689889;
+			public const int device_manager_exit = 2131689889;
 			
 			// aapt resource value: 0x7F0F01A2
-			public const int device_manager_not_saved_tip = 2131689890;
+			public const int device_manager_input_captcha = 2131689890;
 			
 			// aapt resource value: 0x7F0F01A3
-			public const int device_manager_password_error = 2131689891;
+			public const int device_manager_input_device_name = 2131689891;
 			
 			// aapt resource value: 0x7F0F01A4
-			public const int device_manager_regain = 2131689892;
+			public const int device_manager_input_wifi_password = 2131689892;
 			
 			// aapt resource value: 0x7F0F01A5
-			public const int device_manager_report_month_select_month = 2131689893;
+			public const int device_manager_not_saved_tip = 2131689893;
 			
 			// aapt resource value: 0x7F0F01A6
-			public const int device_manager_report_month_select_year = 2131689894;
+			public const int device_manager_password_error = 2131689894;
 			
 			// aapt resource value: 0x7F0F01A7
-			public const int device_manager_summer_time = 2131689895;
+			public const int device_manager_regain = 2131689895;
 			
 			// aapt resource value: 0x7F0F01A8
-			public const int device_manager_summer_time_rule = 2131689896;
+			public const int device_manager_report_month_select_month = 2131689896;
 			
 			// aapt resource value: 0x7F0F01A9
-			public const int device_manager_wifi_connetting_tip = 2131689897;
+			public const int device_manager_report_month_select_year = 2131689897;
 			
 			// aapt resource value: 0x7F0F01AA
-			public const int device_manager_wifi_disable = 2131689898;
+			public const int device_manager_summer_time = 2131689898;
 			
 			// aapt resource value: 0x7F0F01AB
-			public const int device_manager_wifi_list_empty = 2131689899;
+			public const int device_manager_summer_time_rule = 2131689899;
 			
 			// aapt resource value: 0x7F0F01AC
-			public const int device_manager_wifi_name = 2131689900;
+			public const int device_manager_wifi_connetting_tip = 2131689900;
 			
 			// aapt resource value: 0x7F0F01AD
-			public const int device_manager_wifi_psw = 2131689901;
+			public const int device_manager_wifi_disable = 2131689901;
 			
 			// aapt resource value: 0x7F0F01AE
-			public const int device_manager_wifi_title = 2131689902;
-			
-			// aapt resource value: 0x7F0F01B1
-			public const int device_not_exist = 2131689905;
-			
-			// aapt resource value: 0x7F0F01B2
-			public const int device_not_online = 2131689906;
-			
-			// aapt resource value: 0x7F0F01B3
-			public const int device_not_set = 2131689907;
-			
-			// aapt resource value: 0x7F0F01B4
-			public const int device_not_support_view = 2131689908;
+			public const int device_manager_wifi_list_empty = 2131689902;
 			
 			// aapt resource value: 0x7F0F01AF
-			public const int device_no_out_limit = 2131689903;
+			public const int device_manager_wifi_name = 2131689903;
 			
 			// aapt resource value: 0x7F0F01B0
-			public const int device_no_support_talkback = 2131689904;
+			public const int device_manager_wifi_psw = 2131689904;
+			
+			// aapt resource value: 0x7F0F01B1
+			public const int device_manager_wifi_title = 2131689905;
+			
+			// aapt resource value: 0x7F0F01B4
+			public const int device_not_exist = 2131689908;
 			
 			// aapt resource value: 0x7F0F01B5
-			public const int device_password_is_null = 2131689909;
+			public const int device_not_online = 2131689909;
 			
 			// aapt resource value: 0x7F0F01B6
-			public const int device_picture = 2131689910;
+			public const int device_not_set = 2131689910;
 			
 			// aapt resource value: 0x7F0F01B7
-			public const int device_ptz_flip = 2131689911;
+			public const int device_not_support_view = 2131689911;
+			
+			// aapt resource value: 0x7F0F01B2
+			public const int device_no_out_limit = 2131689906;
+			
+			// aapt resource value: 0x7F0F01B3
+			public const int device_no_support_talkback = 2131689907;
 			
 			// aapt resource value: 0x7F0F01B8
-			public const int device_ptz_flip_desc = 2131689912;
+			public const int device_password_is_null = 2131689912;
 			
 			// aapt resource value: 0x7F0F01B9
-			public const int device_reset_ok = 2131689913;
+			public const int device_picture = 2131689913;
 			
 			// aapt resource value: 0x7F0F01BA
-			public const int device_reset_tip = 2131689914;
+			public const int device_ptz_flip = 2131689914;
 			
 			// aapt resource value: 0x7F0F01BB
-			public const int device_reset_title = 2131689915;
+			public const int device_ptz_flip_desc = 2131689915;
 			
 			// aapt resource value: 0x7F0F01BC
-			public const int device_setting = 2131689916;
+			public const int device_reset_ok = 2131689916;
 			
 			// aapt resource value: 0x7F0F01BD
-			public const int device_so_timeout = 2131689917;
+			public const int device_reset_tip = 2131689917;
 			
 			// aapt resource value: 0x7F0F01BE
-			public const int device_status_lamp = 2131689918;
+			public const int device_reset_title = 2131689918;
 			
 			// aapt resource value: 0x7F0F01BF
-			public const int device_tip_content = 2131689919;
+			public const int device_setting = 2131689919;
 			
 			// aapt resource value: 0x7F0F01C0
-			public const int device_transfter = 2131689920;
+			public const int device_so_timeout = 2131689920;
 			
 			// aapt resource value: 0x7F0F01C1
-			public const int device_transfter_desc = 2131689921;
+			public const int device_status_lamp = 2131689921;
 			
 			// aapt resource value: 0x7F0F01C2
-			public const int device_type_choose = 2131689922;
+			public const int device_tip_content = 2131689922;
 			
 			// aapt resource value: 0x7F0F01C3
-			public const int device_type_choose_tip = 2131689923;
+			public const int device_transfter = 2131689923;
 			
 			// aapt resource value: 0x7F0F01C4
-			public const int device_type_input_hint = 2131689924;
+			public const int device_transfter_desc = 2131689924;
 			
 			// aapt resource value: 0x7F0F01C5
-			public const int device_type_other = 2131689925;
+			public const int device_type_choose = 2131689925;
 			
 			// aapt resource value: 0x7F0F01C6
-			public const int device_type_sure = 2131689926;
+			public const int device_type_choose_tip = 2131689926;
 			
 			// aapt resource value: 0x7F0F01C7
-			public const int device_unsupport_5g_wifi = 2131689927;
+			public const int device_type_input_hint = 2131689927;
 			
 			// aapt resource value: 0x7F0F01C8
-			public const int device_warning_tone = 2131689928;
-			
-			// aapt resource value: 0x7F0F01CA
-			public const int device_wificonfig_hasline_introduce = 2131689930;
+			public const int device_type_other = 2131689928;
 			
 			// aapt resource value: 0x7F0F01C9
-			public const int device_wifi_set_no_in_subnet = 2131689929;
+			public const int device_type_sure = 2131689929;
+			
+			// aapt resource value: 0x7F0F01CA
+			public const int device_unsupport_5g_wifi = 2131689930;
+			
+			// aapt resource value: 0x7F0F01CB
+			public const int device_warning_tone = 2131689931;
+			
+			// aapt resource value: 0x7F0F01CD
+			public const int device_wificonfig_hasline_introduce = 2131689933;
+			
+			// aapt resource value: 0x7F0F01CC
+			public const int device_wifi_set_no_in_subnet = 2131689932;
 			
 			// aapt resource value: 0x7F0F0000
 			public const int DHScanner_name = 2131689472;
 			
-			// aapt resource value: 0x7F0F01CB
-			public const int digital_video_recorder = 2131689931;
-			
-			// aapt resource value: 0x7F0F01CC
-			public const int disable_fause_exception = 2131689932;
-			
-			// aapt resource value: 0x7F0F01CD
-			public const int disable_fause_network = 2131689933;
-			
-			// aapt resource value: 0x7F0F01CE
-			public const int disagree = 2131689934;
+			// aapt resource value: 0x7F0F01CF
+			public const int digital_video_recorder = 2131689935;
 			
 			// aapt resource value: 0x7F0F01D0
-			public const int discovering_device = 2131689936;
-			
-			// aapt resource value: 0x7F0F01CF
-			public const int discover_device_done = 2131689935;
+			public const int disable_fause_exception = 2131689936;
 			
 			// aapt resource value: 0x7F0F01D1
-			public const int doorbell_calling = 2131689937;
+			public const int disable_fause_network = 2131689937;
 			
 			// aapt resource value: 0x7F0F01D2
-			public const int doorlock = 2131689938;
-			
-			// aapt resource value: 0x7F0F01D3
-			public const int download_fail = 2131689939;
+			public const int disagree = 2131689938;
 			
 			// aapt resource value: 0x7F0F01D4
-			public const int download_success = 2131689940;
+			public const int discovering_device = 2131689940;
+			
+			// aapt resource value: 0x7F0F01D3
+			public const int discover_device_done = 2131689939;
 			
 			// aapt resource value: 0x7F0F01D5
-			public const int edit_txt = 2131689941;
+			public const int doorbell_calling = 2131689941;
 			
 			// aapt resource value: 0x7F0F01D6
-			public const int enable_cloud_fause = 2131689942;
+			public const int doorlock = 2131689942;
 			
 			// aapt resource value: 0x7F0F01D7
-			public const int enable_cloud_fause_retry = 2131689943;
+			public const int download_fail = 2131689943;
 			
 			// aapt resource value: 0x7F0F01D8
-			public const int enable_fause_exception = 2131689944;
+			public const int download_success = 2131689944;
 			
 			// aapt resource value: 0x7F0F01D9
-			public const int enable_fause_network = 2131689945;
+			public const int edit_txt = 2131689945;
 			
 			// aapt resource value: 0x7F0F01DA
-			public const int encrypt_password_open_fail = 2131689946;
+			public const int enable_cloud_fause = 2131689946;
 			
 			// aapt resource value: 0x7F0F01DB
-			public const int encrypt_password_open_fail_networkexception = 2131689947;
+			public const int enable_cloud_fause_retry = 2131689947;
 			
 			// aapt resource value: 0x7F0F01DC
-			public const int encrypt_password_open_success = 2131689948;
+			public const int enable_fause_exception = 2131689948;
 			
 			// aapt resource value: 0x7F0F01DD
-			public const int end_call = 2131689949;
+			public const int enable_fause_network = 2131689949;
 			
 			// aapt resource value: 0x7F0F01DE
-			public const int event_message = 2131689950;
+			public const int encrypt_password_open_fail = 2131689950;
 			
 			// aapt resource value: 0x7F0F01DF
-			public const int executing = 2131689951;
+			public const int encrypt_password_open_fail_networkexception = 2131689951;
 			
 			// aapt resource value: 0x7F0F01E0
-			public const int exit = 2131689952;
+			public const int encrypt_password_open_success = 2131689952;
 			
 			// aapt resource value: 0x7F0F01E1
-			public const int exit_full_screen = 2131689953;
+			public const int end_call = 2131689953;
 			
 			// aapt resource value: 0x7F0F01E2
-			public const int exit_tip = 2131689954;
+			public const int event_message = 2131689954;
 			
 			// aapt resource value: 0x7F0F01E3
-			public const int explain_of_access_token = 2131689955;
+			public const int executing = 2131689955;
 			
 			// aapt resource value: 0x7F0F01E4
-			public const int explain_of_app_key = 2131689956;
+			public const int exit = 2131689956;
 			
 			// aapt resource value: 0x7F0F01E5
-			public const int explain_of_server_area = 2131689957;
-			
-			// aapt resource value: 0x7F0F021D
-			public const int ezapp_name = 2131690013;
-			
-			// aapt resource value: 0x7F0F021E
-			public const int ezviz_device = 2131690014;
+			public const int exit_full_screen = 2131689957;
 			
 			// aapt resource value: 0x7F0F01E6
-			public const int ez_32_api_test = 2131689958;
+			public const int exit_tip = 2131689958;
 			
 			// aapt resource value: 0x7F0F01E7
-			public const int ez_add_device_failed_not_online = 2131689959;
+			public const int explain_of_access_token = 2131689959;
 			
 			// aapt resource value: 0x7F0F01E8
-			public const int ez_add_temppassword_fail = 2131689960;
+			public const int explain_of_app_key = 2131689960;
 			
 			// aapt resource value: 0x7F0F01E9
-			public const int ez_alarm_message_check_success = 2131689961;
-			
-			// aapt resource value: 0x7F0F01EA
-			public const int ez_alarm_type_person_alarm = 2131689962;
-			
-			// aapt resource value: 0x7F0F01EB
-			public const int ez_auto_wifi_connecting_failed = 2131689963;
-			
-			// aapt resource value: 0x7F0F01EC
-			public const int ez_auto_wifi_line_connect = 2131689964;
-			
-			// aapt resource value: 0x7F0F01ED
-			public const int ez_check_all_message = 2131689965;
-			
-			// aapt resource value: 0x7F0F01EE
-			public const int ez_cloud_video = 2131689966;
-			
-			// aapt resource value: 0x7F0F01EF
-			public const int ez_current_version = 2131689967;
-			
-			// aapt resource value: 0x7F0F01F0
-			public const int ez_device_name_hint = 2131689968;
-			
-			// aapt resource value: 0x7F0F01F1
-			public const int ez_device_upgrade = 2131689969;
-			
-			// aapt resource value: 0x7F0F01F2
-			public const int ez_device_video = 2131689970;
-			
-			// aapt resource value: 0x7F0F01F3
-			public const int ez_dialog_btn_disable_video_encrypt = 2131689971;
-			
-			// aapt resource value: 0x7F0F01F4
-			public const int ez_event_message = 2131689972;
-			
-			// aapt resource value: 0x7F0F01F5
-			public const int ez_event_message_detail = 2131689973;
-			
-			// aapt resource value: 0x7F0F01F6
-			public const int ez_event_temppassword = 2131689974;
-			
-			// aapt resource value: 0x7F0F01F7
-			public const int ez_historic_records = 2131689975;
-			
-			// aapt resource value: 0x7F0F01F8
-			public const int ez_input_open_door_password = 2131689976;
-			
-			// aapt resource value: 0x7F0F01F9
-			public const int ez_latest_version = 2131689977;
-			
-			// aapt resource value: 0x7F0F01FA
-			public const int ez_lock_count = 2131689978;
-			
-			// aapt resource value: 0x7F0F01FB
-			public const int ez_lock_surplus = 2131689979;
-			
-			// aapt resource value: 0x7F0F01FC
-			public const int ez_modify_name = 2131689980;
-			
-			// aapt resource value: 0x7F0F01FD
-			public const int ez_no_message = 2131689981;
-			
-			// aapt resource value: 0x7F0F01FE
-			public const int ez_no_remote_data = 2131689982;
-			
-			// aapt resource value: 0x7F0F01FF
-			public const int ez_no_remote_data_device = 2131689983;
-			
-			// aapt resource value: 0x7F0F0200
-			public const int ez_no_temppassword = 2131689984;
-			
-			// aapt resource value: 0x7F0F0201
-			public const int ez_open_door_fail = 2131689985;
-			
-			// aapt resource value: 0x7F0F0202
-			public const int ez_open_door_success = 2131689986;
-			
-			// aapt resource value: 0x7F0F0203
-			public const int ez_open_the_album_authorization_first = 2131689987;
-			
-			// aapt resource value: 0x7F0F0204
-			public const int ez_please_input_sms_code = 2131689988;
-			
-			// aapt resource value: 0x7F0F0205
-			public const int ez_save = 2131689989;
-			
-			// aapt resource value: 0x7F0F0206
-			public const int ez_scan_cue_txt = 2131689990;
-			
-			// aapt resource value: 0x7F0F0207
-			public const int ez_scan_title_txt = 2131689991;
-			
-			// aapt resource value: 0x7F0F0208
-			public const int ez_serial_add_hint = 2131689992;
-			
-			// aapt resource value: 0x7F0F0209
-			public const int ez_setting = 2131689993;
-			
-			// aapt resource value: 0x7F0F020A
-			public const int ez_settings_device_serial = 2131689994;
-			
-			// aapt resource value: 0x7F0F020B
-			public const int ez_temppassword_cancel = 2131689995;
-			
-			// aapt resource value: 0x7F0F020C
-			public const int ez_temppassword_confirm = 2131689996;
-			
-			// aapt resource value: 0x7F0F020D
-			public const int ez_temppassword_day = 2131689997;
-			
-			// aapt resource value: 0x7F0F020E
-			public const int ez_temppassword_end = 2131689998;
-			
-			// aapt resource value: 0x7F0F020F
-			public const int ez_temppassword_month = 2131689999;
-			
-			// aapt resource value: 0x7F0F0210
-			public const int ez_temppassword_select_time = 2131690000;
-			
-			// aapt resource value: 0x7F0F0211
-			public const int ez_temppassword_start = 2131690001;
-			
-			// aapt resource value: 0x7F0F0212
-			public const int ez_temppassword_term_validity = 2131690002;
-			
-			// aapt resource value: 0x7F0F0213
-			public const int ez_temppassword_total = 2131690003;
-			
-			// aapt resource value: 0x7F0F0214
-			public const int ez_temppassword_unlimited_times = 2131690004;
-			
-			// aapt resource value: 0x7F0F0219
-			public const int ez_temppassword_username = 2131690009;
-			
-			// aapt resource value: 0x7F0F021A
-			public const int ez_temppassword_username_isempty = 2131690010;
-			
-			// aapt resource value: 0x7F0F0215
-			public const int ez_temppassword_use_times = 2131690005;
-			
-			// aapt resource value: 0x7F0F0216
-			public const int ez_temppassword_use_times_1_100 = 2131690006;
-			
-			// aapt resource value: 0x7F0F0217
-			public const int ez_temppassword_use_times_tips = 2131690007;
-			
-			// aapt resource value: 0x7F0F0218
-			public const int ez_temppassword_use_times_unlimited = 2131690008;
-			
-			// aapt resource value: 0x7F0F021B
-			public const int ez_temppassword_visitor = 2131690011;
-			
-			// aapt resource value: 0x7F0F021C
-			public const int ez_temppassword_year = 2131690012;
-			
-			// aapt resource value: 0x7F0F021F
-			public const int failed_to_config_wifi = 2131690015;
-			
-			// aapt resource value: 0x7F0F0220
-			public const int format_sd = 2131690016;
+			public const int explain_of_server_area = 2131689961;
 			
 			// aapt resource value: 0x7F0F0221
-			public const int format_sd_tip = 2131690017;
+			public const int ezapp_name = 2131690017;
 			
 			// aapt resource value: 0x7F0F0222
-			public const int from = 2131690018;
+			public const int ezviz_device = 2131690018;
+			
+			// aapt resource value: 0x7F0F01EA
+			public const int ez_32_api_test = 2131689962;
+			
+			// aapt resource value: 0x7F0F01EB
+			public const int ez_add_device_failed_not_online = 2131689963;
+			
+			// aapt resource value: 0x7F0F01EC
+			public const int ez_add_temppassword_fail = 2131689964;
+			
+			// aapt resource value: 0x7F0F01ED
+			public const int ez_alarm_message_check_success = 2131689965;
+			
+			// aapt resource value: 0x7F0F01EE
+			public const int ez_alarm_type_person_alarm = 2131689966;
+			
+			// aapt resource value: 0x7F0F01EF
+			public const int ez_auto_wifi_connecting_failed = 2131689967;
+			
+			// aapt resource value: 0x7F0F01F0
+			public const int ez_auto_wifi_line_connect = 2131689968;
+			
+			// aapt resource value: 0x7F0F01F1
+			public const int ez_check_all_message = 2131689969;
+			
+			// aapt resource value: 0x7F0F01F2
+			public const int ez_cloud_video = 2131689970;
+			
+			// aapt resource value: 0x7F0F01F3
+			public const int ez_current_version = 2131689971;
+			
+			// aapt resource value: 0x7F0F01F4
+			public const int ez_device_name_hint = 2131689972;
+			
+			// aapt resource value: 0x7F0F01F5
+			public const int ez_device_upgrade = 2131689973;
+			
+			// aapt resource value: 0x7F0F01F6
+			public const int ez_device_video = 2131689974;
+			
+			// aapt resource value: 0x7F0F01F7
+			public const int ez_dialog_btn_disable_video_encrypt = 2131689975;
+			
+			// aapt resource value: 0x7F0F01F8
+			public const int ez_event_message = 2131689976;
+			
+			// aapt resource value: 0x7F0F01F9
+			public const int ez_event_message_detail = 2131689977;
+			
+			// aapt resource value: 0x7F0F01FA
+			public const int ez_event_temppassword = 2131689978;
+			
+			// aapt resource value: 0x7F0F01FB
+			public const int ez_historic_records = 2131689979;
+			
+			// aapt resource value: 0x7F0F01FC
+			public const int ez_input_open_door_password = 2131689980;
+			
+			// aapt resource value: 0x7F0F01FD
+			public const int ez_latest_version = 2131689981;
+			
+			// aapt resource value: 0x7F0F01FE
+			public const int ez_lock_count = 2131689982;
+			
+			// aapt resource value: 0x7F0F01FF
+			public const int ez_lock_surplus = 2131689983;
+			
+			// aapt resource value: 0x7F0F0200
+			public const int ez_modify_name = 2131689984;
+			
+			// aapt resource value: 0x7F0F0201
+			public const int ez_no_message = 2131689985;
+			
+			// aapt resource value: 0x7F0F0202
+			public const int ez_no_remote_data = 2131689986;
+			
+			// aapt resource value: 0x7F0F0203
+			public const int ez_no_remote_data_device = 2131689987;
+			
+			// aapt resource value: 0x7F0F0204
+			public const int ez_no_temppassword = 2131689988;
+			
+			// aapt resource value: 0x7F0F0205
+			public const int ez_open_door_fail = 2131689989;
+			
+			// aapt resource value: 0x7F0F0206
+			public const int ez_open_door_success = 2131689990;
+			
+			// aapt resource value: 0x7F0F0207
+			public const int ez_open_the_album_authorization_first = 2131689991;
+			
+			// aapt resource value: 0x7F0F0208
+			public const int ez_please_input_sms_code = 2131689992;
+			
+			// aapt resource value: 0x7F0F0209
+			public const int ez_save = 2131689993;
+			
+			// aapt resource value: 0x7F0F020A
+			public const int ez_scan_cue_txt = 2131689994;
+			
+			// aapt resource value: 0x7F0F020B
+			public const int ez_scan_title_txt = 2131689995;
+			
+			// aapt resource value: 0x7F0F020C
+			public const int ez_serial_add_hint = 2131689996;
+			
+			// aapt resource value: 0x7F0F020D
+			public const int ez_setting = 2131689997;
+			
+			// aapt resource value: 0x7F0F020E
+			public const int ez_settings_device_serial = 2131689998;
+			
+			// aapt resource value: 0x7F0F020F
+			public const int ez_temppassword_cancel = 2131689999;
+			
+			// aapt resource value: 0x7F0F0210
+			public const int ez_temppassword_confirm = 2131690000;
+			
+			// aapt resource value: 0x7F0F0211
+			public const int ez_temppassword_day = 2131690001;
+			
+			// aapt resource value: 0x7F0F0212
+			public const int ez_temppassword_end = 2131690002;
+			
+			// aapt resource value: 0x7F0F0213
+			public const int ez_temppassword_month = 2131690003;
+			
+			// aapt resource value: 0x7F0F0214
+			public const int ez_temppassword_select_time = 2131690004;
+			
+			// aapt resource value: 0x7F0F0215
+			public const int ez_temppassword_start = 2131690005;
+			
+			// aapt resource value: 0x7F0F0216
+			public const int ez_temppassword_term_validity = 2131690006;
+			
+			// aapt resource value: 0x7F0F0217
+			public const int ez_temppassword_total = 2131690007;
+			
+			// aapt resource value: 0x7F0F0218
+			public const int ez_temppassword_unlimited_times = 2131690008;
+			
+			// aapt resource value: 0x7F0F021D
+			public const int ez_temppassword_username = 2131690013;
+			
+			// aapt resource value: 0x7F0F021E
+			public const int ez_temppassword_username_isempty = 2131690014;
+			
+			// aapt resource value: 0x7F0F0219
+			public const int ez_temppassword_use_times = 2131690009;
+			
+			// aapt resource value: 0x7F0F021A
+			public const int ez_temppassword_use_times_1_100 = 2131690010;
+			
+			// aapt resource value: 0x7F0F021B
+			public const int ez_temppassword_use_times_tips = 2131690011;
+			
+			// aapt resource value: 0x7F0F021C
+			public const int ez_temppassword_use_times_unlimited = 2131690012;
+			
+			// aapt resource value: 0x7F0F021F
+			public const int ez_temppassword_visitor = 2131690015;
+			
+			// aapt resource value: 0x7F0F0220
+			public const int ez_temppassword_year = 2131690016;
 			
 			// aapt resource value: 0x7F0F0223
-			public const int gd_activity_title = 2131690019;
+			public const int failed_to_config_wifi = 2131690019;
 			
 			// aapt resource value: 0x7F0F0224
-			public const int gd_cancel = 2131690020;
+			public const int first_fragment_label = 2131690020;
 			
 			// aapt resource value: 0x7F0F0225
-			public const int gd_myhome = 2131690021;
+			public const int format_sd = 2131690021;
 			
 			// aapt resource value: 0x7F0F0226
-			public const int gd_notifyMsg = 2131690022;
+			public const int format_sd_tip = 2131690022;
 			
 			// aapt resource value: 0x7F0F0227
-			public const int gd_notifyTitle = 2131690023;
+			public const int from = 2131690023;
 			
 			// aapt resource value: 0x7F0F0228
-			public const int gd_save = 2131690024;
+			public const int gd_activity_title = 2131690024;
 			
 			// aapt resource value: 0x7F0F0229
-			public const int gd_search_tip = 2131690025;
+			public const int gd_cancel = 2131690025;
 			
 			// aapt resource value: 0x7F0F022A
-			public const int gd_select_distance = 2131690026;
+			public const int gd_myhome = 2131690026;
 			
 			// aapt resource value: 0x7F0F022B
-			public const int gd_setting = 2131690027;
+			public const int gd_notifyMsg = 2131690027;
 			
 			// aapt resource value: 0x7F0F022C
-			public const int geofence_backgroud_location_permission_explain = 2131690028;
+			public const int gd_notifyTitle = 2131690028;
 			
 			// aapt resource value: 0x7F0F022D
-			public const int get_camera_list_fail = 2131690029;
+			public const int gd_save = 2131690029;
 			
 			// aapt resource value: 0x7F0F022E
-			public const int get_device_picture_fail = 2131690030;
+			public const int gd_search_tip = 2131690030;
 			
 			// aapt resource value: 0x7F0F022F
-			public const int get_historic_records_fail = 2131690031;
+			public const int gd_select_distance = 2131690031;
 			
 			// aapt resource value: 0x7F0F0230
-			public const int get_message_fail_service_exception = 2131690032;
+			public const int gd_setting = 2131690032;
 			
 			// aapt resource value: 0x7F0F0231
-			public const int get_sms_code = 2131690033;
+			public const int geofence_backgroud_location_permission_explain = 2131690033;
 			
 			// aapt resource value: 0x7F0F0232
-			public const int get_sms_code_fail = 2131690034;
+			public const int get_camera_list_fail = 2131690034;
 			
 			// aapt resource value: 0x7F0F0233
-			public const int get_temppassword_fail_service_exception = 2131690035;
+			public const int get_device_picture_fail = 2131690035;
 			
 			// aapt resource value: 0x7F0F0234
-			public const int give_up_adding = 2131690036;
-			
-			// aapt resource value: 0x7F0F0238
-			public const int goto_ad_close_page = 2131690040;
-			
-			// aapt resource value: 0x7F0F0239
-			public const int goto_cameralist_page_txt = 2131690041;
-			
-			// aapt resource value: 0x7F0F023A
-			public const int goto_help_error_page = 2131690042;
-			
-			// aapt resource value: 0x7F0F023B
-			public const int goto_mall_to_see = 2131690043;
+			public const int get_historic_records_fail = 2131690036;
 			
 			// aapt resource value: 0x7F0F0235
-			public const int go_to_connect_wifi = 2131690037;
+			public const int get_message_fail_service_exception = 2131690037;
 			
 			// aapt resource value: 0x7F0F0236
-			public const int go_to_see_immediately = 2131690038;
+			public const int get_sms_code = 2131690038;
 			
 			// aapt resource value: 0x7F0F0237
-			public const int go_to_setting = 2131690039;
+			public const int get_sms_code_fail = 2131690039;
 			
-			// aapt resource value: 0x7F0F023C
-			public const int hang_up = 2131690044;
+			// aapt resource value: 0x7F0F0238
+			public const int get_temppassword_fail_service_exception = 2131690040;
+			
+			// aapt resource value: 0x7F0F0239
+			public const int give_up_adding = 2131690041;
 			
 			// aapt resource value: 0x7F0F023D
-			public const int hc_net_account_pwd_error = 2131690045;
+			public const int goto_ad_close_page = 2131690045;
 			
 			// aapt resource value: 0x7F0F023E
-			public const int hc_net_error = 2131690046;
+			public const int goto_cameralist_page_txt = 2131690046;
 			
 			// aapt resource value: 0x7F0F023F
-			public const int hms_apk_not_installed_hints = 2131690047;
+			public const int goto_help_error_page = 2131690047;
 			
 			// aapt resource value: 0x7F0F0240
-			public const int hms_bindfaildlg_message = 2131690048;
+			public const int goto_mall_to_see = 2131690048;
+			
+			// aapt resource value: 0x7F0F023A
+			public const int go_to_connect_wifi = 2131690042;
+			
+			// aapt resource value: 0x7F0F023B
+			public const int go_to_see_immediately = 2131690043;
+			
+			// aapt resource value: 0x7F0F023C
+			public const int go_to_setting = 2131690044;
 			
 			// aapt resource value: 0x7F0F0241
-			public const int hms_bindfaildlg_title = 2131690049;
+			public const int hang_up = 2131690049;
 			
 			// aapt resource value: 0x7F0F0242
-			public const int hms_confirm = 2131690050;
+			public const int hc_net_account_pwd_error = 2131690050;
 			
 			// aapt resource value: 0x7F0F0243
-			public const int hms_is_spoof = 2131690051;
+			public const int hc_net_error = 2131690051;
 			
 			// aapt resource value: 0x7F0F0244
-			public const int hms_push_channel = 2131690052;
+			public const int hello_first_fragment = 2131690052;
 			
 			// aapt resource value: 0x7F0F0245
-			public const int hms_push_google = 2131690053;
+			public const int hello_second_fragment = 2131690053;
 			
 			// aapt resource value: 0x7F0F0246
-			public const int hms_push_vmall = 2131690054;
+			public const int host = 2131690054;
 			
 			// aapt resource value: 0x7F0F0247
-			public const int hms_spoof_hints = 2131690055;
+			public const int how_to_reset = 2131690055;
 			
 			// aapt resource value: 0x7F0F0248
-			public const int host = 2131690056;
+			public const int if_your_device_has_been_used = 2131690056;
 			
 			// aapt resource value: 0x7F0F0249
-			public const int how_to_reset = 2131690057;
+			public const int if_your_device_has_set_time = 2131690057;
 			
 			// aapt resource value: 0x7F0F024A
-			public const int if_your_device_has_been_used = 2131690058;
+			public const int ignore = 2131690058;
 			
 			// aapt resource value: 0x7F0F024B
-			public const int if_your_device_has_set_time = 2131690059;
+			public const int imei = 2131690059;
 			
 			// aapt resource value: 0x7F0F024C
-			public const int ignore = 2131690060;
+			public const int input_device_picture_size = 2131690060;
 			
 			// aapt resource value: 0x7F0F024D
-			public const int input_device_picture_size = 2131690061;
+			public const int input_device_picture_uuid = 2131690061;
 			
 			// aapt resource value: 0x7F0F024E
-			public const int input_device_picture_uuid = 2131690062;
+			public const int input_device_verify_code = 2131690062;
 			
 			// aapt resource value: 0x7F0F024F
-			public const int input_device_verify_code = 2131690063;
+			public const int input_device_video_uuid = 2131690063;
 			
 			// aapt resource value: 0x7F0F0250
-			public const int input_device_video_uuid = 2131690064;
+			public const int interface_call_demo_txt = 2131690064;
 			
 			// aapt resource value: 0x7F0F0251
-			public const int interface_call_demo_txt = 2131690065;
+			public const int interface_test_api = 2131690065;
 			
 			// aapt resource value: 0x7F0F0252
-			public const int interface_test_api = 2131690066;
+			public const int interface_test_hint_input_serial = 2131690066;
 			
 			// aapt resource value: 0x7F0F0253
-			public const int interface_test_hint_input_serial = 2131690067;
+			public const int interface_test_openCloudPage = 2131690067;
 			
 			// aapt resource value: 0x7F0F0254
-			public const int interface_test_openCloudPage = 2131690068;
+			public const int interface_test_show_limit_dialog = 2131690068;
 			
 			// aapt resource value: 0x7F0F0255
-			public const int interface_test_show_limit_dialog = 2131690069;
+			public const int interface_test_v33_api = 2131690069;
 			
 			// aapt resource value: 0x7F0F0256
-			public const int interface_test_v33_api = 2131690070;
+			public const int invalid_app_key_or_access_token = 2131690070;
 			
 			// aapt resource value: 0x7F0F0257
-			public const int invalid_app_key_or_access_token = 2131690071;
+			public const int ip_camera = 2131690071;
 			
 			// aapt resource value: 0x7F0F0258
-			public const int ip_camera = 2131690072;
+			public const int jg_channel_name_p_default = 2131690072;
 			
 			// aapt resource value: 0x7F0F0259
-			public const int jg_channel_name_p_default = 2131690073;
+			public const int jg_channel_name_p_high = 2131690073;
 			
 			// aapt resource value: 0x7F0F025A
-			public const int jg_channel_name_p_high = 2131690074;
+			public const int jg_channel_name_p_low = 2131690074;
 			
 			// aapt resource value: 0x7F0F025B
-			public const int jg_channel_name_p_low = 2131690075;
+			public const int jg_channel_name_p_min = 2131690075;
 			
 			// aapt resource value: 0x7F0F025C
-			public const int jg_channel_name_p_min = 2131690076;
+			public const int keyboard = 2131690076;
 			
 			// aapt resource value: 0x7F0F025D
-			public const int keyboard = 2131690077;
+			public const int keylock_verify = 2131690077;
 			
 			// aapt resource value: 0x7F0F025E
-			public const int keylock_verify = 2131690078;
+			public const int lan_camera_name = 2131690078;
 			
 			// aapt resource value: 0x7F0F025F
-			public const int lan_camera_name = 2131690079;
+			public const int lan_device_login_default_name = 2131690079;
 			
 			// aapt resource value: 0x7F0F0260
-			public const int lan_device_login_default_name = 2131690080;
+			public const int lan_device_login_title = 2131690080;
 			
 			// aapt resource value: 0x7F0F0261
-			public const int lan_device_login_title = 2131690081;
+			public const int lan_device_pwd_tip = 2131690081;
 			
 			// aapt resource value: 0x7F0F0262
-			public const int lan_device_pwd_tip = 2131690082;
+			public const int later_alarm = 2131690082;
 			
 			// aapt resource value: 0x7F0F0263
-			public const int later_alarm = 2131690083;
+			public const int lc_demo_choose_env_ak = 2131690083;
 			
 			// aapt resource value: 0x7F0F0264
-			public const int lc_demo_choose_env_ak = 2131690084;
+			public const int lc_demo_choose_env_ak_tip = 2131690084;
 			
 			// aapt resource value: 0x7F0F0265
-			public const int lc_demo_choose_env_ak_tip = 2131690085;
+			public const int lc_demo_choose_env_sk = 2131690085;
 			
 			// aapt resource value: 0x7F0F0266
-			public const int lc_demo_choose_env_sk = 2131690086;
+			public const int lc_demo_choose_env_sk_tip = 2131690086;
 			
 			// aapt resource value: 0x7F0F0267
-			public const int lc_demo_choose_env_sk_tip = 2131690087;
+			public const int lc_demo_choose_env_tip1 = 2131690087;
 			
 			// aapt resource value: 0x7F0F0268
-			public const int lc_demo_choose_env_tip1 = 2131690088;
+			public const int lc_demo_choose_env_tip2 = 2131690088;
 			
 			// aapt resource value: 0x7F0F0269
-			public const int lc_demo_choose_env_tip2 = 2131690089;
+			public const int lc_demo_choose_env_tip3 = 2131690089;
 			
 			// aapt resource value: 0x7F0F026A
-			public const int lc_demo_choose_env_tip3 = 2131690090;
+			public const int lc_demo_choose_env_tip4 = 2131690090;
 			
 			// aapt resource value: 0x7F0F026B
-			public const int lc_demo_choose_env_tip4 = 2131690091;
+			public const int lc_demo_choose_env_tip5 = 2131690091;
 			
 			// aapt resource value: 0x7F0F026C
-			public const int lc_demo_choose_env_tip5 = 2131690092;
+			public const int lc_demo_cn = 2131690092;
 			
 			// aapt resource value: 0x7F0F026D
-			public const int lc_demo_cn = 2131690093;
+			public const int lc_demo_cn_title_tip = 2131690093;
 			
 			// aapt resource value: 0x7F0F026E
-			public const int lc_demo_cn_title_tip = 2131690094;
+			public const int lc_demo_device_begin_update = 2131690094;
 			
 			// aapt resource value: 0x7F0F026F
-			public const int lc_demo_device_begin_update = 2131690095;
+			public const int lc_demo_device_cancel = 2131690095;
 			
 			// aapt resource value: 0x7F0F0270
-			public const int lc_demo_device_cancel = 2131690096;
+			public const int lc_demo_device_capture_failed = 2131690096;
 			
 			// aapt resource value: 0x7F0F0271
-			public const int lc_demo_device_capture_failed = 2131690097;
+			public const int lc_demo_device_capture_success = 2131690097;
 			
 			// aapt resource value: 0x7F0F0272
-			public const int lc_demo_device_capture_success = 2131690098;
+			public const int lc_demo_device_cloud_not_open = 2131690098;
 			
 			// aapt resource value: 0x7F0F0273
-			public const int lc_demo_device_cloud_not_open = 2131690099;
+			public const int lc_demo_device_cloud_state_expired = 2131690099;
 			
 			// aapt resource value: 0x7F0F0274
-			public const int lc_demo_device_cloud_state_expired = 2131690100;
+			public const int lc_demo_device_cloud_state_not_opened = 2131690100;
 			
 			// aapt resource value: 0x7F0F0275
-			public const int lc_demo_device_cloud_state_not_opened = 2131690101;
+			public const int lc_demo_device_cloud_state_suspended = 2131690101;
 			
 			// aapt resource value: 0x7F0F0276
-			public const int lc_demo_device_cloud_state_suspended = 2131690102;
+			public const int lc_demo_device_cloud_video = 2131690102;
 			
 			// aapt resource value: 0x7F0F0277
-			public const int lc_demo_device_cloud_video = 2131690103;
+			public const int lc_demo_device_cur_wifi = 2131690103;
 			
 			// aapt resource value: 0x7F0F0278
-			public const int lc_demo_device_cur_wifi = 2131690104;
+			public const int lc_demo_device_delete = 2131690104;
 			
 			// aapt resource value: 0x7F0F0279
-			public const int lc_demo_device_delete = 2131690105;
+			public const int lc_demo_device_delete_choose_all = 2131690105;
 			
 			// aapt resource value: 0x7F0F027A
-			public const int lc_demo_device_delete_choose_all = 2131690106;
+			public const int lc_demo_device_delete_exit = 2131690106;
 			
 			// aapt resource value: 0x7F0F027B
-			public const int lc_demo_device_delete_exit = 2131690107;
+			public const int lc_demo_device_delete_exit_tip = 2131690107;
 			
 			// aapt resource value: 0x7F0F027C
-			public const int lc_demo_device_delete_exit_tip = 2131690108;
+			public const int lc_demo_device_delete_sure = 2131690108;
 			
 			// aapt resource value: 0x7F0F027D
-			public const int lc_demo_device_delete_sure = 2131690109;
+			public const int lc_demo_device_deployment_setting = 2131690109;
 			
 			// aapt resource value: 0x7F0F027E
-			public const int lc_demo_device_deployment_setting = 2131690110;
+			public const int lc_demo_device_deployment_tip = 2131690110;
 			
 			// aapt resource value: 0x7F0F027F
-			public const int lc_demo_device_deployment_tip = 2131690111;
+			public const int lc_demo_device_deployment_title = 2131690111;
 			
 			// aapt resource value: 0x7F0F0280
-			public const int lc_demo_device_deployment_title = 2131690112;
+			public const int lc_demo_device_detail_title = 2131690112;
 			
 			// aapt resource value: 0x7F0F0281
-			public const int lc_demo_device_detail_title = 2131690113;
+			public const int lc_demo_device_encrypt_device_password_tip = 2131690113;
 			
 			// aapt resource value: 0x7F0F0282
-			public const int lc_demo_device_encrypt_device_password_tip = 2131690114;
+			public const int lc_demo_device_encrypt_key_tip = 2131690114;
 			
 			// aapt resource value: 0x7F0F0283
-			public const int lc_demo_device_encrypt_key_tip = 2131690115;
+			public const int lc_demo_device_local_sd = 2131690115;
 			
 			// aapt resource value: 0x7F0F0284
-			public const int lc_demo_device_local_sd = 2131690116;
+			public const int lc_demo_device_local_video = 2131690116;
 			
 			// aapt resource value: 0x7F0F0285
-			public const int lc_demo_device_local_video = 2131690117;
+			public const int lc_demo_device_modify_success = 2131690117;
 			
 			// aapt resource value: 0x7F0F0286
-			public const int lc_demo_device_modify_success = 2131690118;
+			public const int lc_demo_device_more_video = 2131690118;
 			
 			// aapt resource value: 0x7F0F0287
-			public const int lc_demo_device_more_video = 2131690119;
+			public const int lc_demo_device_move_check = 2131690119;
 			
 			// aapt resource value: 0x7F0F0288
-			public const int lc_demo_device_move_check = 2131690120;
+			public const int lc_demo_device_name = 2131690120;
 			
 			// aapt resource value: 0x7F0F0289
-			public const int lc_demo_device_name = 2131690121;
+			public const int lc_demo_device_name_hint = 2131690121;
 			
 			// aapt resource value: 0x7F0F028A
-			public const int lc_demo_device_name_hint = 2131690122;
+			public const int lc_demo_device_nvr_no_channel = 2131690122;
 			
 			// aapt resource value: 0x7F0F028B
-			public const int lc_demo_device_nvr_no_channel = 2131690123;
+			public const int lc_demo_device_record_begin = 2131690123;
 			
 			// aapt resource value: 0x7F0F028C
-			public const int lc_demo_device_record_begin = 2131690124;
+			public const int lc_demo_device_record_delete_success = 2131690124;
 			
 			// aapt resource value: 0x7F0F028D
-			public const int lc_demo_device_record_delete_success = 2131690125;
+			public const int lc_demo_device_record_download = 2131690125;
 			
 			// aapt resource value: 0x7F0F028E
-			public const int lc_demo_device_record_download = 2131690126;
+			public const int lc_demo_device_record_download_begin = 2131690126;
 			
 			// aapt resource value: 0x7F0F028F
-			public const int lc_demo_device_record_download_begin = 2131690127;
+			public const int lc_demo_device_record_download_error = 2131690127;
 			
 			// aapt resource value: 0x7F0F0290
-			public const int lc_demo_device_record_download_error = 2131690128;
+			public const int lc_demo_device_record_download_finish = 2131690128;
 			
 			// aapt resource value: 0x7F0F0291
-			public const int lc_demo_device_record_download_finish = 2131690129;
+			public const int lc_demo_device_record_edit = 2131690129;
 			
 			// aapt resource value: 0x7F0F0292
-			public const int lc_demo_device_record_edit = 2131690130;
+			public const int lc_demo_device_record_edit_finish = 2131690130;
 			
 			// aapt resource value: 0x7F0F0293
-			public const int lc_demo_device_record_edit_finish = 2131690131;
+			public const int lc_demo_device_record_loading_more = 2131690131;
 			
 			// aapt resource value: 0x7F0F0294
-			public const int lc_demo_device_record_loading_more = 2131690132;
+			public const int lc_demo_device_record_stop = 2131690132;
 			
 			// aapt resource value: 0x7F0F0295
-			public const int lc_demo_device_record_stop = 2131690133;
+			public const int lc_demo_device_serial_tip = 2131690133;
 			
 			// aapt resource value: 0x7F0F0296
-			public const int lc_demo_device_serial_tip = 2131690134;
+			public const int lc_demo_device_sure = 2131690134;
 			
 			// aapt resource value: 0x7F0F0297
-			public const int lc_demo_device_sure = 2131690135;
+			public const int lc_demo_device_talk_close_success = 2131690135;
 			
 			// aapt resource value: 0x7F0F0298
-			public const int lc_demo_device_talk_close_success = 2131690136;
+			public const int lc_demo_device_talk_open_failed = 2131690136;
 			
 			// aapt resource value: 0x7F0F0299
-			public const int lc_demo_device_talk_open_failed = 2131690137;
+			public const int lc_demo_device_talk_open_success = 2131690137;
 			
 			// aapt resource value: 0x7F0F029A
-			public const int lc_demo_device_talk_open_success = 2131690138;
+			public const int lc_demo_device_today_no_record = 2131690138;
 			
 			// aapt resource value: 0x7F0F029B
-			public const int lc_demo_device_today_no_record = 2131690139;
+			public const int lc_demo_device_type_tip = 2131690139;
 			
 			// aapt resource value: 0x7F0F029C
-			public const int lc_demo_device_type_tip = 2131690140;
+			public const int lc_demo_device_unbind_success = 2131690140;
 			
 			// aapt resource value: 0x7F0F029D
-			public const int lc_demo_device_unbind_success = 2131690141;
-			
-			// aapt resource value: 0x7F0F029E
-			public const int lc_demo_device_update = 2131690142;
-			
-			// aapt resource value: 0x7F0F02A2
-			public const int lc_demo_device_updateing = 2131690146;
-			
-			// aapt resource value: 0x7F0F029F
-			public const int lc_demo_device_update_msg = 2131690143;
-			
-			// aapt resource value: 0x7F0F02A0
-			public const int lc_demo_device_update_success = 2131690144;
+			public const int lc_demo_device_update = 2131690141;
 			
 			// aapt resource value: 0x7F0F02A1
-			public const int lc_demo_device_update_tip = 2131690145;
+			public const int lc_demo_device_updateing = 2131690145;
+			
+			// aapt resource value: 0x7F0F029E
+			public const int lc_demo_device_update_msg = 2131690142;
+			
+			// aapt resource value: 0x7F0F029F
+			public const int lc_demo_device_update_success = 2131690143;
+			
+			// aapt resource value: 0x7F0F02A0
+			public const int lc_demo_device_update_tip = 2131690144;
+			
+			// aapt resource value: 0x7F0F02A2
+			public const int lc_demo_device_version_current = 2131690146;
 			
 			// aapt resource value: 0x7F0F02A3
-			public const int lc_demo_device_version_current = 2131690147;
+			public const int lc_demo_device_version_new = 2131690147;
 			
 			// aapt resource value: 0x7F0F02A4
-			public const int lc_demo_device_version_new = 2131690148;
+			public const int lc_demo_device_version_new_tip = 2131690148;
 			
 			// aapt resource value: 0x7F0F02A5
-			public const int lc_demo_device_version_new_tip = 2131690149;
+			public const int lc_demo_device_version_tip = 2131690149;
 			
 			// aapt resource value: 0x7F0F02A6
-			public const int lc_demo_device_version_tip = 2131690150;
+			public const int lc_demo_device_version_title = 2131690150;
 			
 			// aapt resource value: 0x7F0F02A7
-			public const int lc_demo_device_version_title = 2131690151;
+			public const int lc_demo_device_video_play_change = 2131690151;
 			
 			// aapt resource value: 0x7F0F02A8
-			public const int lc_demo_device_video_play_change = 2131690152;
+			public const int lc_demo_device_video_play_error = 2131690152;
 			
 			// aapt resource value: 0x7F0F02A9
-			public const int lc_demo_device_video_play_error = 2131690153;
+			public const int lc_demo_device_video_play_loading = 2131690153;
 			
 			// aapt resource value: 0x7F0F02AA
-			public const int lc_demo_device_video_play_loading = 2131690154;
+			public const int lc_demo_device_warn_setting = 2131690154;
 			
 			// aapt resource value: 0x7F0F02AB
-			public const int lc_demo_device_warn_setting = 2131690155;
+			public const int lc_demo_main_no_device = 2131690155;
 			
 			// aapt resource value: 0x7F0F02AC
-			public const int lc_demo_main_no_device = 2131690156;
+			public const int lc_demo_main_offline = 2131690156;
 			
 			// aapt resource value: 0x7F0F02AD
-			public const int lc_demo_main_offline = 2131690157;
+			public const int lc_demo_main_title = 2131690157;
 			
 			// aapt resource value: 0x7F0F02AE
-			public const int lc_demo_main_title = 2131690158;
+			public const int lc_demo_overseas = 2131690158;
 			
 			// aapt resource value: 0x7F0F02AF
-			public const int lc_demo_overseas = 2131690159;
+			public const int lc_demo_overseas_title_tip = 2131690159;
 			
 			// aapt resource value: 0x7F0F02B0
-			public const int lc_demo_overseas_title_tip = 2131690160;
+			public const int lc_demo_sure = 2131690160;
 			
 			// aapt resource value: 0x7F0F02B1
-			public const int lc_demo_sure = 2131690161;
+			public const int linphone_sdk_branch = 2131690161;
 			
 			// aapt resource value: 0x7F0F02B2
-			public const int linphone_sdk_branch = 2131690162;
-			
-			// aapt resource value: 0x7F0F02B3
-			public const int linphone_sdk_version = 2131690163;
-			
-			// aapt resource value: 0x7F0F02B7
-			public const int listview_header_hint_normal = 2131690167;
-			
-			// aapt resource value: 0x7F0F02B8
-			public const int listview_header_hint_release = 2131690168;
-			
-			// aapt resource value: 0x7F0F02B9
-			public const int listview_header_last_time = 2131690169;
-			
-			// aapt resource value: 0x7F0F02BA
-			public const int listview_loading = 2131690170;
-			
-			// aapt resource value: 0x7F0F02B4
-			public const int list_footer_end = 2131690164;
-			
-			// aapt resource value: 0x7F0F02B5
-			public const int list_footer_loading = 2131690165;
+			public const int linphone_sdk_version = 2131690162;
 			
 			// aapt resource value: 0x7F0F02B6
-			public const int list_footer_network_error = 2131690166;
+			public const int listview_header_hint_normal = 2131690166;
+			
+			// aapt resource value: 0x7F0F02B7
+			public const int listview_header_hint_release = 2131690167;
+			
+			// aapt resource value: 0x7F0F02B8
+			public const int listview_header_last_time = 2131690168;
+			
+			// aapt resource value: 0x7F0F02B9
+			public const int listview_loading = 2131690169;
+			
+			// aapt resource value: 0x7F0F02B3
+			public const int list_footer_end = 2131690163;
+			
+			// aapt resource value: 0x7F0F02B4
+			public const int list_footer_loading = 2131690164;
+			
+			// aapt resource value: 0x7F0F02B5
+			public const int list_footer_network_error = 2131690165;
+			
+			// aapt resource value: 0x7F0F02BA
+			public const int loading = 2131690170;
 			
 			// aapt resource value: 0x7F0F02BB
-			public const int loading = 2131690171;
-			
-			// aapt resource value: 0x7F0F02BC
-			public const int loading_text_default = 2131690172;
-			
-			// aapt resource value: 0x7F0F02C1
-			public const int localmgt_video_square_txt = 2131690177;
-			
-			// aapt resource value: 0x7F0F02BD
-			public const int local_network_exception = 2131690173;
-			
-			// aapt resource value: 0x7F0F02BE
-			public const int local_play_hour = 2131690174;
-			
-			// aapt resource value: 0x7F0F02BF
-			public const int local_realplay = 2131690175;
+			public const int loading_text_default = 2131690171;
 			
 			// aapt resource value: 0x7F0F02C0
-			public const int local_video_not_delete = 2131690176;
+			public const int localmgt_video_square_txt = 2131690176;
+			
+			// aapt resource value: 0x7F0F02BC
+			public const int local_network_exception = 2131690172;
+			
+			// aapt resource value: 0x7F0F02BD
+			public const int local_play_hour = 2131690173;
+			
+			// aapt resource value: 0x7F0F02BE
+			public const int local_realplay = 2131690174;
+			
+			// aapt resource value: 0x7F0F02BF
+			public const int local_video_not_delete = 2131690175;
+			
+			// aapt resource value: 0x7F0F02C1
+			public const int login_by_ezviz_account = 2131690177;
 			
 			// aapt resource value: 0x7F0F02C2
-			public const int login_by_ezviz_account = 2131690178;
+			public const int login_expire = 2131690178;
 			
 			// aapt resource value: 0x7F0F02C3
-			public const int login_expire = 2131690179;
+			public const int login_password_tv_txt = 2131690179;
 			
 			// aapt resource value: 0x7F0F02C4
-			public const int login_password_tv_txt = 2131690180;
+			public const int login_privacy_policy = 2131690180;
 			
 			// aapt resource value: 0x7F0F02C5
-			public const int login_privacy_policy = 2131690181;
+			public const int login_user_service_agreement = 2131690181;
 			
 			// aapt resource value: 0x7F0F02C6
-			public const int login_user_service_agreement = 2131690182;
+			public const int lp_answerStr = 2131690182;
 			
 			// aapt resource value: 0x7F0F02C7
-			public const int lp_answerStr = 2131690183;
+			public const int lp_callingStr = 2131690183;
 			
 			// aapt resource value: 0x7F0F02C8
-			public const int lp_callingStr = 2131690184;
+			public const int lp_cancel = 2131690184;
 			
 			// aapt resource value: 0x7F0F02C9
-			public const int lp_cancel = 2131690185;
+			public const int lp_confirm = 2131690185;
 			
 			// aapt resource value: 0x7F0F02CA
-			public const int lp_confirm = 2131690186;
+			public const int lp_endMonitoringStr = 2131690186;
 			
 			// aapt resource value: 0x7F0F02CB
-			public const int lp_endMonitoringStr = 2131690187;
+			public const int lp_endOfCallStr = 2131690187;
 			
 			// aapt resource value: 0x7F0F02CC
-			public const int lp_endOfCallStr = 2131690188;
+			public const int lp_hangupStr = 2131690188;
 			
 			// aapt resource value: 0x7F0F02CD
-			public const int lp_hangupStr = 2131690189;
+			public const int lp_okStr = 2131690189;
 			
 			// aapt resource value: 0x7F0F02CE
-			public const int lp_okStr = 2131690190;
+			public const int lp_operationFailedStr = 2131690190;
 			
 			// aapt resource value: 0x7F0F02CF
-			public const int lp_operationFailedStr = 2131690191;
+			public const int lp_outdoorUnitStr = 2131690191;
 			
 			// aapt resource value: 0x7F0F02D0
-			public const int lp_outdoorUnitStr = 2131690192;
+			public const int lp_refuseStr = 2131690192;
 			
 			// aapt resource value: 0x7F0F02D1
-			public const int lp_refuseStr = 2131690193;
+			public const int lp_saveToTheAlbumsStr = 2131690193;
 			
 			// aapt resource value: 0x7F0F02D2
-			public const int lp_saveToTheAlbumsStr = 2131690194;
+			public const int lp_screenshotStr = 2131690194;
 			
 			// aapt resource value: 0x7F0F02D3
-			public const int lp_screenshotStr = 2131690195;
+			public const int lp_sipAccount_null = 2131690195;
 			
 			// aapt resource value: 0x7F0F02D4
-			public const int lp_sipAccount_null = 2131690196;
-			
-			// aapt resource value: 0x7F0F02D5
-			public const int lp_tipStr = 2131690197;
-			
-			// aapt resource value: 0x7F0F02D8
-			public const int lp_unlockfailureStr = 2131690200;
-			
-			// aapt resource value: 0x7F0F02D6
-			public const int lp_unlockStr = 2131690198;
+			public const int lp_tipStr = 2131690196;
 			
 			// aapt resource value: 0x7F0F02D7
-			public const int lp_unlockSuccessfullyStr = 2131690199;
+			public const int lp_unlockfailureStr = 2131690199;
+			
+			// aapt resource value: 0x7F0F02D5
+			public const int lp_unlockStr = 2131690197;
+			
+			// aapt resource value: 0x7F0F02D6
+			public const int lp_unlockSuccessfullyStr = 2131690198;
+			
+			// aapt resource value: 0x7F0F02D8
+			public const int main_tab_second_tab = 2131690200;
 			
 			// aapt resource value: 0x7F0F02D9
-			public const int main_tab_second_tab = 2131690201;
+			public const int message_come_from_tip = 2131690201;
 			
 			// aapt resource value: 0x7F0F02DA
-			public const int message_come_from_tip = 2131690202;
+			public const int message_encrypt_inputpsw_tip_title = 2131690202;
 			
 			// aapt resource value: 0x7F0F02DB
-			public const int message_encrypt_inputpsw_tip_title = 2131690203;
+			public const int message_live = 2131690203;
 			
 			// aapt resource value: 0x7F0F02DC
-			public const int message_live = 2131690204;
+			public const int message_no_data_text = 2131690204;
 			
 			// aapt resource value: 0x7F0F02DD
-			public const int message_no_data_text = 2131690205;
+			public const int message_refresh_fail_network_exception = 2131690205;
 			
 			// aapt resource value: 0x7F0F02DE
-			public const int message_refresh_fail_network_exception = 2131690206;
+			public const int message_refresh_fail_server_exception = 2131690206;
 			
 			// aapt resource value: 0x7F0F02DF
-			public const int message_refresh_fail_server_exception = 2131690207;
+			public const int message_video = 2131690207;
 			
 			// aapt resource value: 0x7F0F02E0
-			public const int message_video = 2131690208;
+			public const int mobile_common_bec_add_device_valid_error = 2131690208;
 			
 			// aapt resource value: 0x7F0F02E1
-			public const int mobile_common_bec_add_device_valid_error = 2131690209;
+			public const int mobile_common_bec_common_network_exception = 2131690209;
 			
 			// aapt resource value: 0x7F0F02E2
-			public const int mobile_common_bec_common_network_exception = 2131690210;
+			public const int mobile_common_bec_common_timeout = 2131690210;
 			
 			// aapt resource value: 0x7F0F02E3
-			public const int mobile_common_bec_common_timeout = 2131690211;
+			public const int mobile_common_bec_device_locked = 2131690211;
 			
 			// aapt resource value: 0x7F0F02E4
-			public const int mobile_common_bec_device_locked = 2131690212;
+			public const int mobile_common_common_ignore = 2131690212;
 			
 			// aapt resource value: 0x7F0F02E5
-			public const int mobile_common_common_ignore = 2131690213;
+			public const int mobile_common_common_never_remind = 2131690213;
 			
 			// aapt resource value: 0x7F0F02E6
-			public const int mobile_common_common_never_remind = 2131690214;
+			public const int mobile_common_device = 2131690214;
 			
 			// aapt resource value: 0x7F0F02E7
-			public const int mobile_common_device = 2131690215;
+			public const int mobile_common_device_pwd_rule = 2131690215;
 			
 			// aapt resource value: 0x7F0F02E8
-			public const int mobile_common_device_pwd_rule = 2131690216;
+			public const int mobile_common_device_timezone = 2131690216;
 			
 			// aapt resource value: 0x7F0F02E9
-			public const int mobile_common_device_timezone = 2131690217;
+			public const int mobile_common_get_info_failed = 2131690217;
 			
 			// aapt resource value: 0x7F0F02EA
-			public const int mobile_common_get_info_failed = 2131690218;
+			public const int mobile_common_how_modify_device_pwd = 2131690218;
 			
 			// aapt resource value: 0x7F0F02EB
-			public const int mobile_common_how_modify_device_pwd = 2131690219;
+			public const int mobile_common_lack_permission_then_exit = 2131690219;
 			
 			// aapt resource value: 0x7F0F02EC
-			public const int mobile_common_lack_permission_then_exit = 2131690220;
+			public const int mobile_common_later = 2131690220;
 			
 			// aapt resource value: 0x7F0F02ED
-			public const int mobile_common_later = 2131690221;
+			public const int mobile_common_modify_device_pwd = 2131690221;
 			
 			// aapt resource value: 0x7F0F02EE
-			public const int mobile_common_modify_device_pwd = 2131690222;
+			public const int mobile_common_modify_device_pwd_tip = 2131690222;
 			
 			// aapt resource value: 0x7F0F02EF
-			public const int mobile_common_modify_device_pwd_tip = 2131690223;
+			public const int mobile_common_network_config = 2131690223;
 			
 			// aapt resource value: 0x7F0F02F0
-			public const int mobile_common_network_config = 2131690224;
+			public const int mobile_common_no_google_play_detection = 2131690224;
 			
 			// aapt resource value: 0x7F0F02F1
-			public const int mobile_common_no_google_play_detection = 2131690225;
+			public const int mobile_common_no_huawei_play_detection = 2131690225;
 			
 			// aapt resource value: 0x7F0F02F2
-			public const int mobile_common_no_huawei_play_detection = 2131690226;
+			public const int mobile_common_password_too_simple = 2131690226;
 			
 			// aapt resource value: 0x7F0F02F3
-			public const int mobile_common_password_too_simple = 2131690227;
+			public const int mobile_common_permission_apply = 2131690227;
 			
 			// aapt resource value: 0x7F0F02F4
-			public const int mobile_common_permission_apply = 2131690228;
+			public const int mobile_common_permission_explain_access_location_usage = 2131690228;
 			
 			// aapt resource value: 0x7F0F02F5
-			public const int mobile_common_permission_explain_access_location_usage = 2131690229;
+			public const int mobile_common_permission_explain_camera = 2131690229;
 			
 			// aapt resource value: 0x7F0F02F6
-			public const int mobile_common_permission_explain_camera = 2131690230;
+			public const int mobile_common_permission_explain_external_storage = 2131690230;
 			
 			// aapt resource value: 0x7F0F02F7
-			public const int mobile_common_permission_explain_external_storage = 2131690231;
+			public const int mobile_common_permission_explain_get_accounts = 2131690231;
 			
 			// aapt resource value: 0x7F0F02F8
-			public const int mobile_common_permission_explain_get_accounts = 2131690232;
+			public const int mobile_common_permission_explain_read_phone_state = 2131690232;
 			
 			// aapt resource value: 0x7F0F02F9
-			public const int mobile_common_permission_explain_read_phone_state = 2131690233;
+			public const int mobile_common_permission_explain_record_audio = 2131690233;
 			
 			// aapt resource value: 0x7F0F02FA
-			public const int mobile_common_permission_explain_record_audio = 2131690234;
+			public const int mobile_common_permission_explain_write_accounts = 2131690234;
 			
 			// aapt resource value: 0x7F0F02FB
-			public const int mobile_common_permission_explain_write_accounts = 2131690235;
+			public const int mobile_common_retry = 2131690235;
 			
 			// aapt resource value: 0x7F0F02FC
-			public const int mobile_common_retry = 2131690236;
+			public const int mobile_common_tap_to_view = 2131690236;
 			
 			// aapt resource value: 0x7F0F02FD
-			public const int mobile_common_tap_to_view = 2131690237;
+			public const int modify_online_schedule = 2131690237;
 			
 			// aapt resource value: 0x7F0F02FE
-			public const int modify_online_schedule = 2131690238;
+			public const int month = 2131690238;
 			
 			// aapt resource value: 0x7F0F02FF
-			public const int month = 2131690239;
+			public const int more = 2131690239;
 			
 			// aapt resource value: 0x7F0F0300
-			public const int more = 2131690240;
+			public const int more_local_image = 2131690240;
 			
 			// aapt resource value: 0x7F0F0301
-			public const int more_local_image = 2131690241;
+			public const int more_setting = 2131690241;
 			
 			// aapt resource value: 0x7F0F0302
-			public const int more_setting = 2131690242;
+			public const int more_settings = 2131690242;
 			
 			// aapt resource value: 0x7F0F0303
-			public const int more_settings = 2131690243;
+			public const int mute = 2131690243;
 			
 			// aapt resource value: 0x7F0F0304
-			public const int mute = 2131690244;
+			public const int my_collect = 2131690244;
 			
 			// aapt resource value: 0x7F0F0305
-			public const int my_collect = 2131690245;
+			public const int my_devices = 2131690245;
 			
 			// aapt resource value: 0x7F0F0306
-			public const int my_devices = 2131690246;
+			public const int network_error_retry_prompt = 2131690246;
 			
 			// aapt resource value: 0x7F0F0307
-			public const int network_error_retry_prompt = 2131690247;
+			public const int network_exception = 2131690247;
 			
 			// aapt resource value: 0x7F0F0308
-			public const int network_exception = 2131690248;
+			public const int network_video_recorder = 2131690248;
 			
 			// aapt resource value: 0x7F0F0309
-			public const int network_video_recorder = 2131690249;
+			public const int newest_version = 2131690249;
 			
 			// aapt resource value: 0x7F0F030A
-			public const int newest_version = 2131690250;
+			public const int next = 2131690250;
 			
 			// aapt resource value: 0x7F0F030B
 			public const int next_button_txt = 2131690251;
@@ -19689,977 +19479,998 @@
 			// aapt resource value: 0x7F0F0333
 			public const int pickerview_year = 2131690291;
 			
-			// aapt resource value: 0x7F0F0335
-			public const int platform_login_button_txt = 2131690293;
-			
 			// aapt resource value: 0x7F0F0334
-			public const int plat_connected = 2131690292;
+			public const int pkg = 2131690292;
 			
 			// aapt resource value: 0x7F0F0336
-			public const int play = 2131690294;
+			public const int platform_login_button_txt = 2131690294;
+			
+			// aapt resource value: 0x7F0F0335
+			public const int plat_connected = 2131690293;
 			
 			// aapt resource value: 0x7F0F0337
-			public const int play_hour = 2131690295;
+			public const int play = 2131690295;
 			
 			// aapt resource value: 0x7F0F0338
-			public const int please_connect_the_power = 2131690296;
-			
-			// aapt resource value: 0x7F0F033A
-			public const int please_input_phonenumber_txt = 2131690298;
+			public const int play_hour = 2131690296;
 			
 			// aapt resource value: 0x7F0F0339
-			public const int please_input_phone_txt = 2131690297;
+			public const int please_connect_the_power = 2131690297;
 			
 			// aapt resource value: 0x7F0F033B
-			public const int please_input_platform_accesstoken_txt = 2131690299;
+			public const int please_input_phonenumber_txt = 2131690299;
+			
+			// aapt resource value: 0x7F0F033A
+			public const int please_input_phone_txt = 2131690298;
 			
 			// aapt resource value: 0x7F0F033C
-			public const int please_input_sign_get_sms_txt = 2131690300;
+			public const int please_input_platform_accesstoken_txt = 2131690300;
 			
 			// aapt resource value: 0x7F0F033D
-			public const int please_input_sign_txt = 2131690301;
+			public const int please_input_sign_get_sms_txt = 2131690301;
 			
 			// aapt resource value: 0x7F0F033E
-			public const int please_input_userid_txt = 2131690302;
+			public const int please_input_sign_txt = 2131690302;
 			
 			// aapt resource value: 0x7F0F033F
-			public const int please_open_wifi_network = 2131690303;
+			public const int please_input_userid_txt = 2131690303;
 			
 			// aapt resource value: 0x7F0F0340
-			public const int please_open_wifi_network_sadp = 2131690304;
+			public const int please_open_wifi_network = 2131690304;
 			
 			// aapt resource value: 0x7F0F0341
-			public const int please_operate_after_select_any_record = 2131690305;
+			public const int please_open_wifi_network_sadp = 2131690305;
 			
 			// aapt resource value: 0x7F0F0342
-			public const int please_try_connect_device_hotspot_manually = 2131690306;
+			public const int please_operate_after_select_any_record = 2131690306;
 			
 			// aapt resource value: 0x7F0F0343
-			public const int please_try_connect_device_hotspot_manually2 = 2131690307;
+			public const int please_try_connect_device_hotspot_manually = 2131690307;
 			
 			// aapt resource value: 0x7F0F0344
-			public const int plug = 2131690308;
+			public const int please_try_connect_device_hotspot_manually2 = 2131690308;
 			
 			// aapt resource value: 0x7F0F0345
-			public const int pm = 2131690309;
+			public const int plug = 2131690309;
 			
 			// aapt resource value: 0x7F0F0346
-			public const int press_again_to_exit = 2131690310;
+			public const int pm = 2131690310;
 			
 			// aapt resource value: 0x7F0F0347
-			public const int press_to_talk_release_to_listen = 2131690311;
+			public const int press_again_to_exit = 2131690311;
 			
 			// aapt resource value: 0x7F0F0348
-			public const int privacy_masking = 2131690312;
+			public const int press_to_talk_release_to_listen = 2131690312;
 			
 			// aapt resource value: 0x7F0F0349
-			public const int privacy_policy_and_service_agreement = 2131690313;
+			public const int previous = 2131690313;
 			
 			// aapt resource value: 0x7F0F034A
-			public const int probe_not_support_tip = 2131690314;
+			public const int privacy_masking = 2131690314;
 			
 			// aapt resource value: 0x7F0F034B
-			public const int promptUserToActivate = 2131690315;
+			public const int privacy_policy_and_service_agreement = 2131690315;
 			
 			// aapt resource value: 0x7F0F034C
-			public const int ptz = 2131690316;
+			public const int probe_not_support_tip = 2131690316;
 			
 			// aapt resource value: 0x7F0F034D
-			public const int ptz_control_timeout_cruise_track_failed = 2131690317;
+			public const int promptUserToActivate = 2131690317;
 			
 			// aapt resource value: 0x7F0F034E
-			public const int ptz_control_timeout_sound_lacalization_failed = 2131690318;
+			public const int ptz = 2131690318;
 			
 			// aapt resource value: 0x7F0F034F
-			public const int ptz_is_preseting = 2131690319;
+			public const int ptz_control_timeout_cruise_track_failed = 2131690319;
 			
 			// aapt resource value: 0x7F0F0350
-			public const int ptz_mirroring_failed = 2131690320;
+			public const int ptz_control_timeout_sound_lacalization_failed = 2131690320;
 			
 			// aapt resource value: 0x7F0F0351
-			public const int ptz_operation_failed = 2131690321;
+			public const int ptz_is_preseting = 2131690321;
 			
 			// aapt resource value: 0x7F0F0352
-			public const int ptz_operation_too_frequently = 2131690322;
+			public const int ptz_mirroring_failed = 2131690322;
 			
 			// aapt resource value: 0x7F0F0353
-			public const int ptz_preset_current_position_failed = 2131690323;
+			public const int ptz_operation_failed = 2131690323;
 			
 			// aapt resource value: 0x7F0F0354
-			public const int ptz_preset_exceed_maxnum_failed = 2131690324;
+			public const int ptz_operation_too_frequently = 2131690324;
 			
 			// aapt resource value: 0x7F0F0355
-			public const int ptz_preset_invalid_position_failed = 2131690325;
+			public const int ptz_preset_current_position_failed = 2131690325;
 			
 			// aapt resource value: 0x7F0F0356
-			public const int ptz_preset_sound_localization_failed = 2131690326;
+			public const int ptz_preset_exceed_maxnum_failed = 2131690326;
 			
 			// aapt resource value: 0x7F0F0357
-			public const int ptz_privacying_failed = 2131690327;
+			public const int ptz_preset_invalid_position_failed = 2131690327;
 			
 			// aapt resource value: 0x7F0F0358
-			public const int pull_to_refresh_from_bottom_pull_label = 2131690328;
+			public const int ptz_preset_sound_localization_failed = 2131690328;
 			
 			// aapt resource value: 0x7F0F0359
-			public const int pull_to_refresh_from_bottom_refreshing_label = 2131690329;
+			public const int ptz_privacying_failed = 2131690329;
 			
 			// aapt resource value: 0x7F0F035A
-			public const int pull_to_refresh_from_bottom_release_label = 2131690330;
+			public const int pull_to_refresh_from_bottom_pull_label = 2131690330;
 			
 			// aapt resource value: 0x7F0F035B
-			public const int pull_to_refresh_pull_label = 2131690331;
+			public const int pull_to_refresh_from_bottom_refreshing_label = 2131690331;
 			
 			// aapt resource value: 0x7F0F035C
-			public const int pull_to_refresh_refreshing_label = 2131690332;
+			public const int pull_to_refresh_from_bottom_release_label = 2131690332;
 			
 			// aapt resource value: 0x7F0F035D
-			public const int pull_to_refresh_release_label = 2131690333;
+			public const int pull_to_refresh_pull_label = 2131690333;
 			
 			// aapt resource value: 0x7F0F035E
-			public const int push_cat_body = 2131690334;
+			public const int pull_to_refresh_refreshing_label = 2131690334;
 			
 			// aapt resource value: 0x7F0F035F
-			public const int push_cat_head = 2131690335;
+			public const int pull_to_refresh_release_label = 2131690335;
 			
 			// aapt resource value: 0x7F0F0360
-			public const int push_event_alarm_title = 2131690336;
+			public const int push = 2131690336;
 			
 			// aapt resource value: 0x7F0F0361
-			public const int push_event_from = 2131690337;
+			public const int push_event_alarm_title = 2131690337;
 			
 			// aapt resource value: 0x7F0F0362
-			public const int push_event_get = 2131690338;
+			public const int push_event_from = 2131690338;
 			
 			// aapt resource value: 0x7F0F0363
-			public const int push_event_get_count = 2131690339;
+			public const int push_event_get = 2131690339;
 			
 			// aapt resource value: 0x7F0F0364
-			public const int push_out_event_alarm_title = 2131690340;
+			public const int push_event_get_count = 2131690340;
 			
 			// aapt resource value: 0x7F0F0365
-			public const int pwd_not_contain_chinese = 2131690341;
+			public const int push_out_event_alarm_title = 2131690341;
 			
 			// aapt resource value: 0x7F0F0366
-			public const int qrcode_card = 2131690342;
+			public const int pwd_not_contain_chinese = 2131690342;
 			
 			// aapt resource value: 0x7F0F0367
-			public const int quality_balanced = 2131690343;
+			public const int qrcode_card = 2131690343;
 			
 			// aapt resource value: 0x7F0F0368
-			public const int quality_flunet = 2131690344;
+			public const int quality_balanced = 2131690344;
 			
 			// aapt resource value: 0x7F0F0369
-			public const int quality_hd = 2131690345;
+			public const int quality_flunet = 2131690345;
 			
 			// aapt resource value: 0x7F0F036A
-			public const int quality_super_hd = 2131690346;
-			
-			// aapt resource value: 0x7F0F0371
-			public const int querying_camera_text = 2131690353;
+			public const int quality_hd = 2131690346;
 			
 			// aapt resource value: 0x7F0F036B
-			public const int query_camera_fail = 2131690347;
-			
-			// aapt resource value: 0x7F0F036C
-			public const int query_camera_fail_network_exception = 2131690348;
-			
-			// aapt resource value: 0x7F0F036D
-			public const int query_camera_fail_network_exception_or_server_exception = 2131690349;
-			
-			// aapt resource value: 0x7F0F036E
-			public const int query_camera_fail_not_exit = 2131690350;
-			
-			// aapt resource value: 0x7F0F036F
-			public const int query_camera_fail_repeat_error = 2131690351;
-			
-			// aapt resource value: 0x7F0F0370
-			public const int query_camera_fail_server_exception = 2131690352;
-			
-			// aapt resource value: 0x7F0F0373
-			public const int readed = 2131690355;
+			public const int quality_super_hd = 2131690347;
 			
 			// aapt resource value: 0x7F0F0372
-			public const int read_privacy_policy_and_service_agreement_tip = 2131690354;
+			public const int querying_camera_text = 2131690354;
+			
+			// aapt resource value: 0x7F0F036C
+			public const int query_camera_fail = 2131690348;
+			
+			// aapt resource value: 0x7F0F036D
+			public const int query_camera_fail_network_exception = 2131690349;
+			
+			// aapt resource value: 0x7F0F036E
+			public const int query_camera_fail_network_exception_or_server_exception = 2131690350;
+			
+			// aapt resource value: 0x7F0F036F
+			public const int query_camera_fail_not_exit = 2131690351;
+			
+			// aapt resource value: 0x7F0F0370
+			public const int query_camera_fail_repeat_error = 2131690352;
+			
+			// aapt resource value: 0x7F0F0371
+			public const int query_camera_fail_server_exception = 2131690353;
 			
 			// aapt resource value: 0x7F0F0374
-			public const int realplay = 2131690356;
+			public const int readed = 2131690356;
+			
+			// aapt resource value: 0x7F0F0373
+			public const int read_privacy_policy_and_service_agreement_tip = 2131690355;
 			
 			// aapt resource value: 0x7F0F0375
-			public const int realplay_close_sound_localization_fail = 2131690357;
+			public const int realplay = 2131690357;
 			
 			// aapt resource value: 0x7F0F0376
-			public const int realplay_encrypt_password_error_message = 2131690358;
+			public const int realplay_close_sound_localization_fail = 2131690358;
 			
 			// aapt resource value: 0x7F0F0377
-			public const int realplay_encrypt_password_error_title = 2131690359;
+			public const int realplay_encrypt_password_error_message = 2131690359;
 			
 			// aapt resource value: 0x7F0F0378
-			public const int realplay_fail_connect_device = 2131690360;
+			public const int realplay_encrypt_password_error_title = 2131690360;
 			
 			// aapt resource value: 0x7F0F0379
-			public const int realplay_fail_device_not_exist = 2131690361;
+			public const int realplay_fail_connect_device = 2131690361;
 			
 			// aapt resource value: 0x7F0F037A
-			public const int realplay_full_talk_start_tip = 2131690362;
+			public const int realplay_fail_device_not_exist = 2131690362;
 			
 			// aapt resource value: 0x7F0F037B
-			public const int realplay_loading = 2131690363;
+			public const int realplay_full_talk_start_tip = 2131690363;
 			
 			// aapt resource value: 0x7F0F037C
-			public const int realplay_login_password_error = 2131690364;
+			public const int realplay_loading = 2131690364;
 			
 			// aapt resource value: 0x7F0F037D
-			public const int realplay_login_password_msg = 2131690365;
+			public const int realplay_login_password_error = 2131690365;
 			
 			// aapt resource value: 0x7F0F037E
-			public const int realplay_no_encrypt_password_error = 2131690366;
+			public const int realplay_login_password_msg = 2131690366;
 			
 			// aapt resource value: 0x7F0F037F
-			public const int realplay_no_permission = 2131690367;
+			public const int realplay_no_encrypt_password_error = 2131690367;
 			
 			// aapt resource value: 0x7F0F0380
-			public const int realplay_open_sound_localization_fail = 2131690368;
+			public const int realplay_no_permission = 2131690368;
 			
 			// aapt resource value: 0x7F0F0381
-			public const int realplay_password_error_message1 = 2131690369;
+			public const int realplay_open_sound_localization_fail = 2131690369;
 			
 			// aapt resource value: 0x7F0F0382
-			public const int realplay_password_error_message3 = 2131690370;
+			public const int realplay_password_error_message1 = 2131690370;
 			
 			// aapt resource value: 0x7F0F0383
-			public const int realplay_password_error_message4 = 2131690371;
+			public const int realplay_password_error_message3 = 2131690371;
 			
 			// aapt resource value: 0x7F0F0384
-			public const int realplay_password_error_title = 2131690372;
+			public const int realplay_password_error_message4 = 2131690372;
 			
 			// aapt resource value: 0x7F0F0385
-			public const int realplay_play_fail = 2131690373;
+			public const int realplay_password_error_title = 2131690373;
 			
 			// aapt resource value: 0x7F0F0386
-			public const int realplay_play_fail_becauseof_network = 2131690374;
+			public const int realplay_play_fail = 2131690374;
 			
 			// aapt resource value: 0x7F0F0387
-			public const int realplay_play_no_video_source = 2131690375;
+			public const int realplay_play_fail_becauseof_network = 2131690375;
 			
 			// aapt resource value: 0x7F0F0388
-			public const int realplay_play_talkback_fail = 2131690376;
+			public const int realplay_play_no_video_source = 2131690376;
 			
 			// aapt resource value: 0x7F0F0389
-			public const int realplay_play_talkback_fail_ison = 2131690377;
+			public const int realplay_play_talkback_fail = 2131690377;
 			
 			// aapt resource value: 0x7F0F038A
-			public const int realplay_play_talkback_fail_privacy = 2131690378;
+			public const int realplay_play_talkback_fail_ison = 2131690378;
 			
 			// aapt resource value: 0x7F0F038B
-			public const int realplay_play_talkback_network_exception = 2131690379;
+			public const int realplay_play_talkback_fail_privacy = 2131690379;
 			
 			// aapt resource value: 0x7F0F038C
-			public const int realplay_play_talkback_request_timeout = 2131690380;
+			public const int realplay_play_talkback_network_exception = 2131690380;
 			
 			// aapt resource value: 0x7F0F038D
-			public const int realplay_set_fail_network = 2131690381;
+			public const int realplay_play_talkback_request_timeout = 2131690381;
 			
 			// aapt resource value: 0x7F0F038E
-			public const int realplay_set_fail_status = 2131690382;
+			public const int realplay_set_fail_network = 2131690382;
 			
 			// aapt resource value: 0x7F0F038F
-			public const int realplay_set_vediomode_fail = 2131690383;
+			public const int realplay_set_fail_status = 2131690383;
 			
 			// aapt resource value: 0x7F0F0390
-			public const int realplay_share_no_permission = 2131690384;
+			public const int realplay_set_vediomode_fail = 2131690384;
 			
 			// aapt resource value: 0x7F0F0391
-			public const int realplay_share_time_over = 2131690385;
+			public const int realplay_share_no_permission = 2131690385;
 			
 			// aapt resource value: 0x7F0F0392
-			public const int realplay_verifycode_error_message0 = 2131690386;
+			public const int realplay_share_time_over = 2131690386;
 			
 			// aapt resource value: 0x7F0F0393
-			public const int realplay_verifycode_error_placehold = 2131690387;
+			public const int realplay_verifycode_error_message0 = 2131690387;
 			
 			// aapt resource value: 0x7F0F0394
-			public const int receice_leave_msg_audio = 2131690388;
+			public const int realplay_verifycode_error_placehold = 2131690388;
 			
 			// aapt resource value: 0x7F0F0395
-			public const int receice_leave_msg_video = 2131690389;
+			public const int receice_leave_msg_audio = 2131690389;
 			
 			// aapt resource value: 0x7F0F0396
-			public const int record = 2131690390;
+			public const int receice_leave_msg_video = 2131690390;
 			
 			// aapt resource value: 0x7F0F0397
-			public const int refresh = 2131690391;
-			
-			// aapt resource value: 0x7F0F039B
-			public const int refreshing = 2131690395;
+			public const int record = 2131690391;
 			
 			// aapt resource value: 0x7F0F0398
-			public const int refresh_done = 2131690392;
-			
-			// aapt resource value: 0x7F0F0399
-			public const int refresh_empty_hint = 2131690393;
-			
-			// aapt resource value: 0x7F0F039A
-			public const int refresh_fail_hint = 2131690394;
-			
-			// aapt resource value: 0x7F0F039D
-			public const int remoteplayback_capture_fail = 2131690397;
-			
-			// aapt resource value: 0x7F0F039E
-			public const int remoteplayback_capture_fail_for_memory = 2131690398;
-			
-			// aapt resource value: 0x7F0F039F
-			public const int remoteplayback_connect_device_error = 2131690399;
-			
-			// aapt resource value: 0x7F0F03A0
-			public const int remoteplayback_connect_server_error = 2131690400;
-			
-			// aapt resource value: 0x7F0F03A1
-			public const int remoteplayback_fail = 2131690401;
-			
-			// aapt resource value: 0x7F0F03A2
-			public const int remoteplayback_norecordfile = 2131690402;
-			
-			// aapt resource value: 0x7F0F03A3
-			public const int remoteplayback_norecordfile_alarm = 2131690403;
-			
-			// aapt resource value: 0x7F0F03A4
-			public const int remoteplayback_over_link = 2131690404;
-			
-			// aapt resource value: 0x7F0F03A5
-			public const int remoteplayback_record_fail = 2131690405;
-			
-			// aapt resource value: 0x7F0F03A6
-			public const int remoteplayback_record_fail_for_memory = 2131690406;
+			public const int refresh = 2131690392;
 			
 			// aapt resource value: 0x7F0F039C
-			public const int remoteplayback_SDCard_disable_use = 2131690396;
+			public const int refreshing = 2131690396;
+			
+			// aapt resource value: 0x7F0F0399
+			public const int refresh_done = 2131690393;
+			
+			// aapt resource value: 0x7F0F039A
+			public const int refresh_empty_hint = 2131690394;
+			
+			// aapt resource value: 0x7F0F039B
+			public const int refresh_fail_hint = 2131690395;
+			
+			// aapt resource value: 0x7F0F039E
+			public const int remoteplayback_capture_fail = 2131690398;
+			
+			// aapt resource value: 0x7F0F039F
+			public const int remoteplayback_capture_fail_for_memory = 2131690399;
+			
+			// aapt resource value: 0x7F0F03A0
+			public const int remoteplayback_connect_device_error = 2131690400;
+			
+			// aapt resource value: 0x7F0F03A1
+			public const int remoteplayback_connect_server_error = 2131690401;
+			
+			// aapt resource value: 0x7F0F03A2
+			public const int remoteplayback_fail = 2131690402;
+			
+			// aapt resource value: 0x7F0F03A3
+			public const int remoteplayback_norecordfile = 2131690403;
+			
+			// aapt resource value: 0x7F0F03A4
+			public const int remoteplayback_norecordfile_alarm = 2131690404;
+			
+			// aapt resource value: 0x7F0F03A5
+			public const int remoteplayback_over_link = 2131690405;
+			
+			// aapt resource value: 0x7F0F03A6
+			public const int remoteplayback_record_fail = 2131690406;
 			
 			// aapt resource value: 0x7F0F03A7
-			public const int remoteplayback_searchfile_fail_for_device = 2131690407;
+			public const int remoteplayback_record_fail_for_memory = 2131690407;
+			
+			// aapt resource value: 0x7F0F039D
+			public const int remoteplayback_SDCard_disable_use = 2131690397;
 			
 			// aapt resource value: 0x7F0F03A8
-			public const int remoteplayback_searchfile_fail_for_network = 2131690408;
+			public const int remoteplayback_searchfile_fail_for_device = 2131690408;
 			
 			// aapt resource value: 0x7F0F03A9
-			public const int reset_10_sec_to_release = 2131690409;
+			public const int remoteplayback_searchfile_fail_for_network = 2131690409;
 			
 			// aapt resource value: 0x7F0F03AA
-			public const int reset_device = 2131690410;
+			public const int reset_10_sec_to_release = 2131690410;
 			
 			// aapt resource value: 0x7F0F03AB
-			public const int result_txt = 2131690411;
+			public const int reset_device = 2131690411;
 			
 			// aapt resource value: 0x7F0F03AC
-			public const int retry = 2131690412;
-			
-			// aapt resource value: 0x7F0F03AE
-			public const int router = 2131690414;
+			public const int result_txt = 2131690412;
 			
 			// aapt resource value: 0x7F0F03AD
-			public const int route_status_light = 2131690413;
+			public const int retry = 2131690413;
 			
 			// aapt resource value: 0x7F0F03AF
-			public const int sadp_activate_state1 = 2131690415;
+			public const int router = 2131690415;
+			
+			// aapt resource value: 0x7F0F03AE
+			public const int route_status_light = 2131690414;
 			
 			// aapt resource value: 0x7F0F03B0
-			public const int sadp_activate_state2 = 2131690416;
+			public const int sadp_activate_state1 = 2131690416;
 			
 			// aapt resource value: 0x7F0F03B1
-			public const int sadp_password_input_hint = 2131690417;
+			public const int sadp_activate_state2 = 2131690417;
 			
 			// aapt resource value: 0x7F0F03B2
-			public const int sadp_password_toast = 2131690418;
+			public const int sadp_password_input_hint = 2131690418;
 			
 			// aapt resource value: 0x7F0F03B3
-			public const int sadp_password_too_weak = 2131690419;
+			public const int sadp_password_toast = 2131690419;
 			
 			// aapt resource value: 0x7F0F03B4
-			public const int sadp_quit_activate = 2131690420;
+			public const int sadp_password_too_weak = 2131690420;
 			
 			// aapt resource value: 0x7F0F03B5
-			public const int save_encrypt_password_fail_network_exception = 2131690421;
+			public const int sadp_quit_activate = 2131690421;
 			
 			// aapt resource value: 0x7F0F03B6
-			public const int scan_add = 2131690422;
+			public const int save_encrypt_password_fail_network_exception = 2131690422;
 			
 			// aapt resource value: 0x7F0F03B7
-			public const int scan_connet_network = 2131690423;
+			public const int scan_add = 2131690423;
 			
 			// aapt resource value: 0x7F0F03B8
-			public const int scan_cue_txt = 2131690424;
+			public const int scan_connet_network = 2131690424;
 			
 			// aapt resource value: 0x7F0F03B9
-			public const int scan_device_add_by_others = 2131690425;
+			public const int scan_cue_txt = 2131690425;
 			
 			// aapt resource value: 0x7F0F03BA
-			public const int scan_device_search = 2131690426;
+			public const int scan_device_add_by_others = 2131690426;
 			
 			// aapt resource value: 0x7F0F03BB
-			public const int scan_device_serial_no = 2131690427;
+			public const int scan_device_search = 2131690427;
 			
 			// aapt resource value: 0x7F0F03BC
-			public const int scan_network_unavailible = 2131690428;
+			public const int scan_device_serial_no = 2131690428;
 			
 			// aapt resource value: 0x7F0F03BD
-			public const int scan_probe_qrcode_error = 2131690429;
+			public const int scan_network_unavailible = 2131690429;
 			
 			// aapt resource value: 0x7F0F03BE
-			public const int scan_search_probe_qrcode = 2131690430;
+			public const int scan_probe_qrcode_error = 2131690430;
 			
 			// aapt resource value: 0x7F0F03BF
-			public const int scan_title = 2131690431;
+			public const int scan_search_probe_qrcode = 2131690431;
 			
 			// aapt resource value: 0x7F0F03C0
-			public const int scan_title_txt = 2131690432;
+			public const int scan_title = 2131690432;
 			
 			// aapt resource value: 0x7F0F03C1
-			public const int screenshot_fail = 2131690433;
+			public const int scan_title_txt = 2131690433;
 			
 			// aapt resource value: 0x7F0F03C2
-			public const int screenshot_success = 2131690434;
-			
-			// aapt resource value: 0x7F0F03C5
-			public const int sdk_is_init = 2131690437;
-			
-			// aapt resource value: 0x7F0F03C4
-			public const int sd_card_formatting = 2131690436;
+			public const int screenshot_fail = 2131690434;
 			
 			// aapt resource value: 0x7F0F03C3
-			public const int sd_card_format_tip = 2131690435;
+			public const int screenshot_success = 2131690435;
 			
 			// aapt resource value: 0x7F0F03C6
-			public const int search = 2131690438;
+			public const int sdk_is_init = 2131690438;
+			
+			// aapt resource value: 0x7F0F03C5
+			public const int sd_card_formatting = 2131690437;
+			
+			// aapt resource value: 0x7F0F03C4
+			public const int sd_card_format_tip = 2131690436;
 			
 			// aapt resource value: 0x7F0F03C7
-			public const int search_menu_title = 2131690439;
+			public const int search = 2131690439;
 			
 			// aapt resource value: 0x7F0F03C8
-			public const int secure_validate = 2131690440;
-			
-			// aapt resource value: 0x7F0F03CA
-			public const int secure_validatee_fail = 2131690442;
+			public const int search_menu_title = 2131690440;
 			
 			// aapt resource value: 0x7F0F03C9
-			public const int secure_validate_success = 2131690441;
+			public const int second_fragment_label = 2131690441;
 			
-			// aapt resource value: 0x7F0F03CB
-			public const int seek_camera_fail_device_not_support_shipin7 = 2131690443;
+			// aapt resource value: 0x7F0F03CA
+			public const int secure_validate = 2131690442;
 			
 			// aapt resource value: 0x7F0F03CC
-			public const int select_all = 2131690444;
+			public const int secure_validatee_fail = 2131690444;
+			
+			// aapt resource value: 0x7F0F03CB
+			public const int secure_validate_success = 2131690443;
 			
 			// aapt resource value: 0x7F0F03CD
-			public const int select_date = 2131690445;
+			public const int seek_camera_fail_device_not_support_shipin7 = 2131690445;
 			
 			// aapt resource value: 0x7F0F03CE
-			public const int select_set_parameters = 2131690446;
+			public const int select_all = 2131690446;
 			
 			// aapt resource value: 0x7F0F03CF
-			public const int select_set_wifi = 2131690447;
+			public const int select_date = 2131690447;
 			
 			// aapt resource value: 0x7F0F03D0
-			public const int serial_add_hint = 2131690448;
+			public const int select_set_parameters = 2131690448;
 			
 			// aapt resource value: 0x7F0F03D1
-			public const int serial_add_password_error_title = 2131690449;
+			public const int select_set_wifi = 2131690449;
 			
 			// aapt resource value: 0x7F0F03D2
-			public const int serial_input_text = 2131690450;
+			public const int serial_add_hint = 2131690450;
 			
 			// aapt resource value: 0x7F0F03D3
-			public const int serial_number_error = 2131690451;
+			public const int serial_add_password_error_title = 2131690451;
 			
 			// aapt resource value: 0x7F0F03D4
-			public const int serial_number_is_null = 2131690452;
+			public const int serial_input_text = 2131690452;
 			
 			// aapt resource value: 0x7F0F03D5
-			public const int serial_number_put_the_right_no = 2131690453;
+			public const int serial_number_error = 2131690453;
 			
 			// aapt resource value: 0x7F0F03D6
-			public const int server_area = 2131690454;
-			
-			// aapt resource value: 0x7F0F03DB
-			public const int setting = 2131690459;
-			
-			// aapt resource value: 0x7F0F03DC
-			public const int setting_video_level = 2131690460;
+			public const int serial_number_is_null = 2131690454;
 			
 			// aapt resource value: 0x7F0F03D7
-			public const int set_defence_plan = 2131690455;
+			public const int serial_number_put_the_right_no = 2131690455;
 			
 			// aapt resource value: 0x7F0F03D8
-			public const int set_device_wifi_network_need_reset_the_device = 2131690456;
-			
-			// aapt resource value: 0x7F0F03D9
-			public const int set_ptz_flip_fail = 2131690457;
-			
-			// aapt resource value: 0x7F0F03DA
-			public const int set_ptz_flip_success = 2131690458;
+			public const int server_area = 2131690456;
 			
 			// aapt resource value: 0x7F0F03DD
-			public const int share_devices = 2131690461;
+			public const int setting = 2131690461;
 			
 			// aapt resource value: 0x7F0F03DE
-			public const int sms_verify_bind_error = 2131690462;
+			public const int setting_video_level = 2131690462;
+			
+			// aapt resource value: 0x7F0F03D9
+			public const int set_defence_plan = 2131690457;
+			
+			// aapt resource value: 0x7F0F03DA
+			public const int set_device_wifi_network_need_reset_the_device = 2131690458;
+			
+			// aapt resource value: 0x7F0F03DB
+			public const int set_ptz_flip_fail = 2131690459;
+			
+			// aapt resource value: 0x7F0F03DC
+			public const int set_ptz_flip_success = 2131690460;
 			
 			// aapt resource value: 0x7F0F03DF
-			public const int sms_verify_code_received = 2131690463;
+			public const int share_devices = 2131690463;
 			
 			// aapt resource value: 0x7F0F03E0
-			public const int source_detection_off = 2131690464;
+			public const int sms_verify_bind_error = 2131690464;
 			
 			// aapt resource value: 0x7F0F03E1
-			public const int source_detection_on = 2131690465;
+			public const int sms_verify_code_received = 2131690465;
 			
 			// aapt resource value: 0x7F0F03E2
-			public const int specified_device = 2131690466;
+			public const int source_detection_off = 2131690466;
 			
 			// aapt resource value: 0x7F0F03E3
-			public const int srl_component_falsify = 2131690467;
+			public const int source_detection_on = 2131690467;
 			
 			// aapt resource value: 0x7F0F03E4
-			public const int srl_content_empty = 2131690468;
+			public const int specified_device = 2131690468;
 			
 			// aapt resource value: 0x7F0F03E5
-			public const int srl_footer_failed = 2131690469;
+			public const int srl_component_falsify = 2131690469;
 			
 			// aapt resource value: 0x7F0F03E6
-			public const int srl_footer_finish = 2131690470;
+			public const int srl_content_empty = 2131690470;
 			
 			// aapt resource value: 0x7F0F03E7
-			public const int srl_footer_loading = 2131690471;
+			public const int srl_footer_failed = 2131690471;
 			
 			// aapt resource value: 0x7F0F03E8
-			public const int srl_footer_nothing = 2131690472;
+			public const int srl_footer_finish = 2131690472;
 			
 			// aapt resource value: 0x7F0F03E9
-			public const int srl_footer_pulling = 2131690473;
+			public const int srl_footer_loading = 2131690473;
 			
 			// aapt resource value: 0x7F0F03EA
-			public const int srl_footer_refreshing = 2131690474;
+			public const int srl_footer_nothing = 2131690474;
 			
 			// aapt resource value: 0x7F0F03EB
-			public const int srl_footer_release = 2131690475;
+			public const int srl_footer_pulling = 2131690475;
 			
 			// aapt resource value: 0x7F0F03EC
-			public const int srl_header_failed = 2131690476;
+			public const int srl_footer_refreshing = 2131690476;
 			
 			// aapt resource value: 0x7F0F03ED
-			public const int srl_header_finish = 2131690477;
+			public const int srl_footer_release = 2131690477;
 			
 			// aapt resource value: 0x7F0F03EE
-			public const int srl_header_loading = 2131690478;
+			public const int srl_header_failed = 2131690478;
 			
 			// aapt resource value: 0x7F0F03EF
-			public const int srl_header_pulling = 2131690479;
+			public const int srl_header_finish = 2131690479;
 			
 			// aapt resource value: 0x7F0F03F0
-			public const int srl_header_refreshing = 2131690480;
+			public const int srl_header_loading = 2131690480;
 			
 			// aapt resource value: 0x7F0F03F1
-			public const int srl_header_release = 2131690481;
+			public const int srl_header_pulling = 2131690481;
 			
 			// aapt resource value: 0x7F0F03F2
-			public const int srl_header_secondary = 2131690482;
+			public const int srl_header_refreshing = 2131690482;
 			
 			// aapt resource value: 0x7F0F03F3
-			public const int srl_header_update = 2131690483;
+			public const int srl_header_release = 2131690483;
 			
 			// aapt resource value: 0x7F0F03F4
-			public const int start_cloud = 2131690484;
+			public const int srl_header_secondary = 2131690484;
 			
 			// aapt resource value: 0x7F0F03F5
-			public const int start_to_experience = 2131690485;
+			public const int srl_header_update = 2131690485;
 			
 			// aapt resource value: 0x7F0F03F6
-			public const int start_voice_talk = 2131690486;
+			public const int start_cloud = 2131690486;
 			
 			// aapt resource value: 0x7F0F03F7
-			public const int status_bar_notification_info_overflow = 2131690487;
+			public const int start_to_experience = 2131690487;
 			
 			// aapt resource value: 0x7F0F03F8
-			public const int step3_adding_device_to_account = 2131690488;
+			public const int start_voice_talk = 2131690488;
 			
 			// aapt resource value: 0x7F0F03F9
-			public const int stop = 2131690489;
+			public const int status_bar_notification_info_overflow = 2131690489;
 			
 			// aapt resource value: 0x7F0F03FA
-			public const int storage_status = 2131690490;
+			public const int step3_adding_device_to_account = 2131690490;
 			
 			// aapt resource value: 0x7F0F03FB
-			public const int stream_type = 2131690491;
-			
-			// aapt resource value: 0x7F0F03FE
-			public const int string_apiurl = 2131690494;
+			public const int stop = 2131690491;
 			
 			// aapt resource value: 0x7F0F03FC
-			public const int string_ap_connection = 2131690492;
+			public const int storage_status = 2131690492;
 			
 			// aapt resource value: 0x7F0F03FD
-			public const int string_ap_connection_normal = 2131690493;
-			
-			// aapt resource value: 0x7F0F03FF
-			public const int string_authurl = 2131690495;
-			
-			// aapt resource value: 0x7F0F0401
-			public const int string_deviceserial = 2131690497;
+			public const int stream_type = 2131690493;
 			
 			// aapt resource value: 0x7F0F0400
-			public const int string_device_network_mode = 2131690496;
+			public const int string_apiurl = 2131690496;
 			
-			// aapt resource value: 0x7F0F0402
-			public const int string_ezopenurl = 2131690498;
+			// aapt resource value: 0x7F0F03FE
+			public const int string_ap_connection = 2131690494;
+			
+			// aapt resource value: 0x7F0F03FF
+			public const int string_ap_connection_normal = 2131690495;
+			
+			// aapt resource value: 0x7F0F0401
+			public const int string_authurl = 2131690497;
 			
 			// aapt resource value: 0x7F0F0403
-			public const int string_get_device_version_fail = 2131690499;
+			public const int string_deviceserial = 2131690499;
+			
+			// aapt resource value: 0x7F0F0402
+			public const int string_device_network_mode = 2131690498;
 			
 			// aapt resource value: 0x7F0F0404
-			public const int string_smart_and_sound_wave_connection = 2131690500;
+			public const int string_ezopenurl = 2131690500;
 			
 			// aapt resource value: 0x7F0F0405
-			public const int string_smart_connection = 2131690501;
+			public const int string_get_device_version_fail = 2131690501;
 			
 			// aapt resource value: 0x7F0F0406
-			public const int string_smart_connection_normal = 2131690502;
+			public const int string_smart_and_sound_wave_connection = 2131690502;
 			
 			// aapt resource value: 0x7F0F0407
-			public const int string_sound_wave_connection = 2131690503;
+			public const int string_smart_connection = 2131690503;
 			
 			// aapt resource value: 0x7F0F0408
-			public const int string_wired_connection = 2131690504;
+			public const int string_smart_connection_normal = 2131690504;
 			
 			// aapt resource value: 0x7F0F0409
-			public const int submit_secure_validate = 2131690505;
+			public const int string_sound_wave_connection = 2131690505;
 			
 			// aapt resource value: 0x7F0F040A
-			public const int submit_sms_code = 2131690506;
+			public const int string_wired_connection = 2131690506;
 			
 			// aapt resource value: 0x7F0F040B
-			public const int switch_to_handset = 2131690507;
+			public const int submit_secure_validate = 2131690507;
 			
 			// aapt resource value: 0x7F0F040C
-			public const int switch_to_speaker = 2131690508;
+			public const int submit_sms_code = 2131690508;
 			
 			// aapt resource value: 0x7F0F040D
-			public const int system_default_channel = 2131690509;
+			public const int switch_to_handset = 2131690509;
 			
 			// aapt resource value: 0x7F0F040E
-			public const int tab_more = 2131690510;
+			public const int switch_to_speaker = 2131690510;
 			
 			// aapt resource value: 0x7F0F040F
-			public const int talk = 2131690511;
-			
-			// aapt resource value: 0x7F0F0412
-			public const int talking = 2131690514;
+			public const int tab_info = 2131690511;
 			
 			// aapt resource value: 0x7F0F0410
-			public const int talk_open_failed = 2131690512;
+			public const int tab_main = 2131690512;
 			
 			// aapt resource value: 0x7F0F0411
-			public const int talk_open_success = 2131690513;
+			public const int tab_more = 2131690513;
 			
-			// aapt resource value: 0x7F0F0413
-			public const int text_day_ago = 2131690515;
-			
-			// aapt resource value: 0x7F0F0414
-			public const int text_end_time_hint = 2131690516;
+			// aapt resource value: 0x7F0F0412
+			public const int talk = 2131690514;
 			
 			// aapt resource value: 0x7F0F0415
-			public const int text_hour_ago = 2131690517;
+			public const int talking = 2131690517;
+			
+			// aapt resource value: 0x7F0F0413
+			public const int talk_open_failed = 2131690515;
+			
+			// aapt resource value: 0x7F0F0414
+			public const int talk_open_success = 2131690516;
 			
 			// aapt resource value: 0x7F0F0416
-			public const int text_just = 2131690518;
+			public const int text_day_ago = 2131690518;
 			
 			// aapt resource value: 0x7F0F0417
-			public const int text_minute_ago = 2131690519;
+			public const int text_end_time_hint = 2131690519;
 			
 			// aapt resource value: 0x7F0F0418
-			public const int text_month_ago = 2131690520;
+			public const int text_hour_ago = 2131690520;
 			
 			// aapt resource value: 0x7F0F0419
-			public const int text_press_to_copy = 2131690521;
+			public const int text_info = 2131690521;
 			
 			// aapt resource value: 0x7F0F041A
-			public const int text_seconds_ago = 2131690522;
+			public const int text_just = 2131690522;
 			
 			// aapt resource value: 0x7F0F041B
-			public const int text_start_time_hint = 2131690523;
+			public const int text_minute_ago = 2131690523;
 			
 			// aapt resource value: 0x7F0F041C
-			public const int text_year_ago = 2131690524;
+			public const int text_month_ago = 2131690524;
 			
 			// aapt resource value: 0x7F0F041D
-			public const int tip = 2131690525;
+			public const int text_press_to_copy = 2131690525;
 			
 			// aapt resource value: 0x7F0F041E
-			public const int tip_confirm_unlock = 2131690526;
+			public const int text_seconds_ago = 2131690526;
 			
 			// aapt resource value: 0x7F0F041F
-			public const int tip_heard_voice = 2131690527;
+			public const int text_start_time_hint = 2131690527;
 			
 			// aapt resource value: 0x7F0F0420
-			public const int tip_login_out = 2131690528;
+			public const int text_year_ago = 2131690528;
 			
 			// aapt resource value: 0x7F0F0421
-			public const int tip_of_added_by_yourself_and_online = 2131690529;
+			public const int tip = 2131690529;
 			
 			// aapt resource value: 0x7F0F0422
-			public const int tip_of_bad_net = 2131690530;
+			public const int tip_confirm_unlock = 2131690530;
 			
 			// aapt resource value: 0x7F0F0423
-			public const int tip_playback_again = 2131690531;
+			public const int tip_heard_voice = 2131690531;
 			
 			// aapt resource value: 0x7F0F0424
-			public const int tip_specified_device = 2131690532;
+			public const int tip_login_out = 2131690532;
 			
 			// aapt resource value: 0x7F0F0425
-			public const int title_activate_device = 2131690533;
+			public const int tip_of_added_by_yourself_and_online = 2131690533;
 			
 			// aapt resource value: 0x7F0F0426
-			public const int title_activate_device_fail = 2131690534;
+			public const int tip_of_bad_net = 2131690534;
 			
 			// aapt resource value: 0x7F0F0427
-			public const int title_activity_connect_device_wifi = 2131690535;
+			public const int tip_playback_again = 2131690535;
 			
 			// aapt resource value: 0x7F0F0428
-			public const int title_activity_ezupgrade_device = 2131690536;
+			public const int tip_specified_device = 2131690536;
 			
 			// aapt resource value: 0x7F0F0429
-			public const int today = 2131690537;
+			public const int title_activate_device = 2131690537;
 			
 			// aapt resource value: 0x7F0F042A
-			public const int touch_fingerprint_sensor_hint = 2131690538;
+			public const int title_activate_device_fail = 2131690538;
 			
 			// aapt resource value: 0x7F0F042B
-			public const int touch_to_load = 2131690539;
+			public const int title_activity_connect_device_wifi = 2131690539;
 			
 			// aapt resource value: 0x7F0F042C
-			public const int try_again = 2131690540;
+			public const int title_activity_ezupgrade_device = 2131690540;
 			
 			// aapt resource value: 0x7F0F042D
-			public const int ui_call_demo_txt = 2131690541;
+			public const int toast_copy_ok = 2131690541;
 			
 			// aapt resource value: 0x7F0F042E
-			public const int unable_identify_two_dimensional_code_tip = 2131690542;
+			public const int toast_modify_ok = 2131690542;
 			
 			// aapt resource value: 0x7F0F042F
-			public const int unanswered = 2131690543;
+			public const int today = 2131690543;
 			
 			// aapt resource value: 0x7F0F0430
-			public const int unbind_to_bind = 2131690544;
+			public const int touch_fingerprint_sensor_hint = 2131690544;
 			
 			// aapt resource value: 0x7F0F0431
-			public const int unblanking = 2131690545;
+			public const int touch_to_load = 2131690545;
 			
 			// aapt resource value: 0x7F0F0432
-			public const int unknow_ssid = 2131690546;
+			public const int try_again = 2131690546;
 			
 			// aapt resource value: 0x7F0F0433
-			public const int unlock_fail = 2131690547;
+			public const int ui_call_demo_txt = 2131690547;
 			
 			// aapt resource value: 0x7F0F0434
-			public const int unlock_success = 2131690548;
+			public const int unable_identify_two_dimensional_code_tip = 2131690548;
 			
 			// aapt resource value: 0x7F0F0435
-			public const int unnamed = 2131690549;
+			public const int unanswered = 2131690549;
 			
 			// aapt resource value: 0x7F0F0436
-			public const int update_exit = 2131690550;
+			public const int unbind_to_bind = 2131690550;
 			
 			// aapt resource value: 0x7F0F0437
-			public const int upgrade = 2131690551;
+			public const int unblanking = 2131690551;
 			
 			// aapt resource value: 0x7F0F0438
-			public const int upgrade_fail = 2131690552;
+			public const int unknow_ssid = 2131690552;
 			
 			// aapt resource value: 0x7F0F0439
-			public const int upgrade_progress = 2131690553;
+			public const int unlock_fail = 2131690553;
 			
 			// aapt resource value: 0x7F0F043A
-			public const int upgrade_success = 2131690554;
+			public const int unlock_success = 2131690554;
 			
 			// aapt resource value: 0x7F0F043B
-			public const int upgrade_success_progress = 2131690555;
+			public const int unnamed = 2131690555;
 			
 			// aapt resource value: 0x7F0F043C
-			public const int user_input_name = 2131690556;
+			public const int update_exit = 2131690556;
 			
 			// aapt resource value: 0x7F0F043D
-			public const int user_login_title = 2131690557;
+			public const int upgrade = 2131690557;
 			
 			// aapt resource value: 0x7F0F043E
-			public const int user_name_txt = 2131690558;
+			public const int upgrade_fail = 2131690558;
 			
 			// aapt resource value: 0x7F0F043F
-			public const int user_pwd_login_login = 2131690559;
+			public const int upgrade_progress = 2131690559;
 			
 			// aapt resource value: 0x7F0F0440
-			public const int user_register = 2131690560;
+			public const int upgrade_success = 2131690560;
 			
 			// aapt resource value: 0x7F0F0441
-			public const int user_register_btn = 2131690561;
+			public const int upgrade_success_progress = 2131690561;
 			
 			// aapt resource value: 0x7F0F0442
-			public const int valid_code_retrieve_valid_num = 2131690562;
+			public const int user_input_name = 2131690562;
 			
 			// aapt resource value: 0x7F0F0443
-			public const int verify_camera_fail_network_exception = 2131690563;
+			public const int user_login_title = 2131690563;
 			
 			// aapt resource value: 0x7F0F0444
-			public const int verify_code_error = 2131690564;
+			public const int user_name_txt = 2131690564;
 			
 			// aapt resource value: 0x7F0F0445
-			public const int verify_sms_code_fail = 2131690565;
+			public const int user_pwd_login_login = 2131690565;
 			
 			// aapt resource value: 0x7F0F0446
-			public const int verify_sms_code_success = 2131690566;
+			public const int user_register = 2131690566;
 			
 			// aapt resource value: 0x7F0F0447
-			public const int version_newest = 2131690567;
+			public const int user_register_btn = 2131690567;
 			
 			// aapt resource value: 0x7F0F0448
-			public const int video_answer = 2131690568;
+			public const int valid_code_retrieve_valid_num = 2131690568;
 			
 			// aapt resource value: 0x7F0F0449
-			public const int video_box = 2131690569;
+			public const int verify_camera_fail_network_exception = 2131690569;
 			
 			// aapt resource value: 0x7F0F044A
-			public const int video_confirm = 2131690570;
+			public const int verify_code_error = 2131690570;
 			
 			// aapt resource value: 0x7F0F044B
-			public const int video_device = 2131690571;
+			public const int verify_sms_code_fail = 2131690571;
 			
 			// aapt resource value: 0x7F0F044C
-			public const int video_fail = 2131690572;
+			public const int verify_sms_code_success = 2131690572;
 			
 			// aapt resource value: 0x7F0F044D
-			public const int video_hang_up = 2131690573;
+			public const int version = 2131690573;
 			
 			// aapt resource value: 0x7F0F044E
-			public const int video_icon = 2131690574;
+			public const int version_newest = 2131690574;
 			
 			// aapt resource value: 0x7F0F044F
-			public const int video_not_answer = 2131690575;
+			public const int video_answer = 2131690575;
 			
 			// aapt resource value: 0x7F0F0450
-			public const int video_screenshot = 2131690576;
+			public const int video_box = 2131690576;
 			
 			// aapt resource value: 0x7F0F0451
-			public const int video_square = 2131690577;
+			public const int video_confirm = 2131690577;
 			
 			// aapt resource value: 0x7F0F0452
-			public const int video_success = 2131690578;
+			public const int video_device = 2131690578;
 			
 			// aapt resource value: 0x7F0F0453
-			public const int video_talk_call_cancel = 2131690579;
+			public const int video_fail = 2131690579;
 			
 			// aapt resource value: 0x7F0F0454
-			public const int video_talk_call_is_accepted = 2131690580;
+			public const int video_hang_up = 2131690580;
 			
 			// aapt resource value: 0x7F0F0455
-			public const int video_talk_is_playing = 2131690581;
+			public const int video_icon = 2131690581;
 			
 			// aapt resource value: 0x7F0F0456
-			public const int video_talk_sdk_toast_hang_up = 2131690582;
+			public const int video_not_answer = 2131690582;
 			
 			// aapt resource value: 0x7F0F0457
-			public const int video_talk_sdk_toast_nobody = 2131690583;
+			public const int video_screenshot = 2131690583;
 			
 			// aapt resource value: 0x7F0F0458
-			public const int video_talk_signal_weak = 2131690584;
+			public const int video_square = 2131690584;
 			
 			// aapt resource value: 0x7F0F0459
-			public const int video_talk_watch_is_busy = 2131690585;
+			public const int video_success = 2131690585;
 			
 			// aapt resource value: 0x7F0F045A
-			public const int video_talk_watch_temperature_high_hang = 2131690586;
+			public const int video_talk_call_cancel = 2131690586;
 			
 			// aapt resource value: 0x7F0F045B
-			public const int video_talk_watch_temperature_high_hint = 2131690587;
+			public const int video_talk_call_is_accepted = 2131690587;
 			
 			// aapt resource value: 0x7F0F045C
-			public const int video_talk_watch_temperature_high_reject = 2131690588;
+			public const int video_talk_is_playing = 2131690588;
 			
 			// aapt resource value: 0x7F0F045D
-			public const int video_talk_watch_temperature_high_warn = 2131690589;
+			public const int video_talk_sdk_toast_hang_up = 2131690589;
 			
 			// aapt resource value: 0x7F0F045E
-			public const int video_tip = 2131690590;
+			public const int video_talk_sdk_toast_nobody = 2131690590;
 			
 			// aapt resource value: 0x7F0F045F
-			public const int video_unlock = 2131690591;
+			public const int video_talk_signal_weak = 2131690591;
 			
 			// aapt resource value: 0x7F0F0460
-			public const int volume = 2131690592;
+			public const int video_talk_watch_is_busy = 2131690592;
 			
 			// aapt resource value: 0x7F0F0461
-			public const int wait = 2131690593;
+			public const int video_talk_watch_temperature_high_hang = 2131690593;
 			
 			// aapt resource value: 0x7F0F0462
-			public const int web_login_button_txt = 2131690594;
+			public const int video_talk_watch_temperature_high_hint = 2131690594;
 			
 			// aapt resource value: 0x7F0F0463
-			public const int wechat_interconnect = 2131690595;
+			public const int video_talk_watch_temperature_high_reject = 2131690595;
 			
 			// aapt resource value: 0x7F0F0464
-			public const int wifi_connected = 2131690596;
+			public const int video_talk_watch_temperature_high_warn = 2131690596;
 			
 			// aapt resource value: 0x7F0F0465
-			public const int wifi_connection_finish_need_refresh = 2131690597;
+			public const int video_tip = 2131690597;
 			
 			// aapt resource value: 0x7F0F0466
-			public const int wifi_set = 2131690598;
+			public const int video_unlock = 2131690598;
 			
 			// aapt resource value: 0x7F0F0467
-			public const int wifi_setting = 2131690599;
+			public const int volume = 2131690599;
 			
 			// aapt resource value: 0x7F0F0468
-			public const int wired_connection = 2131690600;
-			
-			// aapt resource value: 0x7F0F046A
-			public const int xlistview_footer_hint_normal = 2131690602;
+			public const int wait = 2131690600;
 			
 			// aapt resource value: 0x7F0F0469
-			public const int xlistview_footer_hint_no_more_device = 2131690601;
+			public const int web_login_button_txt = 2131690601;
+			
+			// aapt resource value: 0x7F0F046A
+			public const int wechat_interconnect = 2131690602;
 			
 			// aapt resource value: 0x7F0F046B
-			public const int xlistview_footer_hint_ready = 2131690603;
+			public const int wifi_connected = 2131690603;
 			
 			// aapt resource value: 0x7F0F046C
-			public const int xlistview_footer_no_more = 2131690604;
+			public const int wifi_connection_finish_need_refresh = 2131690604;
 			
 			// aapt resource value: 0x7F0F046D
-			public const int xlistview_footer_no_more_msg = 2131690605;
+			public const int wifi_set = 2131690605;
 			
 			// aapt resource value: 0x7F0F046E
-			public const int xlistview_header_hint_loading = 2131690606;
+			public const int wifi_setting = 2131690606;
 			
 			// aapt resource value: 0x7F0F046F
-			public const int xlistview_header_hint_more = 2131690607;
-			
-			// aapt resource value: 0x7F0F0470
-			public const int xlistview_header_hint_normal = 2131690608;
+			public const int wired_connection = 2131690607;
 			
 			// aapt resource value: 0x7F0F0471
-			public const int xlistview_header_hint_ready = 2131690609;
+			public const int xlistview_footer_hint_normal = 2131690609;
+			
+			// aapt resource value: 0x7F0F0470
+			public const int xlistview_footer_hint_no_more_device = 2131690608;
 			
 			// aapt resource value: 0x7F0F0472
-			public const int xlistview_header_last_time = 2131690610;
+			public const int xlistview_footer_hint_ready = 2131690610;
 			
 			// aapt resource value: 0x7F0F0473
-			public const int zxing_app_name = 2131690611;
+			public const int xlistview_footer_no_more = 2131690611;
 			
 			// aapt resource value: 0x7F0F0474
-			public const int zxing_button_ok = 2131690612;
+			public const int xlistview_footer_no_more_msg = 2131690612;
 			
 			// aapt resource value: 0x7F0F0475
-			public const int zxing_msg_camera_framework_bug = 2131690613;
+			public const int xlistview_header_hint_loading = 2131690613;
 			
 			// aapt resource value: 0x7F0F0476
-			public const int zxing_msg_default_status = 2131690614;
+			public const int xlistview_header_hint_more = 2131690614;
 			
 			// aapt resource value: 0x7F0F0477
-			public const int zxing_scan_tips = 2131690615;
+			public const int xlistview_header_hint_normal = 2131690615;
+			
+			// aapt resource value: 0x7F0F0478
+			public const int xlistview_header_hint_ready = 2131690616;
+			
+			// aapt resource value: 0x7F0F0479
+			public const int xlistview_header_last_time = 2131690617;
+			
+			// aapt resource value: 0x7F0F047A
+			public const int zxing_app_name = 2131690618;
+			
+			// aapt resource value: 0x7F0F047B
+			public const int zxing_button_ok = 2131690619;
+			
+			// aapt resource value: 0x7F0F047C
+			public const int zxing_msg_camera_framework_bug = 2131690620;
+			
+			// aapt resource value: 0x7F0F047D
+			public const int zxing_msg_default_status = 2131690621;
+			
+			// aapt resource value: 0x7F0F047E
+			public const int zxing_scan_tips = 2131690622;
 			
 			static String()
 			{
@@ -20956,9 +20767,6 @@
 			// aapt resource value: 0x7F100050
 			public const int Base_Theme_AppCompat_Light_Dialog_MinWidth = 2131755088;
 			
-			// aapt resource value: 0x7F1000B0
-			public const int Base_Translucent = 2131755184;
-			
 			// aapt resource value: 0x7F10005B
 			public const int Base_V11_ThemeOverlay_AppCompat_Dialog = 2131755099;
 			
@@ -21220,8 +21028,8 @@
 			// aapt resource value: 0x7F1000AF
 			public const int Base_Widget_Design_TabLayout = 2131755183;
 			
-			// aapt resource value: 0x7F1000B1
-			public const int BottomSheetDialogAnimation = 2131755185;
+			// aapt resource value: 0x7F1000B0
+			public const int BottomSheetDialogAnimation = 2131755184;
 			
 			// aapt resource value: 0x7F1001AE
 			public const int cc_line_long = 2131755438;
@@ -21229,11 +21037,11 @@
 			// aapt resource value: 0x7F1001AF
 			public const int checks_dialog = 2131755439;
 			
-			// aapt resource value: 0x7F1000B2
-			public const int CommonGroupLayout = 2131755186;
+			// aapt resource value: 0x7F1000B1
+			public const int CommonGroupLayout = 2131755185;
 			
-			// aapt resource value: 0x7F1000B3
-			public const int CommonListView = 2131755187;
+			// aapt resource value: 0x7F1000B2
+			public const int CommonListView = 2131755186;
 			
 			// aapt resource value: 0x7F1001B0
 			public const int common_dialog = 2131755440;
@@ -21244,8 +21052,11 @@
 			// aapt resource value: 0x7F1001B2
 			public const int common_input_style = 2131755442;
 			
+			// aapt resource value: 0x7F1000B3
+			public const int CustomAlertDialog = 2131755187;
+			
 			// aapt resource value: 0x7F1000B4
-			public const int CustomAlertDialog = 2131755188;
+			public const int CustomDialog = 2131755188;
 			
 			// aapt resource value: 0x7F1001B3
 			public const int custom_dialog = 2131755443;
@@ -22073,37 +21884,37 @@
 		public partial class Styleable
 		{
 			
-			// aapt resource value: { 0x7F040047,0x7F040048,0x7F040049,0x7F040091,0x7F040092,0x7F040093,0x7F040094,0x7F040095,0x7F040096,0x7F0400A5,0x7F0400B9,0x7F0400BA,0x7F0400C9,0x7F0400FA,0x7F0400FD,0x7F040102,0x7F040103,0x7F040104,0x7F04010A,0x7F040119,0x7F040173,0x7F040189,0x7F04019B,0x7F04019F,0x7F0401A0,0x7F040236,0x7F040239,0x7F04026E,0x7F04027A }
+			// aapt resource value: { 0x7F040048,0x7F040049,0x7F04004A,0x7F040092,0x7F040093,0x7F040094,0x7F040095,0x7F040096,0x7F040097,0x7F0400A6,0x7F0400BA,0x7F0400BB,0x7F0400CE,0x7F040100,0x7F040103,0x7F040108,0x7F040109,0x7F04010A,0x7F040110,0x7F04011F,0x7F04017A,0x7F040190,0x7F0401A2,0x7F0401A6,0x7F0401A7,0x7F040241,0x7F040244,0x7F040279,0x7F040285 }
 			public static int[] ActionBar = new int[] {
-					2130968647,
 					2130968648,
 					2130968649,
-					2130968721,
+					2130968650,
 					2130968722,
 					2130968723,
 					2130968724,
 					2130968725,
 					2130968726,
-					2130968741,
-					2130968761,
+					2130968727,
+					2130968742,
 					2130968762,
-					2130968777,
-					2130968826,
-					2130968829,
-					2130968834,
+					2130968763,
+					2130968782,
+					2130968832,
 					2130968835,
-					2130968836,
+					2130968840,
+					2130968841,
 					2130968842,
-					2130968857,
-					2130968947,
-					2130968969,
-					2130968987,
-					2130968991,
-					2130968992,
-					2130969142,
-					2130969145,
-					2130969198,
-					2130969210};
+					2130968848,
+					2130968863,
+					2130968954,
+					2130968976,
+					2130968994,
+					2130968998,
+					2130968999,
+					2130969153,
+					2130969156,
+					2130969209,
+					2130969221};
 			
 			// aapt resource value: { 0x10100B3 }
 			public static int[] ActionBarLayout = new int[] {
@@ -22210,14 +22021,14 @@
 			public static int[] ActionMenuView = new int[] {
 					-1};
 			
-			// aapt resource value: { 0x7F040047,0x7F040048,0x7F040073,0x7F0400FA,0x7F040239,0x7F04027A }
+			// aapt resource value: { 0x7F040048,0x7F040049,0x7F040074,0x7F040100,0x7F040244,0x7F040285 }
 			public static int[] ActionMode = new int[] {
-					2130968647,
 					2130968648,
-					2130968691,
-					2130968826,
-					2130969145,
-					2130969210};
+					2130968649,
+					2130968692,
+					2130968832,
+					2130969156,
+					2130969221};
 			
 			// aapt resource value: 0
 			public const int ActionMode_background = 0;
@@ -22237,10 +22048,10 @@
 			// aapt resource value: 5
 			public const int ActionMode_titleTextStyle = 5;
 			
-			// aapt resource value: { 0x7F0400CD,0x7F040110 }
+			// aapt resource value: { 0x7F0400D2,0x7F040116 }
 			public static int[] ActivityChooserView = new int[] {
-					2130968781,
-					2130968848};
+					2130968786,
+					2130968854};
 			
 			// aapt resource value: 0
 			public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
@@ -22248,15 +22059,15 @@
 			// aapt resource value: 1
 			public const int ActivityChooserView_initialActivityCount = 1;
 			
-			// aapt resource value: { 0x10100F2,0x7F040064,0x7F040169,0x7F04016A,0x7F040186,0x7F0401E4,0x7F0401E6 }
+			// aapt resource value: { 0x10100F2,0x7F040065,0x7F040170,0x7F040171,0x7F04018D,0x7F0401EC,0x7F0401EF }
 			public static int[] AlertDialog = new int[] {
 					16842994,
-					2130968676,
-					2130968937,
-					2130968938,
-					2130968966,
-					2130969060,
-					2130969062};
+					2130968677,
+					2130968944,
+					2130968945,
+					2130968973,
+					2130969068,
+					2130969071};
 			
 			// aapt resource value: 0
 			public const int AlertDialog_android_layout = 0;
@@ -22279,18 +22090,18 @@
 			// aapt resource value: 6
 			public const int AlertDialog_singleChoiceItemLayout = 6;
 			
-			// aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F0400C9,0x7F0400CE }
+			// aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F0400CE,0x7F0400D3 }
 			public static int[] AppBarLayout = new int[] {
 					16842964,
 					16843919,
 					16844096,
-					2130968777,
-					2130968782};
+					2130968782,
+					2130968787};
 			
-			// aapt resource value: { 0x7F040230,0x7F040231 }
+			// aapt resource value: { 0x7F040239,0x7F04023A }
 			public static int[] AppBarLayoutStates = new int[] {
-					2130969136,
-					2130969137};
+					2130969145,
+					2130969146};
 			
 			// aapt resource value: 0
 			public const int AppBarLayoutStates_state_collapsed = 0;
@@ -22313,10 +22124,10 @@
 			// aapt resource value: 4
 			public const int AppBarLayout_expanded = 4;
 			
-			// aapt resource value: { 0x7F04015F,0x7F040160 }
+			// aapt resource value: { 0x7F040165,0x7F040166 }
 			public static int[] AppBarLayout_Layout = new int[] {
-					2130968927,
-					2130968928};
+					2130968933,
+					2130968934};
 			
 			// aapt resource value: 0
 			public const int AppBarLayout_Layout_layout_scrollFlags = 0;
@@ -22324,12 +22135,12 @@
 			// aapt resource value: 1
 			public const int AppBarLayout_Layout_layout_scrollInterpolator = 1;
 			
-			// aapt resource value: { 0x1010119,0x7F0401EC,0x7F04026C,0x7F04026D }
+			// aapt resource value: { 0x1010119,0x7F0401F5,0x7F040277,0x7F040278 }
 			public static int[] AppCompatImageView = new int[] {
 					16843033,
-					2130969068,
-					2130969196,
-					2130969197};
+					2130969077,
+					2130969207,
+					2130969208};
 			
 			// aapt resource value: 0
 			public const int AppCompatImageView_android_src = 0;
@@ -22343,12 +22154,12 @@
 			// aapt resource value: 3
 			public const int AppCompatImageView_tintMode = 3;
 			
-			// aapt resource value: { 0x1010142,0x7F040269,0x7F04026A,0x7F04026B }
+			// aapt resource value: { 0x1010142,0x7F040274,0x7F040275,0x7F040276 }
 			public static int[] AppCompatSeekBar = new int[] {
 					16843074,
-					2130969193,
-					2130969194,
-					2130969195};
+					2130969204,
+					2130969205,
+					2130969206};
 			
 			// aapt resource value: 0
 			public const int AppCompatSeekBar_android_thumb = 0;
@@ -22393,7 +22204,7 @@
 			// aapt resource value: 0
 			public const int AppCompatTextHelper_android_textAppearance = 0;
 			
-			// aapt resource value: { 0x1010034,0x7F040041,0x7F040042,0x7F040043,0x7F040044,0x7F040045,0x7F0400E8,0x7F04024F }
+			// aapt resource value: { 0x1010034,0x7F040041,0x7F040042,0x7F040043,0x7F040044,0x7F040045,0x7F0400ED,0x7F04025A }
 			public static int[] AppCompatTextView = new int[] {
 					16842804,
 					2130968641,
@@ -22401,8 +22212,8 @@
 					2130968643,
 					2130968644,
 					2130968645,
-					2130968808,
-					2130969167};
+					2130968813,
+					2130969178};
 			
 			// aapt resource value: 0
 			public const int AppCompatTextView_android_textAppearance = 0;
@@ -22428,7 +22239,7 @@
 			// aapt resource value: 7
 			public const int AppCompatTextView_textAllCaps = 7;
 			
-			// aapt resource value: { 0x1010057,0x10100AE,0x7F040003,0x7F040004,0x7F040005,0x7F040006,0x7F040007,0x7F040008,0x7F040009,0x7F04000A,0x7F04000B,0x7F04000C,0x7F04000D,0x7F04000E,0x7F04000F,0x7F040011,0x7F040012,0x7F040013,0x7F040014,0x7F040015,0x7F040016,0x7F040017,0x7F040018,0x7F040019,0x7F04001A,0x7F04001B,0x7F04001C,0x7F04001D,0x7F04001E,0x7F04001F,0x7F040020,0x7F040021,0x7F040024,0x7F040025,0x7F040026,0x7F040027,0x7F040028,0x7F040040,0x7F04005B,0x7F04005E,0x7F04005F,0x7F040060,0x7F040061,0x7F040062,0x7F040065,0x7F040066,0x7F04006B,0x7F04006C,0x7F040079,0x7F04007A,0x7F04007B,0x7F04007C,0x7F04007D,0x7F04007E,0x7F040081,0x7F040084,0x7F040085,0x7F04008B,0x7F040099,0x7F0400B7,0x7F0400B8,0x7F0400BD,0x7F0400BF,0x7F0400C4,0x7F0400C5,0x7F0400C6,0x7F0400C7,0x7F0400C8,0x7F040102,0x7F040108,0x7F040167,0x7F040168,0x7F04016B,0x7F04016C,0x7F04016D,0x7F04016E,0x7F04016F,0x7F040170,0x7F040171,0x7F040192,0x7F040193,0x7F040194,0x7F04019A,0x7F04019C,0x7F0401B9,0x7F0401BB,0x7F0401BC,0x7F0401BD,0x7F0401CE,0x7F0401D4,0x7F0401D5,0x7F0401D6,0x7F0401E9,0x7F0401EA,0x7F04023D,0x7F040250,0x7F040251,0x7F040252,0x7F040253,0x7F040254,0x7F040255,0x7F040256,0x7F040257,0x7F040259,0x7F04025B,0x7F04027D,0x7F04027E,0x7F04027F,0x7F040280,0x7F0402A4,0x7F0402A5,0x7F0402A6,0x7F0402A7,0x7F0402A8,0x7F0402A9,0x7F0402AA,0x7F0402AB,0x7F0402AC,0x7F0402AD }
+			// aapt resource value: { 0x1010057,0x10100AE,0x7F040003,0x7F040004,0x7F040005,0x7F040006,0x7F040007,0x7F040008,0x7F040009,0x7F04000A,0x7F04000B,0x7F04000C,0x7F04000D,0x7F04000E,0x7F04000F,0x7F040011,0x7F040012,0x7F040013,0x7F040014,0x7F040015,0x7F040016,0x7F040017,0x7F040018,0x7F040019,0x7F04001A,0x7F04001B,0x7F04001C,0x7F04001D,0x7F04001E,0x7F04001F,0x7F040020,0x7F040021,0x7F040024,0x7F040025,0x7F040026,0x7F040027,0x7F040028,0x7F040040,0x7F04005C,0x7F04005F,0x7F040060,0x7F040061,0x7F040062,0x7F040063,0x7F040066,0x7F040067,0x7F04006C,0x7F04006D,0x7F04007A,0x7F04007B,0x7F04007C,0x7F04007D,0x7F04007E,0x7F04007F,0x7F040082,0x7F040085,0x7F040086,0x7F04008C,0x7F04009A,0x7F0400B8,0x7F0400B9,0x7F0400BE,0x7F0400C0,0x7F0400C9,0x7F0400CA,0x7F0400CB,0x7F0400CC,0x7F0400CD,0x7F040108,0x7F04010E,0x7F04016E,0x7F04016F,0x7F040172,0x7F040173,0x7F040174,0x7F040175,0x7F040176,0x7F040177,0x7F040178,0x7F040199,0x7F04019A,0x7F04019B,0x7F0401A1,0x7F0401A3,0x7F0401C0,0x7F0401C2,0x7F0401C3,0x7F0401C4,0x7F0401D6,0x7F0401DC,0x7F0401DD,0x7F0401DE,0x7F0401F2,0x7F0401F3,0x7F040248,0x7F04025B,0x7F04025C,0x7F04025D,0x7F04025E,0x7F04025F,0x7F040260,0x7F040261,0x7F040262,0x7F040264,0x7F040266,0x7F040291,0x7F040292,0x7F040293,0x7F040294,0x7F0402B8,0x7F0402B9,0x7F0402BA,0x7F0402BB,0x7F0402BC,0x7F0402BD,0x7F0402BE,0x7F0402BF,0x7F0402C0,0x7F0402C1 }
 			public static int[] AppCompatTheme = new int[] {
 					16842839,
 					16842926,
@@ -22468,87 +22279,87 @@
 					2130968615,
 					2130968616,
 					2130968640,
-					2130968667,
-					2130968670,
+					2130968668,
 					2130968671,
 					2130968672,
 					2130968673,
 					2130968674,
-					2130968677,
+					2130968675,
 					2130968678,
-					2130968683,
+					2130968679,
 					2130968684,
-					2130968697,
+					2130968685,
 					2130968698,
 					2130968699,
 					2130968700,
 					2130968701,
 					2130968702,
-					2130968705,
-					2130968708,
+					2130968703,
+					2130968706,
 					2130968709,
-					2130968715,
-					2130968729,
-					2130968759,
+					2130968710,
+					2130968716,
+					2130968730,
 					2130968760,
-					2130968765,
-					2130968767,
-					2130968772,
-					2130968773,
-					2130968774,
-					2130968775,
-					2130968776,
-					2130968834,
+					2130968761,
+					2130968766,
+					2130968768,
+					2130968777,
+					2130968778,
+					2130968779,
+					2130968780,
+					2130968781,
 					2130968840,
-					2130968935,
-					2130968936,
-					2130968939,
-					2130968940,
-					2130968941,
+					2130968846,
 					2130968942,
 					2130968943,
-					2130968944,
-					2130968945,
-					2130968978,
-					2130968979,
-					2130968980,
+					2130968946,
+					2130968947,
+					2130968948,
+					2130968949,
+					2130968950,
+					2130968951,
+					2130968952,
+					2130968985,
 					2130968986,
-					2130968988,
-					2130969017,
-					2130969019,
-					2130969020,
-					2130969021,
-					2130969038,
-					2130969044,
-					2130969045,
+					2130968987,
+					2130968993,
+					2130968995,
+					2130969024,
+					2130969026,
+					2130969027,
+					2130969028,
 					2130969046,
-					2130969065,
-					2130969066,
-					2130969149,
-					2130969168,
-					2130969169,
-					2130969170,
-					2130969171,
-					2130969172,
-					2130969173,
-					2130969174,
-					2130969175,
-					2130969177,
+					2130969052,
+					2130969053,
+					2130969054,
+					2130969074,
+					2130969075,
+					2130969160,
 					2130969179,
-					2130969213,
-					2130969214,
-					2130969215,
-					2130969216,
-					2130969252,
-					2130969253,
-					2130969254,
-					2130969255,
-					2130969256,
-					2130969257,
-					2130969258,
-					2130969259,
-					2130969260,
-					2130969261};
+					2130969180,
+					2130969181,
+					2130969182,
+					2130969183,
+					2130969184,
+					2130969185,
+					2130969186,
+					2130969188,
+					2130969190,
+					2130969233,
+					2130969234,
+					2130969235,
+					2130969236,
+					2130969272,
+					2130969273,
+					2130969274,
+					2130969275,
+					2130969276,
+					2130969277,
+					2130969278,
+					2130969279,
+					2130969280,
+					2130969281};
 			
 			// aapt resource value: 2
 			public const int AppCompatTheme_actionBarDivider = 2;
@@ -22907,14 +22718,14 @@
 			// aapt resource value: 118
 			public const int AppCompatTheme_windowNoTitle = 118;
 			
-			// aapt resource value: { 0x7F04010B,0x7F04010C,0x7F040178,0x7F040179,0x7F04017D,0x7F04017E }
+			// aapt resource value: { 0x7F040111,0x7F040112,0x7F04017F,0x7F040180,0x7F040184,0x7F040185 }
 			public static int[] AVLoadingIndicatorView = new int[] {
-					2130968843,
-					2130968844,
-					2130968952,
-					2130968953,
-					2130968957,
-					2130968958};
+					2130968849,
+					2130968850,
+					2130968959,
+					2130968960,
+					2130968964,
+					2130968965};
 			
 			// aapt resource value: 0
 			public const int AVLoadingIndicatorView_indicatorColor = 0;
@@ -22934,11 +22745,11 @@
 			// aapt resource value: 5
 			public const int AVLoadingIndicatorView_minWidth = 5;
 			
-			// aapt resource value: { 0x7F0401EE,0x7F0401EF,0x7F04021E }
+			// aapt resource value: { 0x7F0401F7,0x7F0401F8,0x7F040227 }
 			public static int[] BallPulseFooter = new int[] {
-					2130969070,
-					2130969071,
-					2130969118};
+					2130969079,
+					2130969080,
+					2130969127};
 			
 			// aapt resource value: 0
 			public const int BallPulseFooter_srlAnimatingColor = 0;
@@ -22949,11 +22760,11 @@
 			// aapt resource value: 2
 			public const int BallPulseFooter_srlNormalColor = 2;
 			
-			// aapt resource value: { 0x7F0401ED,0x7F040200,0x7F04021F }
+			// aapt resource value: { 0x7F0401F6,0x7F040209,0x7F040228 }
 			public static int[] BezierRadarHeader = new int[] {
-					2130969069,
-					2130969088,
-					2130969119};
+					2130969078,
+					2130969097,
+					2130969128};
 			
 			// aapt resource value: 0
 			public const int BezierRadarHeader_srlAccentColor = 0;
@@ -22964,13 +22775,13 @@
 			// aapt resource value: 2
 			public const int BezierRadarHeader_srlPrimaryColor = 2;
 			
-			// aapt resource value: { 0x7F0400C9,0x7F040115,0x7F040117,0x7F04011C,0x7F04017C }
+			// aapt resource value: { 0x7F0400CE,0x7F04011B,0x7F04011D,0x7F040122,0x7F040183 }
 			public static int[] BottomNavigationView = new int[] {
-					2130968777,
-					2130968853,
-					2130968855,
-					2130968860,
-					2130968956};
+					2130968782,
+					2130968859,
+					2130968861,
+					2130968866,
+					2130968963};
 			
 			// aapt resource value: 0
 			public const int BottomNavigationView_elevation = 0;
@@ -22987,11 +22798,11 @@
 			// aapt resource value: 4
 			public const int BottomNavigationView_menu = 4;
 			
-			// aapt resource value: { 0x7F040051,0x7F040053,0x7F040054 }
+			// aapt resource value: { 0x7F040052,0x7F040054,0x7F040055 }
 			public static int[] BottomSheetBehavior_Layout = new int[] {
-					2130968657,
-					2130968659,
-					2130968660};
+					2130968658,
+					2130968660,
+					2130968661};
 			
 			// aapt resource value: 0
 			public const int BottomSheetBehavior_Layout_behavior_hideable = 0;
@@ -23016,14 +22827,14 @@
 			// aapt resource value: 0
 			public const int CameraLivingView_aspect_ratio = 0;
 			
-			// aapt resource value: { 0x7F04009A,0x7F0401A1,0x7F0401A2,0x7F0401C4,0x7F0401C5,0x7F0401C6 }
+			// aapt resource value: { 0x7F04009B,0x7F0401A8,0x7F0401A9,0x7F0401CC,0x7F0401CD,0x7F0401CE }
 			public static int[] CircleCountDownView = new int[] {
-					2130968730,
-					2130968993,
-					2130968994,
-					2130969028,
-					2130969029,
-					2130969030};
+					2130968731,
+					2130969000,
+					2130969001,
+					2130969036,
+					2130969037,
+					2130969038};
 			
 			// aapt resource value: 0
 			public const int CircleCountDownView_countdownTime = 0;
@@ -23043,13 +22854,13 @@
 			// aapt resource value: 4
 			public const int CircleCountDownView_ringWidth = 4;
 			
-			// aapt resource value: { 0x7F04006D,0x7F04006E,0x7F04006F,0x7F040070,0x7F040071 }
+			// aapt resource value: { 0x7F04006E,0x7F04006F,0x7F040070,0x7F040071,0x7F040072 }
 			public static int[] CircleImageView = new int[] {
-					2130968685,
 					2130968686,
 					2130968687,
 					2130968688,
-					2130968689};
+					2130968689,
+					2130968690};
 			
 			// aapt resource value: 0
 			public const int CircleImageView_civ_border_color = 0;
@@ -23066,26 +22877,26 @@
 			// aapt resource value: 4
 			public const int CircleImageView_civ_fill_color = 4;
 			
-			// aapt resource value: { 0x7F0401ED,0x7F0401EF,0x7F0401F3,0x7F0401F4,0x7F0401F5,0x7F0401F6,0x7F0401F7,0x7F0401F8,0x7F04020E,0x7F04021F,0x7F040222,0x7F040223,0x7F040224,0x7F040225,0x7F040226,0x7F040227,0x7F040228,0x7F04022B }
+			// aapt resource value: { 0x7F0401F6,0x7F0401F8,0x7F0401FC,0x7F0401FD,0x7F0401FE,0x7F0401FF,0x7F040200,0x7F040201,0x7F040217,0x7F040228,0x7F04022B,0x7F04022C,0x7F04022D,0x7F04022E,0x7F04022F,0x7F040230,0x7F040231,0x7F040234 }
 			public static int[] ClassicsFooter = new int[] {
-					2130969069,
-					2130969071,
-					2130969075,
-					2130969076,
-					2130969077,
 					2130969078,
-					2130969079,
 					2130969080,
-					2130969102,
-					2130969119,
-					2130969122,
-					2130969123,
-					2130969124,
-					2130969125,
-					2130969126,
-					2130969127,
+					2130969084,
+					2130969085,
+					2130969086,
+					2130969087,
+					2130969088,
+					2130969089,
+					2130969111,
 					2130969128,
-					2130969131};
+					2130969131,
+					2130969132,
+					2130969133,
+					2130969134,
+					2130969135,
+					2130969136,
+					2130969137,
+					2130969140};
 			
 			// aapt resource value: 0
 			public const int ClassicsFooter_srlAccentColor = 0;
@@ -23141,30 +22952,30 @@
 			// aapt resource value: 17
 			public const int ClassicsFooter_srlTextSizeTitle = 17;
 			
-			// aapt resource value: { 0x7F0401ED,0x7F0401EF,0x7F0401F3,0x7F0401F4,0x7F0401F5,0x7F0401F6,0x7F0401F7,0x7F0401F8,0x7F040201,0x7F04020E,0x7F04021F,0x7F040222,0x7F040223,0x7F040224,0x7F040226,0x7F040227,0x7F040228,0x7F040229,0x7F04022A,0x7F04022B,0x7F04022C,0x7F04022D }
+			// aapt resource value: { 0x7F0401F6,0x7F0401F8,0x7F0401FC,0x7F0401FD,0x7F0401FE,0x7F0401FF,0x7F040200,0x7F040201,0x7F04020A,0x7F040217,0x7F040228,0x7F04022B,0x7F04022C,0x7F04022D,0x7F04022F,0x7F040230,0x7F040231,0x7F040232,0x7F040233,0x7F040234,0x7F040235,0x7F040236 }
 			public static int[] ClassicsHeader = new int[] {
-					2130969069,
-					2130969071,
-					2130969075,
-					2130969076,
-					2130969077,
 					2130969078,
-					2130969079,
 					2130969080,
+					2130969084,
+					2130969085,
+					2130969086,
+					2130969087,
+					2130969088,
 					2130969089,
-					2130969102,
-					2130969119,
-					2130969122,
-					2130969123,
-					2130969124,
-					2130969126,
-					2130969127,
+					2130969098,
+					2130969111,
 					2130969128,
-					2130969129,
-					2130969130,
 					2130969131,
 					2130969132,
-					2130969133};
+					2130969133,
+					2130969135,
+					2130969136,
+					2130969137,
+					2130969138,
+					2130969139,
+					2130969140,
+					2130969141,
+					2130969142};
 			
 			// aapt resource value: 0
 			public const int ClassicsHeader_srlAccentColor = 0;
@@ -23232,24 +23043,24 @@
 			// aapt resource value: 21
 			public const int ClassicsHeader_srlTextUpdate = 21;
 			
-			// aapt resource value: { 0x7F040076,0x7F040077,0x7F040097,0x7F0400CF,0x7F0400D0,0x7F0400D1,0x7F0400D2,0x7F0400D3,0x7F0400D4,0x7F0400D5,0x7F0401CA,0x7F0401CB,0x7F040233,0x7F04026E,0x7F04026F,0x7F04027C }
+			// aapt resource value: { 0x7F040077,0x7F040078,0x7F040098,0x7F0400D4,0x7F0400D5,0x7F0400D6,0x7F0400D7,0x7F0400D8,0x7F0400D9,0x7F0400DA,0x7F0401D2,0x7F0401D3,0x7F04023C,0x7F040279,0x7F04027A,0x7F040290 }
 			public static int[] CollapsingToolbarLayout = new int[] {
-					2130968694,
 					2130968695,
-					2130968727,
-					2130968783,
-					2130968784,
-					2130968785,
-					2130968786,
-					2130968787,
+					2130968696,
+					2130968728,
 					2130968788,
 					2130968789,
-					2130969034,
-					2130969035,
-					2130969139,
-					2130969198,
-					2130969199,
-					2130969212};
+					2130968790,
+					2130968791,
+					2130968792,
+					2130968793,
+					2130968794,
+					2130969042,
+					2130969043,
+					2130969148,
+					2130969209,
+					2130969210,
+					2130969232};
 			
 			// aapt resource value: 0
 			public const int CollapsingToolbarLayout_collapsedTitleGravity = 0;
@@ -23281,10 +23092,10 @@
 			// aapt resource value: 9
 			public const int CollapsingToolbarLayout_expandedTitleTextAppearance = 9;
 			
-			// aapt resource value: { 0x7F040128,0x7F040129 }
+			// aapt resource value: { 0x7F04012E,0x7F04012F }
 			public static int[] CollapsingToolbarLayout_Layout = new int[] {
-					2130968872,
-					2130968873};
+					2130968878,
+					2130968879};
 			
 			// aapt resource value: 0
 			public const int CollapsingToolbarLayout_Layout_layout_collapseMode = 0;
@@ -23325,10 +23136,10 @@
 			// aapt resource value: 0
 			public const int ColorStateListItem_android_color = 0;
 			
-			// aapt resource value: { 0x7F0400FB,0x7F0402A3 }
+			// aapt resource value: { 0x7F040101,0x7F0402B7 }
 			public static int[] CommonRatioImageView = new int[] {
-					2130968827,
-					2130969251};
+					2130968833,
+					2130969271};
 			
 			// aapt resource value: 0
 			public const int CommonRatioImageView_height_relative = 0;
@@ -23336,14 +23147,14 @@
 			// aapt resource value: 1
 			public const int CommonRatioImageView_width_relative = 1;
 			
-			// aapt resource value: { 0x7F040165,0x7F040166,0x7F0401C2,0x7F0401C3,0x7F040277,0x7F04027B }
+			// aapt resource value: { 0x7F04016C,0x7F04016D,0x7F0401CA,0x7F0401CB,0x7F040282,0x7F040286 }
 			public static int[] CommonTitle = new int[] {
-					2130968933,
-					2130968934,
-					2130969026,
-					2130969027,
-					2130969207,
-					2130969211};
+					2130968940,
+					2130968941,
+					2130969034,
+					2130969035,
+					2130969218,
+					2130969222};
 			
 			// aapt resource value: 0
 			public const int CommonTitle_left_selector = 0;
@@ -23363,11 +23174,11 @@
 			// aapt resource value: 5
 			public const int CommonTitle_title_background = 5;
 			
-			// aapt resource value: { 0x1010107,0x7F040067,0x7F040068 }
+			// aapt resource value: { 0x1010107,0x7F040068,0x7F040069 }
 			public static int[] CompoundButton = new int[] {
 					16843015,
-					2130968679,
-					2130968680};
+					2130968680,
+					2130968681};
 			
 			// aapt resource value: 0
 			public const int CompoundButton_android_button = 0;
@@ -23378,24 +23189,18 @@
 			// aapt resource value: 2
 			public const int CompoundButton_buttonTintMode = 2;
 			
-			// aapt resource value: { 0x10100C4,0x101011F,0x1010120,0x101013F,0x1010140,0x7F04004E,0x7F04004F,0x7F04006A,0x7F04008D,0x7F04008E,0x7F04012A,0x7F04012B,0x7F04012C,0x7F04012D,0x7F04012E,0x7F04012F,0x7F040130,0x7F040131,0x7F040132,0x7F040133,0x7F040134,0x7F040135,0x7F040136,0x7F040137,0x7F040138,0x7F040139,0x7F04013A,0x7F04013B,0x7F04013C,0x7F04013D,0x7F04013E,0x7F04013F,0x7F040140,0x7F040141,0x7F040142,0x7F040143,0x7F040144,0x7F040145,0x7F040146,0x7F040147,0x7F040148,0x7F040149,0x7F04014A,0x7F04014B,0x7F04014C,0x7F04014D,0x7F04014E,0x7F04014F,0x7F040150,0x7F040151,0x7F040152,0x7F040154,0x7F040155,0x7F040156,0x7F040157,0x7F040158,0x7F040159,0x7F04015A,0x7F04015B,0x7F04015E }
+			// aapt resource value: { 0x10100C4,0x101011F,0x1010120,0x101013F,0x1010140,0x7F04004F,0x7F040050,0x7F04006B,0x7F04008E,0x7F04008F,0x7F040130,0x7F040131,0x7F040132,0x7F040133,0x7F040134,0x7F040135,0x7F040136,0x7F040137,0x7F040138,0x7F040139,0x7F04013A,0x7F04013B,0x7F04013C,0x7F04013D,0x7F04013E,0x7F04013F,0x7F040140,0x7F040141,0x7F040142,0x7F040143,0x7F040144,0x7F040145,0x7F040146,0x7F040147,0x7F040148,0x7F040149,0x7F04014A,0x7F04014B,0x7F04014C,0x7F04014D,0x7F04014E,0x7F04014F,0x7F040150,0x7F040151,0x7F040152,0x7F040153,0x7F040154,0x7F040155,0x7F040156,0x7F040157,0x7F040158,0x7F04015A,0x7F04015B,0x7F04015C,0x7F04015D,0x7F04015E,0x7F04015F,0x7F040160,0x7F040161,0x7F040164 }
 			public static int[] ConstraintLayout_Layout = new int[] {
 					16842948,
 					16843039,
 					16843040,
 					16843071,
 					16843072,
-					2130968654,
 					2130968655,
-					2130968682,
-					2130968717,
+					2130968656,
+					2130968683,
 					2130968718,
-					2130968874,
-					2130968875,
-					2130968876,
-					2130968877,
-					2130968878,
-					2130968879,
+					2130968719,
 					2130968880,
 					2130968881,
 					2130968882,
@@ -23431,15 +23236,21 @@
 					2130968912,
 					2130968913,
 					2130968914,
+					2130968915,
 					2130968916,
 					2130968917,
 					2130968918,
 					2130968919,
 					2130968920,
-					2130968921,
 					2130968922,
 					2130968923,
-					2130968926};
+					2130968924,
+					2130968925,
+					2130968926,
+					2130968927,
+					2130968928,
+					2130968929,
+					2130968932};
 			
 			// aapt resource value: 2
 			public const int ConstraintLayout_Layout_android_maxHeight = 2;
@@ -23621,10 +23432,10 @@
 			// aapt resource value: 59
 			public const int ConstraintLayout_Layout_layout_optimizationLevel = 59;
 			
-			// aapt resource value: { 0x7F04008F,0x7F0400CA }
+			// aapt resource value: { 0x7F040090,0x7F0400CF }
 			public static int[] ConstraintLayout_placeholder = new int[] {
-					2130968719,
-					2130968778};
+					2130968720,
+					2130968783};
 			
 			// aapt resource value: 0
 			public const int ConstraintLayout_placeholder_content = 0;
@@ -23632,7 +23443,7 @@
 			// aapt resource value: 1
 			public const int ConstraintLayout_placeholder_emptyVisibility = 1;
 			
-			// aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F04012A,0x7F04012B,0x7F04012C,0x7F04012D,0x7F04012E,0x7F04012F,0x7F040130,0x7F040131,0x7F040132,0x7F040133,0x7F040134,0x7F040135,0x7F040136,0x7F040137,0x7F040138,0x7F040139,0x7F04013A,0x7F04013B,0x7F04013C,0x7F04013D,0x7F04013E,0x7F04013F,0x7F040140,0x7F040141,0x7F040142,0x7F040143,0x7F040144,0x7F040145,0x7F040146,0x7F040147,0x7F040148,0x7F040149,0x7F04014A,0x7F04014B,0x7F04014C,0x7F04014D,0x7F04014E,0x7F04014F,0x7F040150,0x7F040151,0x7F040152,0x7F040154,0x7F040155,0x7F040156,0x7F040157,0x7F040158,0x7F040159,0x7F04015A,0x7F04015B }
+			// aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F040130,0x7F040131,0x7F040132,0x7F040133,0x7F040134,0x7F040135,0x7F040136,0x7F040137,0x7F040138,0x7F040139,0x7F04013A,0x7F04013B,0x7F04013C,0x7F04013D,0x7F04013E,0x7F04013F,0x7F040140,0x7F040141,0x7F040142,0x7F040143,0x7F040144,0x7F040145,0x7F040146,0x7F040147,0x7F040148,0x7F040149,0x7F04014A,0x7F04014B,0x7F04014C,0x7F04014D,0x7F04014E,0x7F04014F,0x7F040150,0x7F040151,0x7F040152,0x7F040153,0x7F040154,0x7F040155,0x7F040156,0x7F040157,0x7F040158,0x7F04015A,0x7F04015B,0x7F04015C,0x7F04015D,0x7F04015E,0x7F04015F,0x7F040160,0x7F040161 }
 			public static int[] ConstraintSet = new int[] {
 					16842948,
 					16842960,
@@ -23657,12 +23468,6 @@
 					16843702,
 					16843770,
 					16843840,
-					2130968874,
-					2130968875,
-					2130968876,
-					2130968877,
-					2130968878,
-					2130968879,
 					2130968880,
 					2130968881,
 					2130968882,
@@ -23698,14 +23503,20 @@
 					2130968912,
 					2130968913,
 					2130968914,
+					2130968915,
 					2130968916,
 					2130968917,
 					2130968918,
 					2130968919,
 					2130968920,
-					2130968921,
 					2130968922,
-					2130968923};
+					2130968923,
+					2130968924,
+					2130968925,
+					2130968926,
+					2130968927,
+					2130968928,
+					2130968929};
 			
 			// aapt resource value: 9
 			public const int ConstraintSet_android_alpha = 9;
@@ -23923,23 +23734,23 @@
 			// aapt resource value: 71
 			public const int ConstraintSet_layout_goneMarginTop = 71;
 			
-			// aapt resource value: { 0x7F040121,0x7F040232 }
+			// aapt resource value: { 0x7F040127,0x7F04023B }
 			public static int[] CoordinatorLayout = new int[] {
-					2130968865,
-					2130969138};
+					2130968871,
+					2130969147};
 			
 			// aapt resource value: 0
 			public const int CoordinatorLayout_keylines = 0;
 			
-			// aapt resource value: { 0x10100B3,0x7F040125,0x7F040126,0x7F040127,0x7F040153,0x7F04015C,0x7F04015D }
+			// aapt resource value: { 0x10100B3,0x7F04012B,0x7F04012C,0x7F04012D,0x7F040159,0x7F040162,0x7F040163 }
 			public static int[] CoordinatorLayout_Layout = new int[] {
 					16842931,
-					2130968869,
-					2130968870,
-					2130968871,
-					2130968915,
-					2130968924,
-					2130968925};
+					2130968875,
+					2130968876,
+					2130968877,
+					2130968921,
+					2130968930,
+					2130968931};
 			
 			// aapt resource value: 0
 			public const int CoordinatorLayout_Layout_android_layout_gravity = 0;
@@ -23965,25 +23776,25 @@
 			// aapt resource value: 1
 			public const int CoordinatorLayout_statusBarBackground = 1;
 			
-			// aapt resource value: { 0x7F040069,0x7F04007F,0x7F040080,0x7F040082,0x7F040083,0x7F040086,0x7F040087,0x7F040088,0x7F040089,0x7F04008A,0x7F0400C1,0x7F0400F9,0x7F040185,0x7F0401D8,0x7F04025F,0x7F040260,0x7F040261 }
+			// aapt resource value: { 0x7F04006A,0x7F040080,0x7F040081,0x7F040083,0x7F040084,0x7F040087,0x7F040088,0x7F040089,0x7F04008A,0x7F04008B,0x7F0400C6,0x7F0400FF,0x7F04018C,0x7F0401E0,0x7F04026A,0x7F04026B,0x7F04026C }
 			public static int[] DayPickerView = new int[] {
-					2130968681,
-					2130968703,
+					2130968682,
 					2130968704,
-					2130968706,
+					2130968705,
 					2130968707,
-					2130968710,
+					2130968708,
 					2130968711,
 					2130968712,
 					2130968713,
 					2130968714,
-					2130968769,
-					2130968825,
-					2130968965,
-					2130969048,
-					2130969183,
-					2130969184,
-					2130969185};
+					2130968715,
+					2130968774,
+					2130968831,
+					2130968972,
+					2130969056,
+					2130969194,
+					2130969195,
+					2130969196};
 			
 			// aapt resource value: 0
 			public const int DayPickerView_calendarHeight = 0;
@@ -24036,11 +23847,11 @@
 			// aapt resource value: 16
 			public const int DayPickerView_textSizeMonth = 16;
 			
-			// aapt resource value: { 0x7F04005C,0x7F04005D,0x7F04025A }
+			// aapt resource value: { 0x7F04005D,0x7F04005E,0x7F040265 }
 			public static int[] DesignTheme = new int[] {
-					2130968668,
 					2130968669,
-					2130969178};
+					2130968670,
+					2130969189};
 			
 			// aapt resource value: 0
 			public const int DesignTheme_bottomSheetDialogTheme = 0;
@@ -24051,16 +23862,16 @@
 			// aapt resource value: 2
 			public const int DesignTheme_textColorError = 2;
 			
-			// aapt resource value: { 0x7F04003D,0x7F04003E,0x7F04004D,0x7F040078,0x7F0400C2,0x7F0400F2,0x7F0401E8,0x7F040264 }
+			// aapt resource value: { 0x7F04003D,0x7F04003E,0x7F04004E,0x7F040079,0x7F0400C7,0x7F0400F7,0x7F0401F1,0x7F04026F }
 			public static int[] DrawerArrowToggle = new int[] {
 					2130968637,
 					2130968638,
-					2130968653,
-					2130968696,
-					2130968770,
-					2130968818,
-					2130969064,
-					2130969188};
+					2130968654,
+					2130968697,
+					2130968775,
+					2130968823,
+					2130969073,
+					2130969199};
 			
 			// aapt resource value: 0
 			public const int DrawerArrowToggle_arrowHeadLength = 0;
@@ -24086,15 +23897,15 @@
 			// aapt resource value: 7
 			public const int DrawerArrowToggle_thickness = 7;
 			
-			// aapt resource value: { 0x7F0400E4,0x7F0400E5,0x7F0400E6,0x7F040109,0x7F0401D0,0x7F0401D1,0x7F0401D2 }
+			// aapt resource value: { 0x7F0400E9,0x7F0400EA,0x7F0400EB,0x7F04010F,0x7F0401D8,0x7F0401D9,0x7F0401DA }
 			public static int[] EmptyView = new int[] {
-					2130968804,
-					2130968805,
-					2130968806,
-					2130968841,
-					2130969040,
-					2130969041,
-					2130969042};
+					2130968809,
+					2130968810,
+					2130968811,
+					2130968847,
+					2130969048,
+					2130969049,
+					2130969050};
 			
 			// aapt resource value: 0
 			public const int EmptyView_first_text = 0;
@@ -24117,14 +23928,14 @@
 			// aapt resource value: 6
 			public const int EmptyView_second_text_size = 6;
 			
-			// aapt resource value: { 0x7F0400DE,0x7F0400DF,0x7F0400E0,0x7F0400E1,0x7F0400E2,0x7F0400E3 }
+			// aapt resource value: { 0x7F0400E3,0x7F0400E4,0x7F0400E5,0x7F0400E6,0x7F0400E7,0x7F0400E8 }
 			public static int[] FilletCornerImageView = new int[] {
-					2130968798,
-					2130968799,
-					2130968800,
-					2130968801,
-					2130968802,
-					2130968803};
+					2130968803,
+					2130968804,
+					2130968805,
+					2130968806,
+					2130968807,
+					2130968808};
 			
 			// aapt resource value: 0
 			public const int FilletCornerImageView_fillet_border_color = 0;
@@ -24144,16 +23955,16 @@
 			// aapt resource value: 5
 			public const int FilletCornerImageView_fillet_shape_type = 5;
 			
-			// aapt resource value: { 0x7F04004A,0x7F04004B,0x7F040056,0x7F0400C9,0x7F0400D6,0x7F04019E,0x7F0401C7,0x7F040294 }
+			// aapt resource value: { 0x7F04004B,0x7F04004C,0x7F040057,0x7F0400CE,0x7F0400DB,0x7F0401A5,0x7F0401CF,0x7F0402A8 }
 			public static int[] FloatingActionButton = new int[] {
-					2130968650,
 					2130968651,
-					2130968662,
-					2130968777,
-					2130968790,
-					2130968990,
-					2130969031,
-					2130969236};
+					2130968652,
+					2130968663,
+					2130968782,
+					2130968795,
+					2130968997,
+					2130969039,
+					2130969256};
 			
 			// aapt resource value: 0
 			public const int FloatingActionButton_backgroundTint = 0;
@@ -24161,9 +23972,9 @@
 			// aapt resource value: 1
 			public const int FloatingActionButton_backgroundTintMode = 1;
 			
-			// aapt resource value: { 0x7F040050 }
+			// aapt resource value: { 0x7F040051 }
 			public static int[] FloatingActionButton_Behavior_Layout = new int[] {
-					2130968656};
+					2130968657};
 			
 			// aapt resource value: 0
 			public const int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
@@ -24186,20 +23997,20 @@
 			// aapt resource value: 7
 			public const int FloatingActionButton_useCompatPadding = 7;
 			
-			// aapt resource value: { 0x7F0400E9,0x7F0400EA,0x7F0400EB,0x7F0400EC,0x7F0400ED,0x7F0400EE }
+			// aapt resource value: { 0x7F0400EE,0x7F0400EF,0x7F0400F0,0x7F0400F1,0x7F0400F2,0x7F0400F3 }
 			public static int[] FontFamily = new int[] {
-					2130968809,
-					2130968810,
-					2130968811,
-					2130968812,
-					2130968813,
-					2130968814};
-			
-			// aapt resource value: { 0x7F0400E7,0x7F0400EF,0x7F0400F0 }
-			public static int[] FontFamilyFont = new int[] {
-					2130968807,
+					2130968814,
 					2130968815,
-					2130968816};
+					2130968816,
+					2130968817,
+					2130968818,
+					2130968819};
+			
+			// aapt resource value: { 0x7F0400EC,0x7F0400F4,0x7F0400F5 }
+			public static int[] FontFamilyFont = new int[] {
+					2130968812,
+					2130968820,
+					2130968821};
 			
 			// aapt resource value: 0
 			public const int FontFamilyFont_font = 0;
@@ -24228,11 +24039,11 @@
 			// aapt resource value: 5
 			public const int FontFamily_fontProviderQuery = 5;
 			
-			// aapt resource value: { 0x1010109,0x1010200,0x7F0400F1 }
+			// aapt resource value: { 0x1010109,0x1010200,0x7F0400F6 }
 			public static int[] ForegroundLinearLayout = new int[] {
 					16843017,
 					16843264,
-					2130968817};
+					2130968822};
 			
 			// aapt resource value: 0
 			public const int ForegroundLinearLayout_android_foreground = 0;
@@ -24243,12 +24054,12 @@
 			// aapt resource value: 2
 			public const int ForegroundLinearLayout_foregroundInsidePadding = 2;
 			
-			// aapt resource value: { 0x7F0400BB,0x7F0400BC,0x7F0400BE,0x7F04011A }
+			// aapt resource value: { 0x7F0400BC,0x7F0400BD,0x7F0400BF,0x7F040120 }
 			public static int[] GroupLayout = new int[] {
-					2130968763,
 					2130968764,
-					2130968766,
-					2130968858};
+					2130968765,
+					2130968767,
+					2130968864};
 			
 			// aapt resource value: 0
 			public const int GroupLayout_dividerColor = 0;
@@ -24262,7 +24073,7 @@
 			// aapt resource value: 3
 			public const int GroupLayout_itemSelector = 3;
 			
-			// aapt resource value: { 0x7F04002C,0x7F04002D,0x7F04002E,0x7F04002F,0x7F040030,0x7F040031,0x7F040032,0x7F040033,0x7F040034,0x7F040035,0x7F040036,0x7F040037,0x7F040038,0x7F040039,0x7F04003A,0x7F04003B,0x7F04003C,0x7F0400F7 }
+			// aapt resource value: { 0x7F04002C,0x7F04002D,0x7F04002E,0x7F04002F,0x7F040030,0x7F040031,0x7F040032,0x7F040033,0x7F040034,0x7F040035,0x7F040036,0x7F040037,0x7F040038,0x7F040039,0x7F04003A,0x7F04003B,0x7F04003C,0x7F0400FD }
 			public static int[] HDLArcSeekBar = new int[] {
 					2130968620,
 					2130968621,
@@ -24281,7 +24092,7 @@
 					2130968634,
 					2130968635,
 					2130968636,
-					2130968823};
+					2130968829};
 			
 			// aapt resource value: 0
 			public const int HDLArcSeekBar_arc_border_color = 0;
@@ -24337,14 +24148,14 @@
 			// aapt resource value: 17
 			public const int HDLArcSeekBar_hdl_arc_thumb_mode = 17;
 			
-			// aapt resource value: { 0x7F0400A0,0x7F0400A1,0x7F0400A2,0x7F0400A3,0x7F0400A4,0x7F0401CF }
+			// aapt resource value: { 0x7F0400A1,0x7F0400A2,0x7F0400A3,0x7F0400A4,0x7F0400A5,0x7F0401D7 }
 			public static int[] HDLCurtainSeekBar = new int[] {
-					2130968736,
 					2130968737,
 					2130968738,
 					2130968739,
 					2130968740,
-					2130969039};
+					2130968741,
+					2130969047};
 			
 			// aapt resource value: 0
 			public const int HDLCurtainSeekBar_curtain_bar_bg_color = 0;
@@ -24364,14 +24175,14 @@
 			// aapt resource value: 5
 			public const int HDLCurtainSeekBar_second_curtain_bar_color = 5;
 			
-			// aapt resource value: { 0x7F0401D3,0x7F040297,0x7F040298,0x7F040299,0x7F04029A,0x7F04029B }
+			// aapt resource value: { 0x7F0401DB,0x7F0402AB,0x7F0402AC,0x7F0402AD,0x7F0402AE,0x7F0402AF }
 			public static int[] HDLWaveSeekBar = new int[] {
-					2130969043,
-					2130969239,
-					2130969240,
-					2130969241,
-					2130969242,
-					2130969243};
+					2130969051,
+					2130969259,
+					2130969260,
+					2130969261,
+					2130969262,
+					2130969263};
 			
 			// aapt resource value: 0
 			public const int HDLWaveSeekBar_second_wave_color = 0;
@@ -24391,19 +24202,19 @@
 			// aapt resource value: 5
 			public const int HDLWaveSeekBar_wave_width = 5;
 			
-			// aapt resource value: { 0x7F0401BE }
+			// aapt resource value: { 0x7F0401C5 }
 			public static int[] ImageViewFixedRatio = new int[] {
-					2130969022};
+					2130969029};
 			
 			// aapt resource value: 0
 			public const int ImageViewFixedRatio_ratio = 0;
 			
-			// aapt resource value: { 0x7F040000,0x7F040001,0x7F04018B,0x7F04018C }
+			// aapt resource value: { 0x7F040000,0x7F040001,0x7F040192,0x7F040193 }
 			public static int[] JazzyViewPager = new int[] {
 					2130968576,
 					2130968577,
-					2130968971,
-					2130968972};
+					2130968978,
+					2130968979};
 			
 			// aapt resource value: 0
 			public const int JazzyViewPager_FadeEnabled = 0;
@@ -24417,9 +24228,9 @@
 			// aapt resource value: 3
 			public const int JazzyViewPager_outlineEnabled = 3;
 			
-			// aapt resource value: { 0x7F040122 }
+			// aapt resource value: { 0x7F040128 }
 			public static int[] LcCloudRudderView = new int[] {
-					2130968866};
+					2130968872};
 			
 			// aapt resource value: 0
 			public const int LcCloudRudderView_landscape_only = 0;
@@ -24431,17 +24242,17 @@
 			// aapt resource value: 0
 			public const int LinearConstraintLayout_android_orientation = 0;
 			
-			// aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F0400BA,0x7F0400BE,0x7F04017B,0x7F0401E2 }
+			// aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F0400BB,0x7F0400BF,0x7F040182,0x7F0401EA }
 			public static int[] LinearLayoutCompat = new int[] {
 					16842927,
 					16842948,
 					16843046,
 					16843047,
 					16843048,
-					2130968762,
-					2130968766,
-					2130968955,
-					2130969058};
+					2130968763,
+					2130968767,
+					2130968962,
+					2130969066};
 			
 			// aapt resource value: 2
 			public const int LinearLayoutCompat_android_baselineAligned = 2;
@@ -24489,9 +24300,9 @@
 			// aapt resource value: 8
 			public const int LinearLayoutCompat_showDividers = 8;
 			
-			// aapt resource value: { 0x7F0400F4 }
+			// aapt resource value: { 0x7F0400F9 }
 			public static int[] LineChart = new int[] {
-					2130968820};
+					2130968825};
 			
 			// aapt resource value: 0
 			public const int LineChart_god_mode = 0;
@@ -24507,21 +24318,21 @@
 			// aapt resource value: 1
 			public const int ListPopupWindow_android_dropDownVerticalOffset = 1;
 			
-			// aapt resource value: { 0x7F040172 }
+			// aapt resource value: { 0x7F040179 }
 			public static int[] LiveplayPtzControlAngleView = new int[] {
-					2130968946};
+					2130968953};
 			
 			// aapt resource value: 0
 			public const int LiveplayPtzControlAngleView_liveplay_angle_style = 0;
 			
-			// aapt resource value: { 0x101014F,0x7F0400F5,0x7F040258,0x7F04025D,0x7F04025E,0x7F040262 }
+			// aapt resource value: { 0x101014F,0x7F0400FA,0x7F040263,0x7F040268,0x7F040269,0x7F04026D }
 			public static int[] LoadingTextView = new int[] {
 					16843087,
-					2130968821,
-					2130969176,
-					2130969181,
-					2130969182,
-					2130969186};
+					2130968826,
+					2130969187,
+					2130969192,
+					2130969193,
+					2130969197};
 			
 			// aapt resource value: 0
 			public const int LoadingTextView_android_text = 0;
@@ -24568,7 +24379,7 @@
 			// aapt resource value: 2
 			public const int MenuGroup_android_visible = 2;
 			
-			// aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F040010,0x7F040022,0x7F040023,0x7F04002B,0x7F040090,0x7F040105,0x7F040106,0x7F04018A,0x7F0401E1,0x7F040281 }
+			// aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F040010,0x7F040022,0x7F040023,0x7F04002B,0x7F040091,0x7F04010B,0x7F04010C,0x7F040191,0x7F0401E9,0x7F040295 }
 			public static int[] MenuItem = new int[] {
 					16842754,
 					16842766,
@@ -24587,12 +24398,12 @@
 					2130968610,
 					2130968611,
 					2130968619,
-					2130968720,
-					2130968837,
-					2130968838,
-					2130968970,
-					2130969057,
-					2130969217};
+					2130968721,
+					2130968843,
+					2130968844,
+					2130968977,
+					2130969065,
+					2130969237};
 			
 			// aapt resource value: 13
 			public const int MenuItem_actionLayout = 13;
@@ -24663,7 +24474,7 @@
 			// aapt resource value: 22
 			public const int MenuItem_tooltipText = 22;
 			
-			// aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F04019D,0x7F040234 }
+			// aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F0401A4,0x7F04023F }
 			public static int[] MenuView = new int[] {
 					16842926,
 					16843052,
@@ -24672,8 +24483,8 @@
 					16843055,
 					16843056,
 					16843057,
-					2130968989,
-					2130969140};
+					2130968996,
+					2130969151};
 			
 			// aapt resource value: 4
 			public const int MenuView_android_headerBackground = 4;
@@ -24702,14 +24513,14 @@
 			// aapt resource value: 8
 			public const int MenuView_subMenuArrow = 8;
 			
-			// aapt resource value: { 0x7F040057,0x7F040058,0x7F040059,0x7F04005A,0x7F0401BA,0x7F0401E0 }
+			// aapt resource value: { 0x7F040058,0x7F040059,0x7F04005A,0x7F04005B,0x7F0401C1,0x7F0401E8 }
 			public static int[] MLBorderImageView = new int[] {
-					2130968663,
 					2130968664,
 					2130968665,
 					2130968666,
-					2130969018,
-					2130969056};
+					2130968667,
+					2130969025,
+					2130969064};
 			
 			// aapt resource value: 0
 			public const int MLBorderImageView_border_color = 0;
@@ -24729,14 +24540,14 @@
 			// aapt resource value: 5
 			public const int MLBorderImageView_shape_type = 5;
 			
-			// aapt resource value: { 0x7F04017F,0x7F040180,0x7F040181,0x7F040182,0x7F040183,0x7F040184 }
+			// aapt resource value: { 0x7F040186,0x7F040187,0x7F040188,0x7F040189,0x7F04018A,0x7F04018B }
 			public static int[] MLImageView = new int[] {
-					2130968959,
-					2130968960,
-					2130968961,
-					2130968962,
-					2130968963,
-					2130968964};
+					2130968966,
+					2130968967,
+					2130968968,
+					2130968969,
+					2130968970,
+					2130968971};
 			
 			// aapt resource value: 0
 			public const int MLImageView_ml_border_color = 0;
@@ -24756,17 +24567,17 @@
 			// aapt resource value: 5
 			public const int MLImageView_ml_shape_type = 5;
 			
-			// aapt resource value: { 0x7F040112,0x7F040113,0x7F040118,0x7F04011F,0x7F040120,0x7F0401DB,0x7F0401DC,0x7F0401DD,0x7F040295 }
+			// aapt resource value: { 0x7F040118,0x7F040119,0x7F04011E,0x7F040125,0x7F040126,0x7F0401E3,0x7F0401E4,0x7F0401E5,0x7F0402A9 }
 			public static int[] MobileCommonAbstractWheelView = new int[] {
-					2130968850,
-					2130968851,
 					2130968856,
-					2130968863,
-					2130968864,
-					2130969051,
-					2130969052,
-					2130969053,
-					2130969237};
+					2130968857,
+					2130968862,
+					2130968869,
+					2130968870,
+					2130969059,
+					2130969060,
+					2130969061,
+					2130969257};
 			
 			// aapt resource value: 0
 			public const int MobileCommonAbstractWheelView_isAllVisible = 0;
@@ -24795,32 +24606,32 @@
 			// aapt resource value: 8
 			public const int MobileCommonAbstractWheelView_visibleItems = 8;
 			
-			// aapt resource value: { 0x7F0401DF }
+			// aapt resource value: { 0x7F0401E7 }
 			public static int[] MobileCommonWheelHorizontalView = new int[] {
-					2130969055};
+					2130969063};
 			
 			// aapt resource value: 0
 			public const int MobileCommonWheelHorizontalView_selectionDividerWidth = 0;
 			
-			// aapt resource value: { 0x7F0401DE }
+			// aapt resource value: { 0x7F0401E6 }
 			public static int[] MobileCommonWheelVerticalView = new int[] {
-					2130969054};
+					2130969062};
 			
 			// aapt resource value: 0
 			public const int MobileCommonWheelVerticalView_selectionDividerHeight = 0;
 			
-			// aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F0400C9,0x7F0400F8,0x7F040115,0x7F040117,0x7F04011B,0x7F04011C,0x7F04017C }
+			// aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F0400CE,0x7F0400FE,0x7F04011B,0x7F04011D,0x7F040121,0x7F040122,0x7F040183 }
 			public static int[] NavigationView = new int[] {
 					16842964,
 					16842973,
 					16843039,
-					2130968777,
-					2130968824,
-					2130968853,
-					2130968855,
+					2130968782,
+					2130968830,
 					2130968859,
-					2130968860,
-					2130968956};
+					2130968861,
+					2130968865,
+					2130968866,
+					2130968963};
 			
 			// aapt resource value: 0
 			public const int NavigationView_android_background = 0;
@@ -24852,14 +24663,14 @@
 			// aapt resource value: 9
 			public const int NavigationView_menu = 9;
 			
-			// aapt resource value: { 0x7F04029D,0x7F04029E,0x7F04029F,0x7F0402A0,0x7F0402A1,0x7F0402A2 }
+			// aapt resource value: { 0x7F0402B1,0x7F0402B2,0x7F0402B3,0x7F0402B4,0x7F0402B5,0x7F0402B6 }
 			public static int[] pickerview = new int[] {
-					2130969245,
-					2130969246,
-					2130969247,
-					2130969248,
-					2130969249,
-					2130969250};
+					2130969265,
+					2130969266,
+					2130969267,
+					2130969268,
+					2130969269,
+					2130969270};
 			
 			// aapt resource value: 0
 			public const int pickerview_wheelview_dividerColor = 0;
@@ -24879,15 +24690,15 @@
 			// aapt resource value: 5
 			public const int pickerview_wheelview_textSize = 5;
 			
-			// aapt resource value: { 0x1010176,0x10102C9,0x7F04018D }
+			// aapt resource value: { 0x1010176,0x10102C9,0x7F040194 }
 			public static int[] PopupWindow = new int[] {
 					16843126,
 					16843465,
-					2130968973};
+					2130968980};
 			
-			// aapt resource value: { 0x7F04022F }
+			// aapt resource value: { 0x7F040238 }
 			public static int[] PopupWindowBackgroundState = new int[] {
-					2130969135};
+					2130969144};
 			
 			// aapt resource value: 0
 			public const int PopupWindowBackgroundState_state_above_anchor = 0;
@@ -24901,15 +24712,8 @@
 			// aapt resource value: 2
 			public const int PopupWindow_overlapAnchor = 2;
 			
-			// aapt resource value: { 0x7F0401A3,0x7F0401A4,0x7F0401A5,0x7F0401A6,0x7F0401A7,0x7F0401A8,0x7F0401A9,0x7F0401AA,0x7F0401AB,0x7F0401AC,0x7F0401AD,0x7F0401AE,0x7F0401AF,0x7F0401B0,0x7F0401B1,0x7F0401B2,0x7F0401B3,0x7F0401B4,0x7F0401B5,0x7F0401B6 }
+			// aapt resource value: { 0x7F0401AA,0x7F0401AB,0x7F0401AC,0x7F0401AD,0x7F0401AE,0x7F0401AF,0x7F0401B0,0x7F0401B1,0x7F0401B2,0x7F0401B3,0x7F0401B4,0x7F0401B5,0x7F0401B6,0x7F0401B7,0x7F0401B8,0x7F0401B9,0x7F0401BA,0x7F0401BB,0x7F0401BC,0x7F0401BD }
 			public static int[] PullToRefresh = new int[] {
-					2130968995,
-					2130968996,
-					2130968997,
-					2130968998,
-					2130968999,
-					2130969000,
-					2130969001,
 					2130969002,
 					2130969003,
 					2130969004,
@@ -24922,7 +24726,14 @@
 					2130969011,
 					2130969012,
 					2130969013,
-					2130969014};
+					2130969014,
+					2130969015,
+					2130969016,
+					2130969017,
+					2130969018,
+					2130969019,
+					2130969020,
+					2130969021};
 			
 			// aapt resource value: 0
 			public const int PullToRefresh_ptrAdapterViewBackground = 0;
@@ -24984,10 +24795,10 @@
 			// aapt resource value: 19
 			public const int PullToRefresh_ptrSubHeaderTextAppearance = 19;
 			
-			// aapt resource value: { 0x7F04018E,0x7F040191 }
+			// aapt resource value: { 0x7F040195,0x7F040198 }
 			public static int[] RecycleListView = new int[] {
-					2130968974,
-					2130968977};
+					2130968981,
+					2130968984};
 			
 			// aapt resource value: 0
 			public const int RecycleListView_paddingBottomNoButtons = 0;
@@ -24995,19 +24806,19 @@
 			// aapt resource value: 1
 			public const int RecycleListView_paddingTopNoTitle = 1;
 			
-			// aapt resource value: { 0x10100C4,0x10100F1,0x7F0400D7,0x7F0400D8,0x7F0400D9,0x7F0400DA,0x7F0400DB,0x7F040124,0x7F0401BF,0x7F0401E7,0x7F04022E }
+			// aapt resource value: { 0x10100C4,0x10100F1,0x7F0400DC,0x7F0400DD,0x7F0400DE,0x7F0400DF,0x7F0400E0,0x7F04012A,0x7F0401C6,0x7F0401F0,0x7F040237 }
 			public static int[] RecyclerView = new int[] {
 					16842948,
 					16842993,
-					2130968791,
-					2130968792,
-					2130968793,
-					2130968794,
-					2130968795,
-					2130968868,
-					2130969023,
-					2130969063,
-					2130969134};
+					2130968796,
+					2130968797,
+					2130968798,
+					2130968799,
+					2130968800,
+					2130968874,
+					2130969030,
+					2130969072,
+					2130969143};
 			
 			// aapt resource value: 1
 			public const int RecyclerView_android_descendantFocusability = 1;
@@ -25042,9 +24853,8 @@
 			// aapt resource value: 10
 			public const int RecyclerView_stackFromEnd = 10;
 			
-			// aapt resource value: { 0x7F0400A9,0x7F0400AA,0x7F0400AB,0x7F0400AC,0x7F0400AD,0x7F0400AE,0x7F0400AF,0x7F0400B0,0x7F0400B1,0x7F0400B2,0x7F0400B3,0x7F0400B4,0x7F0400B5,0x7F0400B6 }
+			// aapt resource value: { 0x7F0400AA,0x7F0400AB,0x7F0400AC,0x7F0400AD,0x7F0400AE,0x7F0400AF,0x7F0400B0,0x7F0400B1,0x7F0400B2,0x7F0400B3,0x7F0400B4,0x7F0400B5,0x7F0400B6,0x7F0400B7 }
 			public static int[] ScannerStyleView = new int[] {
-					2130968745,
 					2130968746,
 					2130968747,
 					2130968748,
@@ -25057,7 +24867,8 @@
 					2130968755,
 					2130968756,
 					2130968757,
-					2130968758};
+					2130968758,
+					2130968759};
 			
 			// aapt resource value: 0
 			public const int ScannerStyleView_dhscanner_cornerColor = 0;
@@ -25101,39 +24912,39 @@
 			// aapt resource value: 13
 			public const int ScannerStyleView_dhscanner_scanRectWidth = 13;
 			
-			// aapt resource value: { 0x7F040111 }
+			// aapt resource value: { 0x7F040117 }
 			public static int[] ScrimInsetsFrameLayout = new int[] {
-					2130968849};
+					2130968855};
 			
 			// aapt resource value: 0
 			public const int ScrimInsetsFrameLayout_insetForeground = 0;
 			
-			// aapt resource value: { 0x7F040052 }
+			// aapt resource value: { 0x7F040053 }
 			public static int[] ScrollingViewBehavior_Layout = new int[] {
-					2130968658};
+					2130968659};
 			
 			// aapt resource value: 0
 			public const int ScrollingViewBehavior_Layout_behavior_overlapTop = 0;
 			
-			// aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F040072,0x7F04008C,0x7F0400A8,0x7F0400F3,0x7F040107,0x7F040123,0x7F0401B7,0x7F0401B8,0x7F0401CC,0x7F0401CD,0x7F040235,0x7F04023A,0x7F040296 }
+			// aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F040073,0x7F04008D,0x7F0400A9,0x7F0400F8,0x7F04010D,0x7F040129,0x7F0401BE,0x7F0401BF,0x7F0401D4,0x7F0401D5,0x7F040240,0x7F040245,0x7F0402AA }
 			public static int[] SearchView = new int[] {
 					16842970,
 					16843039,
 					16843296,
 					16843364,
-					2130968690,
-					2130968716,
-					2130968744,
-					2130968819,
-					2130968839,
-					2130968867,
-					2130969015,
-					2130969016,
-					2130969036,
-					2130969037,
-					2130969141,
-					2130969146,
-					2130969238};
+					2130968691,
+					2130968717,
+					2130968745,
+					2130968824,
+					2130968845,
+					2130968873,
+					2130969022,
+					2130969023,
+					2130969044,
+					2130969045,
+					2130969152,
+					2130969157,
+					2130969258};
 			
 			// aapt resource value: 0
 			public const int SearchView_android_focusable = 0;
@@ -25186,20 +24997,20 @@
 			// aapt resource value: 16
 			public const int SearchView_voiceIcon = 16;
 			
-			// aapt resource value: { 0x7F040288,0x7F040289,0x7F04028A,0x7F04028B,0x7F04028C,0x7F04028D,0x7F04028E,0x7F04028F,0x7F040290,0x7F040291,0x7F040292,0x7F040293 }
+			// aapt resource value: { 0x7F04029C,0x7F04029D,0x7F04029E,0x7F04029F,0x7F0402A0,0x7F0402A1,0x7F0402A2,0x7F0402A3,0x7F0402A4,0x7F0402A5,0x7F0402A6,0x7F0402A7 }
 			public static int[] SlidingUpPanelLayout = new int[] {
-					2130969224,
-					2130969225,
-					2130969226,
-					2130969227,
-					2130969228,
-					2130969229,
-					2130969230,
-					2130969231,
-					2130969232,
-					2130969233,
-					2130969234,
-					2130969235};
+					2130969244,
+					2130969245,
+					2130969246,
+					2130969247,
+					2130969248,
+					2130969249,
+					2130969250,
+					2130969251,
+					2130969252,
+					2130969253,
+					2130969254,
+					2130969255};
 			
 			// aapt resource value: 0
 			public const int SlidingUpPanelLayout_umanoAnchorPoint = 0;
@@ -25237,45 +25048,45 @@
 			// aapt resource value: 11
 			public const int SlidingUpPanelLayout_umanoShadowHeight = 11;
 			
-			// aapt resource value: { 0x10100EA,0x10100EB,0x7F0401ED,0x7F0401F0,0x7F0401F1,0x7F0401F2,0x7F0401F9,0x7F0401FA,0x7F0401FB,0x7F0401FC,0x7F0401FD,0x7F0401FE,0x7F0401FF,0x7F040202,0x7F040203,0x7F040204,0x7F040205,0x7F040206,0x7F040207,0x7F040209,0x7F04020A,0x7F04020B,0x7F04020C,0x7F04020F,0x7F040210,0x7F040213,0x7F040214,0x7F040215,0x7F040216,0x7F040217,0x7F040218,0x7F040219,0x7F04021A,0x7F04021B,0x7F04021C,0x7F04021F,0x7F040220 }
+			// aapt resource value: { 0x10100EA,0x10100EB,0x7F0401F6,0x7F0401F9,0x7F0401FA,0x7F0401FB,0x7F040202,0x7F040203,0x7F040204,0x7F040205,0x7F040206,0x7F040207,0x7F040208,0x7F04020B,0x7F04020C,0x7F04020D,0x7F04020E,0x7F04020F,0x7F040210,0x7F040212,0x7F040213,0x7F040214,0x7F040215,0x7F040218,0x7F040219,0x7F04021C,0x7F04021D,0x7F04021E,0x7F04021F,0x7F040220,0x7F040221,0x7F040222,0x7F040223,0x7F040224,0x7F040225,0x7F040228,0x7F040229 }
 			public static int[] SmartRefreshLayout = new int[] {
 					16842986,
 					16842987,
-					2130969069,
-					2130969072,
-					2130969073,
-					2130969074,
+					2130969078,
 					2130969081,
 					2130969082,
 					2130969083,
-					2130969084,
-					2130969085,
-					2130969086,
-					2130969087,
 					2130969090,
 					2130969091,
 					2130969092,
 					2130969093,
 					2130969094,
 					2130969095,
-					2130969097,
-					2130969098,
+					2130969096,
 					2130969099,
 					2130969100,
+					2130969101,
+					2130969102,
 					2130969103,
 					2130969104,
+					2130969106,
 					2130969107,
 					2130969108,
 					2130969109,
-					2130969110,
-					2130969111,
 					2130969112,
 					2130969113,
-					2130969114,
-					2130969115,
 					2130969116,
+					2130969117,
+					2130969118,
 					2130969119,
-					2130969120};
+					2130969120,
+					2130969121,
+					2130969122,
+					2130969123,
+					2130969124,
+					2130969125,
+					2130969128,
+					2130969129};
 			
 			// aapt resource value: 0
 			public const int SmartRefreshLayout_android_clipChildren = 0;
@@ -25283,10 +25094,10 @@
 			// aapt resource value: 1
 			public const int SmartRefreshLayout_android_clipToPadding = 1;
 			
-			// aapt resource value: { 0x7F040161,0x7F040162 }
+			// aapt resource value: { 0x7F040167,0x7F040168 }
 			public static int[] SmartRefreshLayout_Layout = new int[] {
-					2130968929,
-					2130968930};
+					2130968935,
+					2130968936};
 			
 			// aapt resource value: 0
 			public const int SmartRefreshLayout_Layout_layout_srlBackgroundColor = 0;
@@ -25399,11 +25210,11 @@
 			// aapt resource value: 36
 			public const int SmartRefreshLayout_srlReboundDuration = 36;
 			
-			// aapt resource value: { 0x101011F,0x7F0400C9,0x7F040176 }
+			// aapt resource value: { 0x101011F,0x7F0400CE,0x7F04017D }
 			public static int[] SnackbarLayout = new int[] {
 					16843039,
-					2130968777,
-					2130968950};
+					2130968782,
+					2130968957};
 			
 			// aapt resource value: 0
 			public const int SnackbarLayout_android_maxWidth = 0;
@@ -25414,13 +25225,13 @@
 			// aapt resource value: 2
 			public const int SnackbarLayout_maxActionInlineWidth = 2;
 			
-			// aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F04019B }
+			// aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F0401A2 }
 			public static int[] Spinner = new int[] {
 					16842930,
 					16843126,
 					16843131,
 					16843362,
-					2130968987};
+					2130968994};
 			
 			// aapt resource value: 3
 			public const int Spinner_android_dropDownWidth = 3;
@@ -25437,10 +25248,10 @@
 			// aapt resource value: 4
 			public const int Spinner_popupTheme = 4;
 			
-			// aapt resource value: { 0x7F0400C0,0x7F0401E5 }
+			// aapt resource value: { 0x7F0400C5,0x7F0401EE }
 			public static int[] SwipeLayout = new int[] {
-					2130968768,
-					2130969061};
+					2130968773,
+					2130969070};
 			
 			// aapt resource value: 0
 			public const int SwipeLayout_drag_edge = 0;
@@ -25448,11 +25259,11 @@
 			// aapt resource value: 1
 			public const int SwipeLayout_show_mode = 1;
 			
-			// aapt resource value: { 0x7F040098,0x7F040164,0x7F0401C1 }
+			// aapt resource value: { 0x7F040099,0x7F04016A,0x7F0401C8 }
 			public static int[] SwipeMenuLayout = new int[] {
-					2130968728,
-					2130968932,
-					2130969025};
+					2130968729,
+					2130968938,
+					2130969032};
 			
 			// aapt resource value: 0
 			public const int SwipeMenuLayout_contentViewId = 0;
@@ -25463,22 +25274,22 @@
 			// aapt resource value: 2
 			public const int SwipeMenuLayout_rightViewId = 2;
 			
-			// aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F0401E3,0x7F0401EB,0x7F04023B,0x7F04023C,0x7F04023E,0x7F040265,0x7F040266,0x7F040267,0x7F040285,0x7F040286,0x7F040287 }
+			// aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F0401EB,0x7F0401F4,0x7F040246,0x7F040247,0x7F040249,0x7F040270,0x7F040271,0x7F040272,0x7F040299,0x7F04029A,0x7F04029B }
 			public static int[] SwitchCompat = new int[] {
 					16843044,
 					16843045,
 					16843074,
-					2130969059,
 					2130969067,
-					2130969147,
-					2130969148,
-					2130969150,
-					2130969189,
-					2130969190,
-					2130969191,
-					2130969221,
-					2130969222,
-					2130969223};
+					2130969076,
+					2130969158,
+					2130969159,
+					2130969161,
+					2130969200,
+					2130969201,
+					2130969202,
+					2130969241,
+					2130969242,
+					2130969243};
 			
 			// aapt resource value: 1
 			public const int SwitchCompat_android_textOff = 1;
@@ -25537,24 +25348,24 @@
 			// aapt resource value: 2
 			public const int TabItem_android_text = 2;
 			
-			// aapt resource value: { 0x7F04023F,0x7F040240,0x7F040241,0x7F040242,0x7F040243,0x7F040244,0x7F040245,0x7F040246,0x7F040247,0x7F040248,0x7F040249,0x7F04024A,0x7F04024B,0x7F04024C,0x7F04024D,0x7F04024E }
+			// aapt resource value: { 0x7F04024A,0x7F04024B,0x7F04024C,0x7F04024D,0x7F04024E,0x7F04024F,0x7F040250,0x7F040251,0x7F040252,0x7F040253,0x7F040254,0x7F040255,0x7F040256,0x7F040257,0x7F040258,0x7F040259 }
 			public static int[] TabLayout = new int[] {
-					2130969151,
-					2130969152,
-					2130969153,
-					2130969154,
-					2130969155,
-					2130969156,
-					2130969157,
-					2130969158,
-					2130969159,
-					2130969160,
-					2130969161,
 					2130969162,
 					2130969163,
 					2130969164,
 					2130969165,
-					2130969166};
+					2130969166,
+					2130969167,
+					2130969168,
+					2130969169,
+					2130969170,
+					2130969171,
+					2130969172,
+					2130969173,
+					2130969174,
+					2130969175,
+					2130969176,
+					2130969177};
 			
 			// aapt resource value: 0
 			public const int TabLayout_tabBackground = 0;
@@ -25604,7 +25415,7 @@
 			// aapt resource value: 15
 			public const int TabLayout_tabTextColor = 15;
 			
-			// aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x7F0400E8,0x7F04024F }
+			// aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x7F0400ED,0x7F04025A }
 			public static int[] TextAppearance = new int[] {
 					16842901,
 					16842902,
@@ -25617,8 +25428,8 @@
 					16843107,
 					16843108,
 					16843692,
-					2130968808,
-					2130969167};
+					2130968813,
+					2130969178};
 			
 			// aapt resource value: 10
 			public const int TextAppearance_android_fontFamily = 10;
@@ -25659,24 +25470,24 @@
 			// aapt resource value: 12
 			public const int TextAppearance_textAllCaps = 12;
 			
-			// aapt resource value: { 0x101009A,0x1010150,0x7F04009B,0x7F04009C,0x7F04009D,0x7F04009E,0x7F0400CB,0x7F0400CC,0x7F0400FF,0x7F040100,0x7F040101,0x7F040195,0x7F040196,0x7F040197,0x7F040198,0x7F040199 }
+			// aapt resource value: { 0x101009A,0x1010150,0x7F04009C,0x7F04009D,0x7F04009E,0x7F04009F,0x7F0400D0,0x7F0400D1,0x7F040105,0x7F040106,0x7F040107,0x7F04019C,0x7F04019D,0x7F04019E,0x7F04019F,0x7F0401A0 }
 			public static int[] TextInputLayout = new int[] {
 					16842906,
 					16843088,
-					2130968731,
 					2130968732,
 					2130968733,
 					2130968734,
-					2130968779,
-					2130968780,
-					2130968831,
-					2130968832,
-					2130968833,
-					2130968981,
-					2130968982,
-					2130968983,
-					2130968984,
-					2130968985};
+					2130968735,
+					2130968784,
+					2130968785,
+					2130968837,
+					2130968838,
+					2130968839,
+					2130968988,
+					2130968989,
+					2130968990,
+					2130968991,
+					2130968992};
 			
 			// aapt resource value: 1
 			public const int TextInputLayout_android_hint = 1;
@@ -25726,17 +25537,17 @@
 			// aapt resource value: 15
 			public const int TextInputLayout_passwordToggleTintMode = 15;
 			
-			// aapt resource value: { 0x7F04004C,0x7F0400A6,0x7F0400A7,0x7F0400DC,0x7F0400DD,0x7F04017A,0x7F0401C8,0x7F0401C9,0x7F040268 }
+			// aapt resource value: { 0x7F04004D,0x7F0400A7,0x7F0400A8,0x7F0400E1,0x7F0400E2,0x7F040181,0x7F0401D0,0x7F0401D1,0x7F040273 }
 			public static int[] TimeBar = new int[] {
-					2130968652,
-					2130968742,
+					2130968653,
 					2130968743,
-					2130968796,
-					2130968797,
-					2130968954,
-					2130969032,
-					2130969033,
-					2130969192};
+					2130968744,
+					2130968801,
+					2130968802,
+					2130968961,
+					2130969040,
+					2130969041,
+					2130969203};
 			
 			// aapt resource value: 0
 			public const int TimeBar_background_color = 0;
@@ -25765,11 +25576,11 @@
 			// aapt resource value: 8
 			public const int TimeBar_thumb_color = 8;
 			
-			// aapt resource value: { 0x7F040046,0x7F040047,0x7F040258 }
+			// aapt resource value: { 0x7F040046,0x7F040048,0x7F040263 }
 			public static int[] TitleBar = new int[] {
 					2130968646,
-					2130968647,
-					2130969176};
+					2130968648,
+					2130969187};
 			
 			// aapt resource value: 0
 			public const int TitleBar_backButton = 0;
@@ -25780,37 +25591,120 @@
 			// aapt resource value: 2
 			public const int TitleBar_textColor = 2;
 			
-			// aapt resource value: { 0x10100AF,0x1010140,0x7F040063,0x7F040074,0x7F040075,0x7F040091,0x7F040092,0x7F040093,0x7F040094,0x7F040095,0x7F040096,0x7F040173,0x7F040174,0x7F040177,0x7F040187,0x7F040188,0x7F04019B,0x7F040236,0x7F040237,0x7F040238,0x7F04026E,0x7F040271,0x7F040272,0x7F040273,0x7F040274,0x7F040275,0x7F040276,0x7F040278,0x7F040279 }
+			// aapt resource value: { 0x7F040047,0x7F0400C1,0x7F0400C2,0x7F0400C3,0x7F0400C4,0x7F0400FC,0x7F04016B,0x7F0401C9,0x7F0401ED,0x7F04023D,0x7F04023E,0x7F040287,0x7F040288,0x7F040289,0x7F04028A,0x7F04028B,0x7F04028C,0x7F04028D,0x7F04028E,0x7F04028F }
+			public static int[] TitleLayout = new int[] {
+					2130968647,
+					2130968769,
+					2130968770,
+					2130968771,
+					2130968772,
+					2130968828,
+					2130968939,
+					2130969033,
+					2130969069,
+					2130969149,
+					2130969150,
+					2130969223,
+					2130969224,
+					2130969225,
+					2130969226,
+					2130969227,
+					2130969228,
+					2130969229,
+					2130969230,
+					2130969231};
+			
+			// aapt resource value: 0
+			public const int TitleLayout_back_iv_drawable = 0;
+			
+			// aapt resource value: 1
+			public const int TitleLayout_divider_color = 1;
+			
+			// aapt resource value: 2
+			public const int TitleLayout_divider_height = 2;
+			
+			// aapt resource value: 3
+			public const int TitleLayout_divider_margin_left = 3;
+			
+			// aapt resource value: 4
+			public const int TitleLayout_divider_margin_right = 4;
+			
+			// aapt resource value: 5
+			public const int TitleLayout_has_status_bar = 5;
+			
+			// aapt resource value: 6
+			public const int TitleLayout_left_layout_padding_left = 6;
+			
+			// aapt resource value: 7
+			public const int TitleLayout_right_layout_padding_right = 7;
+			
+			// aapt resource value: 8
+			public const int TitleLayout_show_back_iv = 8;
+			
+			// aapt resource value: 9
+			public const int TitleLayout_status_bar_color = 9;
+			
+			// aapt resource value: 10
+			public const int TitleLayout_status_bar_height = 10;
+			
+			// aapt resource value: 11
+			public const int TitleLayout_title_bar_color = 11;
+			
+			// aapt resource value: 12
+			public const int TitleLayout_title_bar_height = 12;
+			
+			// aapt resource value: 13
+			public const int TitleLayout_title_gravity = 13;
+			
+			// aapt resource value: 14
+			public const int TitleLayout_title_left_margin_left = 14;
+			
+			// aapt resource value: 15
+			public const int TitleLayout_title_right_margin_right = 15;
+			
+			// aapt resource value: 16
+			public const int TitleLayout_title_root_color = 16;
+			
+			// aapt resource value: 17
+			public const int TitleLayout_title_text = 17;
+			
+			// aapt resource value: 18
+			public const int TitleLayout_title_text_color = 18;
+			
+			// aapt resource value: 19
+			public const int TitleLayout_title_text_size = 19;
+			
+			// aapt resource value: { 0x10100AF,0x1010140,0x7F040064,0x7F040075,0x7F040076,0x7F040092,0x7F040093,0x7F040094,0x7F040095,0x7F040096,0x7F040097,0x7F04017A,0x7F04017B,0x7F04017E,0x7F04018E,0x7F04018F,0x7F0401A2,0x7F040241,0x7F040242,0x7F040243,0x7F040279,0x7F04027C,0x7F04027D,0x7F04027E,0x7F04027F,0x7F040280,0x7F040281,0x7F040283,0x7F040284 }
 			public static int[] Toolbar = new int[] {
 					16842927,
 					16843072,
-					2130968675,
-					2130968692,
+					2130968676,
 					2130968693,
-					2130968721,
+					2130968694,
 					2130968722,
 					2130968723,
 					2130968724,
 					2130968725,
 					2130968726,
-					2130968947,
-					2130968948,
-					2130968951,
-					2130968967,
-					2130968968,
-					2130968987,
-					2130969142,
-					2130969143,
-					2130969144,
-					2130969198,
-					2130969201,
-					2130969202,
-					2130969203,
-					2130969204,
-					2130969205,
-					2130969206,
-					2130969208,
-					2130969209};
+					2130968727,
+					2130968954,
+					2130968955,
+					2130968958,
+					2130968974,
+					2130968975,
+					2130968994,
+					2130969153,
+					2130969154,
+					2130969155,
+					2130969209,
+					2130969212,
+					2130969213,
+					2130969214,
+					2130969215,
+					2130969216,
+					2130969217,
+					2130969219,
+					2130969220};
 			
 			// aapt resource value: 0
 			public const int Toolbar_android_gravity = 0;
@@ -25899,15 +25793,15 @@
 			// aapt resource value: 28
 			public const int Toolbar_titleTextColor = 28;
 			
-			// aapt resource value: { 0x7F0400FC,0x7F0400FE,0x7F040163,0x7F0401C0,0x7F040282,0x7F040283,0x7F040284 }
+			// aapt resource value: { 0x7F040102,0x7F040104,0x7F040169,0x7F0401C7,0x7F040296,0x7F040297,0x7F040298 }
 			public static int[] TopBar = new int[] {
-					2130968828,
-					2130968830,
-					2130968931,
-					2130969024,
-					2130969218,
-					2130969219,
-					2130969220};
+					2130968834,
+					2130968836,
+					2130968937,
+					2130969031,
+					2130969238,
+					2130969239,
+					2130969240};
 			
 			// aapt resource value: 0
 			public const int TopBar_hideLeft = 0;
@@ -25930,14 +25824,14 @@
 			// aapt resource value: 6
 			public const int TopBar_topBarTitle = 6;
 			
-			// aapt resource value: { 0x7F040208,0x7F04020D,0x7F040211,0x7F040212,0x7F04021D,0x7F040221 }
+			// aapt resource value: { 0x7F040211,0x7F040216,0x7F04021A,0x7F04021B,0x7F040226,0x7F04022A }
 			public static int[] TwoLevelHeader = new int[] {
-					2130969096,
-					2130969101,
 					2130969105,
-					2130969106,
-					2130969117,
-					2130969121};
+					2130969110,
+					2130969114,
+					2130969115,
+					2130969126,
+					2130969130};
 			
 			// aapt resource value: 0
 			public const int TwoLevelHeader_srlEnablePullToCloseTwoLevel = 0;
@@ -25957,19 +25851,19 @@
 			// aapt resource value: 5
 			public const int TwoLevelHeader_srlRefreshRage = 5;
 			
-			// aapt resource value: { 0x1010000,0x10100DA,0x7F04018F,0x7F040190,0x7F040263 }
+			// aapt resource value: { 0x1010000,0x10100DA,0x7F040196,0x7F040197,0x7F04026E }
 			public static int[] View = new int[] {
 					16842752,
 					16842970,
-					2130968975,
-					2130968976,
-					2130969187};
+					2130968982,
+					2130968983,
+					2130969198};
 			
-			// aapt resource value: { 0x10100D4,0x7F04004A,0x7F04004B }
+			// aapt resource value: { 0x10100D4,0x7F04004B,0x7F04004C }
 			public static int[] ViewBackgroundHelper = new int[] {
 					16842964,
-					2130968650,
-					2130968651};
+					2130968651,
+					2130968652};
 			
 			// aapt resource value: 0
 			public const int ViewBackgroundHelper_android_background = 0;
@@ -26010,23 +25904,23 @@
 			// aapt resource value: 4
 			public const int View_theme = 4;
 			
-			// aapt resource value: { 0x7F04009F,0x7F0400F6,0x7F04010D,0x7F04010E,0x7F04010F,0x7F040116,0x7F04011C,0x7F04011D,0x7F04011E,0x7F0401D7,0x7F0401D9,0x7F0401DA,0x7F04025C,0x7F04029C,0x7F0402AE }
+			// aapt resource value: { 0x7F0400A0,0x7F0400FB,0x7F040113,0x7F040114,0x7F040115,0x7F04011C,0x7F040122,0x7F040123,0x7F040124,0x7F0401DF,0x7F0401E1,0x7F0401E2,0x7F040267,0x7F0402B0,0x7F0402C2 }
 			public static int[] WheelPicker = new int[] {
-					2130968735,
-					2130968822,
-					2130968845,
-					2130968846,
-					2130968847,
-					2130968854,
+					2130968736,
+					2130968827,
+					2130968851,
+					2130968852,
+					2130968853,
 					2130968860,
-					2130968861,
-					2130968862,
-					2130969047,
-					2130969049,
-					2130969050,
-					2130969180,
-					2130969244,
-					2130969262};
+					2130968866,
+					2130968867,
+					2130968868,
+					2130969055,
+					2130969057,
+					2130969058,
+					2130969191,
+					2130969264,
+					2130969282};
 			
 			// aapt resource value: 0
 			public const int WheelPicker_currentItemPosition = 0;
@@ -26073,12 +25967,12 @@
 			// aapt resource value: 14
 			public const int WheelPicker_zoomInSelectedItem = 14;
 			
-			// aapt resource value: { 0x7F0402AF,0x7F0402B0,0x7F0402B2,0x7F0402B5 }
+			// aapt resource value: { 0x7F0402C3,0x7F0402C4,0x7F0402C6,0x7F0402C9 }
 			public static int[] zxing_camera_preview = new int[] {
-					2130969263,
-					2130969264,
-					2130969266,
-					2130969269};
+					2130969283,
+					2130969284,
+					2130969286,
+					2130969289};
 			
 			// aapt resource value: 0
 			public const int zxing_camera_preview_zxing_framing_rect_height = 0;
@@ -26092,12 +25986,12 @@
 			// aapt resource value: 3
 			public const int zxing_camera_preview_zxing_use_texture_view = 3;
 			
-			// aapt resource value: { 0x7F0402B1,0x7F0402B3,0x7F0402B6,0x7F0402B7 }
+			// aapt resource value: { 0x7F0402C5,0x7F0402C7,0x7F0402CA,0x7F0402CB }
 			public static int[] zxing_finder = new int[] {
-					2130969265,
-					2130969267,
-					2130969270,
-					2130969271};
+					2130969285,
+					2130969287,
+					2130969290,
+					2130969291};
 			
 			// aapt resource value: 0
 			public const int zxing_finder_zxing_possible_result_points = 0;
@@ -26111,9 +26005,9 @@
 			// aapt resource value: 3
 			public const int zxing_finder_zxing_viewfinder_mask = 3;
 			
-			// aapt resource value: { 0x7F0402B4 }
+			// aapt resource value: { 0x7F0402C8 }
 			public static int[] zxing_view = new int[] {
-					2130969268};
+					2130969288};
 			
 			// aapt resource value: 0
 			public const int zxing_view_zxing_scanner_layout = 0;
diff --git a/HDL-ON_Android/SplashActivity.cs b/HDL-ON_Android/SplashActivity.cs
index 450ac81..04b9ed2 100644
--- a/HDL-ON_Android/SplashActivity.cs
+++ b/HDL-ON_Android/SplashActivity.cs
@@ -9,10 +9,7 @@
 using Android.Support.V4.App;
 using Android.Support.V4.Content;
 using CN.Jpush.Android.Api;
-//using Android.Widget;
-using Com.Hdl.ON.Jpush.Androidjpush;
 using HDL_ON;
-using Java.Util;
 using Shared;
 
 namespace HDL_ON_Android
@@ -341,7 +338,7 @@
             {
                 //淇濆瓨鑾峰彇鐨勬瀬鍏夋湇鍔″櫒涓婄殑娉ㄥ唽ID鍒版湰鍦版枃浠�
                 var tokenID = JPushInterface.GetRegistrationID(activity);
-                Console.WriteLine("RegistrationID:  " + tokenID);
+                Console.WriteLine("鏋佸厜鎺ㄩ�両d:  " + tokenID);
                 if (!string.IsNullOrEmpty(tokenID) && OnAppConfig.Instance.PushDeviceToken != tokenID)
                 {
                     OnAppConfig.Instance.PushDeviceToken = tokenID;
@@ -355,14 +352,13 @@
                     {
                         System.Threading.Thread.Sleep(1000);
                         tokenID = JPushInterface.GetRegistrationID(activity);
-                        Console.WriteLine("Sleep.tokenID + " + JPushInterface.GetRegistrationID(activity));
                         loadTokenCount++;
                         if (loadTokenCount > 30)
                         {
                             break;
                         }
                     }
-                    Console.WriteLine("RegistrationID:  " + tokenID);
+                    Console.WriteLine("鏋佸厜鎺ㄩ�両d:  " + tokenID);
                     if (!string.IsNullOrEmpty(tokenID) && OnAppConfig.Instance.PushDeviceToken != tokenID)
                     {
                         OnAppConfig.Instance.PushDeviceToken = tokenID;
diff --git a/HDL_ON/DAL/Server/HttpUtil.cs b/HDL_ON/DAL/Server/HttpUtil.cs
index 8cadb5d..1ccfedf 100644
--- a/HDL_ON/DAL/Server/HttpUtil.cs
+++ b/HDL_ON/DAL/Server/HttpUtil.cs
@@ -18,14 +18,14 @@
         /// 鍥哄畾鍩熷悕,姝e紡鐜
         /// 鍏叡鍩熷悕灏辫繎瑙f瀽
         /// </summary>
-        public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com";
-        public const string APP_KEY = "HDL-HOME-APP";
-        public const string SECRET_KEY = "CPL345bn28gHnvi9G4tYbq3cTYkiHC";
+        //public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com";
+        //public const string APP_KEY = "HDL-HOME-APP";
+        //public const string SECRET_KEY = "CPL345bn28gHnvi9G4tYbq3cTYkiHC";
 
 
-        //public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com";
-        //public const string APP_KEY = "HDL-HOME-APP-TEST";
-        //public const string SECRET_KEY = "WeJ8TY88vbakCcnvH8G1tDUqzLWY8yss";
+        public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com";
+        public const string APP_KEY = "HDL-HOME-APP-TEST";
+        public const string SECRET_KEY = "WeJ8TY88vbakCcnvH8G1tDUqzLWY8yss";
 
 
         //public const string GlobalRequestHttpsHost = "http://59.41.255.150:7777";//mmmm
diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs
index a73d76b..194d041 100644
--- a/HDL_ON/UI/MainPage.cs
+++ b/HDL_ON/UI/MainPage.cs
@@ -26,7 +26,7 @@
         /// <summary>
         /// 鐗堟湰鍙�
         /// </summary>
-        public static string VersionString = "2.4.8";
+        public static string VersionString = "2.5.0";
         ///// <summary>
         ///// 瀹㈡埛绔被鍨�
         ///// </summary>
diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs
index 0e921fe..707072a 100644
--- a/HDL_ON/UI/UI1-Login/LoginPage.cs
+++ b/HDL_ON/UI/UI1-Login/LoginPage.cs
@@ -309,7 +309,7 @@
                     //etAccount.Text = "13922115008";//鍒樻��
                     //etAccount.Text = "support7@hdlautomation.com";
                     etAccount.Text = "13336018868";
-                    etAccount.Text = "13435693712";
+                    etAccount.Text = "13580507523";
 
 
                 }
@@ -334,7 +334,7 @@
                 {
                     etPassword.Text = "zzy20020928";
                 }
-                else if(etAccount.Text == "13435693712")
+                else if(etAccount.Text == "13580507523")
                 {
                     etPassword.Text = "a123456";
                 }else if(etAccount.Text == "13288623489")
diff --git a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
index 9c4f0e5..092736c 100644
--- a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
+++ b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -557,11 +557,11 @@
 #if DEBUG
                 btnResidenceName.MouseUpEventHandler = (envent, ee) => {
                     MainPage.Log("sss");
-                    new System.Threading.Thread(async() =>
-                    {
-                        await Common.AliyunLog.AliyunLogClient.PostLogs("鍛婅娴嬭瘯", "娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅");
-                    })
-                    { IsBackground = true }.Start();
+                    //new System.Threading.Thread(async() =>
+                    //{
+                    //    await Common.AliyunLog.AliyunLogClient.PostLogs("鍛婅娴嬭瘯", "娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅娴嬭瘯淇℃伅");
+                    //})
+                    //{ IsBackground = true }.Start();
                 };
 #endif
             }
diff --git a/SiriIntents/Server/HttpUtil.cs b/SiriIntents/Server/HttpUtil.cs
index 6abba29..8f04bde 100644
--- a/SiriIntents/Server/HttpUtil.cs
+++ b/SiriIntents/Server/HttpUtil.cs
@@ -16,14 +16,14 @@
         /// 鍥哄畾鍩熷悕,姝e紡鐜
         /// 鍏叡鍩熷悕灏辫繎瑙f瀽
         /// </summary>
-        public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com";
-        const string APP_KEY = "HDL-HOME-APP";
-        const string SECRET_KEY = "CPL345bn28gHnvi9G4tYbq3cTYkiHC";
+        //public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com";
+        //const string APP_KEY = "HDL-HOME-APP";
+        //const string SECRET_KEY = "CPL345bn28gHnvi9G4tYbq3cTYkiHC";
 
 
-        //public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com";
-        //public const string APP_KEY = "HDL-HOME-APP-TEST";
-        //public const string SECRET_KEY = "WeJ8TY88vbakCcnvH8G1tDUqzLWY8yss";
+        public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com";
+        public const string APP_KEY = "HDL-HOME-APP-TEST";
+        public const string SECRET_KEY = "WeJ8TY88vbakCcnvH8G1tDUqzLWY8yss";
 
 
         //public const string GlobalRequestHttpsHost = "http://59.41.255.150:7777";//mmmm

--
Gitblit v1.8.0