diff --git a/BindingSource/AnylineXamarinSDK.Droid/Additions/AbstractBaseScanViewPlugin.cs b/BindingSource/AnylineXamarinSDK.Droid/Additions/AbstractBaseScanViewPlugin.cs deleted file mode 100644 index 5acc11ffb..000000000 --- a/BindingSource/AnylineXamarinSDK.Droid/Additions/AbstractBaseScanViewPlugin.cs +++ /dev/null @@ -1,56 +0,0 @@ -//using System; -//using System.Collections.Generic; -//using Android.Runtime; -//using Java.Interop; - -//namespace IO.Anyline.View -//{ - -// // Metadata.xml XPath class reference: path="/api/package[@name='io.anyline.view']/class[@name='AbstractBaseScanViewPlugin']" -// public abstract partial class AbstractBaseScanViewPlugin : global::Java.Lang.Object -// { -// static Delegate cb_addScanResultListener_Lio_anyline_plugin_ScanResultListener_; -//#pragma warning disable 0169 -// static Delegate GetAddScanResultListener_Lio_anyline_plugin_ScanResultListener_Handler() -// { -// if (cb_addScanResultListener_Lio_anyline_plugin_ScanResultListener_ == null) -// cb_addScanResultListener_Lio_anyline_plugin_ScanResultListener_ = JNINativeWrapper.CreateDelegate((Action)n_AddScanResultListener_Lio_anyline_plugin_ScanResultListener_); -// return cb_addScanResultListener_Lio_anyline_plugin_ScanResultListener_; -// } - -// static void n_AddScanResultListener_Lio_anyline_plugin_ScanResultListener_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0) -// { -// global::IO.Anyline.View.AbstractBaseScanViewPlugin __this = global::Java.Lang.Object.GetObject(jnienv, native__this, JniHandleOwnership.DoNotTransfer); -// global::IO.Anyline.Plugin.IScanResultListener p0 = (global::IO.Anyline.Plugin.IScanResultListener)global::Java.Lang.Object.GetObject(native_p0, JniHandleOwnership.DoNotTransfer); -// __this.AddScanResultListener(p0); -// } -//#pragma warning restore 0169 - -// // Metadata.xml XPath method reference: path="/api/package[@name='io.anyline.view']/class[@name='AbstractBaseScanViewPlugin']/method[@name='addScanResultListener' and count(parameter)=1 and parameter[1][@type='io.anyline.plugin.ScanResultListener<ResultType>']]" -// [Register("addScanResultListener", "(Lio/anyline/plugin/ScanResultListener;)V", "GetAddScanResultListener_Lio_anyline_plugin_ScanResultListener_Handler")] -// public virtual void AddScanResultListener(global::IO.Anyline.Plugin.IScanResultListener scanResultListener) { } - -// static Delegate cb_removeScanResultListener_Lio_anyline_plugin_ScanResultListener_; -//#pragma warning disable 0169 -// static Delegate GetRemoveScanResultListener_Lio_anyline_plugin_ScanResultListener_Handler() -// { -// if (cb_removeScanResultListener_Lio_anyline_plugin_ScanResultListener_ == null) -// cb_removeScanResultListener_Lio_anyline_plugin_ScanResultListener_ = JNINativeWrapper.CreateDelegate((Action)n_RemoveScanResultListener_Lio_anyline_plugin_ScanResultListener_); -// return cb_removeScanResultListener_Lio_anyline_plugin_ScanResultListener_; -// } - -// static void n_RemoveScanResultListener_Lio_anyline_plugin_ScanResultListener_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0) -// { -// global::IO.Anyline.View.AbstractBaseScanViewPlugin __this = global::Java.Lang.Object.GetObject(jnienv, native__this, JniHandleOwnership.DoNotTransfer); -// global::IO.Anyline.Plugin.IScanResultListener p0 = (global::IO.Anyline.Plugin.IScanResultListener)global::Java.Lang.Object.GetObject(native_p0, JniHandleOwnership.DoNotTransfer); -// __this.RemoveScanResultListener(p0); -// } -//#pragma warning restore 0169 - -// // Metadata.xml XPath method reference: path="/api/package[@name='io.anyline.view']/class[@name='AbstractBaseScanViewPlugin']/method[@name='removeScanResultListener' and count(parameter)=1 and parameter[1][@type='io.anyline.plugin.ScanResultListener<ResultType>']]" -// [Register("removeScanResultListener", "(Lio/anyline/plugin/ScanResultListener;)V", "GetRemoveScanResultListener_Lio_anyline_plugin_ScanResultListener_Handler")] -// public virtual void RemoveScanResultListener(global::IO.Anyline.Plugin.IScanResultListener scanResultListener) { } - -// } - -//} diff --git a/BindingSource/AnylineXamarinSDK.Droid/Additions/IDocumentScanResultListener.cs b/BindingSource/AnylineXamarinSDK.Droid/Additions/IDocumentScanResultListener.cs deleted file mode 100644 index d9fad7dd3..000000000 --- a/BindingSource/AnylineXamarinSDK.Droid/Additions/IDocumentScanResultListener.cs +++ /dev/null @@ -1,389 +0,0 @@ -//using System; -//using System.Collections.Generic; -//using Android.Runtime; -//using Java.Interop; - -//namespace IO.Anyline.Plugin.Document -//{ - -// // Metadata.xml XPath interface reference: path="/api/package[@name='io.anyline.plugin.document']/interface[@name='DocumentScanResultListener']" -// [Register("io/anyline/plugin/document/DocumentScanResultListener", "", "IO.Anyline.Plugin.Document.IDocumentScanResultListenerInvoker")] -// [global::Java.Interop.JavaTypeParameters(new string[] { "T extends io.anyline.plugin.ScanResult" })] -// public partial interface IDocumentScanResultListener : global::IO.Anyline.Plugin.IScanResultListener -// { - -// // Metadata.xml XPath method reference: path="/api/package[@name='io.anyline.plugin.document']/interface[@name='DocumentScanResultListener']/method[@name='onDocumentOutlineDetected' and count(parameter)=2 and parameter[1][@type='java.util.List<android.graphics.PointF>'] and parameter[2][@type='boolean']]" -// [Register("onDocumentOutlineDetected", "(Ljava/util/List;Z)Z", "GetOnDocumentOutlineDetected_Ljava_util_List_ZHandler:IO.Anyline.Plugin.Document.IDocumentScanResultListenerInvoker, AnylineXamarinSDK.Droid")] -// bool OnDocumentOutlineDetected(global::System.Collections.Generic.IList corners, bool documentShapeAndBrightnessValid); - -// // Metadata.xml XPath method reference: path="/api/package[@name='io.anyline.plugin.document']/interface[@name='DocumentScanResultListener']/method[@name='onPictureCornersDetected' and count(parameter)=2 and parameter[1][@type='at.nineyards.anyline.models.AnylineImage'] and parameter[2][@type='java.util.List<android.graphics.PointF>']]" -// [Register("onPictureCornersDetected", "(Lat/nineyards/anyline/models/AnylineImage;Ljava/util/List;)V", "GetOnPictureCornersDetected_Lat_nineyards_anyline_models_AnylineImage_Ljava_util_List_Handler:IO.Anyline.Plugin.Document.IDocumentScanResultListenerInvoker, AnylineXamarinSDK.Droid")] -// void OnPictureCornersDetected(global::AT.Nineyards.Anyline.Models.AnylineImage fullFrame, global::System.Collections.Generic.IList corners); - -// // Metadata.xml XPath method reference: path="/api/package[@name='io.anyline.plugin.document']/interface[@name='DocumentScanResultListener']/method[@name='onPictureProcessingFailure' and count(parameter)=1 and parameter[1][@type='io.anyline.plugin.document.DocumentScanViewPlugin.DocumentError']]" -// [Register("onPictureProcessingFailure", "(Lio/anyline/plugin/document/DocumentScanViewPlugin$DocumentError;)V", "GetOnPictureProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_Handler:IO.Anyline.Plugin.Document.IDocumentScanResultListenerInvoker, AnylineXamarinSDK.Droid")] -// void OnPictureProcessingFailure(global::IO.Anyline.Plugin.Document.DocumentScanViewPlugin.DocumentError error); - -// // Metadata.xml XPath method reference: path="/api/package[@name='io.anyline.plugin.document']/interface[@name='DocumentScanResultListener']/method[@name='onPictureTransformError' and count(parameter)=1 and parameter[1][@type='io.anyline.plugin.document.DocumentScanViewPlugin.DocumentError']]" -// [Register("onPictureTransformError", "(Lio/anyline/plugin/document/DocumentScanViewPlugin$DocumentError;)V", "GetOnPictureTransformError_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_Handler:IO.Anyline.Plugin.Document.IDocumentScanResultListenerInvoker, AnylineXamarinSDK.Droid")] -// void OnPictureTransformError(global::IO.Anyline.Plugin.Document.DocumentScanViewPlugin.DocumentError error); - -// // Metadata.xml XPath method reference: path="/api/package[@name='io.anyline.plugin.document']/interface[@name='DocumentScanResultListener']/method[@name='onPictureTransformed' and count(parameter)=1 and parameter[1][@type='at.nineyards.anyline.models.AnylineImage']]" -// [Register("onPictureTransformed", "(Lat/nineyards/anyline/models/AnylineImage;)V", "GetOnPictureTransformed_Lat_nineyards_anyline_models_AnylineImage_Handler:IO.Anyline.Plugin.Document.IDocumentScanResultListenerInvoker, AnylineXamarinSDK.Droid")] -// void OnPictureTransformed(global::AT.Nineyards.Anyline.Models.AnylineImage transformedImage); - -// // Metadata.xml XPath method reference: path="/api/package[@name='io.anyline.plugin.document']/interface[@name='DocumentScanResultListener']/method[@name='onPreviewProcessingFailure' and count(parameter)=1 and parameter[1][@type='io.anyline.plugin.document.DocumentScanViewPlugin.DocumentError']]" -// [Register("onPreviewProcessingFailure", "(Lio/anyline/plugin/document/DocumentScanViewPlugin$DocumentError;)V", "GetOnPreviewProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_Handler:IO.Anyline.Plugin.Document.IDocumentScanResultListenerInvoker, AnylineXamarinSDK.Droid")] -// void OnPreviewProcessingFailure(global::IO.Anyline.Plugin.Document.DocumentScanViewPlugin.DocumentError error); - -// // Metadata.xml XPath method reference: path="/api/package[@name='io.anyline.plugin.document']/interface[@name='DocumentScanResultListener']/method[@name='onPreviewProcessingSuccess' and count(parameter)=1 and parameter[1][@type='at.nineyards.anyline.models.AnylineImage']]" -// [Register("onPreviewProcessingSuccess", "(Lat/nineyards/anyline/models/AnylineImage;)V", "GetOnPreviewProcessingSuccess_Lat_nineyards_anyline_models_AnylineImage_Handler:IO.Anyline.Plugin.Document.IDocumentScanResultListenerInvoker, AnylineXamarinSDK.Droid")] -// void OnPreviewProcessingSuccess(global::AT.Nineyards.Anyline.Models.AnylineImage anylineImage); - -// // Metadata.xml XPath method reference: path="/api/package[@name='io.anyline.plugin.document']/interface[@name='DocumentScanResultListener']/method[@name='onTakePictureError' and count(parameter)=1 and parameter[1][@type='java.lang.Throwable']]" -// [Register("onTakePictureError", "(Ljava/lang/Throwable;)V", "GetOnTakePictureError_Ljava_lang_Throwable_Handler:IO.Anyline.Plugin.Document.IDocumentScanResultListenerInvoker, AnylineXamarinSDK.Droid")] -// void OnTakePictureError(global::Java.Lang.Throwable error); - -// // Metadata.xml XPath method reference: path="/api/package[@name='io.anyline.plugin.document']/interface[@name='DocumentScanResultListener']/method[@name='onTakePictureSuccess' and count(parameter)=0]" -// [Register("onTakePictureSuccess", "()V", "GetOnTakePictureSuccessHandler:IO.Anyline.Plugin.Document.IDocumentScanResultListenerInvoker, AnylineXamarinSDK.Droid")] -// void OnTakePictureSuccess(); - -// } - -// [global::Android.Runtime.Register("io/anyline/plugin/document/DocumentScanResultListener", DoNotGenerateAcw = true)] -// internal class IDocumentScanResultListenerInvoker : global::Java.Lang.Object, IDocumentScanResultListener -// { - -// internal new static readonly JniPeerMembers _members = new JniPeerMembers("io/anyline/plugin/document/DocumentScanResultListener", typeof(IDocumentScanResultListenerInvoker)); - -// static IntPtr java_class_ref -// { -// get { return _members.JniPeerType.PeerReference.Handle; } -// } - -// public override global::Java.Interop.JniPeerMembers JniPeerMembers -// { -// get { return _members; } -// } - -// protected override IntPtr ThresholdClass -// { -// get { return class_ref; } -// } - -// protected override global::System.Type ThresholdType -// { -// get { return _members.ManagedPeerType; } -// } - -// IntPtr class_ref; - -// public static IDocumentScanResultListener GetObject(IntPtr handle, JniHandleOwnership transfer) -// { -// return global::Java.Lang.Object.GetObject(handle, transfer); -// } - -// static IntPtr Validate(IntPtr handle) -// { -// if (!JNIEnv.IsInstanceOf(handle, java_class_ref)) -// throw new InvalidCastException(string.Format("Unable to convert instance of type '{0}' to type '{1}'.", -// JNIEnv.GetClassNameFromInstance(handle), "io.anyline.plugin.document.DocumentScanResultListener")); -// return handle; -// } - -// protected override void Dispose(bool disposing) -// { -// if (this.class_ref != IntPtr.Zero) -// JNIEnv.DeleteGlobalRef(this.class_ref); -// this.class_ref = IntPtr.Zero; -// base.Dispose(disposing); -// } - -// public IDocumentScanResultListenerInvoker(IntPtr handle, JniHandleOwnership transfer) : base(Validate(handle), transfer) -// { -// IntPtr local_ref = JNIEnv.GetObjectClass(((global::Java.Lang.Object)this).Handle); -// this.class_ref = JNIEnv.NewGlobalRef(local_ref); -// JNIEnv.DeleteLocalRef(local_ref); -// } - -// static Delegate cb_onDocumentOutlineDetected_Ljava_util_List_Z; -//#pragma warning disable 0169 -// static Delegate GetOnDocumentOutlineDetected_Ljava_util_List_ZHandler() -// { -// if (cb_onDocumentOutlineDetected_Ljava_util_List_Z == null) -// cb_onDocumentOutlineDetected_Ljava_util_List_Z = JNINativeWrapper.CreateDelegate((Func)n_OnDocumentOutlineDetected_Ljava_util_List_Z); -// return cb_onDocumentOutlineDetected_Ljava_util_List_Z; -// } - -// static bool n_OnDocumentOutlineDetected_Ljava_util_List_Z(IntPtr jnienv, IntPtr native__this, IntPtr native_corners, bool documentShapeAndBrightnessValid) -// { -// global::IO.Anyline.Plugin.Document.IDocumentScanResultListener __this = global::Java.Lang.Object.GetObject(jnienv, native__this, JniHandleOwnership.DoNotTransfer); -// var corners = global::Android.Runtime.JavaList.FromJniHandle(native_corners, JniHandleOwnership.DoNotTransfer); -// bool __ret = __this.OnDocumentOutlineDetected(corners, documentShapeAndBrightnessValid); -// return __ret; -// } -//#pragma warning restore 0169 - -// IntPtr id_onDocumentOutlineDetected_Ljava_util_List_Z; -// public unsafe bool OnDocumentOutlineDetected(global::System.Collections.Generic.IList corners, bool documentShapeAndBrightnessValid) -// { -// if (id_onDocumentOutlineDetected_Ljava_util_List_Z == IntPtr.Zero) -// id_onDocumentOutlineDetected_Ljava_util_List_Z = JNIEnv.GetMethodID(class_ref, "onDocumentOutlineDetected", "(Ljava/util/List;Z)Z"); -// IntPtr native_corners = global::Android.Runtime.JavaList.ToLocalJniHandle(corners); -// JValue* __args = stackalloc JValue[2]; -// __args[0] = new JValue(native_corners); -// __args[1] = new JValue(documentShapeAndBrightnessValid); -// bool __ret = JNIEnv.CallBooleanMethod(((global::Java.Lang.Object)this).Handle, id_onDocumentOutlineDetected_Ljava_util_List_Z, __args); -// JNIEnv.DeleteLocalRef(native_corners); -// return __ret; -// } - -// static Delegate cb_onPictureCornersDetected_Lat_nineyards_anyline_models_AnylineImage_Ljava_util_List_; -//#pragma warning disable 0169 -// static Delegate GetOnPictureCornersDetected_Lat_nineyards_anyline_models_AnylineImage_Ljava_util_List_Handler() -// { -// if (cb_onPictureCornersDetected_Lat_nineyards_anyline_models_AnylineImage_Ljava_util_List_ == null) -// cb_onPictureCornersDetected_Lat_nineyards_anyline_models_AnylineImage_Ljava_util_List_ = JNINativeWrapper.CreateDelegate((Action)n_OnPictureCornersDetected_Lat_nineyards_anyline_models_AnylineImage_Ljava_util_List_); -// return cb_onPictureCornersDetected_Lat_nineyards_anyline_models_AnylineImage_Ljava_util_List_; -// } - -// static void n_OnPictureCornersDetected_Lat_nineyards_anyline_models_AnylineImage_Ljava_util_List_(IntPtr jnienv, IntPtr native__this, IntPtr native_fullFrame, IntPtr native_corners) -// { -// global::IO.Anyline.Plugin.Document.IDocumentScanResultListener __this = global::Java.Lang.Object.GetObject(jnienv, native__this, JniHandleOwnership.DoNotTransfer); -// global::AT.Nineyards.Anyline.Models.AnylineImage fullFrame = global::Java.Lang.Object.GetObject(native_fullFrame, JniHandleOwnership.DoNotTransfer); -// var corners = global::Android.Runtime.JavaList.FromJniHandle(native_corners, JniHandleOwnership.DoNotTransfer); -// __this.OnPictureCornersDetected(fullFrame, corners); -// } -//#pragma warning restore 0169 - -// IntPtr id_onPictureCornersDetected_Lat_nineyards_anyline_models_AnylineImage_Ljava_util_List_; -// public unsafe void OnPictureCornersDetected(global::AT.Nineyards.Anyline.Models.AnylineImage fullFrame, global::System.Collections.Generic.IList corners) -// { -// if (id_onPictureCornersDetected_Lat_nineyards_anyline_models_AnylineImage_Ljava_util_List_ == IntPtr.Zero) -// id_onPictureCornersDetected_Lat_nineyards_anyline_models_AnylineImage_Ljava_util_List_ = JNIEnv.GetMethodID(class_ref, "onPictureCornersDetected", "(Lat/nineyards/anyline/models/AnylineImage;Ljava/util/List;)V"); -// IntPtr native_corners = global::Android.Runtime.JavaList.ToLocalJniHandle(corners); -// JValue* __args = stackalloc JValue[2]; -// __args[0] = new JValue((fullFrame == null) ? IntPtr.Zero : ((global::Java.Lang.Object)fullFrame).Handle); -// __args[1] = new JValue(native_corners); -// JNIEnv.CallVoidMethod(((global::Java.Lang.Object)this).Handle, id_onPictureCornersDetected_Lat_nineyards_anyline_models_AnylineImage_Ljava_util_List_, __args); -// JNIEnv.DeleteLocalRef(native_corners); -// } - -// static Delegate cb_onPictureProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_; -//#pragma warning disable 0169 -// static Delegate GetOnPictureProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_Handler() -// { -// if (cb_onPictureProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_ == null) -// cb_onPictureProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_ = JNINativeWrapper.CreateDelegate((Action)n_OnPictureProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_); -// return cb_onPictureProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_; -// } - -// static void n_OnPictureProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_(IntPtr jnienv, IntPtr native__this, IntPtr native_error) -// { -// global::IO.Anyline.Plugin.Document.IDocumentScanResultListener __this = global::Java.Lang.Object.GetObject(jnienv, native__this, JniHandleOwnership.DoNotTransfer); -// global::IO.Anyline.Plugin.Document.DocumentScanViewPlugin.DocumentError error = global::Java.Lang.Object.GetObject(native_error, JniHandleOwnership.DoNotTransfer); -// __this.OnPictureProcessingFailure(error); -// } -//#pragma warning restore 0169 - -// IntPtr id_onPictureProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_; -// public unsafe void OnPictureProcessingFailure(global::IO.Anyline.Plugin.Document.DocumentScanViewPlugin.DocumentError error) -// { -// if (id_onPictureProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_ == IntPtr.Zero) -// id_onPictureProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_ = JNIEnv.GetMethodID(class_ref, "onPictureProcessingFailure", "(Lio/anyline/plugin/document/DocumentScanViewPlugin$DocumentError;)V"); -// JValue* __args = stackalloc JValue[1]; -// __args[0] = new JValue((error == null) ? IntPtr.Zero : ((global::Java.Lang.Object)error).Handle); -// JNIEnv.CallVoidMethod(((global::Java.Lang.Object)this).Handle, id_onPictureProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_, __args); -// } - -// static Delegate cb_onPictureTransformError_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_; -//#pragma warning disable 0169 -// static Delegate GetOnPictureTransformError_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_Handler() -// { -// if (cb_onPictureTransformError_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_ == null) -// cb_onPictureTransformError_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_ = JNINativeWrapper.CreateDelegate((Action)n_OnPictureTransformError_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_); -// return cb_onPictureTransformError_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_; -// } - -// static void n_OnPictureTransformError_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_(IntPtr jnienv, IntPtr native__this, IntPtr native_error) -// { -// global::IO.Anyline.Plugin.Document.IDocumentScanResultListener __this = global::Java.Lang.Object.GetObject(jnienv, native__this, JniHandleOwnership.DoNotTransfer); -// global::IO.Anyline.Plugin.Document.DocumentScanViewPlugin.DocumentError error = global::Java.Lang.Object.GetObject(native_error, JniHandleOwnership.DoNotTransfer); -// __this.OnPictureTransformError(error); -// } -//#pragma warning restore 0169 - -// IntPtr id_onPictureTransformError_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_; -// public unsafe void OnPictureTransformError(global::IO.Anyline.Plugin.Document.DocumentScanViewPlugin.DocumentError error) -// { -// if (id_onPictureTransformError_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_ == IntPtr.Zero) -// id_onPictureTransformError_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_ = JNIEnv.GetMethodID(class_ref, "onPictureTransformError", "(Lio/anyline/plugin/document/DocumentScanViewPlugin$DocumentError;)V"); -// JValue* __args = stackalloc JValue[1]; -// __args[0] = new JValue((error == null) ? IntPtr.Zero : ((global::Java.Lang.Object)error).Handle); -// JNIEnv.CallVoidMethod(((global::Java.Lang.Object)this).Handle, id_onPictureTransformError_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_, __args); -// } - -// static Delegate cb_onPictureTransformed_Lat_nineyards_anyline_models_AnylineImage_; -//#pragma warning disable 0169 -// static Delegate GetOnPictureTransformed_Lat_nineyards_anyline_models_AnylineImage_Handler() -// { -// if (cb_onPictureTransformed_Lat_nineyards_anyline_models_AnylineImage_ == null) -// cb_onPictureTransformed_Lat_nineyards_anyline_models_AnylineImage_ = JNINativeWrapper.CreateDelegate((Action)n_OnPictureTransformed_Lat_nineyards_anyline_models_AnylineImage_); -// return cb_onPictureTransformed_Lat_nineyards_anyline_models_AnylineImage_; -// } - -// static void n_OnPictureTransformed_Lat_nineyards_anyline_models_AnylineImage_(IntPtr jnienv, IntPtr native__this, IntPtr native_transformedImage) -// { -// global::IO.Anyline.Plugin.Document.IDocumentScanResultListener __this = global::Java.Lang.Object.GetObject(jnienv, native__this, JniHandleOwnership.DoNotTransfer); -// global::AT.Nineyards.Anyline.Models.AnylineImage transformedImage = global::Java.Lang.Object.GetObject(native_transformedImage, JniHandleOwnership.DoNotTransfer); -// __this.OnPictureTransformed(transformedImage); -// } -//#pragma warning restore 0169 - -// IntPtr id_onPictureTransformed_Lat_nineyards_anyline_models_AnylineImage_; -// public unsafe void OnPictureTransformed(global::AT.Nineyards.Anyline.Models.AnylineImage transformedImage) -// { -// if (id_onPictureTransformed_Lat_nineyards_anyline_models_AnylineImage_ == IntPtr.Zero) -// id_onPictureTransformed_Lat_nineyards_anyline_models_AnylineImage_ = JNIEnv.GetMethodID(class_ref, "onPictureTransformed", "(Lat/nineyards/anyline/models/AnylineImage;)V"); -// JValue* __args = stackalloc JValue[1]; -// __args[0] = new JValue((transformedImage == null) ? IntPtr.Zero : ((global::Java.Lang.Object)transformedImage).Handle); -// JNIEnv.CallVoidMethod(((global::Java.Lang.Object)this).Handle, id_onPictureTransformed_Lat_nineyards_anyline_models_AnylineImage_, __args); -// } - -// static Delegate cb_onPreviewProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_; -//#pragma warning disable 0169 -// static Delegate GetOnPreviewProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_Handler() -// { -// if (cb_onPreviewProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_ == null) -// cb_onPreviewProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_ = JNINativeWrapper.CreateDelegate((Action)n_OnPreviewProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_); -// return cb_onPreviewProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_; -// } - -// static void n_OnPreviewProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_(IntPtr jnienv, IntPtr native__this, IntPtr native_error) -// { -// global::IO.Anyline.Plugin.Document.IDocumentScanResultListener __this = global::Java.Lang.Object.GetObject(jnienv, native__this, JniHandleOwnership.DoNotTransfer); -// global::IO.Anyline.Plugin.Document.DocumentScanViewPlugin.DocumentError error = global::Java.Lang.Object.GetObject(native_error, JniHandleOwnership.DoNotTransfer); -// __this.OnPreviewProcessingFailure(error); -// } -//#pragma warning restore 0169 - -// IntPtr id_onPreviewProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_; -// public unsafe void OnPreviewProcessingFailure(global::IO.Anyline.Plugin.Document.DocumentScanViewPlugin.DocumentError error) -// { -// if (id_onPreviewProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_ == IntPtr.Zero) -// id_onPreviewProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_ = JNIEnv.GetMethodID(class_ref, "onPreviewProcessingFailure", "(Lio/anyline/plugin/document/DocumentScanViewPlugin$DocumentError;)V"); -// JValue* __args = stackalloc JValue[1]; -// __args[0] = new JValue((error == null) ? IntPtr.Zero : ((global::Java.Lang.Object)error).Handle); -// JNIEnv.CallVoidMethod(((global::Java.Lang.Object)this).Handle, id_onPreviewProcessingFailure_Lio_anyline_plugin_document_DocumentScanViewPlugin_DocumentError_, __args); -// } - -// static Delegate cb_onPreviewProcessingSuccess_Lat_nineyards_anyline_models_AnylineImage_; -//#pragma warning disable 0169 -// static Delegate GetOnPreviewProcessingSuccess_Lat_nineyards_anyline_models_AnylineImage_Handler() -// { -// if (cb_onPreviewProcessingSuccess_Lat_nineyards_anyline_models_AnylineImage_ == null) -// cb_onPreviewProcessingSuccess_Lat_nineyards_anyline_models_AnylineImage_ = JNINativeWrapper.CreateDelegate((Action)n_OnPreviewProcessingSuccess_Lat_nineyards_anyline_models_AnylineImage_); -// return cb_onPreviewProcessingSuccess_Lat_nineyards_anyline_models_AnylineImage_; -// } - -// static void n_OnPreviewProcessingSuccess_Lat_nineyards_anyline_models_AnylineImage_(IntPtr jnienv, IntPtr native__this, IntPtr native_anylineImage) -// { -// global::IO.Anyline.Plugin.Document.IDocumentScanResultListener __this = global::Java.Lang.Object.GetObject(jnienv, native__this, JniHandleOwnership.DoNotTransfer); -// global::AT.Nineyards.Anyline.Models.AnylineImage anylineImage = global::Java.Lang.Object.GetObject(native_anylineImage, JniHandleOwnership.DoNotTransfer); -// __this.OnPreviewProcessingSuccess(anylineImage); -// } -//#pragma warning restore 0169 - -// IntPtr id_onPreviewProcessingSuccess_Lat_nineyards_anyline_models_AnylineImage_; -// public unsafe void OnPreviewProcessingSuccess(global::AT.Nineyards.Anyline.Models.AnylineImage anylineImage) -// { -// if (id_onPreviewProcessingSuccess_Lat_nineyards_anyline_models_AnylineImage_ == IntPtr.Zero) -// id_onPreviewProcessingSuccess_Lat_nineyards_anyline_models_AnylineImage_ = JNIEnv.GetMethodID(class_ref, "onPreviewProcessingSuccess", "(Lat/nineyards/anyline/models/AnylineImage;)V"); -// JValue* __args = stackalloc JValue[1]; -// __args[0] = new JValue((anylineImage == null) ? IntPtr.Zero : ((global::Java.Lang.Object)anylineImage).Handle); -// JNIEnv.CallVoidMethod(((global::Java.Lang.Object)this).Handle, id_onPreviewProcessingSuccess_Lat_nineyards_anyline_models_AnylineImage_, __args); -// } - -// static Delegate cb_onTakePictureError_Ljava_lang_Throwable_; -//#pragma warning disable 0169 -// static Delegate GetOnTakePictureError_Ljava_lang_Throwable_Handler() -// { -// if (cb_onTakePictureError_Ljava_lang_Throwable_ == null) -// cb_onTakePictureError_Ljava_lang_Throwable_ = JNINativeWrapper.CreateDelegate((Action)n_OnTakePictureError_Ljava_lang_Throwable_); -// return cb_onTakePictureError_Ljava_lang_Throwable_; -// } - -// static void n_OnTakePictureError_Ljava_lang_Throwable_(IntPtr jnienv, IntPtr native__this, IntPtr native_error) -// { -// global::IO.Anyline.Plugin.Document.IDocumentScanResultListener __this = global::Java.Lang.Object.GetObject(jnienv, native__this, JniHandleOwnership.DoNotTransfer); -// global::Java.Lang.Throwable error = global::Java.Lang.Object.GetObject(native_error, JniHandleOwnership.DoNotTransfer); -// __this.OnTakePictureError(error); -// } -//#pragma warning restore 0169 - -// IntPtr id_onTakePictureError_Ljava_lang_Throwable_; -// public unsafe void OnTakePictureError(global::Java.Lang.Throwable error) -// { -// if (id_onTakePictureError_Ljava_lang_Throwable_ == IntPtr.Zero) -// id_onTakePictureError_Ljava_lang_Throwable_ = JNIEnv.GetMethodID(class_ref, "onTakePictureError", "(Ljava/lang/Throwable;)V"); -// JValue* __args = stackalloc JValue[1]; -// __args[0] = new JValue((error == null) ? IntPtr.Zero : ((global::Java.Lang.Throwable)error).Handle); -// JNIEnv.CallVoidMethod(((global::Java.Lang.Object)this).Handle, id_onTakePictureError_Ljava_lang_Throwable_, __args); -// } - -// static Delegate cb_onTakePictureSuccess; -//#pragma warning disable 0169 -// static Delegate GetOnTakePictureSuccessHandler() -// { -// if (cb_onTakePictureSuccess == null) -// cb_onTakePictureSuccess = JNINativeWrapper.CreateDelegate((Action)n_OnTakePictureSuccess); -// return cb_onTakePictureSuccess; -// } - -// static void n_OnTakePictureSuccess(IntPtr jnienv, IntPtr native__this) -// { -// global::IO.Anyline.Plugin.Document.IDocumentScanResultListener __this = global::Java.Lang.Object.GetObject(jnienv, native__this, JniHandleOwnership.DoNotTransfer); -// __this.OnTakePictureSuccess(); -// } -//#pragma warning restore 0169 - -// IntPtr id_onTakePictureSuccess; -// public unsafe void OnTakePictureSuccess() -// { -// if (id_onTakePictureSuccess == IntPtr.Zero) -// id_onTakePictureSuccess = JNIEnv.GetMethodID(class_ref, "onTakePictureSuccess", "()V"); -// JNIEnv.CallVoidMethod(((global::Java.Lang.Object)this).Handle, id_onTakePictureSuccess); -// } - -// static Delegate cb_onResult_Lio_anyline_plugin_ScanResult_; -//#pragma warning disable 0169 -// static Delegate GetOnResult_Lio_anyline_plugin_ScanResult_Handler() -// { -// if (cb_onResult_Lio_anyline_plugin_ScanResult_ == null) -// cb_onResult_Lio_anyline_plugin_ScanResult_ = JNINativeWrapper.CreateDelegate((Action)n_OnResult_Lio_anyline_plugin_ScanResult_); -// return cb_onResult_Lio_anyline_plugin_ScanResult_; -// } - -// static void n_OnResult_Lio_anyline_plugin_ScanResult_(IntPtr jnienv, IntPtr native__this, IntPtr native_result) -// { -// global::IO.Anyline.Plugin.Document.IDocumentScanResultListener __this = global::Java.Lang.Object.GetObject(jnienv, native__this, JniHandleOwnership.DoNotTransfer); -// ScanResult result = global::Java.Lang.Object.GetObject(native_result, JniHandleOwnership.DoNotTransfer); -// __this.OnResult(result); -// } -//#pragma warning restore 0169 - -// IntPtr id_onResult_Lio_anyline_plugin_ScanResult_; -// public unsafe void OnResult(global::IO.Anyline.Plugin.ScanResult result) -// { -// if (id_onResult_Lio_anyline_plugin_ScanResult_ == IntPtr.Zero) -// id_onResult_Lio_anyline_plugin_ScanResult_ = JNIEnv.GetMethodID(class_ref, "onResult", "(Lio/anyline/plugin/ScanResult;)V"); -// IntPtr native_result = JNIEnv.ToLocalJniHandle(result); -// JValue* __args = stackalloc JValue[1]; -// __args[0] = new JValue(native_result); -// JNIEnv.CallVoidMethod(((global::Java.Lang.Object)this).Handle, id_onResult_Lio_anyline_plugin_ScanResult_, __args); -// JNIEnv.DeleteLocalRef(native_result); -// } - -// } - -//} diff --git a/BindingSource/AnylineXamarinSDK.Droid/Additions/IScanResultListener.cs b/BindingSource/AnylineXamarinSDK.Droid/Additions/IScanResultListener.cs deleted file mode 100644 index be4bdf07e..000000000 --- a/BindingSource/AnylineXamarinSDK.Droid/Additions/IScanResultListener.cs +++ /dev/null @@ -1,156 +0,0 @@ -//using System; -//using System.Collections.Generic; -//using Android.Runtime; -//using Java.Interop; - -//namespace IO.Anyline.Plugin -//{ - -// Metadata.xml XPath interface reference: path="/api/package[@name='io.anyline.plugin']/interface[@name='ScanResultListener']" -// [Register("io/anyline/plugin/ScanResultListener", "", "IO.Anyline.Plugin.IScanResultListenerInvoker")] -// [global::Java.Interop.JavaTypeParameters(new string[] { "T extends io.anyline.plugin.ScanResult" })] -// public partial interface IScanResultListener : IJavaObject -// { - -// Metadata.xml XPath method reference: path="/api/package[@name='io.anyline.plugin']/interface[@name='ScanResultListener']/method[@name='onResult' and count(parameter)=1 and parameter[1][@type='T']]" -// [Register("onResult", "(Lio/anyline/plugin/ScanResult;)V", "GetOnResult_Lio_anyline_plugin_ScanResult_Handler:IO.Anyline.Plugin.IScanResultListenerInvoker, AnylineXamarinSDK.Droid")] -// void OnResult(global::IO.Anyline.Plugin.ScanResult result); - -// } - -// [global::Android.Runtime.Register("io/anyline/plugin/ScanResultListener", DoNotGenerateAcw = true)] -// internal class IScanResultListenerInvoker : global::Java.Lang.Object, IScanResultListener -// { - -// internal new static readonly JniPeerMembers _members = new JniPeerMembers("io/anyline/plugin/ScanResultListener", typeof(IScanResultListenerInvoker)); - -// static IntPtr java_class_ref -// { -// get { return _members.JniPeerType.PeerReference.Handle; } -// } - -// public override global::Java.Interop.JniPeerMembers JniPeerMembers -// { -// get { return _members; } -// } - -// protected override IntPtr ThresholdClass -// { -// get { return class_ref; } -// } - -// protected override global::System.Type ThresholdType -// { -// get { return _members.ManagedPeerType; } -// } - -// IntPtr class_ref; - -// public static IScanResultListener GetObject(IntPtr handle, JniHandleOwnership transfer) -// { -// return global::Java.Lang.Object.GetObject(handle, transfer); -// } - -// static IntPtr Validate(IntPtr handle) -// { -// if (!JNIEnv.IsInstanceOf(handle, java_class_ref)) -// throw new InvalidCastException(string.Format("Unable to convert instance of type '{0}' to type '{1}'.", -// JNIEnv.GetClassNameFromInstance(handle), "io.anyline.plugin.ScanResultListener")); -// return handle; -// } - -// protected override void Dispose(bool disposing) -// { -// if (this.class_ref != IntPtr.Zero) -// JNIEnv.DeleteGlobalRef(this.class_ref); -// this.class_ref = IntPtr.Zero; -// base.Dispose(disposing); -// } - -// public IScanResultListenerInvoker(IntPtr handle, JniHandleOwnership transfer) : base(Validate(handle), transfer) -// { -// IntPtr local_ref = JNIEnv.GetObjectClass(((global::Java.Lang.Object)this).Handle); -// this.class_ref = JNIEnv.NewGlobalRef(local_ref); -// JNIEnv.DeleteLocalRef(local_ref); -// } - -// static Delegate cb_onResult_Lio_anyline_plugin_ScanResult_; -//#pragma warning disable 0169 -// static Delegate GetOnResult_Lio_anyline_plugin_ScanResult_Handler() -// { -// if (cb_onResult_Lio_anyline_plugin_ScanResult_ == null) -// cb_onResult_Lio_anyline_plugin_ScanResult_ = JNINativeWrapper.CreateDelegate((Action)n_OnResult_Lio_anyline_plugin_ScanResult_); -// return cb_onResult_Lio_anyline_plugin_ScanResult_; -// } - -// static void n_OnResult_Lio_anyline_plugin_ScanResult_(IntPtr jnienv, IntPtr native__this, IntPtr native_result) -// { -// global::IO.Anyline.Plugin.IScanResultListener __this = global::Java.Lang.Object.GetObject(jnienv, native__this, JniHandleOwnership.DoNotTransfer); -// ScanResult result = global::Java.Lang.Object.GetObject(native_result, JniHandleOwnership.DoNotTransfer); -// __this.OnResult(result); -// } -//#pragma warning restore 0169 - -// IntPtr id_onResult_Lio_anyline_plugin_ScanResult_; -// public unsafe void OnResult(global::IO.Anyline.Plugin.ScanResult result) -// { -// if (id_onResult_Lio_anyline_plugin_ScanResult_ == IntPtr.Zero) -// id_onResult_Lio_anyline_plugin_ScanResult_ = JNIEnv.GetMethodID(class_ref, "onResult", "(Lio/anyline/plugin/ScanResult;)V"); -// IntPtr native_result = JNIEnv.ToLocalJniHandle(result); -// JValue* __args = stackalloc JValue[1]; -// __args[0] = new JValue(native_result); -// JNIEnv.CallVoidMethod(((global::Java.Lang.Object)this).Handle, id_onResult_Lio_anyline_plugin_ScanResult_, __args); -// JNIEnv.DeleteLocalRef(native_result); -// } - -// } - -// event args for io.anyline.plugin.ScanResultListener.onResult -// public partial class ScanResultEventArgs : global::System.EventArgs -// { - -// public ScanResultEventArgs(global::IO.Anyline.Plugin.ScanResult result) -// { -// this.result = result; -// } - -// global::IO.Anyline.Plugin.ScanResult result; -// public global::IO.Anyline.Plugin.ScanResult Result -// { -// get { return result; } -// } -// } - -// [global::Android.Runtime.Register("mono/io/anyline/plugin/ScanResultListenerImplementor")] -// internal sealed partial class IScanResultListenerImplementor : global::Java.Lang.Object, IScanResultListener -// { - -// object sender; - -// public IScanResultListenerImplementor(object sender) -// : base( -// global::Android.Runtime.JNIEnv.StartCreateInstance("mono/io/anyline/plugin/ScanResultListenerImplementor", "()V"), -// JniHandleOwnership.TransferLocalRef) -// { -// global::Android.Runtime.JNIEnv.FinishCreateInstance(((global::Java.Lang.Object)this).Handle, "()V"); -// this.sender = sender; -// } - -//#pragma warning disable 0649 -// public EventHandler Handler; -//#pragma warning restore 0649 - -// public void OnResult(global::IO.Anyline.Plugin.ScanResult result) -// { -// var __h = Handler; -// if (__h != null) -// __h(sender, new ScanResultEventArgs(result)); -// } - -// internal static bool __IsEmpty(IScanResultListenerImplementor value) -// { -// return value.Handler == null; -// } -// } - -//} diff --git a/BindingSource/AnylineXamarinSDK.Droid/Additions/MrzIdentification.cs b/BindingSource/AnylineXamarinSDK.Droid/Additions/MrzIdentification.cs deleted file mode 100644 index c73f982ff..000000000 --- a/BindingSource/AnylineXamarinSDK.Droid/Additions/MrzIdentification.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -using Android.App; -using Android.Content; -using Android.OS; -using Android.Runtime; -using Android.Views; -using Android.Widget; - -namespace IO.Anyline.Plugin.ID -{ - // Metadata.xml XPath class reference: path="/api/package[@name='io.anyline.plugin.id']/class[@name='MrzIdentification']" - //[global::Android.Runtime.Register("io/anyline/plugin/id/MrzIdentification", DoNotGenerateAcw = true)] - public partial class MrzIdentification : global::IO.Anyline.Plugin.ID.ID - { - public bool AllCheckDigitsValid - { - get - { - try - { - return AreAllCheckDigitsValid(); - } - catch (Exception e) - { - System.Diagnostics.Debug.WriteLine("Unable to get all check digits valid: " + e.Message); - return false; - } - } - } - } -} \ No newline at end of file diff --git a/BindingSource/AnylineXamarinSDK.Droid/AnylineXamarinSDK.Droid.csproj b/BindingSource/AnylineXamarinSDK.Droid/AnylineXamarinSDK.Droid.csproj index a5af6741c..89d50fd24 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/AnylineXamarinSDK.Droid.csproj +++ b/BindingSource/AnylineXamarinSDK.Droid/AnylineXamarinSDK.Droid.csproj @@ -49,21 +49,12 @@ - - - - Designer - - - - - diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/Generated.xml b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/Generated.xml index c4493de90..14d4333ce 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/Generated.xml +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/Generated.xml @@ -2,12 +2,7 @@ - - - - - - + @@ -102,15 +97,6 @@ - - - - - - - - - alSquareVector @@ -133,10 +119,6 @@ - - - - instance @@ -201,10 +183,6 @@ path fileName - - - - @@ -322,13 +300,6 @@ - - - - - - - @@ -338,9 +309,6 @@ - - - pos @@ -373,35 +341,6 @@ offsetYInDp paddingInDp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -437,24 +376,6 @@ - - - - - - - - - - - - - - - - - - listener @@ -478,77 +399,10 @@ imageProvider nativeBarcodeProvider - - - - - - - - -context - -reportedShape -id - -shape - -webView - -shape -id -cropRect -x -y -scale -rectOnVisibleView -scanViewPluginScale - - - -cameraView - -rect -scale -reportedRect -resizeScale -id -cropRect -x -y -cutoutRectOnView - -delayTime -id - -contours -scale -resizeScale -id -cropRect -x -y -rectOnVisibleView - -id -visible - -reportedShape -cropRect -scale -id -x -y -rectOnVisibleView -scanViewPluginScale - - - - @@ -556,55 +410,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - instance @@ -622,13 +427,7 @@ - - - - - - - + @@ -643,52 +442,21 @@ - - -context -config - -frameWidth -frameHeight -viewWidth -viewHeight -scale - - jsonConfig - - - - - context bitmap - - - - - - - - - - - - - - instance @@ -708,34 +476,6 @@ - - - -delayTime -id - -cutoutConfig - - - -id -visible - - -rectFs -context -id - -points -context -id - - - - - - - @@ -746,118 +486,10 @@ instance - - - - - - - - - - - - - - - - - - - -name - - -name - - - - - - - - - - - - - - - - - - - - - - - - - - -context - -context - - - -context - -context -attrs - -context -attrs -defStyleAttr - - -outline - - -configFileName - -jsonConfig - - - - -imageProvider - - - - -cropRect - - -pathFile - -jsonObject - - context jsonObject - - - - - - - - - - - - - - - - - - - - alContourVector @@ -895,38 +527,7 @@ imageProvider nativeBarcodeProvider - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -944,19 +545,7 @@ - - - - - - - - - - - - - + context @@ -1045,42 +634,17 @@ - - - - - - - - - - - - - - json - - - - - - - - - - - @@ -1114,11 +678,7 @@ - - - - - + @@ -1133,10 +693,8 @@ context attrs defStyleAttr - - @@ -1149,16 +707,6 @@ - - - - - - - - - - @@ -1170,9 +718,6 @@ updateAvailable error - - - instance @@ -1186,18 +731,10 @@ - - - - errorCode reason - - - - @@ -1205,12 +742,6 @@ - - - - - - @@ -1220,53 +751,8 @@ - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1297,8 +783,6 @@ - - @@ -1398,6 +882,13 @@ points context id + + +instance + +jsonConfig + +pluginConfig @@ -1407,14 +898,6 @@ - - - - - - - - @@ -1610,21 +1093,6 @@ - - - - - - - - - - - - - - - @@ -1643,8 +1111,7 @@ - - + context @@ -1667,14 +1134,6 @@ parameterName value - - - - - - - - @@ -1682,15 +1141,8 @@ - - - - - - - - + @@ -1835,30 +1287,8 @@ - - - - - - - - - - - - - - - - - - - - - - topLeft @@ -1871,9 +1301,6 @@ alRect json - - - @@ -1917,23 +1344,17 @@ patch - - - - - - @@ -1942,15 +1363,8 @@ - - -context -attrs - -x - -y - + + @@ -1958,17 +1372,6 @@ - - - - - - - - - - - assetContext @@ -2038,8 +1441,6 @@ configFileName jsonConfig - -imageProvider @@ -2054,22 +1455,6 @@ scanViewPlugin - - - - - - - - - - - - - - - - @@ -2166,15 +1551,6 @@ - - - - - - - - - context @@ -2235,7 +1611,7 @@ path fileName - + @@ -2253,11 +1629,6 @@ - - - - - @@ -2306,9 +1677,7 @@ - - - + @@ -2338,41 +1707,11 @@ - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - @@ -2434,17 +1773,6 @@ context jsonObject - - - - - - - - - - - major @@ -2461,12 +1789,6 @@ minor patch - - - - - - @@ -2487,21 +1809,8 @@ - - -imageProvider - - - - - - - - - - @@ -2716,64 +2025,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -2797,38 +2048,18 @@ - - + - - - - - - - - - + + +jsonConfig + +pluginConfig - - - - - - - - - - - - - - - bitmap @@ -2836,10 +2067,7 @@ - -id -runnable - + runnable callable @@ -2860,7 +2088,6 @@ maxFocalLength maxZoomRatio - @@ -2886,27 +2113,9 @@ anylineFeedbackView cutoutConfig - - - - - - - - - - - - - - - - - + - - @@ -2936,48 +2145,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -3023,15 +2190,8 @@ - - -name - - -lowBrightness -highBrightness -lowAmbientLight -highAmbientLight + + e @@ -3042,46 +2202,9 @@ imageForProcessing - - - - - - data - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -3114,9 +2237,8 @@ - - - + + @@ -3130,15 +2252,6 @@ - - -id -runnable - -runnable - -callable - @@ -3157,44 +2270,13 @@ viewWidth viewHeight scale - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - @@ -3227,86 +2309,12 @@ json json - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -context - -context -attrs - -context -attrs -defStyleAttr - - - -isEnabled - -cameraController - -setFlashOn - -mode - - - - - - + - - - - - - - - - - @@ -3360,16 +2368,11 @@ - - - - - - - - - + + + + @@ -3377,9 +2380,6 @@ - - - @@ -3400,23 +2400,6 @@ - - - - - - - - -anylineFeedbackView -cutoutConfig - - - - - - - context @@ -3429,9 +2412,6 @@ - - -from instance @@ -3443,31 +2423,16 @@ - - - - - - - - - - - - - - - @@ -3476,10 +2441,6 @@ - - - - @@ -3489,6 +2450,12 @@ + + + + + + product @@ -3504,22 +2471,8 @@ - - - - - - - - - - - - - - @@ -3540,56 +2493,18 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - name - lowBrightness highBrightness lowAmbientLight highAmbientLight - - - - - - @@ -3630,14 +2545,6 @@ - - - - - - - - instance @@ -3645,27 +2552,8 @@ trainerContext blobKey correctedResult - - - - - - - - - - - - - - - - - - - @@ -3712,15 +2600,6 @@ cropRect degrees - - -e - -faceImage - -faceDetectionResultHandler - -imageForProcessing product @@ -3730,9 +2609,6 @@ - - - x @@ -3776,31 +2652,8 @@ alignment context - - - - - - - - - - - - - - - - - - - - - - - - + @@ -3834,97 +2687,14 @@ apiKey projectId - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -3932,11 +2702,6 @@ - - - - - error @@ -3945,8 +2710,6 @@ progress - - @@ -3963,26 +2726,9 @@ fileName progress - - - - - - - - - - - - - - - - - @@ -4012,22 +2758,6 @@ - - - - - - - - - - - - - - - - diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/dist/GetJavaSignatures.pyc b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/dist/GetJavaSignatures.pyc index 956d68640..232247427 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/dist/GetJavaSignatures.pyc +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/dist/GetJavaSignatures.pyc @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2327dc049ab668968fa88374f711709df841d8f58590b51687818fc9b63c5f0e +oid sha256:6cb5a244ff338851645a879cb9c69a05c29a5cc68ef5165f20254191bbbbfa04 size 2933 diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/allclasses-index.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/allclasses-index.html index 98597bdca..bd56a4f48 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/allclasses-index.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/allclasses-index.html @@ -26,7 +26,7 @@ catch(err) { } //--> -var data = {"i0":2,"i1":2,"i2":2,"i3":2,"i4":2,"i5":2,"i6":2,"i7":2,"i8":2,"i9":2,"i10":2,"i11":8,"i12":8,"i13":2,"i14":2,"i15":2,"i16":4,"i17":1,"i18":2,"i19":1,"i20":2,"i21":2,"i22":2,"i23":2,"i24":2,"i25":2,"i26":2,"i27":8,"i28":8,"i29":2,"i30":2,"i31":2,"i32":2,"i33":2,"i34":2,"i35":2,"i36":1,"i37":2,"i38":2,"i39":2,"i40":2,"i41":1,"i42":2,"i43":2,"i44":1,"i45":2,"i46":2,"i47":4,"i48":2,"i49":2,"i50":2,"i51":2,"i52":2,"i53":1,"i54":2,"i55":2,"i56":2,"i57":4,"i58":4,"i59":2,"i60":1,"i61":2,"i62":2,"i63":2,"i64":1,"i65":1,"i66":2,"i67":2,"i68":4,"i69":4,"i70":2,"i71":1,"i72":1,"i73":1,"i74":2,"i75":2,"i76":8,"i77":2,"i78":1,"i79":2,"i80":2,"i81":1,"i82":2,"i83":1,"i84":1,"i85":2,"i86":2,"i87":2,"i88":8,"i89":1,"i90":2,"i91":2,"i92":4,"i93":2,"i94":2,"i95":2,"i96":2,"i97":2,"i98":2,"i99":2,"i100":2,"i101":2,"i102":2,"i103":4,"i104":4,"i105":1,"i106":2,"i107":2,"i108":2,"i109":4,"i110":4,"i111":2,"i112":2,"i113":2,"i114":2,"i115":2,"i116":2,"i117":2,"i118":2,"i119":2,"i120":2,"i121":2,"i122":2,"i123":2,"i124":2,"i125":2,"i126":2,"i127":1,"i128":2,"i129":2,"i130":2,"i131":2,"i132":2}; +var data = {"i0":2,"i1":2,"i2":2,"i3":2,"i4":2,"i5":2,"i6":2,"i7":2,"i8":2,"i9":2,"i10":2,"i11":8,"i12":8,"i13":2,"i14":2,"i15":2,"i16":4,"i17":1,"i18":2,"i19":1,"i20":2,"i21":2,"i22":2,"i23":2,"i24":2,"i25":2,"i26":2,"i27":8,"i28":8,"i29":2,"i30":2,"i31":2,"i32":2,"i33":2,"i34":2,"i35":2,"i36":1,"i37":2,"i38":2,"i39":2,"i40":2,"i41":1,"i42":2,"i43":2,"i44":1,"i45":2,"i46":2,"i47":4,"i48":2,"i49":2,"i50":2,"i51":2,"i52":2,"i53":1,"i54":2,"i55":2,"i56":2,"i57":4,"i58":4,"i59":2,"i60":1,"i61":2,"i62":2,"i63":2,"i64":1,"i65":1,"i66":2,"i67":2,"i68":4,"i69":4,"i70":2,"i71":1,"i72":1,"i73":1,"i74":2,"i75":2,"i76":8,"i77":2,"i78":1,"i79":2,"i80":2,"i81":1,"i82":2,"i83":1,"i84":1,"i85":2,"i86":2,"i87":2,"i88":1,"i89":2,"i90":2,"i91":8,"i92":1,"i93":2,"i94":2,"i95":4,"i96":2,"i97":2,"i98":2,"i99":2,"i100":2,"i101":2,"i102":2,"i103":2,"i104":2,"i105":2,"i106":4,"i107":4,"i108":1,"i109":2,"i110":2,"i111":2,"i112":4,"i113":4,"i114":2,"i115":2,"i116":2,"i117":2,"i118":2,"i119":2,"i120":2,"i121":2,"i122":2,"i123":2,"i124":2,"i125":2,"i126":2,"i127":2,"i128":2,"i129":2,"i130":1,"i131":2,"i132":2,"i133":2,"i134":2,"i135":2}; var tabs = {65535:["t0","All Classes"],1:["t1","Interface Summary"],2:["t2","Class Summary"],4:["t3","Enum Summary"],8:["t4","Exception Summary"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -484,184 +484,196 @@

All Classes

  -PluginException +PluginConfigProvider   -PluginTypeProvider +PluginConfigProvider.Factory   -PluginTypeProvider.Factory +PluginConfigProviderImpl   -PluginTypeProviderImpl +PluginException   -Product +PluginTypeProvider   -ProductContext +PluginTypeProvider.Factory   -ProjectContext +PluginTypeProviderImpl   -public_license +Product   -public_licenseJNI +ProductContext   -PublicLicense +ProjectContext   -ROI +public_license   -ROIToALRectMapper +public_licenseJNI   -scan_controller +PublicLicense   -scan_controllerJNI +ROI   -ScanController +ROIToALRectMapper   -ScanController.PluginType +scan_controller   -ScanController.ResultType +scan_controllerJNI   -ScanControllerProvider +ScanController   -ScanControllerProvider.Factory +ScanController.PluginType   -ScanControllerProviderImpl +ScanController.ResultType   -ScanFeedbackConfig +ScanControllerProvider   -ScanFeedbackConfig.FeedbackAnimationStyle +ScanControllerProvider.Factory   -ScanFeedbackConfig.ScanFeedbackStyle +ScanControllerProviderImpl   -ScanPlugin +ScanFeedbackConfig   -ScanPluginConfig +ScanFeedbackConfig.FeedbackAnimationStyle   -ScanView +ScanFeedbackConfig.ScanFeedbackStyle   -ScanViewConfig +ScanPlugin   -ScanViewPlugin +ScanPluginConfig   -ScanViewPluginConfig +ScanView   -ScanViewUtil +ScanViewConfig   -SharedPreferencesProvider +ScanViewPlugin   -SWIGTYPE_p_Json__Value +ScanViewPluginConfig   -SWIGTYPE_p_std__shared_ptrT_al__AssetDelegate_t +ScanViewUtil   -SWIGTYPE_p_std__vectorT_std__string_t +SharedPreferencesProvider   -trainer_utils +SWIGTYPE_p_Json__Value   -trainer_utilsJNI +SWIGTYPE_p_std__shared_ptrT_al__AssetDelegate_t   -TrainerContext +SWIGTYPE_p_std__vectorT_std__string_t   -TrainerUtil +trainer_utils   +trainer_utilsJNI +  + + +TrainerContext +  + + +TrainerUtil +  + + TrainerUtilAdapter
Wraps the native TrainerUtil class.
- + UIChangeListener   - + VectorOfChar   - + Version   - + Version   - + VersionUtil   - + ViewPluginBase   diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/allclasses.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/allclasses.html index 1514d4268..d0c74854e 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/allclasses.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/allclasses.html @@ -108,6 +108,9 @@

All Classes

  • plugin_callback
  • plugin_callbackJNI
  • PluginCallback
  • +
  • PluginConfigProvider
  • +
  • PluginConfigProvider.Factory
  • +
  • PluginConfigProviderImpl
  • PluginException
  • PluginTypeProvider
  • PluginTypeProvider.Factory
  • diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/allpackages-index.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/allpackages-index.html index 6f46fbf5a..cc04f7365 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/allpackages-index.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/allpackages-index.html @@ -129,54 +129,58 @@

    All Packages

      -io.anyline2.di.context +io.anyline2.di.config   -io.anyline2.di.plugintype +io.anyline2.di.context   -io.anyline2.di.scancontroller +io.anyline2.di.plugintype   -io.anyline2.image +io.anyline2.di.scancontroller   -io.anyline2.legacy +io.anyline2.image   -io.anyline2.legacy.products +io.anyline2.legacy   -io.anyline2.legacy.trainer +io.anyline2.legacy.products   -io.anyline2.legacy.util +io.anyline2.legacy.trainer   -io.anyline2.model +io.anyline2.legacy.util   -io.anyline2.plugin +io.anyline2.model   -io.anyline2.util +io.anyline2.plugin   -io.anyline2.view +io.anyline2.util   +io.anyline2.view +  + + io.anyline2.viewplugin   diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/element-list b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/element-list index 571fe9ba8..a832f2565 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/element-list +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/element-list @@ -4,6 +4,7 @@ io.anyline2.core io.anyline2.di.anylineupdater io.anyline2.di.assetcontroller io.anyline2.di.assetutil +io.anyline2.di.config io.anyline2.di.context io.anyline2.di.plugintype io.anyline2.di.scancontroller diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/index-all.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/index-all.html index a6a682ac0..e3d528092 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/index-all.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/index-all.html @@ -110,8 +110,6 @@

    A

     
    addReportingValues(String) - Method in class io.anyline2.core.ScanController
     
    -
    addRunnable(String, AnylineWorkerRunnable) - Method in class io.anyline2.legacy.AnylineWorkerThreadPool
    -
     
    ALContourVector - Class in io.anyline2.model
     
    ALContourVector(ALContourVector) - Constructor for class io.anyline2.model.ALContourVector
    @@ -913,6 +911,8 @@

    F

     
    Factory() - Constructor for class io.anyline2.di.assetutil.AssetUtilProvider.Factory
     
    +
    Factory() - Constructor for class io.anyline2.di.config.PluginConfigProvider.Factory
    +
     
    Factory() - Constructor for class io.anyline2.di.plugintype.PluginTypeProvider.Factory
     
    Factory() - Constructor for class io.anyline2.di.scancontroller.ScanControllerProvider.Factory
    @@ -1203,6 +1203,8 @@

    G

     
    getInstance() - Static method in class io.anyline2.di.assetutil.AssetUtilProvider.Factory
     
    +
    getInstance() - Static method in class io.anyline2.di.config.PluginConfigProvider.Factory
    +
     
    getInstance() - Static method in class io.anyline2.di.context.ContextProvider
     
    getInstance() - Static method in class io.anyline2.di.plugintype.PluginTypeProvider.Factory
    @@ -1280,6 +1282,8 @@

    G

    getPlatform() - Method in class io.anyline2.AppEnvironment
     
    +
    getPluginConfig() - Method in class io.anyline2.plugin.ScanPluginConfig
    +
     
    getPluginId() - Method in class io.anyline2.legacy.trainer.AssetContext
    Returns the plugin Id
    @@ -1478,6 +1482,8 @@

    I

     
    io.anyline2.di.assetutil - package io.anyline2.di.assetutil
     
    +
    io.anyline2.di.config - package io.anyline2.di.config
    +
     
    io.anyline2.di.context - package io.anyline2.di.context
     
    io.anyline2.di.plugintype - package io.anyline2.di.plugintype
    @@ -1736,10 +1742,6 @@

    N

     
    NONE - io.anyline2.view.FlashConfig.FlashMode
     
    -
    notifyCamera() - Method in class io.anyline2.view.ScanView
    -
     
    -
    notifyTakeHighPictureResolution(CombinedImageProvider) - Method in class io.anyline2.view.ScanView
    -
     
    @@ -1889,6 +1891,14 @@

    P

    Public constructor creates the AnylineCoreDelegate Object in C/C++ and passes the pointer to the creating of the AnylineCoreCallback
    +
    PluginConfigProvider - Interface in io.anyline2.di.config
    +
     
    +
    PluginConfigProvider.Factory - Class in io.anyline2.di.config
    +
     
    +
    PluginConfigProviderImpl - Class in io.anyline2.di.config
    +
     
    +
    PluginConfigProviderImpl() - Constructor for class io.anyline2.di.config.PluginConfigProviderImpl
    +
     
    PluginException - Exception in io.anyline2.core
     
    PluginException(int, String) - Constructor for exception io.anyline2.core.PluginException
    @@ -1997,6 +2007,10 @@

    P

     
    provideFullFrameCutoutConfig() - Static method in class io.anyline2.viewplugin.CutoutConfig
     
    +
    providePluginConfig(JSONObject) - Method in interface io.anyline2.di.config.PluginConfigProvider
    +
     
    +
    providePluginConfig(JSONObject) - Method in class io.anyline2.di.config.PluginConfigProviderImpl
    +
     
    providePluginType(String) - Method in interface io.anyline2.di.plugintype.PluginTypeProvider
     
    providePluginType(String) - Method in class io.anyline2.di.plugintype.PluginTypeProviderImpl
    @@ -2373,6 +2387,8 @@

    S

     
    setInstance(AssetUtilProvider) - Static method in class io.anyline2.di.assetutil.AssetUtilProvider.Factory
     
    +
    setInstance(PluginConfigProvider) - Static method in class io.anyline2.di.config.PluginConfigProvider.Factory
    +
     
    setInstance(PluginTypeProvider) - Static method in class io.anyline2.di.plugintype.PluginTypeProvider.Factory
     
    setInstance(ScanControllerProvider) - Static method in class io.anyline2.di.scancontroller.ScanControllerProvider.Factory
    @@ -2613,6 +2629,12 @@

    T

     
    toJsonObject() - Method in class io.anyline2.plugin.ScanPluginConfig
     
    +
    toJsonObject() - Method in class io.anyline2.viewplugin.ScanViewPluginConfig
    +
     
    +
    toJsonObject(PluginConfig) - Method in interface io.anyline2.di.config.PluginConfigProvider
    +
     
    +
    toJsonObject(PluginConfig) - Method in class io.anyline2.di.config.PluginConfigProviderImpl
    +
     
    toJSONObject() - Method in class io.anyline2.legacy.trainer.AssetContext
     
    toJsonString() - Method in class io.anyline2.AppEnvironment
    diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/index.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/index.html index 297e00d47..5bc312f0a 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/index.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/index.html @@ -127,54 +127,58 @@

    AnylineSdk API

      -io.anyline2.di.context +io.anyline2.di.config   -io.anyline2.di.plugintype +io.anyline2.di.context   -io.anyline2.di.scancontroller +io.anyline2.di.plugintype   -io.anyline2.image +io.anyline2.di.scancontroller   -io.anyline2.legacy +io.anyline2.image   -io.anyline2.legacy.products +io.anyline2.legacy   -io.anyline2.legacy.trainer +io.anyline2.legacy.products   -io.anyline2.legacy.util +io.anyline2.legacy.trainer   -io.anyline2.model +io.anyline2.legacy.util   -io.anyline2.plugin +io.anyline2.model   -io.anyline2.util +io.anyline2.plugin   -io.anyline2.view +io.anyline2.util   +io.anyline2.view +  + + io.anyline2.viewplugin   diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/di/config/PluginConfigProvider.Factory.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/di/config/PluginConfigProvider.Factory.html new file mode 100644 index 000000000..12146008f --- /dev/null +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/di/config/PluginConfigProvider.Factory.html @@ -0,0 +1,321 @@ + + + + + +PluginConfigProvider.Factory (AnylineSdk API) + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class PluginConfigProvider.Factory

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • io.anyline2.di.config.PluginConfigProvider.Factory
      • +
      +
    • +
    +
    +
      +
    • +
      +
      Enclosing interface:
      +
      PluginConfigProvider
      +
      +
      +
      public static class PluginConfigProvider.Factory
      +extends java.lang.Object
      +
    • +
    +
    +
    + +
    +
    + +
    +
    +
    + + + + diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/di/config/PluginConfigProvider.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/di/config/PluginConfigProvider.html new file mode 100644 index 000000000..e03317f5c --- /dev/null +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/di/config/PluginConfigProvider.html @@ -0,0 +1,299 @@ + + + + + +PluginConfigProvider (AnylineSdk API) + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Interface PluginConfigProvider

    +
    +
    +
    + +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          providePluginConfig

          +
          PluginConfig providePluginConfig​(@NonNull
          +                                 org.json.JSONObject jsonConfig)
          +                          throws java.io.IOException
          +
          +
          Throws:
          +
          java.io.IOException
          +
          +
        • +
        + + + +
          +
        • +

          toJsonObject

          +
          org.json.JSONObject toJsonObject​(PluginConfig pluginConfig)
          +                          throws org.json.JSONException
          +
          +
          Throws:
          +
          org.json.JSONException
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + +
    + +
    + + diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/di/config/PluginConfigProviderImpl.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/di/config/PluginConfigProviderImpl.html new file mode 100644 index 000000000..0b7e0a9c2 --- /dev/null +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/di/config/PluginConfigProviderImpl.html @@ -0,0 +1,354 @@ + + + + + +PluginConfigProviderImpl (AnylineSdk API) + + + + + + + + + + + + + +
    + +
    + +
    +
    + +

    Class PluginConfigProviderImpl

    +
    +
    +
      +
    • java.lang.Object
    • +
    • +
        +
      • io.anyline2.di.config.PluginConfigProviderImpl
      • +
      +
    • +
    +
    + +
    +
    + +
    +
    +
      +
    • + +
      +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          PluginConfigProviderImpl

          +
          public PluginConfigProviderImpl()
          +
        • +
        +
      • +
      +
      + +
      +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          providePluginConfig

          +
          public PluginConfig providePluginConfig​(@NonNull
          +                                        org.json.JSONObject jsonConfig)
          +                                 throws java.io.IOException
          +
          +
          Specified by:
          +
          providePluginConfig in interface PluginConfigProvider
          +
          Throws:
          +
          java.io.IOException
          +
          +
        • +
        + + + +
          +
        • +

          toJsonObject

          +
          public org.json.JSONObject toJsonObject​(PluginConfig pluginConfig)
          +                                 throws org.json.JSONException
          +
          +
          Specified by:
          +
          toJsonObject in interface PluginConfigProvider
          +
          Throws:
          +
          org.json.JSONException
          +
          +
        • +
        +
      • +
      +
      +
    • +
    +
    +
    +
    + + + + diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/di/config/package-summary.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/di/config/package-summary.html new file mode 100644 index 000000000..fa7552ca1 --- /dev/null +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/di/config/package-summary.html @@ -0,0 +1,182 @@ + + + + + +io.anyline2.di.config (AnylineSdk API) + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Package io.anyline2.di.config

    +
    +
    + +
    +
    +
    + +
    + + diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/di/config/package-tree.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/di/config/package-tree.html new file mode 100644 index 000000000..70c72aaaf --- /dev/null +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/di/config/package-tree.html @@ -0,0 +1,167 @@ + + + + + +io.anyline2.di.config Class Hierarchy (AnylineSdk API) + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Hierarchy For Package io.anyline2.di.config

    +Package Hierarchies: + +
    +
    +
    +

    Class Hierarchy

    + +
    +
    +

    Interface Hierarchy

    + +
    +
    +
    + + + diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/legacy/AnylineWorkerThreadPool.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/legacy/AnylineWorkerThreadPool.html index 15f698860..4556466e6 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/legacy/AnylineWorkerThreadPool.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/legacy/AnylineWorkerThreadPool.html @@ -26,7 +26,7 @@ catch(err) { } //--> -var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":9,"i5":10}; +var data = {"i0":10,"i1":10,"i2":10,"i3":9,"i4":10}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -154,31 +154,25 @@

    Method Summary

    void -addRunnable​(java.lang.String id, - AnylineWorkerRunnable runnable) -  - - -void cancel()   - + void execute​(java.lang.Runnable runnable)   - + com.google.common.util.concurrent.ListenableFuture<?> execute​(java.util.concurrent.Callable<?> callable)   - + static AnylineWorkerThreadPool getInstance()   - + void shutDownPool()   @@ -225,16 +219,6 @@

    shutDownPool

    public void shutDownPool()
    - - - -
      -
    • -

      addRunnable

      -
      public void addRunnable​(java.lang.String id,
      -                        AnylineWorkerRunnable runnable)
      -
    • -
    diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/plugin/ScanPluginConfig.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/plugin/ScanPluginConfig.html index 804b4c317..337bc5da6 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/plugin/ScanPluginConfig.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/plugin/ScanPluginConfig.html @@ -26,7 +26,7 @@ catch(err) { } //--> -var data = {"i0":10,"i1":10,"i2":10,"i3":10}; +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -179,16 +179,21 @@

    Method Summary

      +PluginConfig +getPluginConfig() +  + + int getStartScanDelay()   - + boolean shouldCancelOnResult()   - + org.json.JSONObject toJsonObject()   @@ -266,10 +271,24 @@

    getId

    -
      +
      • toJsonObject

        -
        public org.json.JSONObject toJsonObject()
        +
        public org.json.JSONObject toJsonObject()
        +                                 throws org.json.JSONException
        +
        +
        Throws:
        +
        org.json.JSONException
        +
        +
      • +
      + + + +
        +
      • +

        getPluginConfig

        +
        public PluginConfig getPluginConfig()
      diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/view/CameraConfig.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/view/CameraConfig.html index 22920e78c..156810a0e 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/view/CameraConfig.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/view/CameraConfig.html @@ -506,40 +506,40 @@

      isZoomGestureEnabled

      public boolean isZoomGestureEnabled()
    - +
    • -

      getFocalLength

      -
      public double getFocalLength()
      +

      setZoomGestureEnabled

      +
      public void setZoomGestureEnabled​(boolean zoomGestureEnabled)
    - +
    • -

      getMaxZoomRatio

      -
      public double getMaxZoomRatio()
      +

      getFocalLength

      +
      public double getFocalLength()
    - +
    • -

      setZoomGestureEnabled

      -
      public void setZoomGestureEnabled​(boolean zoomGestureEnabled)
      +

      setFocalLength

      +
      public void setFocalLength​(double focalLength)
    - +
    • -

      setFocalLength

      -
      public void setFocalLength​(double focalLength)
      +

      getMaxZoomRatio

      +
      public double getMaxZoomRatio()
    diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/view/FlashView.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/view/FlashView.html index c8e7094f9..cb8bc1d01 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/view/FlashView.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/view/FlashView.html @@ -424,22 +424,22 @@

    isExposureForBlackOnBlack

    public boolean isExposureForBlackOnBlack()
    -
    + - + diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/view/ScanView.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/view/ScanView.html index fe14ae1eb..214b531c9 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/view/ScanView.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/view/ScanView.html @@ -26,7 +26,7 @@ catch(err) { } //--> -var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10}; +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -327,62 +327,52 @@

    Method Summary

      -void -
    notifyCamera() -  - - -void -notifyTakeHighPictureResolution​(CombinedImageProvider imageProvider) -  - - boolean onTouchEvent​(android.view.MotionEvent event)   - + void setCropRect​(Rect cropRect)   - + void setScanConfig​(java.lang.String pathFile)   - + void setScanConfig​(org.json.JSONObject jsonObject)   - + void setScanViewConfig​(ScanViewConfig scanViewConfig)
    Sets the ScanView with the base config ScanViewConfig for cameraView and the flashView configurations
    - + void setScanViewPlugin​(ViewPluginBase viewPluginBase)
    Sets the ScanView with the specific ScanViewPlugin
    - + void start()
    Starts the worker thread.
    - + void stop()   - + void updateCutoutView​(ScanViewPlugin scanViewPlugin)   @@ -711,24 +701,6 @@

    setScanConfig

    public void setScanConfig​(org.json.JSONObject jsonObject)
    - - - -
      -
    • -

      notifyCamera

      -
      public void notifyCamera()
      -
    • -
    - - - -
      -
    • -

      notifyTakeHighPictureResolution

      -
      public void notifyTakeHighPictureResolution​(CombinedImageProvider imageProvider)
      -
    • -
    diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/viewplugin/ScanViewPluginConfig.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/viewplugin/ScanViewPluginConfig.html index fbc52f6b0..e4eb60b74 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/viewplugin/ScanViewPluginConfig.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/io/anyline2/viewplugin/ScanViewPluginConfig.html @@ -26,6 +26,12 @@ catch(err) { } //--> +var data = {"i0":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; var pathtoroot = "../../../"; var useModuleDirectories = true; loadScripts(document, 'script'); @@ -90,7 +96,7 @@
  • Detail: 
  • Field | 
  • Constr | 
  • -
  • Method
  • +
  • Method
  • @@ -198,6 +204,19 @@

    Constructor Summary

    Method Summary

    + + + + + + + + + + + + +
    All Methods Instance Methods Concrete Methods 
    Modifier and TypeMethodDescription
    org.json.JSONObjecttoJsonObject() 
    + +
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        toJsonObject

        +
        public org.json.JSONObject toJsonObject()
        +
      • +
      +
    • +
    +
    @@ -336,7 +374,7 @@

    ScanViewPluginConfig

  • Detail: 
  • Field | 
  • Constr | 
  • -
  • Method
  • +
  • Method
  • diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/member-search-index.js b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/member-search-index.js index efd8abb44..8e02e5c68 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/member-search-index.js +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"io.anyline2.core","c":"VectorOfChar","l":"add(int, Short)","url":"add(int,java.lang.Short)"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"add(Short)","url":"add(java.lang.Short)"},{"p":"io.anyline2.camera","c":"CameraView","l":"addImageReceivedEventListener(Event)","url":"addImageReceivedEventListener(io.anyline2.Event)"},{"p":"io.anyline2.image","c":"ImageProvider","l":"addImageReceivedEventListener(Event)","url":"addImageReceivedEventListener(io.anyline2.Event)"},{"p":"io.anyline2.camera","c":"CameraView","l":"addNativeBarcodeReceivedEventListener(Event>, List)","url":"addNativeBarcodeReceivedEventListener(io.anyline2.Event,java.util.List)"},{"p":"io.anyline2.image","c":"NativeBarcodeProvider","l":"addNativeBarcodeReceivedEventListener(Event>, List)","url":"addNativeBarcodeReceivedEventListener(io.anyline2.Event,java.util.List)"},{"p":"io.anyline2.core","c":"ScanController","l":"addReportingValues(String)","url":"addReportingValues(java.lang.String)"},{"p":"io.anyline2.legacy","c":"AnylineWorkerThreadPool","l":"addRunnable(String, AnylineWorkerRunnable)","url":"addRunnable(java.lang.String,AnylineWorkerRunnable)"},{"p":"io.anyline2.model","c":"ALContourVector","l":"ALContourVector(ALContourVector)","url":"%3Cinit%3E(io.anyline2.model.ALContourVector)"},{"p":"io.anyline2.model","c":"ALContourVector","l":"ALContourVector(JSONArray)","url":"%3Cinit%3E(org.json.JSONArray)"},{"p":"io.anyline2.model","c":"ALContourVector","l":"ALContourVector(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.model","c":"ALContourVector","l":"ALContourVector(List)","url":"%3Cinit%3E(java.util.List)"},{"p":"io.anyline2.model","c":"ALGeometry","l":"ALGeometry()","url":"%3Cinit%3E()"},{"p":"io.anyline2.model","c":"ALGeometry","l":"ALGeometry(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"alignment"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"alphaFactor"},{"p":"io.anyline2.model","c":"ALPoint","l":"ALPoint(ALPoint)","url":"%3Cinit%3E(io.anyline2.model.ALPoint)"},{"p":"io.anyline2.model","c":"ALPoint","l":"ALPoint(int, int)","url":"%3Cinit%3E(int,int)"},{"p":"io.anyline2.model","c":"ALPoint","l":"ALPoint(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.model","c":"ALRect","l":"ALRect(ALRect)","url":"%3Cinit%3E(io.anyline2.model.ALRect)"},{"p":"io.anyline2.model","c":"ALRect","l":"ALRect(ALSquare)","url":"%3Cinit%3E(io.anyline2.model.ALSquare)"},{"p":"io.anyline2.model","c":"ALRect","l":"ALRect(int, int, int, int)","url":"%3Cinit%3E(int,int,int,int)"},{"p":"io.anyline2.model","c":"ALRect","l":"ALRect(JSONArray)","url":"%3Cinit%3E(org.json.JSONArray)"},{"p":"io.anyline2.model","c":"ALRect","l":"ALRect(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.model","c":"ALRect","l":"ALRect(RectF)","url":"%3Cinit%3E(android.graphics.RectF)"},{"p":"io.anyline2","c":"ALRectToROIMapper","l":"ALRectToROIMapper()","url":"%3Cinit%3E()"},{"p":"io.anyline2.model","c":"ALSquare","l":"ALSquare(ALPoint, ALPoint, ALPoint, ALPoint)","url":"%3Cinit%3E(io.anyline2.model.ALPoint,io.anyline2.model.ALPoint,io.anyline2.model.ALPoint,io.anyline2.model.ALPoint)"},{"p":"io.anyline2.model","c":"ALSquare","l":"ALSquare(ALRect)","url":"%3Cinit%3E(io.anyline2.model.ALRect)"},{"p":"io.anyline2.model","c":"ALSquare","l":"ALSquare(ALSquare)","url":"%3Cinit%3E(io.anyline2.model.ALSquare)"},{"p":"io.anyline2.model","c":"ALSquare","l":"ALSquare(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.model","c":"ALSquareVector","l":"ALSquareVector(ALSquareVector)","url":"%3Cinit%3E(io.anyline2.model.ALSquareVector)"},{"p":"io.anyline2.model","c":"ALSquareVector","l":"ALSquareVector(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.model","c":"ALSquareVector","l":"ALSquareVector(List)","url":"%3Cinit%3E(java.util.List)"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.ScanFeedbackStyle","l":"AnimatedRect"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"animation"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"animationDuration"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"animationStyle"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ANYLINE_COMMON_FUNCTIONS_PATH"},{"p":"io.anyline2.core","c":"anyline_core_customJNI","l":"anyline_core_customJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"anyline_image","l":"anyline_image()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"anyline_imageJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ANYLINE_OCR_MODULE_IDENTIFIER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ANYLINE_OCR_PATH"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ANYLINE_TIRE_PATH"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"anylineBuildNumber()"},{"p":"io.anyline2.core","c":"asset_delegate_customJNI","l":"AnylineCoreAssetDelegate_init_AssetDelegate(AssetDelegate, long, boolean, boolean)","url":"AnylineCoreAssetDelegate_init_AssetDelegate(io.anyline2.core.AssetDelegate,long,boolean,boolean)"},{"p":"io.anyline2.core","c":"anyline_core_customJNI","l":"AnylineCoreCallbackConnector_init_PluginCallback(PluginCallback, long, boolean, boolean)","url":"AnylineCoreCallbackConnector_init_PluginCallback(io.anyline2.core.PluginCallback,long,boolean,boolean)"},{"p":"io.anyline2.view","c":"AnylineCutoutBase","l":"AnylineCutoutBase(AnylineFeedbackView, CutoutConfig)","url":"%3Cinit%3E(io.anyline2.view.AnylineFeedbackView,io.anyline2.viewplugin.CutoutConfig)"},{"p":"io.anyline2.core","c":"AnylineException","l":"AnylineException(int, String)","url":"%3Cinit%3E(int,java.lang.String)"},{"p":"io.anyline2.legacy","c":"AnylineException","l":"AnylineException(int, String)","url":"%3Cinit%3E(int,java.lang.String)"},{"p":"io.anyline2.view","c":"AnylineFeedbackView","l":"AnylineFeedbackView(Context, AttributeSet)","url":"%3Cinit%3E(android.content.Context,android.util.AttributeSet)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_crop(long, AnylineImage, int, int, int, int)","url":"AnylineImage_crop(long,io.anyline2.core.AnylineImage,int,int,int,int)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_flip(long, AnylineImage, boolean, boolean)","url":"AnylineImage_flip(long,io.anyline2.core.AnylineImage,boolean,boolean)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_getBuffer__SWIG_0(long, AnylineImage)","url":"AnylineImage_getBuffer__SWIG_0(long,io.anyline2.core.AnylineImage)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_getBuffer__SWIG_1(long, AnylineImage, int)","url":"AnylineImage_getBuffer__SWIG_1(long,io.anyline2.core.AnylineImage,int)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_getBufferVector__SWIG_0(long, AnylineImage)","url":"AnylineImage_getBufferVector__SWIG_0(long,io.anyline2.core.AnylineImage)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_getBufferVector__SWIG_1(long, AnylineImage, int)","url":"AnylineImage_getBufferVector__SWIG_1(long,io.anyline2.core.AnylineImage,int)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_getChannels(long, AnylineImage)","url":"AnylineImage_getChannels(long,io.anyline2.core.AnylineImage)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_getColorFormat(long, AnylineImage)","url":"AnylineImage_getColorFormat(long,io.anyline2.core.AnylineImage)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_getHeight(long, AnylineImage)","url":"AnylineImage_getHeight(long,io.anyline2.core.AnylineImage)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_getWidth(long, AnylineImage)","url":"AnylineImage_getWidth(long,io.anyline2.core.AnylineImage)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_rotate(long, AnylineImage, int)","url":"AnylineImage_rotate(long,io.anyline2.core.AnylineImage,int)"},{"p":"io.anyline2.image","c":"AnylineImage","l":"AnylineImage(Bitmap)","url":"%3Cinit%3E(android.graphics.Bitmap)"},{"p":"io.anyline2.image","c":"AnylineImage","l":"AnylineImage(byte[], AnylineImage.ColorFormat, int, int, int)","url":"%3Cinit%3E(byte[],io.anyline2.core.AnylineImage.ColorFormat,int,int,int)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"AnylineImage(byte[], AnylineImage.ColorFormat, long, long, long)","url":"%3Cinit%3E(byte[],io.anyline2.core.AnylineImage.ColorFormat,long,long,long)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"AnylineImage(byte[], AnylineImage.ColorFormat, long, long)","url":"%3Cinit%3E(byte[],io.anyline2.core.AnylineImage.ColorFormat,long,long)"},{"p":"io.anyline2.image","c":"AnylineImage","l":"AnylineImage(byte[], int, int)","url":"%3Cinit%3E(byte[],int,int)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"AnylineImage(VectorOfChar, AnylineImage.ColorFormat, long, long, long)","url":"%3Cinit%3E(io.anyline2.core.VectorOfChar,io.anyline2.core.AnylineImage.ColorFormat,long,long,long)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"AnylineImage(VectorOfChar, AnylineImage.ColorFormat, long, long)","url":"%3Cinit%3E(io.anyline2.core.VectorOfChar,io.anyline2.core.AnylineImage.ColorFormat,long,long)"},{"p":"io.anyline2.legacy.products","c":"AnylineUpdater","l":"AnylineUpdater()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"anylineVersionNumber()"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"AnylineWebView(Context)","url":"%3Cinit%3E(android.content.Context)"},{"p":"io.anyline2.core","c":"app_environment","l":"app_environment()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"app_environmentJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"appBundleId()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_anylineBuildNumber()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_anylineVersionNumber()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_appBundleId()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_appVersionNumber()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_deviceType()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_initWithJsonString(String)","url":"AppEnvironment_initWithJsonString(java.lang.String)"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_jsonString()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_osVersion()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_platform()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_reset()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_uuid()"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"appVersionNumber()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"areLocalAssetsAvailable()"},{"p":"io.anyline2.core","c":"exceptionsJNI","l":"ArgumentException_SWIGUpcast(long)"},{"p":"io.anyline2.core","c":"ArgumentException","l":"ArgumentException(int, String, String)","url":"%3Cinit%3E(int,java.lang.String,java.lang.String)"},{"p":"io.anyline2.legacy","c":"ArgumentException","l":"ArgumentException(int, String, String)","url":"%3Cinit%3E(int,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"asset_delegate_customJNI","l":"asset_delegate_customJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"asset_delegate","l":"asset_delegate()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"asset_delegateJNI","l":"asset_delegateJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"asset_service","l":"asset_service()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"asset_serviceJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"AssetContext(Context, JSONObject)","url":"%3Cinit%3E(android.content.Context,org.json.JSONObject)"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"AssetContext(Context, String, String)","url":"%3Cinit%3E(android.content.Context,java.lang.String,java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"AssetContext(Context, String, Version, String)","url":"%3Cinit%3E(android.content.Context,java.lang.String,io.anyline2.legacy.Version,java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"AssetContext(Context, String, Version)","url":"%3Cinit%3E(android.content.Context,java.lang.String,io.anyline2.legacy.Version)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"AssetController(Context, String)","url":"%3Cinit%3E(android.content.Context,java.lang.String)"},{"p":"io.anyline2.di.assetcontroller","c":"AssetControllerProviderImpl","l":"AssetControllerProviderImpl()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetDelegate_onAssetDownloadProgress(long, AssetDelegate, String, float)","url":"AssetDelegate_onAssetDownloadProgress(long,io.anyline2.core.AssetDelegate,java.lang.String,float)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetDelegate_onAssetUpdateAvailable(long, AssetDelegate, boolean)","url":"AssetDelegate_onAssetUpdateAvailable(long,io.anyline2.core.AssetDelegate,boolean)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetDelegate_onAssetUpdateError(long, AssetDelegate, String)","url":"AssetDelegate_onAssetUpdateError(long,io.anyline2.core.AssetDelegate,java.lang.String)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetDelegate_onAssetUpdateFinished(long, AssetDelegate)","url":"AssetDelegate_onAssetUpdateFinished(long,io.anyline2.core.AssetDelegate)"},{"p":"io.anyline2.core","c":"AssetDelegate","l":"AssetDelegate()","url":"%3Cinit%3E()"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"assetExists(Context, String)","url":"assetExists(android.content.Context,java.lang.String)"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ASSETS_JSON_FILE_NAME"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetService_cancel(long, AssetService)","url":"AssetService_cancel(long,io.anyline2.core.AssetService)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetService_checkForUpdates(long, AssetService)","url":"AssetService_checkForUpdates(long,io.anyline2.core.AssetService)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetService_getFiles(long, AssetService)","url":"AssetService_getFiles(long,io.anyline2.core.AssetService)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetService_getFilesJsonString(long, AssetService)","url":"AssetService_getFilesJsonString(long,io.anyline2.core.AssetService)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetService_getLocalValue(long, AssetService, String)","url":"AssetService_getLocalValue(long,io.anyline2.core.AssetService,java.lang.String)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetService_getPath(long, AssetService)","url":"AssetService_getPath(long,io.anyline2.core.AssetService)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetService_getReportingValues(long, AssetService)","url":"AssetService_getReportingValues(long,io.anyline2.core.AssetService)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetService_update(long, AssetService)","url":"AssetService_update(long,io.anyline2.core.AssetService)"},{"p":"io.anyline2.core","c":"AssetService","l":"AssetService(String, String, AssetDelegate)","url":"%3Cinit%3E(java.lang.String,java.lang.String,io.anyline2.core.AssetDelegate)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"AssetUtil()","url":"%3Cinit%3E()"},{"p":"io.anyline2","c":"AssetUtilImpl","l":"AssetUtilImpl()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_ALIGNMENT"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_ANIMATION"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_ANIMATION_FADE"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_ANIMATION_NONE"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_ANIMATION_ZOOM"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_BOTTOM"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_BOTTOM_HALF"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_CENTER"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_CORNER_RADIUS"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_CROP_OFFSET"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_CROP_PADDING"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_FEEDBACK_STROKE_COLOR"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_HEIGHT"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_IMAGE"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_MAX_HEIGHT_PERCENT"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_MAX_WIDTH_PERCENT"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_OFFSET"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_OUTER_ALPHA"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_OUTER_COLOR"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_RATIO_FROM_SIZE"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_STROKE_COLOR"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_STROKE_WIDTH"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_TOP"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_TOP_HALF"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_WIDTH"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_X"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_Y"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"AUTO"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"BARCODE"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"BARCODE"},{"p":"io.anyline2.legacy.products","c":"Product","l":"BARCODE"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"BARCODE_MODULE_IDENTIFIER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"BARCODE_PATH"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"beepOnResult"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"BGR"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"BGRA"},{"p":"io.anyline2.model","c":"ALSquare","l":"bl"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"Blink"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"blinkAnimationOnResult"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.CutoutAlignment","l":"Bottom"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"BOTTOM"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"BOTTOM_LEFT"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"BOTTOM_RIGHT"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.CutoutAlignment","l":"BottomHalf"},{"p":"io.anyline2.model","c":"ALSquare","l":"br"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"calcCutOutAndImageCropBounds(Context, int, int, int, int, float)","url":"calcCutOutAndImageCropBounds(android.content.Context,int,int,int,int,float)"},{"p":"io.anyline2.view","c":"CutoutRect","l":"calcCutOutAndImageCropBounds(int, int, int, int, float)","url":"calcCutOutAndImageCropBounds(int,int,int,int,float)"},{"p":"io.anyline2.view","c":"ScanViewConfig","l":"cameraConfig"},{"p":"io.anyline2.view","c":"CameraConfig","l":"CameraConfig(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.camera","c":"CameraView","l":"CameraView(Context, AttributeSet, int)","url":"%3Cinit%3E(android.content.Context,android.util.AttributeSet,int)"},{"p":"io.anyline2.camera","c":"CameraView","l":"CameraView(Context, AttributeSet)","url":"%3Cinit%3E(android.content.Context,android.util.AttributeSet)"},{"p":"io.anyline2.camera","c":"CameraView","l":"CameraView(Context)","url":"%3Cinit%3E(android.content.Context)"},{"p":"io.anyline2.core","c":"AssetService","l":"cancel()"},{"p":"io.anyline2.core","c":"ScanController","l":"cancel()"},{"p":"io.anyline2.legacy","c":"AnylineWorkerThreadPool","l":"cancel()"},{"p":"io.anyline2.legacy.products","c":"AnylineUpdater","l":"cancelUpdate()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"cancelUpdate()"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"capacity()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.CutoutAlignment","l":"Center"},{"p":"io.anyline2.core","c":"AssetService","l":"checkForUpdates()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"checkForUpdates()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"children()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"children()"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"clear()"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"COMMERCIAL_TIRE_ID"},{"p":"io.anyline2.legacy.products","c":"Product","l":"COMMERCIAL_TIRE_ID"},{"p":"io.anyline2.core","c":"Version","l":"compare(Version)","url":"compare(io.anyline2.core.Version)"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ConstantUtil()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"CONTAINER"},{"p":"io.anyline2.legacy.products","c":"Product","l":"CONTAINER"},{"p":"io.anyline2.legacy.products","c":"Product","l":"CONTAINER_VERTICAL"},{"p":"io.anyline2.di.context","c":"ContextProvider","l":"ContextProvider()","url":"%3Cinit%3E()"},{"p":"io.anyline2","c":"ContextUtils","l":"ContextUtils()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.ScanFeedbackStyle","l":"ContourPoint"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.ScanFeedbackStyle","l":"ContourRect"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.ScanFeedbackStyle","l":"ContourUnderline"},{"p":"io.anyline2.image","c":"AnylineImage","l":"copy()"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyAllAssetFiles(Context, String...)","url":"copyAllAssetFiles(android.content.Context,java.lang.String...)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyAnylineAssets(Context, JSONObject, String, File, boolean)","url":"copyAnylineAssets(android.content.Context,org.json.JSONObject,java.lang.String,java.io.File,boolean)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyAssetFile(Context, String, File, boolean, String)","url":"copyAssetFile(android.content.Context,java.lang.String,java.io.File,boolean,java.lang.String)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyAssetFile(Context, String, File, boolean)","url":"copyAssetFile(android.content.Context,java.lang.String,java.io.File,boolean)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyAssetFile(Context, String, File, String, String)","url":"copyAssetFile(android.content.Context,java.lang.String,java.io.File,java.lang.String,java.lang.String)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyAssetFile(Context, String, File, String)","url":"copyAssetFile(android.content.Context,java.lang.String,java.io.File,java.lang.String)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyAssetFileWithoutPath(Context, String, File, boolean)","url":"copyAssetFileWithoutPath(android.content.Context,java.lang.String,java.io.File,boolean)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyAssetFileWithoutPath(Context, String, File, String)","url":"copyAssetFileWithoutPath(android.content.Context,java.lang.String,java.io.File,java.lang.String)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyDirectory(File, File)","url":"copyDirectory(java.io.File,java.io.File)"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"cornerRadius"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"cornerRadius"},{"p":"io.anyline2","c":"CorrectedResultReportingImpl","l":"CorrectedResultReportingImpl()","url":"%3Cinit%3E()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"createBackup()"},{"p":"io.anyline2.image","c":"AnylineImage","l":"crop(CropRect)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"crop(int, int, int, int)","url":"crop(int,int,int,int)"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"cropOffset"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"cropPadding"},{"p":"io.anyline2.view","c":"ScanView","l":"cropRect"},{"p":"io.anyline2.viewplugin","c":"ScanViewPluginConfig","l":"cutoutConfig"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"CutoutConfig()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"CutoutConfig(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.view","c":"CutoutRect","l":"CutoutRect(Context, CutoutConfig)","url":"%3Cinit%3E(android.content.Context,io.anyline2.viewplugin.CutoutConfig)"},{"p":"io.anyline2.view","c":"UIChangeListener","l":"delayScanTime(ScanViewPlugin)","url":"delayScanTime(io.anyline2.viewplugin.ScanViewPlugin)"},{"p":"io.anyline2.core","c":"exceptionsJNI","l":"delete_AnylineException(long)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"delete_AnylineImage(long)"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"delete_AppEnvironment(long)"},{"p":"io.anyline2.core","c":"exceptionsJNI","l":"delete_ArgumentException(long)"},{"p":"io.anyline2.core","c":"asset_delegateJNI","l":"delete_AssetDelegate(long)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"delete_AssetDelegate(long)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"delete_AssetService(long)"},{"p":"io.anyline2.core","c":"exceptionsJNI","l":"delete_LicenseException(long)"},{"p":"io.anyline2.core","c":"plugin_callbackJNI","l":"delete_PluginCallback(long)"},{"p":"io.anyline2.core","c":"exceptionsJNI","l":"delete_PluginException(long)"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"delete_PublicLicense(long)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"delete_ROI(long)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"delete_ScanController(long)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"delete_TrainerContext(long)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"delete_TrainerUtil(long)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"delete_VectorOfChar(long)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"delete_Version(long)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"delete()"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"delete()"},{"p":"io.anyline2.core","c":"AssetService","l":"delete()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"delete()"},{"p":"io.anyline2.core","c":"ROI","l":"delete()"},{"p":"io.anyline2.core","c":"ScanController","l":"delete()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"delete()"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"delete()"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"delete()"},{"p":"io.anyline2.core","c":"Version","l":"delete()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"deleteBackup()"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"deleteDirectory(File)","url":"deleteDirectory(java.io.File)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"deleteLocalAssets()"},{"p":"io.anyline2.core","c":"asset_delegate_customJNI","l":"destroy_AssetDelegate(long)"},{"p":"io.anyline2.core","c":"anyline_core_customJNI","l":"destroy_PluginCallback(long)"},{"p":"io.anyline2.core","c":"AssetDelegate","l":"destroy()"},{"p":"io.anyline2.core","c":"PluginCallback","l":"destroy()"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"deviceType()"},{"p":"io.anyline2.legacy.products","c":"Product","l":"DIAL_METER"},{"p":"io.anyline2.camera","c":"NativeBarcodeDetector","l":"disableBarcodeDetection()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"dispose()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"dispose()"},{"p":"io.anyline2.legacy.products","c":"Product","l":"DOCUMENT"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"DOCUMENT_MODULE_IDENTIFIER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"DOCUMENT_PATH"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"drawDocument(List, String)","url":"drawDocument(java.util.List,java.lang.String)"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"drawFeedback(List, ALRect, float, float, String, String, int, int, ScanFeedbackConfig.ScanFeedbackStyle, Rect)","url":"drawFeedback(java.util.List,io.anyline2.model.ALRect,float,float,java.lang.String,java.lang.String,int,int,io.anyline2.viewplugin.ScanFeedbackConfig.ScanFeedbackStyle,android.graphics.Rect)"},{"p":"io.anyline2.view","c":"ScanView","l":"drawShape(List)","url":"drawShape(java.util.List)"},{"p":"io.anyline2.view","c":"UIChangeListener","l":"drawVisualFeedback(ScanViewPlugin, Object)","url":"drawVisualFeedback(io.anyline2.viewplugin.ScanViewPlugin,java.lang.Object)"},{"p":"io.anyline2.legacy","c":"Version","l":"EMPTY"},{"p":"io.anyline2.camera","c":"NativeBarcodeDetector","l":"enableBarcodeDetection(NativeBarcodeResultListener, List)","url":"enableBarcodeDetection(io.anyline2.camera.NativeBarcodeResultListener,java.util.List)"},{"p":"io.anyline2.camera","c":"CameraView","l":"enableNativeBarcodeDetection(List)","url":"enableNativeBarcodeDetection(java.util.List)"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ENERGY_MODULE_IDENTIFIER"},{"p":"io.anyline2.legacy","c":"Version","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"io.anyline2.model","c":"ALContourVector","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"io.anyline2.model","c":"ALPoint","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"io.anyline2.model","c":"ALRect","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"io.anyline2.model","c":"ALSquare","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"io.anyline2.model","c":"ALSquareVector","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"io.anyline2.core","c":"AnylineException","l":"errorCode()"},{"p":"io.anyline2.legacy","c":"AnylineException","l":"errorCode()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"errorReceived"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"errorReceived"},{"p":"io.anyline2","c":"Event","l":"eventReceived(T)"},{"p":"io.anyline2.core","c":"exceptions","l":"exceptions()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"exceptionsJNI","l":"exceptionsJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.legacy","c":"AnylineWorkerThreadPool","l":"execute(Callable)","url":"execute(java.util.concurrent.Callable)"},{"p":"io.anyline2.legacy","c":"AnylineWorkerThreadPool","l":"execute(Runnable)","url":"execute(java.lang.Runnable)"},{"p":"io.anyline2.camera","c":"FaceDetector","l":"FaceDetector(FaceDetector.FaceDetectionResultHandler)","url":"%3Cinit%3E(io.anyline2.camera.FaceDetector.FaceDetectionResultHandler)"},{"p":"io.anyline2","c":"CorrectedResultReporting.Factory","l":"Factory()","url":"%3Cinit%3E()"},{"p":"io.anyline2.di.anylineupdater","c":"AnylineUpdaterProvider.Factory","l":"Factory()","url":"%3Cinit%3E()"},{"p":"io.anyline2.di.assetcontroller","c":"AssetControllerProvider.Factory","l":"Factory()","url":"%3Cinit%3E()"},{"p":"io.anyline2.di.assetutil","c":"AssetUtilProvider.Factory","l":"Factory()","url":"%3Cinit%3E()"},{"p":"io.anyline2.di.plugintype","c":"PluginTypeProvider.Factory","l":"Factory()","url":"%3Cinit%3E()"},{"p":"io.anyline2.di.scancontroller","c":"ScanControllerProvider.Factory","l":"Factory()","url":"%3Cinit%3E()"},{"p":"io.anyline2.image","c":"ImageProvider.Factory","l":"Factory()","url":"%3Cinit%3E()"},{"p":"io.anyline2.image","c":"NativeBarcodeProvider.Factory","l":"Factory()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.AnimationStyle","l":"Fade"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"feedbackStrokeColor"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"feedbackStyle"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"fileExists(String, String)","url":"fileExists(java.lang.String,java.lang.String)"},{"p":"io.anyline2.image","c":"FileStorageImpl","l":"FileStorageImpl()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"fillColor"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"FIREBASE_APPLICATION_ID"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"FIREBASE_NAME"},{"p":"io.anyline2.view","c":"ScanViewConfig","l":"flashConfig"},{"p":"io.anyline2.view","c":"FlashConfig","l":"FlashConfig()","url":"%3Cinit%3E()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"FlashConfig(Context, JSONObject)","url":"%3Cinit%3E(android.content.Context,org.json.JSONObject)"},{"p":"io.anyline2.view","c":"FlashView","l":"FlashView(Context, AttributeSet, int)","url":"%3Cinit%3E(android.content.Context,android.util.AttributeSet,int)"},{"p":"io.anyline2.view","c":"FlashView","l":"FlashView(Context, AttributeSet)","url":"%3Cinit%3E(android.content.Context,android.util.AttributeSet)"},{"p":"io.anyline2.view","c":"FlashView","l":"FlashView(Context, FlashConfig)","url":"%3Cinit%3E(android.content.Context,io.anyline2.view.FlashConfig)"},{"p":"io.anyline2.view","c":"FlashView","l":"FlashView(Context)","url":"%3Cinit%3E(android.content.Context)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"flip(boolean, boolean)","url":"flip(boolean,boolean)"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"fromInt(int)"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"fromInt(int)"},{"p":"io.anyline2.legacy.products","c":"Product","l":"fromString(String)","url":"fromString(java.lang.String)"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"fromString(String)","url":"fromString(java.lang.String)"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"fromString(String)","url":"fromString(java.lang.String)"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"GENERIC_MODULE_IDENTIFIER"},{"p":"io.anyline2.legacy.products","c":"Product","l":"GERMAN_ID_FRONT"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"get(int)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"getActiveScanViewPlugin()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"getActiveScanViewPlugin()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"getAlignment()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getAnimationStyle()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"getAnimationStyle()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getAnimationStyle(String)","url":"getAnimationStyle(java.lang.String)"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"getAnimationStyle(String)","url":"getAnimationStyle(java.lang.String)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"getAnylineAssetsJson(Context, String)","url":"getAnylineAssetsJson(android.content.Context,java.lang.String)"},{"p":"io.anyline2","c":"AppEnvironment","l":"getAnylineBuildNumber()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getAnylineVersion()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"getAnylineVersion()"},{"p":"io.anyline2.legacy.util","c":"VersionUtil","l":"getAnylineVersion()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getAnylineVersionNumber()"},{"p":"io.anyline2.legacy.util","c":"VersionUtil","l":"getAnylineVersionString()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getApiKey()"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"getApiKey()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getApiUrl()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getAppBuildNumber()"},{"p":"io.anyline2","c":"ContextUtils","l":"getAppBuildNumber()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getAppBundleId()"},{"p":"io.anyline2","c":"ContextUtils","l":"getAppPackageName()"},{"p":"io.anyline2","c":"ContextUtils","l":"getAppVersionName()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getAppVersionNumber()"},{"p":"io.anyline2.model","c":"ALRect","l":"getArea()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"getAssetFiles()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"getAssetId()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"getAssetId()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getAssetID()"},{"p":"io.anyline2","c":"AssetUtil","l":"getAssetPathForPlugin(ScanController.PluginType)","url":"getAssetPathForPlugin(io.anyline2.core.ScanController.PluginType)"},{"p":"io.anyline2","c":"AssetUtilImpl","l":"getAssetPathForPlugin(ScanController.PluginType)","url":"getAssetPathForPlugin(io.anyline2.core.ScanController.PluginType)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"getAssetPathForPlugin(ScanController.PluginType)","url":"getAssetPathForPlugin(io.anyline2.core.ScanController.PluginType)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getAssetVersion()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"getAssetVersion()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"getAssetVersion()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getAuthHeader()"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"getAuthToken(String)","url":"getAuthToken(java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"getAuthToken(TrainerContext)","url":"getAuthToken(io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.image","c":"AnylineImage","l":"getBitmap()"},{"p":"io.anyline2.view","c":"BrightnessHelper","l":"getBrightnessFeedback()"},{"p":"io.anyline2.view","c":"ScanView","l":"getBrightnessFeedBack()"},{"p":"io.anyline2.core","c":"AnylineImage","l":"getBuffer()"},{"p":"io.anyline2.core","c":"AnylineImage","l":"getBuffer(AnylineImage.ColorFormat)","url":"getBuffer(io.anyline2.core.AnylineImage.ColorFormat)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"getBufferVector()"},{"p":"io.anyline2.core","c":"AnylineImage","l":"getBufferVector(AnylineImage.ColorFormat)","url":"getBufferVector(io.anyline2.core.AnylineImage.ColorFormat)"},{"p":"io.anyline2.view","c":"ScanView","l":"getCameraView()"},{"p":"io.anyline2.core","c":"AnylineImage","l":"getChannels()"},{"p":"io.anyline2.core","c":"AnylineImage","l":"getColorFormat()"},{"p":"io.anyline2.image","c":"AnylineImage","l":"getColorFormat()"},{"p":"io.anyline2.view","c":"FlashView","l":"getConfig()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getConfigCacheDirectory()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"getConfigCacheDirectory()"},{"p":"io.anyline2.view","c":"ScanView","l":"getContainerView()"},{"p":"io.anyline2","c":"AnylineUpdater","l":"getControllerForPluginId(String)","url":"getControllerForPluginId(java.lang.String)"},{"p":"io.anyline2.legacy.products","c":"AnylineUpdater","l":"getControllerForPluginId(String)","url":"getControllerForPluginId(java.lang.String)"},{"p":"io.anyline2.image","c":"AnylineImage","l":"getCoreImage()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getCornerRadiusInPix(Context)","url":"getCornerRadiusInPix(android.content.Context)"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"getCornerRadiusInPix(Context)","url":"getCornerRadiusInPix(android.content.Context)"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getCutoutAlignment()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getCutoutAlignment(String)","url":"getCutoutAlignment(java.lang.String)"},{"p":"io.anyline2.view","c":"CutoutRect","l":"getCutoutConfig()"},{"p":"io.anyline2.view","c":"CutoutRect","l":"getCutoutCropOffsetOnViewX()"},{"p":"io.anyline2.view","c":"CutoutRect","l":"getCutoutCropOffsetOnViewY()"},{"p":"io.anyline2.view","c":"AnylineFeedbackView","l":"getCutoutList()"},{"p":"io.anyline2.view","c":"AnylineCutoutBase","l":"getCutoutRect()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"getCutoutRect()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getCutoutStrokeWidthInPix(Context)","url":"getCutoutStrokeWidthInPix(android.content.Context)"},{"p":"io.anyline2.image","c":"AnylineImage","l":"getData()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getDefaultLensFacing()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getDeviceType()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getFallbackLensFacings()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getFeedbackStrokeColor()"},{"p":"io.anyline2.core","c":"AssetService","l":"getFiles()"},{"p":"io.anyline2.core","c":"AssetService","l":"getFilesJsonString()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"getFirstActiveScanViewPlugin()"},{"p":"io.anyline2.view","c":"ScanView","l":"getFlashView()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getFocalLength()"},{"p":"io.anyline2.view","c":"CutoutRect","l":"getFrameHeight()"},{"p":"io.anyline2.view","c":"CutoutRect","l":"getFrameWidth()"},{"p":"io.anyline2.core","c":"AnylineImage","l":"getHeight()"},{"p":"io.anyline2.core","c":"ROI","l":"getHeight()"},{"p":"io.anyline2.image","c":"AnylineImage","l":"getHeight()"},{"p":"io.anyline2.model","c":"ALRect","l":"getHeight()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"getId()"},{"p":"io.anyline2.plugin","c":"ScanPluginConfig","l":"getId()"},{"p":"io.anyline2.core","c":"ScanController","l":"getID()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"getImageAutoId()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"getImageOffId()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"getImageOnId()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"getImageProvider()"},{"p":"io.anyline2","c":"ALRectToROIMapper","l":"getInstance()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getInstance()"},{"p":"io.anyline2","c":"CorrectedResultReporting.Factory","l":"getInstance()"},{"p":"io.anyline2","c":"Logger","l":"getInstance()"},{"p":"io.anyline2","c":"ROIToALRectMapper","l":"getInstance()"},{"p":"io.anyline2","c":"TrainerUtilAdapter","l":"getInstance()"},{"p":"io.anyline2.camera","c":"NativeBarcodeFormatToAnylineBarcodeFormatMapper","l":"getInstance()"},{"p":"io.anyline2.di.anylineupdater","c":"AnylineUpdaterProvider.Factory","l":"getInstance()"},{"p":"io.anyline2.di.assetcontroller","c":"AssetControllerProvider.Factory","l":"getInstance()"},{"p":"io.anyline2.di.assetutil","c":"AssetUtilProvider.Factory","l":"getInstance()"},{"p":"io.anyline2.di.context","c":"ContextProvider","l":"getInstance()"},{"p":"io.anyline2.di.plugintype","c":"PluginTypeProvider.Factory","l":"getInstance()"},{"p":"io.anyline2.di.scancontroller","c":"ScanControllerProvider.Factory","l":"getInstance()"},{"p":"io.anyline2.image","c":"ImageProvider.Factory","l":"getInstance()"},{"p":"io.anyline2.image","c":"NativeBarcodeProvider.Factory","l":"getInstance()"},{"p":"io.anyline2.legacy","c":"AnylineWorkerThreadPool","l":"getInstance()"},{"p":"io.anyline2.core","c":"ScanController","l":"getKPluginConfigSchemaFileName()"},{"p":"io.anyline2.core","c":"ScanController","l":"getKPluginResultSchemaFileName()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"getLicenseString()"},{"p":"io.anyline2.legacy.products","c":"AnylineUpdater","l":"getLocalAssetVersion(AssetContext)","url":"getLocalAssetVersion(io.anyline2.legacy.trainer.AssetContext)"},{"p":"io.anyline2.core","c":"AssetService","l":"getLocalValue(String)","url":"getLocalValue(java.lang.String)"},{"p":"io.anyline2.core","c":"Version","l":"getMajor()"},{"p":"io.anyline2.legacy","c":"Version","l":"getMajor()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getMaxFocalLength()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getMaxZoomRatio()"},{"p":"io.anyline2.core","c":"AnylineException","l":"getMessage()"},{"p":"io.anyline2.legacy","c":"AnylineException","l":"getMessage()"},{"p":"io.anyline2.core","c":"Version","l":"getMinor()"},{"p":"io.anyline2.legacy","c":"Version","l":"getMinor()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"getMode()"},{"p":"io.anyline2.camera","c":"NativeBarcodeDetector","l":"getNativeBarcodeDetectionRunnable()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"getOffsetXInDp()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"getOffsetYInDp()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getOsVersion()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getOuterColor()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getOuterColorWithAlpha()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"getPaddingInDp()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"getParameter(String)","url":"getParameter(java.lang.String)"},{"p":"io.anyline2.core","c":"Version","l":"getPatch()"},{"p":"io.anyline2.legacy","c":"Version","l":"getPatch()"},{"p":"io.anyline2.core","c":"AssetService","l":"getPath()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"getPath()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getPlatform()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"getPluginId()"},{"p":"io.anyline2.core","c":"ScanController","l":"getPluginType()"},{"p":"io.anyline2.core","c":"ScanController","l":"getPluginTypeForJsonConfig(String)","url":"getPluginTypeForJsonConfig(java.lang.String)"},{"p":"io.anyline2.model","c":"ALSquare","l":"getPoints()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getPreferredPictureHeight()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getPreferredPictureWidth()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getPreferredPreviewHeight()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getPreferredPreviewWidth()"},{"p":"io.anyline2.legacy.products","c":"Product","l":"getProduct()"},{"p":"io.anyline2.legacy.products","c":"ProductContext","l":"getProduct()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getProductName()"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"getProjectConfig(String)","url":"getProjectConfig(java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"getProjectConfig(TrainerContext)","url":"getProjectConfig(io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"getProjectId()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getProjectID()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getRatio()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"getRegionOfInterest()"},{"p":"io.anyline2.core","c":"AssetService","l":"getReportingValues()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"getReportingValues()"},{"p":"io.anyline2.core","c":"ScanController","l":"getResultType()"},{"p":"io.anyline2.core","c":"ScanController","l":"getROI()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"getROI()"},{"p":"io.anyline2.view","c":"CutoutRect","l":"getScale()"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"getScaleWebView(WebView)","url":"getScaleWebView(android.webkit.WebView)"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"getScanFeedbackStyle()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"getScanFeedbackStyle(String)","url":"getScanFeedbackStyle(java.lang.String)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"getScanPluginConfig()"},{"p":"io.anyline2.view","c":"ScanView","l":"getScanViewPlugin()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"getSchemaPath()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getStage()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"getStage()"},{"p":"io.anyline2.plugin","c":"ScanPluginConfig","l":"getStartScanDelay()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"getStrokeWidthInPix(Context)","url":"getStrokeWidthInPix(android.content.Context)"},{"p":"io.anyline2.core","c":"Version","l":"getSuffix()"},{"p":"io.anyline2.core","c":"Version","l":"getSuffixIteration()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getTokenCacheDirectory()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"getTokenCacheDirectory()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"getType()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getUuid()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"getVersionString()"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"getViewRelativePointListFromCutoutRelativeShape(List, String, ALRect, int, int, float, Rect, float)","url":"getViewRelativePointListFromCutoutRelativeShape(java.util.List,java.lang.String,io.anyline2.model.ALRect,int,int,float,android.graphics.Rect,float)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"getWidth()"},{"p":"io.anyline2.core","c":"ROI","l":"getWidth()"},{"p":"io.anyline2.image","c":"AnylineImage","l":"getWidth()"},{"p":"io.anyline2.model","c":"ALRect","l":"getWidth()"},{"p":"io.anyline2.core","c":"ROI","l":"getX()"},{"p":"io.anyline2.model","c":"ALPoint","l":"getX()"},{"p":"io.anyline2.model","c":"ALRect","l":"getX()"},{"p":"io.anyline2.core","c":"ROI","l":"getY()"},{"p":"io.anyline2.model","c":"ALPoint","l":"getY()"},{"p":"io.anyline2.model","c":"ALRect","l":"getY()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getZoomRatio()"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"GRAY"},{"p":"io.anyline2.model","c":"ALRect","l":"h"},{"p":"io.anyline2.legacy","c":"Version","l":"hashCode()"},{"p":"io.anyline2.model","c":"ALContourVector","l":"hashCode()"},{"p":"io.anyline2.model","c":"ALPoint","l":"hashCode()"},{"p":"io.anyline2.model","c":"ALRect","l":"hashCode()"},{"p":"io.anyline2.model","c":"ALSquare","l":"hashCode()"},{"p":"io.anyline2.model","c":"ALSquareVector","l":"hashCode()"},{"p":"io.anyline2.view","c":"FlashView","l":"hide()"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"ID"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"ID"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ID_MODULE_IDENTIFIER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ID_PATH"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"id()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"id()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"image"},{"p":"io.anyline2.view","c":"ScanView","l":"init(AssetContext, int)","url":"init(io.anyline2.legacy.trainer.AssetContext,int)"},{"p":"io.anyline2.view","c":"ScanView","l":"init(JSONObject)","url":"init(org.json.JSONObject)"},{"p":"io.anyline2.core","c":"PublicLicense","l":"init(String, String, String, String, String)","url":"init(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"PublicLicense","l":"init(String, String, String, String)","url":"init(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.view","c":"ScanView","l":"init(String)","url":"init(java.lang.String)"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"initConfig(ViewPluginBase)","url":"initConfig(io.anyline2.viewplugin.ViewPluginBase)"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"initWithJsonString(String)","url":"initWithJsonString(java.lang.String)"},{"p":"io.anyline2","c":"TrainerUtilAdapter","l":"instance"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"isActive()"},{"p":"io.anyline2.camera","c":"NativeBarcodeDetector","l":"isBarcodeDetectionEnabled()"},{"p":"io.anyline2.camera","c":"NativeBarcodeDetector","l":"isBarcodeDetectionOperational()"},{"p":"io.anyline2.core","c":"Version","l":"isDefinite()"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"isEmpty()"},{"p":"io.anyline2.view","c":"FlashView","l":"isExposureForBlackOnBlack()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"isFaceDetectionEnabled()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"isInitialized()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"isLicenseValid()"},{"p":"io.anyline2.camera","c":"CameraView","l":"isNativeBarcodeDetectionEnabled()"},{"p":"io.anyline2.view","c":"ScanView","l":"isNativeBarcodeDetectionEnabled()"},{"p":"io.anyline2.core","c":"ScanController","l":"isProcessing()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"isRatioFromSizeDefined()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"isRunning()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"isScanPluginRunning()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"isScanPluginRunning()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"isStarted()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"isStarted()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"isStarted()"},{"p":"io.anyline2.core","c":"Version","l":"isUndefined()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"isUpdateLocked()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"isZoomGestureEnabled()"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"JAPANESE_LANDING_PERMISSION"},{"p":"io.anyline2.legacy.products","c":"Product","l":"JAPANESE_LANDING_PERMISSION"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"jsonString()"},{"p":"io.anyline2.util","c":"JSUtil","l":"JSUtil()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_anylineVersion"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_apiKey"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_assetID"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_assetVersion"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_auth_header"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_auth_header_default_value"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_configCacheDirectory"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_configFileName"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_infoFileName"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_productName"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_projectID"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_stage"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_tokenCacheDirectory"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_tokenFileName"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_url"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_url_default_value"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"Kitt"},{"p":"io.anyline2.view","c":"FlashView","l":"layout(int, int, int, int)","url":"layout(int,int,int,int)"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"LICENSE_PLATE"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"LICENSE_PLATE"},{"p":"io.anyline2.legacy.products","c":"Product","l":"LICENSE_PLATE"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"LICENSE_PLATE_MODULE_IDENTIFIER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"LICENSE_PLATE_PATH"},{"p":"io.anyline2.core","c":"exceptionsJNI","l":"LicenseException_SWIGUpcast(long)"},{"p":"io.anyline2.core","c":"LicenseException","l":"LicenseException(int, String)","url":"%3Cinit%3E(int,java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"lockUpdate()"},{"p":"io.anyline2","c":"Logger","l":"logError(String, String, Throwable)","url":"logError(java.lang.String,java.lang.String,java.lang.Throwable)"},{"p":"io.anyline2","c":"Logger","l":"Logger()","url":"%3Cinit%3E()"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"MANUAL"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"MANUAL_OFF"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"MANUAL_ON"},{"p":"io.anyline2","c":"Mapper","l":"map(From)"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"maxHeightPercent"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"maxWidthPercent"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"METER"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"METER"},{"p":"io.anyline2.legacy.products","c":"Product","l":"METER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"METER_PATH"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"MRZ"},{"p":"io.anyline2.legacy.products","c":"Product","l":"MRZ"},{"p":"io.anyline2.camera","c":"NativeBarcodeDetector","l":"NativeBarcodeDetector()","url":"%3Cinit%3E()"},{"p":"io.anyline2.camera","c":"NativeBarcodeFormatToAnylineBarcodeFormatMapper","l":"NativeBarcodeFormatToAnylineBarcodeFormatMapper()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"new_AnylineImage__SWIG_0(long, VectorOfChar, int, long, long, long)","url":"new_AnylineImage__SWIG_0(long,io.anyline2.core.VectorOfChar,int,long,long,long)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"new_AnylineImage__SWIG_1(long, VectorOfChar, int, long, long)","url":"new_AnylineImage__SWIG_1(long,io.anyline2.core.VectorOfChar,int,long,long)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"new_AnylineImage__SWIG_2(byte[], int, long, long, long)","url":"new_AnylineImage__SWIG_2(byte[],int,long,long,long)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"new_AnylineImage__SWIG_3(byte[], int, long, long)","url":"new_AnylineImage__SWIG_3(byte[],int,long,long)"},{"p":"io.anyline2.core","c":"asset_delegate_customJNI","l":"new_AssetDelegate()"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"new_AssetService(String, String, long, AssetDelegate)","url":"new_AssetService(java.lang.String,java.lang.String,long,io.anyline2.core.AssetDelegate)"},{"p":"io.anyline2.core","c":"anyline_core_customJNI","l":"new_PluginCallback()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"new_PublicLicense()"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"new_ROI()"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"new_ScanController__SWIG_0(String, String, String, long)","url":"new_ScanController__SWIG_0(java.lang.String,java.lang.String,java.lang.String,long)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"new_ScanController__SWIG_1(String, String, String)","url":"new_ScanController__SWIG_1(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"new_TrainerContext()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"new_TrainerUtil()"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"new_VectorOfChar__SWIG_0()"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"new_VectorOfChar__SWIG_1(long, VectorOfChar)","url":"new_VectorOfChar__SWIG_1(long,io.anyline2.core.VectorOfChar)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"new_VectorOfChar__SWIG_2(int, short)","url":"new_VectorOfChar__SWIG_2(int,short)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"new_Version__SWIG_0()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"new_Version__SWIG_1(String)","url":"new_Version__SWIG_1(java.lang.String)"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.AnimationStyle","l":"None"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"None"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.ScanFeedbackStyle","l":"None"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"NONE"},{"p":"io.anyline2.view","c":"ScanView","l":"notifyCamera()"},{"p":"io.anyline2.view","c":"ScanView","l":"notifyTakeHighPictureResolution(CombinedImageProvider)"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"OCR"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"OCR"},{"p":"io.anyline2.legacy.products","c":"Product","l":"OCR"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"offset"},{"p":"io.anyline2.view","c":"BrightnessHelper.BrightnessFeedback","l":"OK"},{"p":"io.anyline2.core","c":"AssetDelegate","l":"onAssetDownloadProgress(String, float)","url":"onAssetDownloadProgress(java.lang.String,float)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"onAssetDownloadProgress(String, float)","url":"onAssetDownloadProgress(java.lang.String,float)"},{"p":"io.anyline2.legacy.trainer","c":"IAssetDelegate","l":"onAssetDownloadProgress(String, float)","url":"onAssetDownloadProgress(java.lang.String,float)"},{"p":"io.anyline2.core","c":"AssetDelegate","l":"onAssetUpdateAvailable(boolean)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"onAssetUpdateAvailable(boolean)"},{"p":"io.anyline2.legacy.trainer","c":"IAssetDelegate","l":"onAssetUpdateAvailable(boolean)"},{"p":"io.anyline2.core","c":"AssetDelegate","l":"onAssetUpdateError(String)","url":"onAssetUpdateError(java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"onAssetUpdateError(String)","url":"onAssetUpdateError(java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"IAssetDelegate","l":"onAssetUpdateError(String)","url":"onAssetUpdateError(java.lang.String)"},{"p":"io.anyline2.core","c":"AssetDelegate","l":"onAssetUpdateFinished()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"onAssetUpdateFinished()"},{"p":"io.anyline2.legacy.trainer","c":"IAssetDelegate","l":"onAssetUpdateFinished()"},{"p":"io.anyline2.view","c":"UIChangeListener","l":"onBlinkAnimation()"},{"p":"io.anyline2.view","c":"UIChangeListener","l":"onBrightnessUpdate(int)"},{"p":"io.anyline2.view","c":"ScanView","l":"onCutoutChanged"},{"p":"io.anyline2.view","c":"UIChangeListener","l":"onCutoutChanged(List>)","url":"onCutoutChanged(java.util.List)"},{"p":"io.anyline2.view","c":"UIChangeListener","l":"onCutoutVisibility(ScanViewPlugin, boolean)","url":"onCutoutVisibility(io.anyline2.viewplugin.ScanViewPlugin,boolean)"},{"p":"io.anyline2.core","c":"PluginCallback","l":"onError(String)","url":"onError(java.lang.String)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"onError(String)","url":"onError(java.lang.String)"},{"p":"io.anyline2.camera","c":"FaceDetector.FaceDetectionResultHandler","l":"onFailure(String)","url":"onFailure(java.lang.String)"},{"p":"io.anyline2.camera","c":"NativeBarcodeResultListener","l":"onFailure(String)","url":"onFailure(java.lang.String)"},{"p":"io.anyline2.core","c":"PluginCallback","l":"onInfo(String)","url":"onInfo(java.lang.String)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"onInfo(String)","url":"onInfo(java.lang.String)"},{"p":"io.anyline2.core","c":"PluginCallback","l":"onResult(AnylineImage, String)","url":"onResult(io.anyline2.core.AnylineImage,java.lang.String)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"onResult(AnylineImage, String)","url":"onResult(io.anyline2.core.AnylineImage,java.lang.String)"},{"p":"io.anyline2.core","c":"PluginCallback","l":"onRunSkipped(String)","url":"onRunSkipped(java.lang.String)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"onRunSkipped(String)","url":"onRunSkipped(java.lang.String)"},{"p":"io.anyline2.view","c":"UIChangeListener","l":"onScanViewPluginStart(ScanViewPlugin)","url":"onScanViewPluginStart(io.anyline2.viewplugin.ScanViewPlugin)"},{"p":"io.anyline2.view","c":"UIChangeListener","l":"onScanViewPluginStop(ScanViewPlugin)","url":"onScanViewPluginStop(io.anyline2.viewplugin.ScanViewPlugin)"},{"p":"io.anyline2.camera","c":"FaceDetector.FaceDetectionResultHandler","l":"onSuccess(AnylineImage)","url":"onSuccess(io.anyline2.image.AnylineImage)"},{"p":"io.anyline2.camera","c":"NativeBarcodeResultListener","l":"onSuccess(AnylineYuvImage, List)","url":"onSuccess(AnylineYuvImage,java.util.List)"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"onTouchEvent(MotionEvent)","url":"onTouchEvent(android.view.MotionEvent)"},{"p":"io.anyline2.view","c":"ScanView","l":"onTouchEvent(MotionEvent)","url":"onTouchEvent(android.view.MotionEvent)"},{"p":"io.anyline2.legacy.products","c":"IAnylineUpdateDelegate","l":"onUpdateError(String)","url":"onUpdateError(java.lang.String)"},{"p":"io.anyline2.legacy.products","c":"IAnylineUpdateDelegate","l":"onUpdateFinished()"},{"p":"io.anyline2.legacy.products","c":"IAnylineUpdateDelegate","l":"onUpdateProgress(String, float)","url":"onUpdateProgress(java.lang.String,float)"},{"p":"io.anyline2.core","c":"PluginCallback","l":"onVisualFeedback(String)","url":"onVisualFeedback(java.lang.String)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"onVisualFeedback(String)","url":"onVisualFeedback(java.lang.String)"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"osVersion()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"outerColor"},{"p":"io.anyline2.core","c":"ArgumentException","l":"parameterName()"},{"p":"io.anyline2.legacy","c":"ArgumentException","l":"parameterName()"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"parseContext(String)","url":"parseContext(java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"path"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"platform()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"playBeepSound()"},{"p":"io.anyline2.core","c":"plugin_callback","l":"plugin_callback()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"plugin_callbackJNI","l":"plugin_callbackJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"PluginCallback","l":"PluginCallback()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"exceptionsJNI","l":"PluginException_SWIGUpcast(long)"},{"p":"io.anyline2.core","c":"PluginException","l":"PluginException(int, String)","url":"%3Cinit%3E(int,java.lang.String)"},{"p":"io.anyline2.di.plugintype","c":"PluginTypeProviderImpl","l":"PluginTypeProviderImpl()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"ScanController","l":"process(AnylineImage, boolean)","url":"process(io.anyline2.core.AnylineImage,boolean)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"processImage(AnylineImage)","url":"processImage(io.anyline2.image.AnylineImage)"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_BARCODE"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_COMMERCIAL_TIRE_ID"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_CONTAINER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_CONTAINER_VERTICAL"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_DIAL_METER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_DOCUMENT"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_GERMAN_ID_FRONT"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_JAPANESE_LANDING_PERMISSION"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_LICENSEPLATE"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_METER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_MRZ"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_OCR"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_TIN"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_TIRE_SIZE"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_UNIVERSAL_ID"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_VEHICLE_REGISTRATION_CERTIFICATE"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_VIN"},{"p":"io.anyline2.legacy.products","c":"ProductContext","l":"ProductContext(Context, JSONObject)","url":"%3Cinit%3E(android.content.Context,org.json.JSONObject)"},{"p":"io.anyline2.legacy.products","c":"ProductContext","l":"ProductContext(Context, String, Product, String)","url":"%3Cinit%3E(android.content.Context,java.lang.String,io.anyline2.legacy.products.Product,java.lang.String)"},{"p":"io.anyline2.legacy.products","c":"ProductContext","l":"ProductContext(Context, String, Product, Version, String)","url":"%3Cinit%3E(android.content.Context,java.lang.String,io.anyline2.legacy.products.Product,io.anyline2.legacy.Version,java.lang.String)"},{"p":"io.anyline2.legacy.products","c":"ProductContext","l":"ProductContext(Context, String, Product, Version)","url":"%3Cinit%3E(android.content.Context,java.lang.String,io.anyline2.legacy.products.Product,io.anyline2.legacy.Version)"},{"p":"io.anyline2.legacy.products","c":"ProductContext","l":"ProductContext(Context, String, Product)","url":"%3Cinit%3E(android.content.Context,java.lang.String,io.anyline2.legacy.products.Product)"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"ProjectContext(Context, JSONObject)","url":"%3Cinit%3E(android.content.Context,org.json.JSONObject)"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"ProjectContext(Context, String, String, String, String)","url":"%3Cinit%3E(android.content.Context,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"ProjectContext(Context, String, String, String, Version, String)","url":"%3Cinit%3E(android.content.Context,java.lang.String,java.lang.String,java.lang.String,io.anyline2.legacy.Version,java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"ProjectContext(Context, String, String, String, Version)","url":"%3Cinit%3E(android.content.Context,java.lang.String,java.lang.String,java.lang.String,io.anyline2.legacy.Version)"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"ProjectContext(Context, String, String, String)","url":"%3Cinit%3E(android.content.Context,java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.di.anylineupdater","c":"AnylineUpdaterProvider","l":"provideAnylineUpdater()"},{"p":"io.anyline2.di.assetcontroller","c":"AssetControllerProvider","l":"provideAssetController(JSONObject, AssetContext)","url":"provideAssetController(org.json.JSONObject,io.anyline2.legacy.trainer.AssetContext)"},{"p":"io.anyline2.di.assetcontroller","c":"AssetControllerProviderImpl","l":"provideAssetController(JSONObject, AssetContext)","url":"provideAssetController(org.json.JSONObject,io.anyline2.legacy.trainer.AssetContext)"},{"p":"io.anyline2.di.assetutil","c":"AssetUtilProvider","l":"provideAssetUtil()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"provideFullFrameCutoutConfig()"},{"p":"io.anyline2.di.plugintype","c":"PluginTypeProvider","l":"providePluginType(String)","url":"providePluginType(java.lang.String)"},{"p":"io.anyline2.di.plugintype","c":"PluginTypeProviderImpl","l":"providePluginType(String)","url":"providePluginType(java.lang.String)"},{"p":"io.anyline2.di.scancontroller","c":"ScanControllerProvider","l":"provideScanController(JSONObject, PluginCallback, AssetContext)","url":"provideScanController(org.json.JSONObject,io.anyline2.core.PluginCallback,io.anyline2.legacy.trainer.AssetContext)"},{"p":"io.anyline2.di.scancontroller","c":"ScanControllerProviderImpl","l":"provideScanController(JSONObject, PluginCallback, AssetContext)","url":"provideScanController(org.json.JSONObject,io.anyline2.core.PluginCallback,io.anyline2.legacy.trainer.AssetContext)"},{"p":"io.anyline2","c":"SharedPreferencesProvider","l":"provideSharePreferences(String)","url":"provideSharePreferences(java.lang.String)"},{"p":"io.anyline2.core","c":"public_license","l":"public_license()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"public_licenseJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_getLicenseString()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_getVersionString()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_init__SWIG_0(String, String, String, String)","url":"PublicLicense_init__SWIG_0(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_init__SWIG_1(String, String, String, String, String)","url":"PublicLicense_init__SWIG_1(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_isInitialized()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_isLicenseValid()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_reset()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_showPopup()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_showWatermark()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"PublicLicense()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"Pulse"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"PulseRandom"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ratioFromSize"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"readFile(String, String)","url":"readFile(java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"AnylineException","l":"reason()"},{"p":"io.anyline2.legacy","c":"AnylineException","l":"reason()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.ScanFeedbackStyle","l":"Rect"},{"p":"io.anyline2.view","c":"CutoutRect","l":"rectOnImage"},{"p":"io.anyline2.view","c":"CutoutRect","l":"rectOnSurface"},{"p":"io.anyline2.view","c":"CutoutRect","l":"rectOnVisibleView"},{"p":"io.anyline2.model","c":"ALContourVector","l":"rects"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"redrawTimeout"},{"p":"io.anyline2.image","c":"AnylineImage","l":"release()"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"remove(int)"},{"p":"io.anyline2.camera","c":"CameraView","l":"removeImageReceivedEventListener(Event)","url":"removeImageReceivedEventListener(io.anyline2.Event)"},{"p":"io.anyline2.image","c":"ImageProvider","l":"removeImageReceivedEventListener(Event)","url":"removeImageReceivedEventListener(io.anyline2.Event)"},{"p":"io.anyline2.camera","c":"CameraView","l":"removeNativeBarcodeReceivedEventListener(Event>)","url":"removeNativeBarcodeReceivedEventListener(io.anyline2.Event)"},{"p":"io.anyline2.image","c":"NativeBarcodeProvider","l":"removeNativeBarcodeReceivedEventListener(Event>)","url":"removeNativeBarcodeReceivedEventListener(io.anyline2.Event)"},{"p":"io.anyline2","c":"CorrectedResultReporting","l":"reportCorrectedResult(String, Map, String)","url":"reportCorrectedResult(java.lang.String,java.util.Map,java.lang.String)"},{"p":"io.anyline2","c":"CorrectedResultReportingImpl","l":"reportCorrectedResult(String, Map, String)","url":"reportCorrectedResult(java.lang.String,java.util.Map,java.lang.String)"},{"p":"io.anyline2","c":"CorrectedResultReporting","l":"reportCorrectedResult(String, Map)","url":"reportCorrectedResult(java.lang.String,java.util.Map)"},{"p":"io.anyline2","c":"CorrectedResultReportingImpl","l":"reportCorrectedResult(String, Map)","url":"reportCorrectedResult(java.lang.String,java.util.Map)"},{"p":"io.anyline2","c":"TrainerUtilAdapter","l":"reportCorrectedResult(String, String, String)","url":"reportCorrectedResult(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"reportCorrectedResult(String, String, String)","url":"reportCorrectedResult(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"reportCorrectedResult(TrainerContext, String, String)","url":"reportCorrectedResult(io.anyline2.core.TrainerContext,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"reserve(long)"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"reset()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"reset()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"resetAssetUpdate()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"Resize"},{"p":"io.anyline2.camera","c":"NativeBarcodeDetector","l":"restartBarcodeDetection()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"restoreBackup()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"resultReceived"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"resultReceived"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"resultsReceived"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"RGB"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"RGBA"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ROI_height_get(long, ROI)","url":"ROI_height_get(long,io.anyline2.core.ROI)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ROI_height_set(long, ROI, int)","url":"ROI_height_set(long,io.anyline2.core.ROI,int)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ROI_width_get(long, ROI)","url":"ROI_width_get(long,io.anyline2.core.ROI)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ROI_width_set(long, ROI, int)","url":"ROI_width_set(long,io.anyline2.core.ROI,int)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ROI_x_get(long, ROI)","url":"ROI_x_get(long,io.anyline2.core.ROI)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ROI_x_set(long, ROI, int)","url":"ROI_x_set(long,io.anyline2.core.ROI,int)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ROI_y_get(long, ROI)","url":"ROI_y_get(long,io.anyline2.core.ROI)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ROI_y_set(long, ROI, int)","url":"ROI_y_set(long,io.anyline2.core.ROI,int)"},{"p":"io.anyline2.core","c":"ROI","l":"ROI()","url":"%3Cinit%3E()"},{"p":"io.anyline2","c":"ROIToALRectMapper","l":"ROIToALRectMapper()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"AnylineImage","l":"rotate(int)"},{"p":"io.anyline2.image","c":"AnylineImage","l":"rotate(int)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"runSkippedReceived"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"runSkippedReceived"},{"p":"io.anyline2.image","c":"AnylineImage","l":"save()"},{"p":"io.anyline2.image","c":"FileStorage","l":"saveBitmap(Context, Bitmap)","url":"saveBitmap(android.content.Context,android.graphics.Bitmap)"},{"p":"io.anyline2.image","c":"FileStorageImpl","l":"saveBitmap(Context, Bitmap)","url":"saveBitmap(android.content.Context,android.graphics.Bitmap)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPluginConfig","l":"scale"},{"p":"io.anyline2.core","c":"scan_controller","l":"scan_controller()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"scan_controllerJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_addReportingValues(long, ScanController, String)","url":"ScanController_addReportingValues(long,io.anyline2.core.ScanController,java.lang.String)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_cancel(long, ScanController)","url":"ScanController_cancel(long,io.anyline2.core.ScanController)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_getID(long, ScanController)","url":"ScanController_getID(long,io.anyline2.core.ScanController)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_getPluginType(long, ScanController)","url":"ScanController_getPluginType(long,io.anyline2.core.ScanController)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_getPluginTypeForJsonConfig(String)","url":"ScanController_getPluginTypeForJsonConfig(java.lang.String)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_getResultType(long, ScanController)","url":"ScanController_getResultType(long,io.anyline2.core.ScanController)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_getROI(long, ScanController)","url":"ScanController_getROI(long,io.anyline2.core.ScanController)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_isProcessing(long, ScanController)","url":"ScanController_isProcessing(long,io.anyline2.core.ScanController)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_kPluginConfigSchemaFileName_get(long, ScanController)","url":"ScanController_kPluginConfigSchemaFileName_get(long,io.anyline2.core.ScanController)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_kPluginResultSchemaFileName_get(long, ScanController)","url":"ScanController_kPluginResultSchemaFileName_get(long,io.anyline2.core.ScanController)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_process(long, ScanController, long, boolean)","url":"ScanController_process(long,io.anyline2.core.ScanController,long,boolean)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_setAssetPath(long, ScanController, String)","url":"ScanController_setAssetPath(long,io.anyline2.core.ScanController,java.lang.String)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_setPluginCallback(long, ScanController, long)","url":"ScanController_setPluginCallback(long,io.anyline2.core.ScanController,long)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_setROI(long, ScanController, long, ROI)","url":"ScanController_setROI(long,io.anyline2.core.ScanController,long,io.anyline2.core.ROI)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_validateJson(long, ScanController, String, String, String)","url":"ScanController_validateJson(long,io.anyline2.core.ScanController,java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"ScanController","l":"ScanController(String, String, String, PluginCallback)","url":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,io.anyline2.core.PluginCallback)"},{"p":"io.anyline2.core","c":"ScanController","l":"ScanController(String, String, String)","url":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.di.scancontroller","c":"ScanControllerProviderImpl","l":"ScanControllerProviderImpl()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPluginConfig","l":"scanFeedbackConfig"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"ScanFeedbackConfig()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"ScanFeedbackConfig(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"scanInfoReceived"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"scanInfoReceived"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"scanPlugin"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"ScanPlugin(JSONObject, AssetContext)","url":"%3Cinit%3E(org.json.JSONObject,io.anyline2.legacy.trainer.AssetContext)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"ScanPlugin(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPluginConfig","l":"scanPluginConfig"},{"p":"io.anyline2.plugin","c":"ScanPluginConfig","l":"ScanPluginConfig(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.view","c":"ScanView","l":"ScanView(Context, AttributeSet, int, int)","url":"%3Cinit%3E(android.content.Context,android.util.AttributeSet,int,int)"},{"p":"io.anyline2.view","c":"ScanView","l":"ScanView(Context, AttributeSet, int)","url":"%3Cinit%3E(android.content.Context,android.util.AttributeSet,int)"},{"p":"io.anyline2.view","c":"ScanView","l":"ScanView(Context, AttributeSet)","url":"%3Cinit%3E(android.content.Context,android.util.AttributeSet)"},{"p":"io.anyline2.view","c":"ScanView","l":"ScanView(Context)","url":"%3Cinit%3E(android.content.Context)"},{"p":"io.anyline2.view","c":"ScanViewConfig","l":"ScanViewConfig(Context, JSONObject)","url":"%3Cinit%3E(android.content.Context,org.json.JSONObject)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"ScanViewPlugin(JSONObject, AssetContext)","url":"%3Cinit%3E(org.json.JSONObject,io.anyline2.legacy.trainer.AssetContext)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"ScanViewPlugin(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"ScanViewPlugin(ScanViewPluginConfig)","url":"%3Cinit%3E(io.anyline2.viewplugin.ScanViewPluginConfig)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"scanViewPluginConfig"},{"p":"io.anyline2.viewplugin","c":"ScanViewPluginConfig","l":"ScanViewPluginConfig(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.view","c":"ScanViewUtil","l":"ScanViewUtil()","url":"%3Cinit%3E()"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"SCHEMAS_PATH"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"set(int, Short)","url":"set(int,java.lang.Short)"},{"p":"io.anyline2.view","c":"FlashConfig","l":"setAlignment(FlashConfig.FlashAlignment)","url":"setAlignment(io.anyline2.view.FlashConfig.FlashAlignment)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setAnylineVersion(Version)","url":"setAnylineVersion(io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setApiKey(String)","url":"setApiKey(java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"setApiKey(String)","url":"setApiKey(java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setApiUrl(String)","url":"setApiUrl(java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setAssetID(String)","url":"setAssetID(java.lang.String)"},{"p":"io.anyline2.core","c":"ScanController","l":"setAssetPath(String)","url":"setAssetPath(java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setAssetVersion(Version)","url":"setAssetVersion(io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setAuthHeader(String)","url":"setAuthHeader(java.lang.String)"},{"p":"io.anyline2.view","c":"FlashView","l":"setAutoModeEnabled(boolean)"},{"p":"io.anyline2.view","c":"FlashView","l":"setCameraController(CameraController)"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"setCameraView(CameraView)"},{"p":"io.anyline2.view","c":"FlashView","l":"setConfig(FlashConfig)","url":"setConfig(io.anyline2.view.FlashConfig)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setConfigCacheDirectory(String)","url":"setConfigCacheDirectory(java.lang.String)"},{"p":"io.anyline2.view","c":"ScanView","l":"setCropRect(Rect)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setDefaultLensFacing(CameraFeatures.LensFacing)"},{"p":"io.anyline2.view","c":"FlashView","l":"setExposureForBlackOnBlack()"},{"p":"io.anyline2.view","c":"FlashView","l":"setExposureToMinimum()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setFallbackLensFacings(EnumSet)","url":"setFallbackLensFacings(java.util.EnumSet)"},{"p":"io.anyline2.view","c":"FlashView","l":"setFlashOnIfAuto(boolean)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setFocalLength(double)"},{"p":"io.anyline2.core","c":"ROI","l":"setHeight(int)"},{"p":"io.anyline2.view","c":"FlashConfig","l":"setImageAutoId(int)"},{"p":"io.anyline2.view","c":"FlashConfig","l":"setImageOffId(int)"},{"p":"io.anyline2.view","c":"FlashConfig","l":"setImageOnId(int)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"setImageProvider(ImageProvider)","url":"setImageProvider(io.anyline2.image.ImageProvider)"},{"p":"io.anyline2.di.anylineupdater","c":"AnylineUpdaterProvider.Factory","l":"setInstance(AnylineUpdaterProvider)","url":"setInstance(io.anyline2.di.anylineupdater.AnylineUpdaterProvider)"},{"p":"io.anyline2.di.assetcontroller","c":"AssetControllerProvider.Factory","l":"setInstance(AssetControllerProvider)","url":"setInstance(io.anyline2.di.assetcontroller.AssetControllerProvider)"},{"p":"io.anyline2.di.assetutil","c":"AssetUtilProvider.Factory","l":"setInstance(AssetUtilProvider)","url":"setInstance(io.anyline2.di.assetutil.AssetUtilProvider)"},{"p":"io.anyline2.di.context","c":"ContextProvider","l":"setInstance(Context)","url":"setInstance(android.content.Context)"},{"p":"io.anyline2","c":"CorrectedResultReporting.Factory","l":"setInstance(CorrectedResultReporting)","url":"setInstance(io.anyline2.CorrectedResultReporting)"},{"p":"io.anyline2.image","c":"ImageProvider.Factory","l":"setInstance(ImageProvider)","url":"setInstance(io.anyline2.image.ImageProvider)"},{"p":"io.anyline2","c":"Logger","l":"setInstance(Logger)","url":"setInstance(io.anyline2.Logger)"},{"p":"io.anyline2","c":"ALRectToROIMapper","l":"setInstance(Mapper)","url":"setInstance(io.anyline2.Mapper)"},{"p":"io.anyline2.camera","c":"NativeBarcodeFormatToAnylineBarcodeFormatMapper","l":"setInstance(Mapper)","url":"setInstance(io.anyline2.Mapper)"},{"p":"io.anyline2","c":"ROIToALRectMapper","l":"setInstance(Mapper)","url":"setInstance(io.anyline2.Mapper)"},{"p":"io.anyline2.image","c":"NativeBarcodeProvider.Factory","l":"setInstance(NativeBarcodeProvider)","url":"setInstance(io.anyline2.image.NativeBarcodeProvider)"},{"p":"io.anyline2.di.plugintype","c":"PluginTypeProvider.Factory","l":"setInstance(PluginTypeProvider)","url":"setInstance(io.anyline2.di.plugintype.PluginTypeProvider)"},{"p":"io.anyline2.di.scancontroller","c":"ScanControllerProvider.Factory","l":"setInstance(ScanControllerProvider)","url":"setInstance(io.anyline2.di.scancontroller.ScanControllerProvider)"},{"p":"io.anyline2","c":"TrainerUtilAdapter","l":"setInstance(TrainerUtilAdapter)","url":"setInstance(io.anyline2.TrainerUtilAdapter)"},{"p":"io.anyline2.view","c":"BrightnessHelper","l":"setLevelsForAutoFlash(int, int, int, int)","url":"setLevelsForAutoFlash(int,int,int,int)"},{"p":"io.anyline2.core","c":"Version","l":"setMajor(int)"},{"p":"io.anyline2.legacy","c":"Version","l":"setMajor(String)","url":"setMajor(java.lang.String)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setMaxFocalLength(double)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setMaxZoomRatio(double)"},{"p":"io.anyline2.core","c":"Version","l":"setMinor(int)"},{"p":"io.anyline2.legacy","c":"Version","l":"setMinor(String)","url":"setMinor(java.lang.String)"},{"p":"io.anyline2.view","c":"FlashConfig","l":"setMode(FlashConfig.FlashMode)","url":"setMode(io.anyline2.view.FlashConfig.FlashMode)"},{"p":"io.anyline2.view","c":"FlashView","l":"setMode(Mode)"},{"p":"io.anyline2.view","c":"FlashConfig","l":"setOffsetXInDp(int)"},{"p":"io.anyline2.view","c":"FlashConfig","l":"setOffsetYInDp(int)"},{"p":"io.anyline2.view","c":"FlashConfig","l":"setPaddingInDp(int)"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"setParameter(String, Object)","url":"setParameter(java.lang.String,java.lang.Object)"},{"p":"io.anyline2.core","c":"Version","l":"setPatch(int)"},{"p":"io.anyline2.legacy","c":"Version","l":"setPatch(String)","url":"setPatch(java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"setPath(String)","url":"setPath(java.lang.String)"},{"p":"io.anyline2.core","c":"ScanController","l":"setPluginCallback(PluginCallback)","url":"setPluginCallback(io.anyline2.core.PluginCallback)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setPreferredPictureHeight(int)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setPreferredPictureWidth(int)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setPreferredPreviewHeight(int)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setPreferredPreviewWidth(int)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setProductName(String)","url":"setProductName(java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"setProjectId(String)","url":"setProjectId(java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setProjectID(String)","url":"setProjectID(java.lang.String)"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"setRectRelativeToCutout(AnylineWebView.AnimatableRectF, float, io.anyline.opencv.core.Rect, float, String, io.anyline.opencv.core.Rect, int, int, Rect)","url":"setRectRelativeToCutout(io.anyline2.view.AnylineWebView.AnimatableRectF,float,io.anyline.opencv.core.Rect,float,java.lang.String,io.anyline.opencv.core.Rect,int,int,android.graphics.Rect)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"setRegionOfInterest(ALRect)","url":"setRegionOfInterest(io.anyline2.model.ALRect)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"setReportingValues(String)","url":"setReportingValues(java.lang.String)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"setROI(ALRect)","url":"setROI(io.anyline2.model.ALRect)"},{"p":"io.anyline2.core","c":"ScanController","l":"setROI(ROI)","url":"setROI(io.anyline2.core.ROI)"},{"p":"io.anyline2.view","c":"ScanView","l":"setScanConfig(JSONObject)","url":"setScanConfig(org.json.JSONObject)"},{"p":"io.anyline2.view","c":"ScanView","l":"setScanConfig(String)","url":"setScanConfig(java.lang.String)"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"setScanDelayTime(double, String)","url":"setScanDelayTime(double,java.lang.String)"},{"p":"io.anyline2.view","c":"ScanView","l":"setScanViewConfig(ScanViewConfig)","url":"setScanViewConfig(io.anyline2.view.ScanViewConfig)"},{"p":"io.anyline2.view","c":"ScanView","l":"setScanViewPlugin(ViewPluginBase)","url":"setScanViewPlugin(io.anyline2.viewplugin.ViewPluginBase)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setStage(String)","url":"setStage(java.lang.String)"},{"p":"io.anyline2.core","c":"Version","l":"setSuffix(String)","url":"setSuffix(java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setTokenCacheDirectory(String)","url":"setTokenCacheDirectory(java.lang.String)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"setUIChangeListener(UIChangeListener)","url":"setUIChangeListener(io.anyline2.view.UIChangeListener)"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"setUIChangeListener(UIChangeListener)","url":"setUIChangeListener(io.anyline2.view.UIChangeListener)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"setupAssetUpdate(AssetContext, IAssetDelegate)","url":"setupAssetUpdate(io.anyline2.legacy.trainer.AssetContext,io.anyline2.legacy.trainer.IAssetDelegate)"},{"p":"io.anyline2.util","c":"JSUtil","l":"setupConfig(Context, String, CutoutConfig, ScanFeedbackConfig, Rect)","url":"setupConfig(android.content.Context,java.lang.String,io.anyline2.viewplugin.CutoutConfig,io.anyline2.viewplugin.ScanFeedbackConfig,android.graphics.Rect)"},{"p":"io.anyline2.util","c":"JSUtil","l":"setupDelayTime(double, String)","url":"setupDelayTime(double,java.lang.String)"},{"p":"io.anyline2.util","c":"JSUtil","l":"setupMask(CutoutConfig)","url":"setupMask(io.anyline2.viewplugin.CutoutConfig)"},{"p":"io.anyline2.util","c":"JSUtil","l":"setupParallelConfig(Context, ArrayList, ArrayList, ArrayList, ArrayList)","url":"setupParallelConfig(android.content.Context,java.util.ArrayList,java.util.ArrayList,java.util.ArrayList,java.util.ArrayList)"},{"p":"io.anyline2.util","c":"JSUtil","l":"setupSerialConfig(Context, ArrayList, ArrayList, ArrayList, ArrayList)","url":"setupSerialConfig(android.content.Context,java.util.ArrayList,java.util.ArrayList,java.util.ArrayList,java.util.ArrayList)"},{"p":"io.anyline2.core","c":"ROI","l":"setWidth(int)"},{"p":"io.anyline2.core","c":"ROI","l":"setX(int)"},{"p":"io.anyline2.core","c":"ROI","l":"setY(int)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setZoomGestureEnabled(boolean)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setZoomRatio(double)"},{"p":"io.anyline2","c":"SharedPreferencesProvider","l":"SharedPreferencesProvider()","url":"%3Cinit%3E()"},{"p":"io.anyline2.plugin","c":"ScanPluginConfig","l":"shouldCancelOnResult()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"showPopup()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"showWatermark()"},{"p":"io.anyline2.legacy","c":"AnylineWorkerThreadPool","l":"shutDownPool()"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"size()"},{"p":"io.anyline2.model","c":"ALSquareVector","l":"squares"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"start()"},{"p":"io.anyline2.view","c":"ScanView","l":"start()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"start()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"start()"},{"p":"io.anyline2.camera","c":"FaceDetector","l":"startFaceDetection(AnylineImage)","url":"startFaceDetection(io.anyline2.image.AnylineImage)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"stop()"},{"p":"io.anyline2.view","c":"ScanView","l":"stop()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"stop()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"stop()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"strokeColor"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"strokeColor"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"strokeWidth"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"strokeWidth"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"subscribeToImageProvider(ImageProvider)","url":"subscribeToImageProvider(io.anyline2.image.ImageProvider)"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"subscribeToImageProvider(ImageProvider)","url":"subscribeToImageProvider(io.anyline2.image.ImageProvider)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"subscribeToNativeBarcodeProvider(NativeBarcodeProvider, List)","url":"subscribeToNativeBarcodeProvider(io.anyline2.image.NativeBarcodeProvider,java.util.List)"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"subscribeToNativeBarcodeProvider(NativeBarcodeProvider, List)","url":"subscribeToNativeBarcodeProvider(io.anyline2.image.NativeBarcodeProvider,java.util.List)"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"swigToEnum(int)"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"swigToEnum(int)"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"swigToEnum(int)"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"swigValue()"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"swigValue()"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"swigValue()"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"TIN"},{"p":"io.anyline2.legacy.products","c":"Product","l":"TIN"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"TIRE"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"TIRE_MODULE_IDENTIFIER"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"TIRE_SIZE"},{"p":"io.anyline2.legacy.products","c":"Product","l":"TIRE_SIZE"},{"p":"io.anyline2.model","c":"ALSquare","l":"tl"},{"p":"io.anyline2.core","c":"Version","l":"toDefinite()"},{"p":"io.anyline2.plugin","c":"ScanPluginConfig","l":"toJsonObject()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"toJSONObject()"},{"p":"io.anyline2","c":"AppEnvironment","l":"toJsonString()"},{"p":"io.anyline2.view","c":"BrightnessHelper.BrightnessFeedback","l":"TOO_BRIGHT"},{"p":"io.anyline2.view","c":"BrightnessHelper.BrightnessFeedback","l":"TOO_DARK"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.CutoutAlignment","l":"Top"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"TOP"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"TOP_LEFT"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"TOP_RIGHT"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.CutoutAlignment","l":"TopHalf"},{"p":"io.anyline2.core","c":"Version","l":"toString()"},{"p":"io.anyline2.legacy","c":"Version","l":"toString()"},{"p":"io.anyline2.legacy.products","c":"Product","l":"toString()"},{"p":"io.anyline2.model","c":"ALSquare","l":"tr"},{"p":"io.anyline2.core","c":"trainer_utils","l":"trainer_utils()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"trainer_utilsJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_anylineVersion_get(long, TrainerContext)","url":"TrainerContext_anylineVersion_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_anylineVersion_set(long, TrainerContext, long, Version)","url":"TrainerContext_anylineVersion_set(long,io.anyline2.core.TrainerContext,long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_apiKey_get(long, TrainerContext)","url":"TrainerContext_apiKey_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_apiKey_set(long, TrainerContext, String)","url":"TrainerContext_apiKey_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_apiUrl_get(long, TrainerContext)","url":"TrainerContext_apiUrl_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_apiUrl_set(long, TrainerContext, String)","url":"TrainerContext_apiUrl_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_assetID_get(long, TrainerContext)","url":"TrainerContext_assetID_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_assetID_set(long, TrainerContext, String)","url":"TrainerContext_assetID_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_assetVersion_get(long, TrainerContext)","url":"TrainerContext_assetVersion_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_assetVersion_set(long, TrainerContext, long, Version)","url":"TrainerContext_assetVersion_set(long,io.anyline2.core.TrainerContext,long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_authHeader_get(long, TrainerContext)","url":"TrainerContext_authHeader_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_authHeader_set(long, TrainerContext, String)","url":"TrainerContext_authHeader_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_configCacheDirectory_get(long, TrainerContext)","url":"TrainerContext_configCacheDirectory_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_configCacheDirectory_set(long, TrainerContext, String)","url":"TrainerContext_configCacheDirectory_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_productName_get(long, TrainerContext)","url":"TrainerContext_productName_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_productName_set(long, TrainerContext, String)","url":"TrainerContext_productName_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_projectID_get(long, TrainerContext)","url":"TrainerContext_projectID_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_projectID_set(long, TrainerContext, String)","url":"TrainerContext_projectID_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_stage_get(long, TrainerContext)","url":"TrainerContext_stage_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_stage_set(long, TrainerContext, String)","url":"TrainerContext_stage_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_tokenCacheDirectory_get(long, TrainerContext)","url":"TrainerContext_tokenCacheDirectory_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_tokenCacheDirectory_set(long, TrainerContext, String)","url":"TrainerContext_tokenCacheDirectory_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"TrainerContext()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_getAuthToken__SWIG_0(String)","url":"TrainerUtil_getAuthToken__SWIG_0(java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_getAuthToken__SWIG_1(long, TrainerContext)","url":"TrainerUtil_getAuthToken__SWIG_1(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_getProjectConfig__SWIG_0(String)","url":"TrainerUtil_getProjectConfig__SWIG_0(java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_getProjectConfig__SWIG_1(long, TrainerContext)","url":"TrainerUtil_getProjectConfig__SWIG_1(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_anylineVersion_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_apiKey_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_assetID_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_assetVersion_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_auth_header_default_value_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_auth_header_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_configCacheDirectory_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_configFileName_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_infoFileName_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_productName_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_projectID_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_stage_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_tokenCacheDirectory_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_tokenFileName_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_url_default_value_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_url_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_parseContext(String)","url":"TrainerUtil_parseContext(java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_reportCorrectedResult__SWIG_0(String, String, String)","url":"TrainerUtil_reportCorrectedResult__SWIG_0(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_reportCorrectedResult__SWIG_1(long, TrainerContext, String, String)","url":"TrainerUtil_reportCorrectedResult__SWIG_1(long,io.anyline2.core.TrainerContext,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"TrainerUtil()","url":"%3Cinit%3E()"},{"p":"io.anyline2","c":"TrainerUtilAdapter","l":"TrainerUtilAdapter()","url":"%3Cinit%3E()"},{"p":"io.anyline2.view","c":"AnylineFeedbackView","l":"translateX(float)"},{"p":"io.anyline2.view","c":"AnylineFeedbackView","l":"translateY(float)"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"TraverseMulti"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"TraverseSingle"},{"p":"io.anyline2.legacy.products","c":"Product","l":"UNIVERSAL_ID"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"unsubscribeFromImageProvider(ImageProvider)","url":"unsubscribeFromImageProvider(io.anyline2.image.ImageProvider)"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"unsubscribeFromImageProvider(ImageProvider)","url":"unsubscribeFromImageProvider(io.anyline2.image.ImageProvider)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"unsubscribeFromNativeBarcodeProvider(NativeBarcodeProvider)","url":"unsubscribeFromNativeBarcodeProvider(io.anyline2.image.NativeBarcodeProvider)"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"unsubscribeFromNativeBarcodeProvider(NativeBarcodeProvider)","url":"unsubscribeFromNativeBarcodeProvider(io.anyline2.image.NativeBarcodeProvider)"},{"p":"io.anyline2.core","c":"AssetService","l":"update()"},{"p":"io.anyline2.legacy.products","c":"AnylineUpdater","l":"update(Context, AssetContext, IAnylineUpdateDelegate, ScanController.PluginType)","url":"update(android.content.Context,io.anyline2.legacy.trainer.AssetContext,io.anyline2.legacy.products.IAnylineUpdateDelegate,io.anyline2.core.ScanController.PluginType)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"updateAssets()"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"updateContours(Object, float, float, String, io.anyline.opencv.core.Rect, int, int, Rect)","url":"updateContours(java.lang.Object,float,float,java.lang.String,io.anyline.opencv.core.Rect,int,int,android.graphics.Rect)"},{"p":"io.anyline2.util","c":"JSUtil","l":"updateCutout(String, boolean)","url":"updateCutout(java.lang.String,boolean)"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"updateCutouts(String, boolean)","url":"updateCutouts(java.lang.String,boolean)"},{"p":"io.anyline2.view","c":"ScanView","l":"updateCutoutView(ScanViewPlugin)","url":"updateCutoutView(io.anyline2.viewplugin.ScanViewPlugin)"},{"p":"io.anyline2.util","c":"JSUtil","l":"updateDocumentColorsFeedback(ScanFeedbackConfig, String)","url":"updateDocumentColorsFeedback(io.anyline2.viewplugin.ScanFeedbackConfig,java.lang.String)"},{"p":"io.anyline2.util","c":"JSUtil","l":"updateFeedback(ArrayList, Context, String)","url":"updateFeedback(java.util.ArrayList,android.content.Context,java.lang.String)"},{"p":"io.anyline2.util","c":"JSUtil","l":"updateFeedbackShape(List, Context, String)","url":"updateFeedbackShape(java.util.List,android.content.Context,java.lang.String)"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"updateShape(List, ALRect, float, String, int, int, Rect, float)","url":"updateShape(java.util.List,io.anyline2.model.ALRect,float,java.lang.String,int,int,android.graphics.Rect,float)"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"uuid()"},{"p":"io.anyline2.core","c":"ScanController","l":"validateJson(String, String, String)","url":"validateJson(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.legacy.products","c":"Product","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.view","c":"BrightnessHelper.BrightnessFeedback","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.AnimationStyle","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.CutoutAlignment","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.ScanFeedbackStyle","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"values()"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"values()"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"values()"},{"p":"io.anyline2.legacy.products","c":"Product","l":"values()"},{"p":"io.anyline2.view","c":"BrightnessHelper.BrightnessFeedback","l":"values()"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"values()"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"values()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.AnimationStyle","l":"values()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.CutoutAlignment","l":"values()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"values()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.ScanFeedbackStyle","l":"values()"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_capacity(long, VectorOfChar)","url":"VectorOfChar_capacity(long,io.anyline2.core.VectorOfChar)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_clear(long, VectorOfChar)","url":"VectorOfChar_clear(long,io.anyline2.core.VectorOfChar)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_doAdd__SWIG_0(long, VectorOfChar, short)","url":"VectorOfChar_doAdd__SWIG_0(long,io.anyline2.core.VectorOfChar,short)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_doAdd__SWIG_1(long, VectorOfChar, int, short)","url":"VectorOfChar_doAdd__SWIG_1(long,io.anyline2.core.VectorOfChar,int,short)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_doGet(long, VectorOfChar, int)","url":"VectorOfChar_doGet(long,io.anyline2.core.VectorOfChar,int)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_doRemove(long, VectorOfChar, int)","url":"VectorOfChar_doRemove(long,io.anyline2.core.VectorOfChar,int)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_doRemoveRange(long, VectorOfChar, int, int)","url":"VectorOfChar_doRemoveRange(long,io.anyline2.core.VectorOfChar,int,int)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_doSet(long, VectorOfChar, int, short)","url":"VectorOfChar_doSet(long,io.anyline2.core.VectorOfChar,int,short)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_doSize(long, VectorOfChar)","url":"VectorOfChar_doSize(long,io.anyline2.core.VectorOfChar)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_isEmpty(long, VectorOfChar)","url":"VectorOfChar_isEmpty(long,io.anyline2.core.VectorOfChar)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_reserve(long, VectorOfChar, long)","url":"VectorOfChar_reserve(long,io.anyline2.core.VectorOfChar,long)"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"VectorOfChar()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"VectorOfChar(int, short)","url":"%3Cinit%3E(int,short)"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"VectorOfChar(Iterable)","url":"%3Cinit%3E(java.lang.Iterable)"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"VectorOfChar(short[])","url":"%3Cinit%3E(short[])"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"VectorOfChar(VectorOfChar)","url":"%3Cinit%3E(io.anyline2.core.VectorOfChar)"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"VEHICLE_REGISTRATION_CERTIFICATE"},{"p":"io.anyline2.legacy.products","c":"Product","l":"VEHICLE_REGISTRATION_CERTIFICATE"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_compare(long, Version, long, Version)","url":"Version_compare(long,io.anyline2.core.Version,long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_getSuffixIteration(long, Version)","url":"Version_getSuffixIteration(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_isDefinite(long, Version)","url":"Version_isDefinite(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_isUndefined(long, Version)","url":"Version_isUndefined(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_major_get(long, Version)","url":"Version_major_get(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_major_set(long, Version, int)","url":"Version_major_set(long,io.anyline2.core.Version,int)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_minor_get(long, Version)","url":"Version_minor_get(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_minor_set(long, Version, int)","url":"Version_minor_set(long,io.anyline2.core.Version,int)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_patch_get(long, Version)","url":"Version_patch_get(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_patch_set(long, Version, int)","url":"Version_patch_set(long,io.anyline2.core.Version,int)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_suffix_get(long, Version)","url":"Version_suffix_get(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_suffix_set(long, Version, String)","url":"Version_suffix_set(long,io.anyline2.core.Version,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_toDefinite(long, Version)","url":"Version_toDefinite(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_toString(long, Version)","url":"Version_toString(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"Version","l":"Version()","url":"%3Cinit%3E()"},{"p":"io.anyline2.legacy","c":"Version","l":"Version(Integer, Integer, Integer)","url":"%3Cinit%3E(java.lang.Integer,java.lang.Integer,java.lang.Integer)"},{"p":"io.anyline2.legacy","c":"Version","l":"Version(Integer, Integer)","url":"%3Cinit%3E(java.lang.Integer,java.lang.Integer)"},{"p":"io.anyline2.legacy","c":"Version","l":"Version(Integer)","url":"%3Cinit%3E(java.lang.Integer)"},{"p":"io.anyline2.core","c":"Version","l":"Version(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"io.anyline2.legacy.util","c":"VersionUtil","l":"VersionUtil()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"vibrate()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"vibrateOnResult"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"ViewPluginBase()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"VIN"},{"p":"io.anyline2.legacy.products","c":"Product","l":"VIN"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"visualFeedbackReceived"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"visualFeedbackReceived"},{"p":"io.anyline2.model","c":"ALRect","l":"w"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"width"},{"p":"io.anyline2.model","c":"ALPoint","l":"x"},{"p":"io.anyline2.model","c":"ALRect","l":"x"},{"p":"io.anyline2.model","c":"ALPoint","l":"y"},{"p":"io.anyline2.model","c":"ALRect","l":"y"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"YUV"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.AnimationStyle","l":"Zoom"}] \ No newline at end of file +memberSearchIndex = [{"p":"io.anyline2.core","c":"VectorOfChar","l":"add(int, Short)","url":"add(int,java.lang.Short)"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"add(Short)","url":"add(java.lang.Short)"},{"p":"io.anyline2.camera","c":"CameraView","l":"addImageReceivedEventListener(Event)","url":"addImageReceivedEventListener(io.anyline2.Event)"},{"p":"io.anyline2.image","c":"ImageProvider","l":"addImageReceivedEventListener(Event)","url":"addImageReceivedEventListener(io.anyline2.Event)"},{"p":"io.anyline2.camera","c":"CameraView","l":"addNativeBarcodeReceivedEventListener(Event>, List)","url":"addNativeBarcodeReceivedEventListener(io.anyline2.Event,java.util.List)"},{"p":"io.anyline2.image","c":"NativeBarcodeProvider","l":"addNativeBarcodeReceivedEventListener(Event>, List)","url":"addNativeBarcodeReceivedEventListener(io.anyline2.Event,java.util.List)"},{"p":"io.anyline2.core","c":"ScanController","l":"addReportingValues(String)","url":"addReportingValues(java.lang.String)"},{"p":"io.anyline2.model","c":"ALContourVector","l":"ALContourVector(ALContourVector)","url":"%3Cinit%3E(io.anyline2.model.ALContourVector)"},{"p":"io.anyline2.model","c":"ALContourVector","l":"ALContourVector(JSONArray)","url":"%3Cinit%3E(org.json.JSONArray)"},{"p":"io.anyline2.model","c":"ALContourVector","l":"ALContourVector(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.model","c":"ALContourVector","l":"ALContourVector(List)","url":"%3Cinit%3E(java.util.List)"},{"p":"io.anyline2.model","c":"ALGeometry","l":"ALGeometry()","url":"%3Cinit%3E()"},{"p":"io.anyline2.model","c":"ALGeometry","l":"ALGeometry(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"alignment"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"alphaFactor"},{"p":"io.anyline2.model","c":"ALPoint","l":"ALPoint(ALPoint)","url":"%3Cinit%3E(io.anyline2.model.ALPoint)"},{"p":"io.anyline2.model","c":"ALPoint","l":"ALPoint(int, int)","url":"%3Cinit%3E(int,int)"},{"p":"io.anyline2.model","c":"ALPoint","l":"ALPoint(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.model","c":"ALRect","l":"ALRect(ALRect)","url":"%3Cinit%3E(io.anyline2.model.ALRect)"},{"p":"io.anyline2.model","c":"ALRect","l":"ALRect(ALSquare)","url":"%3Cinit%3E(io.anyline2.model.ALSquare)"},{"p":"io.anyline2.model","c":"ALRect","l":"ALRect(int, int, int, int)","url":"%3Cinit%3E(int,int,int,int)"},{"p":"io.anyline2.model","c":"ALRect","l":"ALRect(JSONArray)","url":"%3Cinit%3E(org.json.JSONArray)"},{"p":"io.anyline2.model","c":"ALRect","l":"ALRect(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.model","c":"ALRect","l":"ALRect(RectF)","url":"%3Cinit%3E(android.graphics.RectF)"},{"p":"io.anyline2","c":"ALRectToROIMapper","l":"ALRectToROIMapper()","url":"%3Cinit%3E()"},{"p":"io.anyline2.model","c":"ALSquare","l":"ALSquare(ALPoint, ALPoint, ALPoint, ALPoint)","url":"%3Cinit%3E(io.anyline2.model.ALPoint,io.anyline2.model.ALPoint,io.anyline2.model.ALPoint,io.anyline2.model.ALPoint)"},{"p":"io.anyline2.model","c":"ALSquare","l":"ALSquare(ALRect)","url":"%3Cinit%3E(io.anyline2.model.ALRect)"},{"p":"io.anyline2.model","c":"ALSquare","l":"ALSquare(ALSquare)","url":"%3Cinit%3E(io.anyline2.model.ALSquare)"},{"p":"io.anyline2.model","c":"ALSquare","l":"ALSquare(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.model","c":"ALSquareVector","l":"ALSquareVector(ALSquareVector)","url":"%3Cinit%3E(io.anyline2.model.ALSquareVector)"},{"p":"io.anyline2.model","c":"ALSquareVector","l":"ALSquareVector(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.model","c":"ALSquareVector","l":"ALSquareVector(List)","url":"%3Cinit%3E(java.util.List)"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.ScanFeedbackStyle","l":"AnimatedRect"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"animation"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"animationDuration"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"animationStyle"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ANYLINE_COMMON_FUNCTIONS_PATH"},{"p":"io.anyline2.core","c":"anyline_core_customJNI","l":"anyline_core_customJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"anyline_image","l":"anyline_image()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"anyline_imageJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ANYLINE_OCR_MODULE_IDENTIFIER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ANYLINE_OCR_PATH"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ANYLINE_TIRE_PATH"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"anylineBuildNumber()"},{"p":"io.anyline2.core","c":"asset_delegate_customJNI","l":"AnylineCoreAssetDelegate_init_AssetDelegate(AssetDelegate, long, boolean, boolean)","url":"AnylineCoreAssetDelegate_init_AssetDelegate(io.anyline2.core.AssetDelegate,long,boolean,boolean)"},{"p":"io.anyline2.core","c":"anyline_core_customJNI","l":"AnylineCoreCallbackConnector_init_PluginCallback(PluginCallback, long, boolean, boolean)","url":"AnylineCoreCallbackConnector_init_PluginCallback(io.anyline2.core.PluginCallback,long,boolean,boolean)"},{"p":"io.anyline2.view","c":"AnylineCutoutBase","l":"AnylineCutoutBase(AnylineFeedbackView, CutoutConfig)","url":"%3Cinit%3E(io.anyline2.view.AnylineFeedbackView,io.anyline2.viewplugin.CutoutConfig)"},{"p":"io.anyline2.core","c":"AnylineException","l":"AnylineException(int, String)","url":"%3Cinit%3E(int,java.lang.String)"},{"p":"io.anyline2.legacy","c":"AnylineException","l":"AnylineException(int, String)","url":"%3Cinit%3E(int,java.lang.String)"},{"p":"io.anyline2.view","c":"AnylineFeedbackView","l":"AnylineFeedbackView(Context, AttributeSet)","url":"%3Cinit%3E(android.content.Context,android.util.AttributeSet)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_crop(long, AnylineImage, int, int, int, int)","url":"AnylineImage_crop(long,io.anyline2.core.AnylineImage,int,int,int,int)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_flip(long, AnylineImage, boolean, boolean)","url":"AnylineImage_flip(long,io.anyline2.core.AnylineImage,boolean,boolean)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_getBuffer__SWIG_0(long, AnylineImage)","url":"AnylineImage_getBuffer__SWIG_0(long,io.anyline2.core.AnylineImage)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_getBuffer__SWIG_1(long, AnylineImage, int)","url":"AnylineImage_getBuffer__SWIG_1(long,io.anyline2.core.AnylineImage,int)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_getBufferVector__SWIG_0(long, AnylineImage)","url":"AnylineImage_getBufferVector__SWIG_0(long,io.anyline2.core.AnylineImage)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_getBufferVector__SWIG_1(long, AnylineImage, int)","url":"AnylineImage_getBufferVector__SWIG_1(long,io.anyline2.core.AnylineImage,int)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_getChannels(long, AnylineImage)","url":"AnylineImage_getChannels(long,io.anyline2.core.AnylineImage)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_getColorFormat(long, AnylineImage)","url":"AnylineImage_getColorFormat(long,io.anyline2.core.AnylineImage)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_getHeight(long, AnylineImage)","url":"AnylineImage_getHeight(long,io.anyline2.core.AnylineImage)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_getWidth(long, AnylineImage)","url":"AnylineImage_getWidth(long,io.anyline2.core.AnylineImage)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"AnylineImage_rotate(long, AnylineImage, int)","url":"AnylineImage_rotate(long,io.anyline2.core.AnylineImage,int)"},{"p":"io.anyline2.image","c":"AnylineImage","l":"AnylineImage(Bitmap)","url":"%3Cinit%3E(android.graphics.Bitmap)"},{"p":"io.anyline2.image","c":"AnylineImage","l":"AnylineImage(byte[], AnylineImage.ColorFormat, int, int, int)","url":"%3Cinit%3E(byte[],io.anyline2.core.AnylineImage.ColorFormat,int,int,int)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"AnylineImage(byte[], AnylineImage.ColorFormat, long, long, long)","url":"%3Cinit%3E(byte[],io.anyline2.core.AnylineImage.ColorFormat,long,long,long)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"AnylineImage(byte[], AnylineImage.ColorFormat, long, long)","url":"%3Cinit%3E(byte[],io.anyline2.core.AnylineImage.ColorFormat,long,long)"},{"p":"io.anyline2.image","c":"AnylineImage","l":"AnylineImage(byte[], int, int)","url":"%3Cinit%3E(byte[],int,int)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"AnylineImage(VectorOfChar, AnylineImage.ColorFormat, long, long, long)","url":"%3Cinit%3E(io.anyline2.core.VectorOfChar,io.anyline2.core.AnylineImage.ColorFormat,long,long,long)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"AnylineImage(VectorOfChar, AnylineImage.ColorFormat, long, long)","url":"%3Cinit%3E(io.anyline2.core.VectorOfChar,io.anyline2.core.AnylineImage.ColorFormat,long,long)"},{"p":"io.anyline2.legacy.products","c":"AnylineUpdater","l":"AnylineUpdater()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"anylineVersionNumber()"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"AnylineWebView(Context)","url":"%3Cinit%3E(android.content.Context)"},{"p":"io.anyline2.core","c":"app_environment","l":"app_environment()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"app_environmentJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"appBundleId()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_anylineBuildNumber()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_anylineVersionNumber()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_appBundleId()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_appVersionNumber()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_deviceType()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_initWithJsonString(String)","url":"AppEnvironment_initWithJsonString(java.lang.String)"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_jsonString()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_osVersion()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_platform()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_reset()"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"AppEnvironment_uuid()"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"appVersionNumber()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"areLocalAssetsAvailable()"},{"p":"io.anyline2.core","c":"exceptionsJNI","l":"ArgumentException_SWIGUpcast(long)"},{"p":"io.anyline2.core","c":"ArgumentException","l":"ArgumentException(int, String, String)","url":"%3Cinit%3E(int,java.lang.String,java.lang.String)"},{"p":"io.anyline2.legacy","c":"ArgumentException","l":"ArgumentException(int, String, String)","url":"%3Cinit%3E(int,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"asset_delegate_customJNI","l":"asset_delegate_customJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"asset_delegate","l":"asset_delegate()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"asset_delegateJNI","l":"asset_delegateJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"asset_service","l":"asset_service()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"asset_serviceJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"AssetContext(Context, JSONObject)","url":"%3Cinit%3E(android.content.Context,org.json.JSONObject)"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"AssetContext(Context, String, String)","url":"%3Cinit%3E(android.content.Context,java.lang.String,java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"AssetContext(Context, String, Version, String)","url":"%3Cinit%3E(android.content.Context,java.lang.String,io.anyline2.legacy.Version,java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"AssetContext(Context, String, Version)","url":"%3Cinit%3E(android.content.Context,java.lang.String,io.anyline2.legacy.Version)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"AssetController(Context, String)","url":"%3Cinit%3E(android.content.Context,java.lang.String)"},{"p":"io.anyline2.di.assetcontroller","c":"AssetControllerProviderImpl","l":"AssetControllerProviderImpl()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetDelegate_onAssetDownloadProgress(long, AssetDelegate, String, float)","url":"AssetDelegate_onAssetDownloadProgress(long,io.anyline2.core.AssetDelegate,java.lang.String,float)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetDelegate_onAssetUpdateAvailable(long, AssetDelegate, boolean)","url":"AssetDelegate_onAssetUpdateAvailable(long,io.anyline2.core.AssetDelegate,boolean)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetDelegate_onAssetUpdateError(long, AssetDelegate, String)","url":"AssetDelegate_onAssetUpdateError(long,io.anyline2.core.AssetDelegate,java.lang.String)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetDelegate_onAssetUpdateFinished(long, AssetDelegate)","url":"AssetDelegate_onAssetUpdateFinished(long,io.anyline2.core.AssetDelegate)"},{"p":"io.anyline2.core","c":"AssetDelegate","l":"AssetDelegate()","url":"%3Cinit%3E()"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"assetExists(Context, String)","url":"assetExists(android.content.Context,java.lang.String)"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ASSETS_JSON_FILE_NAME"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetService_cancel(long, AssetService)","url":"AssetService_cancel(long,io.anyline2.core.AssetService)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetService_checkForUpdates(long, AssetService)","url":"AssetService_checkForUpdates(long,io.anyline2.core.AssetService)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetService_getFiles(long, AssetService)","url":"AssetService_getFiles(long,io.anyline2.core.AssetService)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetService_getFilesJsonString(long, AssetService)","url":"AssetService_getFilesJsonString(long,io.anyline2.core.AssetService)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetService_getLocalValue(long, AssetService, String)","url":"AssetService_getLocalValue(long,io.anyline2.core.AssetService,java.lang.String)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetService_getPath(long, AssetService)","url":"AssetService_getPath(long,io.anyline2.core.AssetService)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetService_getReportingValues(long, AssetService)","url":"AssetService_getReportingValues(long,io.anyline2.core.AssetService)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"AssetService_update(long, AssetService)","url":"AssetService_update(long,io.anyline2.core.AssetService)"},{"p":"io.anyline2.core","c":"AssetService","l":"AssetService(String, String, AssetDelegate)","url":"%3Cinit%3E(java.lang.String,java.lang.String,io.anyline2.core.AssetDelegate)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"AssetUtil()","url":"%3Cinit%3E()"},{"p":"io.anyline2","c":"AssetUtilImpl","l":"AssetUtilImpl()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_ALIGNMENT"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_ANIMATION"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_ANIMATION_FADE"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_ANIMATION_NONE"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_ANIMATION_ZOOM"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_BOTTOM"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_BOTTOM_HALF"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_CENTER"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_CORNER_RADIUS"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_CROP_OFFSET"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_CROP_PADDING"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_FEEDBACK_STROKE_COLOR"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_HEIGHT"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_IMAGE"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_MAX_HEIGHT_PERCENT"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_MAX_WIDTH_PERCENT"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_OFFSET"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_OUTER_ALPHA"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_OUTER_COLOR"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_RATIO_FROM_SIZE"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_STROKE_COLOR"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_STROKE_WIDTH"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_TOP"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_TOP_HALF"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_WIDTH"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_X"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ATT_Y"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"AUTO"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"BARCODE"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"BARCODE"},{"p":"io.anyline2.legacy.products","c":"Product","l":"BARCODE"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"BARCODE_MODULE_IDENTIFIER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"BARCODE_PATH"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"beepOnResult"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"BGR"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"BGRA"},{"p":"io.anyline2.model","c":"ALSquare","l":"bl"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"Blink"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"blinkAnimationOnResult"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.CutoutAlignment","l":"Bottom"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"BOTTOM"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"BOTTOM_LEFT"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"BOTTOM_RIGHT"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.CutoutAlignment","l":"BottomHalf"},{"p":"io.anyline2.model","c":"ALSquare","l":"br"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"calcCutOutAndImageCropBounds(Context, int, int, int, int, float)","url":"calcCutOutAndImageCropBounds(android.content.Context,int,int,int,int,float)"},{"p":"io.anyline2.view","c":"CutoutRect","l":"calcCutOutAndImageCropBounds(int, int, int, int, float)","url":"calcCutOutAndImageCropBounds(int,int,int,int,float)"},{"p":"io.anyline2.view","c":"ScanViewConfig","l":"cameraConfig"},{"p":"io.anyline2.view","c":"CameraConfig","l":"CameraConfig(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.camera","c":"CameraView","l":"CameraView(Context, AttributeSet, int)","url":"%3Cinit%3E(android.content.Context,android.util.AttributeSet,int)"},{"p":"io.anyline2.camera","c":"CameraView","l":"CameraView(Context, AttributeSet)","url":"%3Cinit%3E(android.content.Context,android.util.AttributeSet)"},{"p":"io.anyline2.camera","c":"CameraView","l":"CameraView(Context)","url":"%3Cinit%3E(android.content.Context)"},{"p":"io.anyline2.core","c":"AssetService","l":"cancel()"},{"p":"io.anyline2.core","c":"ScanController","l":"cancel()"},{"p":"io.anyline2.legacy","c":"AnylineWorkerThreadPool","l":"cancel()"},{"p":"io.anyline2.legacy.products","c":"AnylineUpdater","l":"cancelUpdate()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"cancelUpdate()"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"capacity()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.CutoutAlignment","l":"Center"},{"p":"io.anyline2.core","c":"AssetService","l":"checkForUpdates()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"checkForUpdates()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"children()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"children()"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"clear()"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"COMMERCIAL_TIRE_ID"},{"p":"io.anyline2.legacy.products","c":"Product","l":"COMMERCIAL_TIRE_ID"},{"p":"io.anyline2.core","c":"Version","l":"compare(Version)","url":"compare(io.anyline2.core.Version)"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ConstantUtil()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"CONTAINER"},{"p":"io.anyline2.legacy.products","c":"Product","l":"CONTAINER"},{"p":"io.anyline2.legacy.products","c":"Product","l":"CONTAINER_VERTICAL"},{"p":"io.anyline2.di.context","c":"ContextProvider","l":"ContextProvider()","url":"%3Cinit%3E()"},{"p":"io.anyline2","c":"ContextUtils","l":"ContextUtils()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.ScanFeedbackStyle","l":"ContourPoint"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.ScanFeedbackStyle","l":"ContourRect"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.ScanFeedbackStyle","l":"ContourUnderline"},{"p":"io.anyline2.image","c":"AnylineImage","l":"copy()"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyAllAssetFiles(Context, String...)","url":"copyAllAssetFiles(android.content.Context,java.lang.String...)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyAnylineAssets(Context, JSONObject, String, File, boolean)","url":"copyAnylineAssets(android.content.Context,org.json.JSONObject,java.lang.String,java.io.File,boolean)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyAssetFile(Context, String, File, boolean, String)","url":"copyAssetFile(android.content.Context,java.lang.String,java.io.File,boolean,java.lang.String)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyAssetFile(Context, String, File, boolean)","url":"copyAssetFile(android.content.Context,java.lang.String,java.io.File,boolean)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyAssetFile(Context, String, File, String, String)","url":"copyAssetFile(android.content.Context,java.lang.String,java.io.File,java.lang.String,java.lang.String)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyAssetFile(Context, String, File, String)","url":"copyAssetFile(android.content.Context,java.lang.String,java.io.File,java.lang.String)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyAssetFileWithoutPath(Context, String, File, boolean)","url":"copyAssetFileWithoutPath(android.content.Context,java.lang.String,java.io.File,boolean)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyAssetFileWithoutPath(Context, String, File, String)","url":"copyAssetFileWithoutPath(android.content.Context,java.lang.String,java.io.File,java.lang.String)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"copyDirectory(File, File)","url":"copyDirectory(java.io.File,java.io.File)"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"cornerRadius"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"cornerRadius"},{"p":"io.anyline2","c":"CorrectedResultReportingImpl","l":"CorrectedResultReportingImpl()","url":"%3Cinit%3E()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"createBackup()"},{"p":"io.anyline2.image","c":"AnylineImage","l":"crop(CropRect)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"crop(int, int, int, int)","url":"crop(int,int,int,int)"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"cropOffset"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"cropPadding"},{"p":"io.anyline2.view","c":"ScanView","l":"cropRect"},{"p":"io.anyline2.viewplugin","c":"ScanViewPluginConfig","l":"cutoutConfig"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"CutoutConfig()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"CutoutConfig(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.view","c":"CutoutRect","l":"CutoutRect(Context, CutoutConfig)","url":"%3Cinit%3E(android.content.Context,io.anyline2.viewplugin.CutoutConfig)"},{"p":"io.anyline2.view","c":"UIChangeListener","l":"delayScanTime(ScanViewPlugin)","url":"delayScanTime(io.anyline2.viewplugin.ScanViewPlugin)"},{"p":"io.anyline2.core","c":"exceptionsJNI","l":"delete_AnylineException(long)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"delete_AnylineImage(long)"},{"p":"io.anyline2.core","c":"app_environmentJNI","l":"delete_AppEnvironment(long)"},{"p":"io.anyline2.core","c":"exceptionsJNI","l":"delete_ArgumentException(long)"},{"p":"io.anyline2.core","c":"asset_delegateJNI","l":"delete_AssetDelegate(long)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"delete_AssetDelegate(long)"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"delete_AssetService(long)"},{"p":"io.anyline2.core","c":"exceptionsJNI","l":"delete_LicenseException(long)"},{"p":"io.anyline2.core","c":"plugin_callbackJNI","l":"delete_PluginCallback(long)"},{"p":"io.anyline2.core","c":"exceptionsJNI","l":"delete_PluginException(long)"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"delete_PublicLicense(long)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"delete_ROI(long)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"delete_ScanController(long)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"delete_TrainerContext(long)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"delete_TrainerUtil(long)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"delete_VectorOfChar(long)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"delete_Version(long)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"delete()"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"delete()"},{"p":"io.anyline2.core","c":"AssetService","l":"delete()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"delete()"},{"p":"io.anyline2.core","c":"ROI","l":"delete()"},{"p":"io.anyline2.core","c":"ScanController","l":"delete()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"delete()"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"delete()"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"delete()"},{"p":"io.anyline2.core","c":"Version","l":"delete()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"deleteBackup()"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"deleteDirectory(File)","url":"deleteDirectory(java.io.File)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"deleteLocalAssets()"},{"p":"io.anyline2.core","c":"asset_delegate_customJNI","l":"destroy_AssetDelegate(long)"},{"p":"io.anyline2.core","c":"anyline_core_customJNI","l":"destroy_PluginCallback(long)"},{"p":"io.anyline2.core","c":"AssetDelegate","l":"destroy()"},{"p":"io.anyline2.core","c":"PluginCallback","l":"destroy()"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"deviceType()"},{"p":"io.anyline2.legacy.products","c":"Product","l":"DIAL_METER"},{"p":"io.anyline2.camera","c":"NativeBarcodeDetector","l":"disableBarcodeDetection()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"dispose()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"dispose()"},{"p":"io.anyline2.legacy.products","c":"Product","l":"DOCUMENT"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"DOCUMENT_MODULE_IDENTIFIER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"DOCUMENT_PATH"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"drawDocument(List, String)","url":"drawDocument(java.util.List,java.lang.String)"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"drawFeedback(List, ALRect, float, float, String, String, int, int, ScanFeedbackConfig.ScanFeedbackStyle, Rect)","url":"drawFeedback(java.util.List,io.anyline2.model.ALRect,float,float,java.lang.String,java.lang.String,int,int,io.anyline2.viewplugin.ScanFeedbackConfig.ScanFeedbackStyle,android.graphics.Rect)"},{"p":"io.anyline2.view","c":"ScanView","l":"drawShape(List)","url":"drawShape(java.util.List)"},{"p":"io.anyline2.view","c":"UIChangeListener","l":"drawVisualFeedback(ScanViewPlugin, Object)","url":"drawVisualFeedback(io.anyline2.viewplugin.ScanViewPlugin,java.lang.Object)"},{"p":"io.anyline2.legacy","c":"Version","l":"EMPTY"},{"p":"io.anyline2.camera","c":"NativeBarcodeDetector","l":"enableBarcodeDetection(NativeBarcodeResultListener, List)","url":"enableBarcodeDetection(io.anyline2.camera.NativeBarcodeResultListener,java.util.List)"},{"p":"io.anyline2.camera","c":"CameraView","l":"enableNativeBarcodeDetection(List)","url":"enableNativeBarcodeDetection(java.util.List)"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ENERGY_MODULE_IDENTIFIER"},{"p":"io.anyline2.legacy","c":"Version","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"io.anyline2.model","c":"ALContourVector","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"io.anyline2.model","c":"ALPoint","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"io.anyline2.model","c":"ALRect","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"io.anyline2.model","c":"ALSquare","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"io.anyline2.model","c":"ALSquareVector","l":"equals(Object)","url":"equals(java.lang.Object)"},{"p":"io.anyline2.core","c":"AnylineException","l":"errorCode()"},{"p":"io.anyline2.legacy","c":"AnylineException","l":"errorCode()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"errorReceived"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"errorReceived"},{"p":"io.anyline2","c":"Event","l":"eventReceived(T)"},{"p":"io.anyline2.core","c":"exceptions","l":"exceptions()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"exceptionsJNI","l":"exceptionsJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.legacy","c":"AnylineWorkerThreadPool","l":"execute(Callable)","url":"execute(java.util.concurrent.Callable)"},{"p":"io.anyline2.legacy","c":"AnylineWorkerThreadPool","l":"execute(Runnable)","url":"execute(java.lang.Runnable)"},{"p":"io.anyline2.camera","c":"FaceDetector","l":"FaceDetector(FaceDetector.FaceDetectionResultHandler)","url":"%3Cinit%3E(io.anyline2.camera.FaceDetector.FaceDetectionResultHandler)"},{"p":"io.anyline2","c":"CorrectedResultReporting.Factory","l":"Factory()","url":"%3Cinit%3E()"},{"p":"io.anyline2.di.anylineupdater","c":"AnylineUpdaterProvider.Factory","l":"Factory()","url":"%3Cinit%3E()"},{"p":"io.anyline2.di.assetcontroller","c":"AssetControllerProvider.Factory","l":"Factory()","url":"%3Cinit%3E()"},{"p":"io.anyline2.di.assetutil","c":"AssetUtilProvider.Factory","l":"Factory()","url":"%3Cinit%3E()"},{"p":"io.anyline2.di.config","c":"PluginConfigProvider.Factory","l":"Factory()","url":"%3Cinit%3E()"},{"p":"io.anyline2.di.plugintype","c":"PluginTypeProvider.Factory","l":"Factory()","url":"%3Cinit%3E()"},{"p":"io.anyline2.di.scancontroller","c":"ScanControllerProvider.Factory","l":"Factory()","url":"%3Cinit%3E()"},{"p":"io.anyline2.image","c":"ImageProvider.Factory","l":"Factory()","url":"%3Cinit%3E()"},{"p":"io.anyline2.image","c":"NativeBarcodeProvider.Factory","l":"Factory()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.AnimationStyle","l":"Fade"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"feedbackStrokeColor"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"feedbackStyle"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"fileExists(String, String)","url":"fileExists(java.lang.String,java.lang.String)"},{"p":"io.anyline2.image","c":"FileStorageImpl","l":"FileStorageImpl()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"fillColor"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"FIREBASE_APPLICATION_ID"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"FIREBASE_NAME"},{"p":"io.anyline2.view","c":"ScanViewConfig","l":"flashConfig"},{"p":"io.anyline2.view","c":"FlashConfig","l":"FlashConfig()","url":"%3Cinit%3E()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"FlashConfig(Context, JSONObject)","url":"%3Cinit%3E(android.content.Context,org.json.JSONObject)"},{"p":"io.anyline2.view","c":"FlashView","l":"FlashView(Context, AttributeSet, int)","url":"%3Cinit%3E(android.content.Context,android.util.AttributeSet,int)"},{"p":"io.anyline2.view","c":"FlashView","l":"FlashView(Context, AttributeSet)","url":"%3Cinit%3E(android.content.Context,android.util.AttributeSet)"},{"p":"io.anyline2.view","c":"FlashView","l":"FlashView(Context, FlashConfig)","url":"%3Cinit%3E(android.content.Context,io.anyline2.view.FlashConfig)"},{"p":"io.anyline2.view","c":"FlashView","l":"FlashView(Context)","url":"%3Cinit%3E(android.content.Context)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"flip(boolean, boolean)","url":"flip(boolean,boolean)"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"fromInt(int)"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"fromInt(int)"},{"p":"io.anyline2.legacy.products","c":"Product","l":"fromString(String)","url":"fromString(java.lang.String)"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"fromString(String)","url":"fromString(java.lang.String)"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"fromString(String)","url":"fromString(java.lang.String)"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"GENERIC_MODULE_IDENTIFIER"},{"p":"io.anyline2.legacy.products","c":"Product","l":"GERMAN_ID_FRONT"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"get(int)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"getActiveScanViewPlugin()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"getActiveScanViewPlugin()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"getAlignment()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getAnimationStyle()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"getAnimationStyle()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getAnimationStyle(String)","url":"getAnimationStyle(java.lang.String)"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"getAnimationStyle(String)","url":"getAnimationStyle(java.lang.String)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"getAnylineAssetsJson(Context, String)","url":"getAnylineAssetsJson(android.content.Context,java.lang.String)"},{"p":"io.anyline2","c":"AppEnvironment","l":"getAnylineBuildNumber()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getAnylineVersion()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"getAnylineVersion()"},{"p":"io.anyline2.legacy.util","c":"VersionUtil","l":"getAnylineVersion()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getAnylineVersionNumber()"},{"p":"io.anyline2.legacy.util","c":"VersionUtil","l":"getAnylineVersionString()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getApiKey()"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"getApiKey()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getApiUrl()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getAppBuildNumber()"},{"p":"io.anyline2","c":"ContextUtils","l":"getAppBuildNumber()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getAppBundleId()"},{"p":"io.anyline2","c":"ContextUtils","l":"getAppPackageName()"},{"p":"io.anyline2","c":"ContextUtils","l":"getAppVersionName()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getAppVersionNumber()"},{"p":"io.anyline2.model","c":"ALRect","l":"getArea()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"getAssetFiles()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"getAssetId()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"getAssetId()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getAssetID()"},{"p":"io.anyline2","c":"AssetUtil","l":"getAssetPathForPlugin(ScanController.PluginType)","url":"getAssetPathForPlugin(io.anyline2.core.ScanController.PluginType)"},{"p":"io.anyline2","c":"AssetUtilImpl","l":"getAssetPathForPlugin(ScanController.PluginType)","url":"getAssetPathForPlugin(io.anyline2.core.ScanController.PluginType)"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"getAssetPathForPlugin(ScanController.PluginType)","url":"getAssetPathForPlugin(io.anyline2.core.ScanController.PluginType)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getAssetVersion()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"getAssetVersion()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"getAssetVersion()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getAuthHeader()"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"getAuthToken(String)","url":"getAuthToken(java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"getAuthToken(TrainerContext)","url":"getAuthToken(io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.image","c":"AnylineImage","l":"getBitmap()"},{"p":"io.anyline2.view","c":"BrightnessHelper","l":"getBrightnessFeedback()"},{"p":"io.anyline2.view","c":"ScanView","l":"getBrightnessFeedBack()"},{"p":"io.anyline2.core","c":"AnylineImage","l":"getBuffer()"},{"p":"io.anyline2.core","c":"AnylineImage","l":"getBuffer(AnylineImage.ColorFormat)","url":"getBuffer(io.anyline2.core.AnylineImage.ColorFormat)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"getBufferVector()"},{"p":"io.anyline2.core","c":"AnylineImage","l":"getBufferVector(AnylineImage.ColorFormat)","url":"getBufferVector(io.anyline2.core.AnylineImage.ColorFormat)"},{"p":"io.anyline2.view","c":"ScanView","l":"getCameraView()"},{"p":"io.anyline2.core","c":"AnylineImage","l":"getChannels()"},{"p":"io.anyline2.core","c":"AnylineImage","l":"getColorFormat()"},{"p":"io.anyline2.image","c":"AnylineImage","l":"getColorFormat()"},{"p":"io.anyline2.view","c":"FlashView","l":"getConfig()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getConfigCacheDirectory()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"getConfigCacheDirectory()"},{"p":"io.anyline2.view","c":"ScanView","l":"getContainerView()"},{"p":"io.anyline2","c":"AnylineUpdater","l":"getControllerForPluginId(String)","url":"getControllerForPluginId(java.lang.String)"},{"p":"io.anyline2.legacy.products","c":"AnylineUpdater","l":"getControllerForPluginId(String)","url":"getControllerForPluginId(java.lang.String)"},{"p":"io.anyline2.image","c":"AnylineImage","l":"getCoreImage()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getCornerRadiusInPix(Context)","url":"getCornerRadiusInPix(android.content.Context)"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"getCornerRadiusInPix(Context)","url":"getCornerRadiusInPix(android.content.Context)"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getCutoutAlignment()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getCutoutAlignment(String)","url":"getCutoutAlignment(java.lang.String)"},{"p":"io.anyline2.view","c":"CutoutRect","l":"getCutoutConfig()"},{"p":"io.anyline2.view","c":"CutoutRect","l":"getCutoutCropOffsetOnViewX()"},{"p":"io.anyline2.view","c":"CutoutRect","l":"getCutoutCropOffsetOnViewY()"},{"p":"io.anyline2.view","c":"AnylineFeedbackView","l":"getCutoutList()"},{"p":"io.anyline2.view","c":"AnylineCutoutBase","l":"getCutoutRect()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"getCutoutRect()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getCutoutStrokeWidthInPix(Context)","url":"getCutoutStrokeWidthInPix(android.content.Context)"},{"p":"io.anyline2.image","c":"AnylineImage","l":"getData()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getDefaultLensFacing()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getDeviceType()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getFallbackLensFacings()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getFeedbackStrokeColor()"},{"p":"io.anyline2.core","c":"AssetService","l":"getFiles()"},{"p":"io.anyline2.core","c":"AssetService","l":"getFilesJsonString()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"getFirstActiveScanViewPlugin()"},{"p":"io.anyline2.view","c":"ScanView","l":"getFlashView()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getFocalLength()"},{"p":"io.anyline2.view","c":"CutoutRect","l":"getFrameHeight()"},{"p":"io.anyline2.view","c":"CutoutRect","l":"getFrameWidth()"},{"p":"io.anyline2.core","c":"AnylineImage","l":"getHeight()"},{"p":"io.anyline2.core","c":"ROI","l":"getHeight()"},{"p":"io.anyline2.image","c":"AnylineImage","l":"getHeight()"},{"p":"io.anyline2.model","c":"ALRect","l":"getHeight()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"getId()"},{"p":"io.anyline2.plugin","c":"ScanPluginConfig","l":"getId()"},{"p":"io.anyline2.core","c":"ScanController","l":"getID()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"getImageAutoId()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"getImageOffId()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"getImageOnId()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"getImageProvider()"},{"p":"io.anyline2","c":"ALRectToROIMapper","l":"getInstance()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getInstance()"},{"p":"io.anyline2","c":"CorrectedResultReporting.Factory","l":"getInstance()"},{"p":"io.anyline2","c":"Logger","l":"getInstance()"},{"p":"io.anyline2","c":"ROIToALRectMapper","l":"getInstance()"},{"p":"io.anyline2","c":"TrainerUtilAdapter","l":"getInstance()"},{"p":"io.anyline2.camera","c":"NativeBarcodeFormatToAnylineBarcodeFormatMapper","l":"getInstance()"},{"p":"io.anyline2.di.anylineupdater","c":"AnylineUpdaterProvider.Factory","l":"getInstance()"},{"p":"io.anyline2.di.assetcontroller","c":"AssetControllerProvider.Factory","l":"getInstance()"},{"p":"io.anyline2.di.assetutil","c":"AssetUtilProvider.Factory","l":"getInstance()"},{"p":"io.anyline2.di.config","c":"PluginConfigProvider.Factory","l":"getInstance()"},{"p":"io.anyline2.di.context","c":"ContextProvider","l":"getInstance()"},{"p":"io.anyline2.di.plugintype","c":"PluginTypeProvider.Factory","l":"getInstance()"},{"p":"io.anyline2.di.scancontroller","c":"ScanControllerProvider.Factory","l":"getInstance()"},{"p":"io.anyline2.image","c":"ImageProvider.Factory","l":"getInstance()"},{"p":"io.anyline2.image","c":"NativeBarcodeProvider.Factory","l":"getInstance()"},{"p":"io.anyline2.legacy","c":"AnylineWorkerThreadPool","l":"getInstance()"},{"p":"io.anyline2.core","c":"ScanController","l":"getKPluginConfigSchemaFileName()"},{"p":"io.anyline2.core","c":"ScanController","l":"getKPluginResultSchemaFileName()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"getLicenseString()"},{"p":"io.anyline2.legacy.products","c":"AnylineUpdater","l":"getLocalAssetVersion(AssetContext)","url":"getLocalAssetVersion(io.anyline2.legacy.trainer.AssetContext)"},{"p":"io.anyline2.core","c":"AssetService","l":"getLocalValue(String)","url":"getLocalValue(java.lang.String)"},{"p":"io.anyline2.core","c":"Version","l":"getMajor()"},{"p":"io.anyline2.legacy","c":"Version","l":"getMajor()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getMaxFocalLength()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getMaxZoomRatio()"},{"p":"io.anyline2.core","c":"AnylineException","l":"getMessage()"},{"p":"io.anyline2.legacy","c":"AnylineException","l":"getMessage()"},{"p":"io.anyline2.core","c":"Version","l":"getMinor()"},{"p":"io.anyline2.legacy","c":"Version","l":"getMinor()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"getMode()"},{"p":"io.anyline2.camera","c":"NativeBarcodeDetector","l":"getNativeBarcodeDetectionRunnable()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"getOffsetXInDp()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"getOffsetYInDp()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getOsVersion()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getOuterColor()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getOuterColorWithAlpha()"},{"p":"io.anyline2.view","c":"FlashConfig","l":"getPaddingInDp()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"getParameter(String)","url":"getParameter(java.lang.String)"},{"p":"io.anyline2.core","c":"Version","l":"getPatch()"},{"p":"io.anyline2.legacy","c":"Version","l":"getPatch()"},{"p":"io.anyline2.core","c":"AssetService","l":"getPath()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"getPath()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getPlatform()"},{"p":"io.anyline2.plugin","c":"ScanPluginConfig","l":"getPluginConfig()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"getPluginId()"},{"p":"io.anyline2.core","c":"ScanController","l":"getPluginType()"},{"p":"io.anyline2.core","c":"ScanController","l":"getPluginTypeForJsonConfig(String)","url":"getPluginTypeForJsonConfig(java.lang.String)"},{"p":"io.anyline2.model","c":"ALSquare","l":"getPoints()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getPreferredPictureHeight()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getPreferredPictureWidth()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getPreferredPreviewHeight()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getPreferredPreviewWidth()"},{"p":"io.anyline2.legacy.products","c":"Product","l":"getProduct()"},{"p":"io.anyline2.legacy.products","c":"ProductContext","l":"getProduct()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getProductName()"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"getProjectConfig(String)","url":"getProjectConfig(java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"getProjectConfig(TrainerContext)","url":"getProjectConfig(io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"getProjectId()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getProjectID()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"getRatio()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"getRegionOfInterest()"},{"p":"io.anyline2.core","c":"AssetService","l":"getReportingValues()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"getReportingValues()"},{"p":"io.anyline2.core","c":"ScanController","l":"getResultType()"},{"p":"io.anyline2.core","c":"ScanController","l":"getROI()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"getROI()"},{"p":"io.anyline2.view","c":"CutoutRect","l":"getScale()"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"getScaleWebView(WebView)","url":"getScaleWebView(android.webkit.WebView)"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"getScanFeedbackStyle()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"getScanFeedbackStyle(String)","url":"getScanFeedbackStyle(java.lang.String)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"getScanPluginConfig()"},{"p":"io.anyline2.view","c":"ScanView","l":"getScanViewPlugin()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"getSchemaPath()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getStage()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"getStage()"},{"p":"io.anyline2.plugin","c":"ScanPluginConfig","l":"getStartScanDelay()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"getStrokeWidthInPix(Context)","url":"getStrokeWidthInPix(android.content.Context)"},{"p":"io.anyline2.core","c":"Version","l":"getSuffix()"},{"p":"io.anyline2.core","c":"Version","l":"getSuffixIteration()"},{"p":"io.anyline2.core","c":"TrainerContext","l":"getTokenCacheDirectory()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"getTokenCacheDirectory()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"getType()"},{"p":"io.anyline2","c":"AppEnvironment","l":"getUuid()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"getVersionString()"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"getViewRelativePointListFromCutoutRelativeShape(List, String, ALRect, int, int, float, Rect, float)","url":"getViewRelativePointListFromCutoutRelativeShape(java.util.List,java.lang.String,io.anyline2.model.ALRect,int,int,float,android.graphics.Rect,float)"},{"p":"io.anyline2.core","c":"AnylineImage","l":"getWidth()"},{"p":"io.anyline2.core","c":"ROI","l":"getWidth()"},{"p":"io.anyline2.image","c":"AnylineImage","l":"getWidth()"},{"p":"io.anyline2.model","c":"ALRect","l":"getWidth()"},{"p":"io.anyline2.core","c":"ROI","l":"getX()"},{"p":"io.anyline2.model","c":"ALPoint","l":"getX()"},{"p":"io.anyline2.model","c":"ALRect","l":"getX()"},{"p":"io.anyline2.core","c":"ROI","l":"getY()"},{"p":"io.anyline2.model","c":"ALPoint","l":"getY()"},{"p":"io.anyline2.model","c":"ALRect","l":"getY()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"getZoomRatio()"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"GRAY"},{"p":"io.anyline2.model","c":"ALRect","l":"h"},{"p":"io.anyline2.legacy","c":"Version","l":"hashCode()"},{"p":"io.anyline2.model","c":"ALContourVector","l":"hashCode()"},{"p":"io.anyline2.model","c":"ALPoint","l":"hashCode()"},{"p":"io.anyline2.model","c":"ALRect","l":"hashCode()"},{"p":"io.anyline2.model","c":"ALSquare","l":"hashCode()"},{"p":"io.anyline2.model","c":"ALSquareVector","l":"hashCode()"},{"p":"io.anyline2.view","c":"FlashView","l":"hide()"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"ID"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"ID"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ID_MODULE_IDENTIFIER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"ID_PATH"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"id()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"id()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"image"},{"p":"io.anyline2.view","c":"ScanView","l":"init(AssetContext, int)","url":"init(io.anyline2.legacy.trainer.AssetContext,int)"},{"p":"io.anyline2.view","c":"ScanView","l":"init(JSONObject)","url":"init(org.json.JSONObject)"},{"p":"io.anyline2.core","c":"PublicLicense","l":"init(String, String, String, String, String)","url":"init(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"PublicLicense","l":"init(String, String, String, String)","url":"init(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.view","c":"ScanView","l":"init(String)","url":"init(java.lang.String)"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"initConfig(ViewPluginBase)","url":"initConfig(io.anyline2.viewplugin.ViewPluginBase)"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"initWithJsonString(String)","url":"initWithJsonString(java.lang.String)"},{"p":"io.anyline2","c":"TrainerUtilAdapter","l":"instance"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"isActive()"},{"p":"io.anyline2.camera","c":"NativeBarcodeDetector","l":"isBarcodeDetectionEnabled()"},{"p":"io.anyline2.camera","c":"NativeBarcodeDetector","l":"isBarcodeDetectionOperational()"},{"p":"io.anyline2.core","c":"Version","l":"isDefinite()"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"isEmpty()"},{"p":"io.anyline2.view","c":"FlashView","l":"isExposureForBlackOnBlack()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"isFaceDetectionEnabled()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"isInitialized()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"isLicenseValid()"},{"p":"io.anyline2.camera","c":"CameraView","l":"isNativeBarcodeDetectionEnabled()"},{"p":"io.anyline2.view","c":"ScanView","l":"isNativeBarcodeDetectionEnabled()"},{"p":"io.anyline2.core","c":"ScanController","l":"isProcessing()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"isRatioFromSizeDefined()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"isRunning()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"isScanPluginRunning()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"isScanPluginRunning()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"isStarted()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"isStarted()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"isStarted()"},{"p":"io.anyline2.core","c":"Version","l":"isUndefined()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"isUpdateLocked()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"isZoomGestureEnabled()"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"JAPANESE_LANDING_PERMISSION"},{"p":"io.anyline2.legacy.products","c":"Product","l":"JAPANESE_LANDING_PERMISSION"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"jsonString()"},{"p":"io.anyline2.util","c":"JSUtil","l":"JSUtil()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_anylineVersion"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_apiKey"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_assetID"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_assetVersion"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_auth_header"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_auth_header_default_value"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_configCacheDirectory"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_configFileName"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_infoFileName"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_productName"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_projectID"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_stage"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_tokenCacheDirectory"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_tokenFileName"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_url"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"k_url_default_value"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"Kitt"},{"p":"io.anyline2.view","c":"FlashView","l":"layout(int, int, int, int)","url":"layout(int,int,int,int)"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"LICENSE_PLATE"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"LICENSE_PLATE"},{"p":"io.anyline2.legacy.products","c":"Product","l":"LICENSE_PLATE"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"LICENSE_PLATE_MODULE_IDENTIFIER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"LICENSE_PLATE_PATH"},{"p":"io.anyline2.core","c":"exceptionsJNI","l":"LicenseException_SWIGUpcast(long)"},{"p":"io.anyline2.core","c":"LicenseException","l":"LicenseException(int, String)","url":"%3Cinit%3E(int,java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"lockUpdate()"},{"p":"io.anyline2","c":"Logger","l":"logError(String, String, Throwable)","url":"logError(java.lang.String,java.lang.String,java.lang.Throwable)"},{"p":"io.anyline2","c":"Logger","l":"Logger()","url":"%3Cinit%3E()"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"MANUAL"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"MANUAL_OFF"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"MANUAL_ON"},{"p":"io.anyline2","c":"Mapper","l":"map(From)"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"maxHeightPercent"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"maxWidthPercent"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"METER"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"METER"},{"p":"io.anyline2.legacy.products","c":"Product","l":"METER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"METER_PATH"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"MRZ"},{"p":"io.anyline2.legacy.products","c":"Product","l":"MRZ"},{"p":"io.anyline2.camera","c":"NativeBarcodeDetector","l":"NativeBarcodeDetector()","url":"%3Cinit%3E()"},{"p":"io.anyline2.camera","c":"NativeBarcodeFormatToAnylineBarcodeFormatMapper","l":"NativeBarcodeFormatToAnylineBarcodeFormatMapper()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"new_AnylineImage__SWIG_0(long, VectorOfChar, int, long, long, long)","url":"new_AnylineImage__SWIG_0(long,io.anyline2.core.VectorOfChar,int,long,long,long)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"new_AnylineImage__SWIG_1(long, VectorOfChar, int, long, long)","url":"new_AnylineImage__SWIG_1(long,io.anyline2.core.VectorOfChar,int,long,long)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"new_AnylineImage__SWIG_2(byte[], int, long, long, long)","url":"new_AnylineImage__SWIG_2(byte[],int,long,long,long)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"new_AnylineImage__SWIG_3(byte[], int, long, long)","url":"new_AnylineImage__SWIG_3(byte[],int,long,long)"},{"p":"io.anyline2.core","c":"asset_delegate_customJNI","l":"new_AssetDelegate()"},{"p":"io.anyline2.core","c":"asset_serviceJNI","l":"new_AssetService(String, String, long, AssetDelegate)","url":"new_AssetService(java.lang.String,java.lang.String,long,io.anyline2.core.AssetDelegate)"},{"p":"io.anyline2.core","c":"anyline_core_customJNI","l":"new_PluginCallback()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"new_PublicLicense()"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"new_ROI()"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"new_ScanController__SWIG_0(String, String, String, long)","url":"new_ScanController__SWIG_0(java.lang.String,java.lang.String,java.lang.String,long)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"new_ScanController__SWIG_1(String, String, String)","url":"new_ScanController__SWIG_1(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"new_TrainerContext()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"new_TrainerUtil()"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"new_VectorOfChar__SWIG_0()"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"new_VectorOfChar__SWIG_1(long, VectorOfChar)","url":"new_VectorOfChar__SWIG_1(long,io.anyline2.core.VectorOfChar)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"new_VectorOfChar__SWIG_2(int, short)","url":"new_VectorOfChar__SWIG_2(int,short)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"new_Version__SWIG_0()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"new_Version__SWIG_1(String)","url":"new_Version__SWIG_1(java.lang.String)"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.AnimationStyle","l":"None"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"None"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.ScanFeedbackStyle","l":"None"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"NONE"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"OCR"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"OCR"},{"p":"io.anyline2.legacy.products","c":"Product","l":"OCR"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"offset"},{"p":"io.anyline2.view","c":"BrightnessHelper.BrightnessFeedback","l":"OK"},{"p":"io.anyline2.core","c":"AssetDelegate","l":"onAssetDownloadProgress(String, float)","url":"onAssetDownloadProgress(java.lang.String,float)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"onAssetDownloadProgress(String, float)","url":"onAssetDownloadProgress(java.lang.String,float)"},{"p":"io.anyline2.legacy.trainer","c":"IAssetDelegate","l":"onAssetDownloadProgress(String, float)","url":"onAssetDownloadProgress(java.lang.String,float)"},{"p":"io.anyline2.core","c":"AssetDelegate","l":"onAssetUpdateAvailable(boolean)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"onAssetUpdateAvailable(boolean)"},{"p":"io.anyline2.legacy.trainer","c":"IAssetDelegate","l":"onAssetUpdateAvailable(boolean)"},{"p":"io.anyline2.core","c":"AssetDelegate","l":"onAssetUpdateError(String)","url":"onAssetUpdateError(java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"onAssetUpdateError(String)","url":"onAssetUpdateError(java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"IAssetDelegate","l":"onAssetUpdateError(String)","url":"onAssetUpdateError(java.lang.String)"},{"p":"io.anyline2.core","c":"AssetDelegate","l":"onAssetUpdateFinished()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"onAssetUpdateFinished()"},{"p":"io.anyline2.legacy.trainer","c":"IAssetDelegate","l":"onAssetUpdateFinished()"},{"p":"io.anyline2.view","c":"UIChangeListener","l":"onBlinkAnimation()"},{"p":"io.anyline2.view","c":"UIChangeListener","l":"onBrightnessUpdate(int)"},{"p":"io.anyline2.view","c":"ScanView","l":"onCutoutChanged"},{"p":"io.anyline2.view","c":"UIChangeListener","l":"onCutoutChanged(List>)","url":"onCutoutChanged(java.util.List)"},{"p":"io.anyline2.view","c":"UIChangeListener","l":"onCutoutVisibility(ScanViewPlugin, boolean)","url":"onCutoutVisibility(io.anyline2.viewplugin.ScanViewPlugin,boolean)"},{"p":"io.anyline2.core","c":"PluginCallback","l":"onError(String)","url":"onError(java.lang.String)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"onError(String)","url":"onError(java.lang.String)"},{"p":"io.anyline2.camera","c":"FaceDetector.FaceDetectionResultHandler","l":"onFailure(String)","url":"onFailure(java.lang.String)"},{"p":"io.anyline2.camera","c":"NativeBarcodeResultListener","l":"onFailure(String)","url":"onFailure(java.lang.String)"},{"p":"io.anyline2.core","c":"PluginCallback","l":"onInfo(String)","url":"onInfo(java.lang.String)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"onInfo(String)","url":"onInfo(java.lang.String)"},{"p":"io.anyline2.core","c":"PluginCallback","l":"onResult(AnylineImage, String)","url":"onResult(io.anyline2.core.AnylineImage,java.lang.String)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"onResult(AnylineImage, String)","url":"onResult(io.anyline2.core.AnylineImage,java.lang.String)"},{"p":"io.anyline2.core","c":"PluginCallback","l":"onRunSkipped(String)","url":"onRunSkipped(java.lang.String)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"onRunSkipped(String)","url":"onRunSkipped(java.lang.String)"},{"p":"io.anyline2.view","c":"UIChangeListener","l":"onScanViewPluginStart(ScanViewPlugin)","url":"onScanViewPluginStart(io.anyline2.viewplugin.ScanViewPlugin)"},{"p":"io.anyline2.view","c":"UIChangeListener","l":"onScanViewPluginStop(ScanViewPlugin)","url":"onScanViewPluginStop(io.anyline2.viewplugin.ScanViewPlugin)"},{"p":"io.anyline2.camera","c":"FaceDetector.FaceDetectionResultHandler","l":"onSuccess(AnylineImage)","url":"onSuccess(io.anyline2.image.AnylineImage)"},{"p":"io.anyline2.camera","c":"NativeBarcodeResultListener","l":"onSuccess(AnylineYuvImage, List)","url":"onSuccess(AnylineYuvImage,java.util.List)"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"onTouchEvent(MotionEvent)","url":"onTouchEvent(android.view.MotionEvent)"},{"p":"io.anyline2.view","c":"ScanView","l":"onTouchEvent(MotionEvent)","url":"onTouchEvent(android.view.MotionEvent)"},{"p":"io.anyline2.legacy.products","c":"IAnylineUpdateDelegate","l":"onUpdateError(String)","url":"onUpdateError(java.lang.String)"},{"p":"io.anyline2.legacy.products","c":"IAnylineUpdateDelegate","l":"onUpdateFinished()"},{"p":"io.anyline2.legacy.products","c":"IAnylineUpdateDelegate","l":"onUpdateProgress(String, float)","url":"onUpdateProgress(java.lang.String,float)"},{"p":"io.anyline2.core","c":"PluginCallback","l":"onVisualFeedback(String)","url":"onVisualFeedback(java.lang.String)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"onVisualFeedback(String)","url":"onVisualFeedback(java.lang.String)"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"osVersion()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"outerColor"},{"p":"io.anyline2.core","c":"ArgumentException","l":"parameterName()"},{"p":"io.anyline2.legacy","c":"ArgumentException","l":"parameterName()"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"parseContext(String)","url":"parseContext(java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"path"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"platform()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"playBeepSound()"},{"p":"io.anyline2.core","c":"plugin_callback","l":"plugin_callback()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"plugin_callbackJNI","l":"plugin_callbackJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"PluginCallback","l":"PluginCallback()","url":"%3Cinit%3E()"},{"p":"io.anyline2.di.config","c":"PluginConfigProviderImpl","l":"PluginConfigProviderImpl()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"exceptionsJNI","l":"PluginException_SWIGUpcast(long)"},{"p":"io.anyline2.core","c":"PluginException","l":"PluginException(int, String)","url":"%3Cinit%3E(int,java.lang.String)"},{"p":"io.anyline2.di.plugintype","c":"PluginTypeProviderImpl","l":"PluginTypeProviderImpl()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"ScanController","l":"process(AnylineImage, boolean)","url":"process(io.anyline2.core.AnylineImage,boolean)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"processImage(AnylineImage)","url":"processImage(io.anyline2.image.AnylineImage)"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_BARCODE"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_COMMERCIAL_TIRE_ID"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_CONTAINER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_CONTAINER_VERTICAL"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_DIAL_METER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_DOCUMENT"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_GERMAN_ID_FRONT"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_JAPANESE_LANDING_PERMISSION"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_LICENSEPLATE"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_METER"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_MRZ"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_OCR"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_TIN"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_TIRE_SIZE"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_UNIVERSAL_ID"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_VEHICLE_REGISTRATION_CERTIFICATE"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"PRODUCT_VIN"},{"p":"io.anyline2.legacy.products","c":"ProductContext","l":"ProductContext(Context, JSONObject)","url":"%3Cinit%3E(android.content.Context,org.json.JSONObject)"},{"p":"io.anyline2.legacy.products","c":"ProductContext","l":"ProductContext(Context, String, Product, String)","url":"%3Cinit%3E(android.content.Context,java.lang.String,io.anyline2.legacy.products.Product,java.lang.String)"},{"p":"io.anyline2.legacy.products","c":"ProductContext","l":"ProductContext(Context, String, Product, Version, String)","url":"%3Cinit%3E(android.content.Context,java.lang.String,io.anyline2.legacy.products.Product,io.anyline2.legacy.Version,java.lang.String)"},{"p":"io.anyline2.legacy.products","c":"ProductContext","l":"ProductContext(Context, String, Product, Version)","url":"%3Cinit%3E(android.content.Context,java.lang.String,io.anyline2.legacy.products.Product,io.anyline2.legacy.Version)"},{"p":"io.anyline2.legacy.products","c":"ProductContext","l":"ProductContext(Context, String, Product)","url":"%3Cinit%3E(android.content.Context,java.lang.String,io.anyline2.legacy.products.Product)"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"ProjectContext(Context, JSONObject)","url":"%3Cinit%3E(android.content.Context,org.json.JSONObject)"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"ProjectContext(Context, String, String, String, String)","url":"%3Cinit%3E(android.content.Context,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"ProjectContext(Context, String, String, String, Version, String)","url":"%3Cinit%3E(android.content.Context,java.lang.String,java.lang.String,java.lang.String,io.anyline2.legacy.Version,java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"ProjectContext(Context, String, String, String, Version)","url":"%3Cinit%3E(android.content.Context,java.lang.String,java.lang.String,java.lang.String,io.anyline2.legacy.Version)"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"ProjectContext(Context, String, String, String)","url":"%3Cinit%3E(android.content.Context,java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.di.anylineupdater","c":"AnylineUpdaterProvider","l":"provideAnylineUpdater()"},{"p":"io.anyline2.di.assetcontroller","c":"AssetControllerProvider","l":"provideAssetController(JSONObject, AssetContext)","url":"provideAssetController(org.json.JSONObject,io.anyline2.legacy.trainer.AssetContext)"},{"p":"io.anyline2.di.assetcontroller","c":"AssetControllerProviderImpl","l":"provideAssetController(JSONObject, AssetContext)","url":"provideAssetController(org.json.JSONObject,io.anyline2.legacy.trainer.AssetContext)"},{"p":"io.anyline2.di.assetutil","c":"AssetUtilProvider","l":"provideAssetUtil()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"provideFullFrameCutoutConfig()"},{"p":"io.anyline2.di.config","c":"PluginConfigProvider","l":"providePluginConfig(JSONObject)","url":"providePluginConfig(org.json.JSONObject)"},{"p":"io.anyline2.di.config","c":"PluginConfigProviderImpl","l":"providePluginConfig(JSONObject)","url":"providePluginConfig(org.json.JSONObject)"},{"p":"io.anyline2.di.plugintype","c":"PluginTypeProvider","l":"providePluginType(String)","url":"providePluginType(java.lang.String)"},{"p":"io.anyline2.di.plugintype","c":"PluginTypeProviderImpl","l":"providePluginType(String)","url":"providePluginType(java.lang.String)"},{"p":"io.anyline2.di.scancontroller","c":"ScanControllerProvider","l":"provideScanController(JSONObject, PluginCallback, AssetContext)","url":"provideScanController(org.json.JSONObject,io.anyline2.core.PluginCallback,io.anyline2.legacy.trainer.AssetContext)"},{"p":"io.anyline2.di.scancontroller","c":"ScanControllerProviderImpl","l":"provideScanController(JSONObject, PluginCallback, AssetContext)","url":"provideScanController(org.json.JSONObject,io.anyline2.core.PluginCallback,io.anyline2.legacy.trainer.AssetContext)"},{"p":"io.anyline2","c":"SharedPreferencesProvider","l":"provideSharePreferences(String)","url":"provideSharePreferences(java.lang.String)"},{"p":"io.anyline2.core","c":"public_license","l":"public_license()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"public_licenseJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_getLicenseString()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_getVersionString()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_init__SWIG_0(String, String, String, String)","url":"PublicLicense_init__SWIG_0(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_init__SWIG_1(String, String, String, String, String)","url":"PublicLicense_init__SWIG_1(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_isInitialized()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_isLicenseValid()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_reset()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_showPopup()"},{"p":"io.anyline2.core","c":"public_licenseJNI","l":"PublicLicense_showWatermark()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"PublicLicense()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"Pulse"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"PulseRandom"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"ratioFromSize"},{"p":"io.anyline2.legacy.util","c":"AssetUtil","l":"readFile(String, String)","url":"readFile(java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"AnylineException","l":"reason()"},{"p":"io.anyline2.legacy","c":"AnylineException","l":"reason()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.ScanFeedbackStyle","l":"Rect"},{"p":"io.anyline2.view","c":"CutoutRect","l":"rectOnImage"},{"p":"io.anyline2.view","c":"CutoutRect","l":"rectOnSurface"},{"p":"io.anyline2.view","c":"CutoutRect","l":"rectOnVisibleView"},{"p":"io.anyline2.model","c":"ALContourVector","l":"rects"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"redrawTimeout"},{"p":"io.anyline2.image","c":"AnylineImage","l":"release()"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"remove(int)"},{"p":"io.anyline2.camera","c":"CameraView","l":"removeImageReceivedEventListener(Event)","url":"removeImageReceivedEventListener(io.anyline2.Event)"},{"p":"io.anyline2.image","c":"ImageProvider","l":"removeImageReceivedEventListener(Event)","url":"removeImageReceivedEventListener(io.anyline2.Event)"},{"p":"io.anyline2.camera","c":"CameraView","l":"removeNativeBarcodeReceivedEventListener(Event>)","url":"removeNativeBarcodeReceivedEventListener(io.anyline2.Event)"},{"p":"io.anyline2.image","c":"NativeBarcodeProvider","l":"removeNativeBarcodeReceivedEventListener(Event>)","url":"removeNativeBarcodeReceivedEventListener(io.anyline2.Event)"},{"p":"io.anyline2","c":"CorrectedResultReporting","l":"reportCorrectedResult(String, Map, String)","url":"reportCorrectedResult(java.lang.String,java.util.Map,java.lang.String)"},{"p":"io.anyline2","c":"CorrectedResultReportingImpl","l":"reportCorrectedResult(String, Map, String)","url":"reportCorrectedResult(java.lang.String,java.util.Map,java.lang.String)"},{"p":"io.anyline2","c":"CorrectedResultReporting","l":"reportCorrectedResult(String, Map)","url":"reportCorrectedResult(java.lang.String,java.util.Map)"},{"p":"io.anyline2","c":"CorrectedResultReportingImpl","l":"reportCorrectedResult(String, Map)","url":"reportCorrectedResult(java.lang.String,java.util.Map)"},{"p":"io.anyline2","c":"TrainerUtilAdapter","l":"reportCorrectedResult(String, String, String)","url":"reportCorrectedResult(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"reportCorrectedResult(String, String, String)","url":"reportCorrectedResult(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"reportCorrectedResult(TrainerContext, String, String)","url":"reportCorrectedResult(io.anyline2.core.TrainerContext,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"reserve(long)"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"reset()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"reset()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"resetAssetUpdate()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"Resize"},{"p":"io.anyline2.camera","c":"NativeBarcodeDetector","l":"restartBarcodeDetection()"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"restoreBackup()"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"resultReceived"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"resultReceived"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"resultsReceived"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"RGB"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"RGBA"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ROI_height_get(long, ROI)","url":"ROI_height_get(long,io.anyline2.core.ROI)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ROI_height_set(long, ROI, int)","url":"ROI_height_set(long,io.anyline2.core.ROI,int)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ROI_width_get(long, ROI)","url":"ROI_width_get(long,io.anyline2.core.ROI)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ROI_width_set(long, ROI, int)","url":"ROI_width_set(long,io.anyline2.core.ROI,int)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ROI_x_get(long, ROI)","url":"ROI_x_get(long,io.anyline2.core.ROI)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ROI_x_set(long, ROI, int)","url":"ROI_x_set(long,io.anyline2.core.ROI,int)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ROI_y_get(long, ROI)","url":"ROI_y_get(long,io.anyline2.core.ROI)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ROI_y_set(long, ROI, int)","url":"ROI_y_set(long,io.anyline2.core.ROI,int)"},{"p":"io.anyline2.core","c":"ROI","l":"ROI()","url":"%3Cinit%3E()"},{"p":"io.anyline2","c":"ROIToALRectMapper","l":"ROIToALRectMapper()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"AnylineImage","l":"rotate(int)"},{"p":"io.anyline2.image","c":"AnylineImage","l":"rotate(int)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"runSkippedReceived"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"runSkippedReceived"},{"p":"io.anyline2.image","c":"AnylineImage","l":"save()"},{"p":"io.anyline2.image","c":"FileStorage","l":"saveBitmap(Context, Bitmap)","url":"saveBitmap(android.content.Context,android.graphics.Bitmap)"},{"p":"io.anyline2.image","c":"FileStorageImpl","l":"saveBitmap(Context, Bitmap)","url":"saveBitmap(android.content.Context,android.graphics.Bitmap)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPluginConfig","l":"scale"},{"p":"io.anyline2.core","c":"scan_controller","l":"scan_controller()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"scan_controllerJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_addReportingValues(long, ScanController, String)","url":"ScanController_addReportingValues(long,io.anyline2.core.ScanController,java.lang.String)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_cancel(long, ScanController)","url":"ScanController_cancel(long,io.anyline2.core.ScanController)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_getID(long, ScanController)","url":"ScanController_getID(long,io.anyline2.core.ScanController)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_getPluginType(long, ScanController)","url":"ScanController_getPluginType(long,io.anyline2.core.ScanController)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_getPluginTypeForJsonConfig(String)","url":"ScanController_getPluginTypeForJsonConfig(java.lang.String)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_getResultType(long, ScanController)","url":"ScanController_getResultType(long,io.anyline2.core.ScanController)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_getROI(long, ScanController)","url":"ScanController_getROI(long,io.anyline2.core.ScanController)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_isProcessing(long, ScanController)","url":"ScanController_isProcessing(long,io.anyline2.core.ScanController)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_kPluginConfigSchemaFileName_get(long, ScanController)","url":"ScanController_kPluginConfigSchemaFileName_get(long,io.anyline2.core.ScanController)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_kPluginResultSchemaFileName_get(long, ScanController)","url":"ScanController_kPluginResultSchemaFileName_get(long,io.anyline2.core.ScanController)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_process(long, ScanController, long, boolean)","url":"ScanController_process(long,io.anyline2.core.ScanController,long,boolean)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_setAssetPath(long, ScanController, String)","url":"ScanController_setAssetPath(long,io.anyline2.core.ScanController,java.lang.String)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_setPluginCallback(long, ScanController, long)","url":"ScanController_setPluginCallback(long,io.anyline2.core.ScanController,long)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_setROI(long, ScanController, long, ROI)","url":"ScanController_setROI(long,io.anyline2.core.ScanController,long,io.anyline2.core.ROI)"},{"p":"io.anyline2.core","c":"scan_controllerJNI","l":"ScanController_validateJson(long, ScanController, String, String, String)","url":"ScanController_validateJson(long,io.anyline2.core.ScanController,java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"ScanController","l":"ScanController(String, String, String, PluginCallback)","url":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,io.anyline2.core.PluginCallback)"},{"p":"io.anyline2.core","c":"ScanController","l":"ScanController(String, String, String)","url":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.di.scancontroller","c":"ScanControllerProviderImpl","l":"ScanControllerProviderImpl()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPluginConfig","l":"scanFeedbackConfig"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"ScanFeedbackConfig()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"ScanFeedbackConfig(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"scanInfoReceived"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"scanInfoReceived"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"scanPlugin"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"ScanPlugin(JSONObject, AssetContext)","url":"%3Cinit%3E(org.json.JSONObject,io.anyline2.legacy.trainer.AssetContext)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"ScanPlugin(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPluginConfig","l":"scanPluginConfig"},{"p":"io.anyline2.plugin","c":"ScanPluginConfig","l":"ScanPluginConfig(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.view","c":"ScanView","l":"ScanView(Context, AttributeSet, int, int)","url":"%3Cinit%3E(android.content.Context,android.util.AttributeSet,int,int)"},{"p":"io.anyline2.view","c":"ScanView","l":"ScanView(Context, AttributeSet, int)","url":"%3Cinit%3E(android.content.Context,android.util.AttributeSet,int)"},{"p":"io.anyline2.view","c":"ScanView","l":"ScanView(Context, AttributeSet)","url":"%3Cinit%3E(android.content.Context,android.util.AttributeSet)"},{"p":"io.anyline2.view","c":"ScanView","l":"ScanView(Context)","url":"%3Cinit%3E(android.content.Context)"},{"p":"io.anyline2.view","c":"ScanViewConfig","l":"ScanViewConfig(Context, JSONObject)","url":"%3Cinit%3E(android.content.Context,org.json.JSONObject)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"ScanViewPlugin(JSONObject, AssetContext)","url":"%3Cinit%3E(org.json.JSONObject,io.anyline2.legacy.trainer.AssetContext)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"ScanViewPlugin(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"ScanViewPlugin(ScanViewPluginConfig)","url":"%3Cinit%3E(io.anyline2.viewplugin.ScanViewPluginConfig)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"scanViewPluginConfig"},{"p":"io.anyline2.viewplugin","c":"ScanViewPluginConfig","l":"ScanViewPluginConfig(JSONObject)","url":"%3Cinit%3E(org.json.JSONObject)"},{"p":"io.anyline2.view","c":"ScanViewUtil","l":"ScanViewUtil()","url":"%3Cinit%3E()"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"SCHEMAS_PATH"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"set(int, Short)","url":"set(int,java.lang.Short)"},{"p":"io.anyline2.view","c":"FlashConfig","l":"setAlignment(FlashConfig.FlashAlignment)","url":"setAlignment(io.anyline2.view.FlashConfig.FlashAlignment)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setAnylineVersion(Version)","url":"setAnylineVersion(io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setApiKey(String)","url":"setApiKey(java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"setApiKey(String)","url":"setApiKey(java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setApiUrl(String)","url":"setApiUrl(java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setAssetID(String)","url":"setAssetID(java.lang.String)"},{"p":"io.anyline2.core","c":"ScanController","l":"setAssetPath(String)","url":"setAssetPath(java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setAssetVersion(Version)","url":"setAssetVersion(io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setAuthHeader(String)","url":"setAuthHeader(java.lang.String)"},{"p":"io.anyline2.view","c":"FlashView","l":"setAutoModeEnabled(boolean)"},{"p":"io.anyline2.view","c":"FlashView","l":"setCameraController(CameraController)"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"setCameraView(CameraView)"},{"p":"io.anyline2.view","c":"FlashView","l":"setConfig(FlashConfig)","url":"setConfig(io.anyline2.view.FlashConfig)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setConfigCacheDirectory(String)","url":"setConfigCacheDirectory(java.lang.String)"},{"p":"io.anyline2.view","c":"ScanView","l":"setCropRect(Rect)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setDefaultLensFacing(CameraFeatures.LensFacing)"},{"p":"io.anyline2.view","c":"FlashView","l":"setExposureForBlackOnBlack()"},{"p":"io.anyline2.view","c":"FlashView","l":"setExposureToMinimum()"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setFallbackLensFacings(EnumSet)","url":"setFallbackLensFacings(java.util.EnumSet)"},{"p":"io.anyline2.view","c":"FlashView","l":"setFlashOnIfAuto(boolean)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setFocalLength(double)"},{"p":"io.anyline2.core","c":"ROI","l":"setHeight(int)"},{"p":"io.anyline2.view","c":"FlashConfig","l":"setImageAutoId(int)"},{"p":"io.anyline2.view","c":"FlashConfig","l":"setImageOffId(int)"},{"p":"io.anyline2.view","c":"FlashConfig","l":"setImageOnId(int)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"setImageProvider(ImageProvider)","url":"setImageProvider(io.anyline2.image.ImageProvider)"},{"p":"io.anyline2.di.anylineupdater","c":"AnylineUpdaterProvider.Factory","l":"setInstance(AnylineUpdaterProvider)","url":"setInstance(io.anyline2.di.anylineupdater.AnylineUpdaterProvider)"},{"p":"io.anyline2.di.assetcontroller","c":"AssetControllerProvider.Factory","l":"setInstance(AssetControllerProvider)","url":"setInstance(io.anyline2.di.assetcontroller.AssetControllerProvider)"},{"p":"io.anyline2.di.assetutil","c":"AssetUtilProvider.Factory","l":"setInstance(AssetUtilProvider)","url":"setInstance(io.anyline2.di.assetutil.AssetUtilProvider)"},{"p":"io.anyline2.di.context","c":"ContextProvider","l":"setInstance(Context)","url":"setInstance(android.content.Context)"},{"p":"io.anyline2","c":"CorrectedResultReporting.Factory","l":"setInstance(CorrectedResultReporting)","url":"setInstance(io.anyline2.CorrectedResultReporting)"},{"p":"io.anyline2.image","c":"ImageProvider.Factory","l":"setInstance(ImageProvider)","url":"setInstance(io.anyline2.image.ImageProvider)"},{"p":"io.anyline2","c":"Logger","l":"setInstance(Logger)","url":"setInstance(io.anyline2.Logger)"},{"p":"io.anyline2","c":"ALRectToROIMapper","l":"setInstance(Mapper)","url":"setInstance(io.anyline2.Mapper)"},{"p":"io.anyline2.camera","c":"NativeBarcodeFormatToAnylineBarcodeFormatMapper","l":"setInstance(Mapper)","url":"setInstance(io.anyline2.Mapper)"},{"p":"io.anyline2","c":"ROIToALRectMapper","l":"setInstance(Mapper)","url":"setInstance(io.anyline2.Mapper)"},{"p":"io.anyline2.image","c":"NativeBarcodeProvider.Factory","l":"setInstance(NativeBarcodeProvider)","url":"setInstance(io.anyline2.image.NativeBarcodeProvider)"},{"p":"io.anyline2.di.config","c":"PluginConfigProvider.Factory","l":"setInstance(PluginConfigProvider)","url":"setInstance(io.anyline2.di.config.PluginConfigProvider)"},{"p":"io.anyline2.di.plugintype","c":"PluginTypeProvider.Factory","l":"setInstance(PluginTypeProvider)","url":"setInstance(io.anyline2.di.plugintype.PluginTypeProvider)"},{"p":"io.anyline2.di.scancontroller","c":"ScanControllerProvider.Factory","l":"setInstance(ScanControllerProvider)","url":"setInstance(io.anyline2.di.scancontroller.ScanControllerProvider)"},{"p":"io.anyline2","c":"TrainerUtilAdapter","l":"setInstance(TrainerUtilAdapter)","url":"setInstance(io.anyline2.TrainerUtilAdapter)"},{"p":"io.anyline2.view","c":"BrightnessHelper","l":"setLevelsForAutoFlash(int, int, int, int)","url":"setLevelsForAutoFlash(int,int,int,int)"},{"p":"io.anyline2.core","c":"Version","l":"setMajor(int)"},{"p":"io.anyline2.legacy","c":"Version","l":"setMajor(String)","url":"setMajor(java.lang.String)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setMaxFocalLength(double)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setMaxZoomRatio(double)"},{"p":"io.anyline2.core","c":"Version","l":"setMinor(int)"},{"p":"io.anyline2.legacy","c":"Version","l":"setMinor(String)","url":"setMinor(java.lang.String)"},{"p":"io.anyline2.view","c":"FlashConfig","l":"setMode(FlashConfig.FlashMode)","url":"setMode(io.anyline2.view.FlashConfig.FlashMode)"},{"p":"io.anyline2.view","c":"FlashView","l":"setMode(Mode)"},{"p":"io.anyline2.view","c":"FlashConfig","l":"setOffsetXInDp(int)"},{"p":"io.anyline2.view","c":"FlashConfig","l":"setOffsetYInDp(int)"},{"p":"io.anyline2.view","c":"FlashConfig","l":"setPaddingInDp(int)"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"setParameter(String, Object)","url":"setParameter(java.lang.String,java.lang.Object)"},{"p":"io.anyline2.core","c":"Version","l":"setPatch(int)"},{"p":"io.anyline2.legacy","c":"Version","l":"setPatch(String)","url":"setPatch(java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"setPath(String)","url":"setPath(java.lang.String)"},{"p":"io.anyline2.core","c":"ScanController","l":"setPluginCallback(PluginCallback)","url":"setPluginCallback(io.anyline2.core.PluginCallback)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setPreferredPictureHeight(int)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setPreferredPictureWidth(int)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setPreferredPreviewHeight(int)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setPreferredPreviewWidth(int)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setProductName(String)","url":"setProductName(java.lang.String)"},{"p":"io.anyline2.legacy.trainer","c":"ProjectContext","l":"setProjectId(String)","url":"setProjectId(java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setProjectID(String)","url":"setProjectID(java.lang.String)"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"setRectRelativeToCutout(AnylineWebView.AnimatableRectF, float, io.anyline.opencv.core.Rect, float, String, io.anyline.opencv.core.Rect, int, int, Rect)","url":"setRectRelativeToCutout(io.anyline2.view.AnylineWebView.AnimatableRectF,float,io.anyline.opencv.core.Rect,float,java.lang.String,io.anyline.opencv.core.Rect,int,int,android.graphics.Rect)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"setRegionOfInterest(ALRect)","url":"setRegionOfInterest(io.anyline2.model.ALRect)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"setReportingValues(String)","url":"setReportingValues(java.lang.String)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"setROI(ALRect)","url":"setROI(io.anyline2.model.ALRect)"},{"p":"io.anyline2.core","c":"ScanController","l":"setROI(ROI)","url":"setROI(io.anyline2.core.ROI)"},{"p":"io.anyline2.view","c":"ScanView","l":"setScanConfig(JSONObject)","url":"setScanConfig(org.json.JSONObject)"},{"p":"io.anyline2.view","c":"ScanView","l":"setScanConfig(String)","url":"setScanConfig(java.lang.String)"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"setScanDelayTime(double, String)","url":"setScanDelayTime(double,java.lang.String)"},{"p":"io.anyline2.view","c":"ScanView","l":"setScanViewConfig(ScanViewConfig)","url":"setScanViewConfig(io.anyline2.view.ScanViewConfig)"},{"p":"io.anyline2.view","c":"ScanView","l":"setScanViewPlugin(ViewPluginBase)","url":"setScanViewPlugin(io.anyline2.viewplugin.ViewPluginBase)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setStage(String)","url":"setStage(java.lang.String)"},{"p":"io.anyline2.core","c":"Version","l":"setSuffix(String)","url":"setSuffix(java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"setTokenCacheDirectory(String)","url":"setTokenCacheDirectory(java.lang.String)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"setUIChangeListener(UIChangeListener)","url":"setUIChangeListener(io.anyline2.view.UIChangeListener)"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"setUIChangeListener(UIChangeListener)","url":"setUIChangeListener(io.anyline2.view.UIChangeListener)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"setupAssetUpdate(AssetContext, IAssetDelegate)","url":"setupAssetUpdate(io.anyline2.legacy.trainer.AssetContext,io.anyline2.legacy.trainer.IAssetDelegate)"},{"p":"io.anyline2.util","c":"JSUtil","l":"setupConfig(Context, String, CutoutConfig, ScanFeedbackConfig, Rect)","url":"setupConfig(android.content.Context,java.lang.String,io.anyline2.viewplugin.CutoutConfig,io.anyline2.viewplugin.ScanFeedbackConfig,android.graphics.Rect)"},{"p":"io.anyline2.util","c":"JSUtil","l":"setupDelayTime(double, String)","url":"setupDelayTime(double,java.lang.String)"},{"p":"io.anyline2.util","c":"JSUtil","l":"setupMask(CutoutConfig)","url":"setupMask(io.anyline2.viewplugin.CutoutConfig)"},{"p":"io.anyline2.util","c":"JSUtil","l":"setupParallelConfig(Context, ArrayList, ArrayList, ArrayList, ArrayList)","url":"setupParallelConfig(android.content.Context,java.util.ArrayList,java.util.ArrayList,java.util.ArrayList,java.util.ArrayList)"},{"p":"io.anyline2.util","c":"JSUtil","l":"setupSerialConfig(Context, ArrayList, ArrayList, ArrayList, ArrayList)","url":"setupSerialConfig(android.content.Context,java.util.ArrayList,java.util.ArrayList,java.util.ArrayList,java.util.ArrayList)"},{"p":"io.anyline2.core","c":"ROI","l":"setWidth(int)"},{"p":"io.anyline2.core","c":"ROI","l":"setX(int)"},{"p":"io.anyline2.core","c":"ROI","l":"setY(int)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setZoomGestureEnabled(boolean)"},{"p":"io.anyline2.view","c":"CameraConfig","l":"setZoomRatio(double)"},{"p":"io.anyline2","c":"SharedPreferencesProvider","l":"SharedPreferencesProvider()","url":"%3Cinit%3E()"},{"p":"io.anyline2.plugin","c":"ScanPluginConfig","l":"shouldCancelOnResult()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"showPopup()"},{"p":"io.anyline2.core","c":"PublicLicense","l":"showWatermark()"},{"p":"io.anyline2.legacy","c":"AnylineWorkerThreadPool","l":"shutDownPool()"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"size()"},{"p":"io.anyline2.model","c":"ALSquareVector","l":"squares"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"start()"},{"p":"io.anyline2.view","c":"ScanView","l":"start()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"start()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"start()"},{"p":"io.anyline2.camera","c":"FaceDetector","l":"startFaceDetection(AnylineImage)","url":"startFaceDetection(io.anyline2.image.AnylineImage)"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"stop()"},{"p":"io.anyline2.view","c":"ScanView","l":"stop()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"stop()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"stop()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"strokeColor"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"strokeColor"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"strokeWidth"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"strokeWidth"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"subscribeToImageProvider(ImageProvider)","url":"subscribeToImageProvider(io.anyline2.image.ImageProvider)"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"subscribeToImageProvider(ImageProvider)","url":"subscribeToImageProvider(io.anyline2.image.ImageProvider)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"subscribeToNativeBarcodeProvider(NativeBarcodeProvider, List)","url":"subscribeToNativeBarcodeProvider(io.anyline2.image.NativeBarcodeProvider,java.util.List)"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"subscribeToNativeBarcodeProvider(NativeBarcodeProvider, List)","url":"subscribeToNativeBarcodeProvider(io.anyline2.image.NativeBarcodeProvider,java.util.List)"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"swigToEnum(int)"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"swigToEnum(int)"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"swigToEnum(int)"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"swigValue()"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"swigValue()"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"swigValue()"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"TIN"},{"p":"io.anyline2.legacy.products","c":"Product","l":"TIN"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"TIRE"},{"p":"io.anyline2.legacy.util","c":"ConstantUtil","l":"TIRE_MODULE_IDENTIFIER"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"TIRE_SIZE"},{"p":"io.anyline2.legacy.products","c":"Product","l":"TIRE_SIZE"},{"p":"io.anyline2.model","c":"ALSquare","l":"tl"},{"p":"io.anyline2.core","c":"Version","l":"toDefinite()"},{"p":"io.anyline2.plugin","c":"ScanPluginConfig","l":"toJsonObject()"},{"p":"io.anyline2.viewplugin","c":"ScanViewPluginConfig","l":"toJsonObject()"},{"p":"io.anyline2.legacy.trainer","c":"AssetContext","l":"toJSONObject()"},{"p":"io.anyline2.di.config","c":"PluginConfigProvider","l":"toJsonObject(PluginConfig)"},{"p":"io.anyline2.di.config","c":"PluginConfigProviderImpl","l":"toJsonObject(PluginConfig)"},{"p":"io.anyline2","c":"AppEnvironment","l":"toJsonString()"},{"p":"io.anyline2.view","c":"BrightnessHelper.BrightnessFeedback","l":"TOO_BRIGHT"},{"p":"io.anyline2.view","c":"BrightnessHelper.BrightnessFeedback","l":"TOO_DARK"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.CutoutAlignment","l":"Top"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"TOP"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"TOP_LEFT"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"TOP_RIGHT"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.CutoutAlignment","l":"TopHalf"},{"p":"io.anyline2.core","c":"Version","l":"toString()"},{"p":"io.anyline2.legacy","c":"Version","l":"toString()"},{"p":"io.anyline2.legacy.products","c":"Product","l":"toString()"},{"p":"io.anyline2.model","c":"ALSquare","l":"tr"},{"p":"io.anyline2.core","c":"trainer_utils","l":"trainer_utils()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"trainer_utilsJNI()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_anylineVersion_get(long, TrainerContext)","url":"TrainerContext_anylineVersion_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_anylineVersion_set(long, TrainerContext, long, Version)","url":"TrainerContext_anylineVersion_set(long,io.anyline2.core.TrainerContext,long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_apiKey_get(long, TrainerContext)","url":"TrainerContext_apiKey_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_apiKey_set(long, TrainerContext, String)","url":"TrainerContext_apiKey_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_apiUrl_get(long, TrainerContext)","url":"TrainerContext_apiUrl_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_apiUrl_set(long, TrainerContext, String)","url":"TrainerContext_apiUrl_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_assetID_get(long, TrainerContext)","url":"TrainerContext_assetID_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_assetID_set(long, TrainerContext, String)","url":"TrainerContext_assetID_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_assetVersion_get(long, TrainerContext)","url":"TrainerContext_assetVersion_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_assetVersion_set(long, TrainerContext, long, Version)","url":"TrainerContext_assetVersion_set(long,io.anyline2.core.TrainerContext,long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_authHeader_get(long, TrainerContext)","url":"TrainerContext_authHeader_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_authHeader_set(long, TrainerContext, String)","url":"TrainerContext_authHeader_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_configCacheDirectory_get(long, TrainerContext)","url":"TrainerContext_configCacheDirectory_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_configCacheDirectory_set(long, TrainerContext, String)","url":"TrainerContext_configCacheDirectory_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_productName_get(long, TrainerContext)","url":"TrainerContext_productName_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_productName_set(long, TrainerContext, String)","url":"TrainerContext_productName_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_projectID_get(long, TrainerContext)","url":"TrainerContext_projectID_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_projectID_set(long, TrainerContext, String)","url":"TrainerContext_projectID_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_stage_get(long, TrainerContext)","url":"TrainerContext_stage_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_stage_set(long, TrainerContext, String)","url":"TrainerContext_stage_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_tokenCacheDirectory_get(long, TrainerContext)","url":"TrainerContext_tokenCacheDirectory_get(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerContext_tokenCacheDirectory_set(long, TrainerContext, String)","url":"TrainerContext_tokenCacheDirectory_set(long,io.anyline2.core.TrainerContext,java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerContext","l":"TrainerContext()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_getAuthToken__SWIG_0(String)","url":"TrainerUtil_getAuthToken__SWIG_0(java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_getAuthToken__SWIG_1(long, TrainerContext)","url":"TrainerUtil_getAuthToken__SWIG_1(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_getProjectConfig__SWIG_0(String)","url":"TrainerUtil_getProjectConfig__SWIG_0(java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_getProjectConfig__SWIG_1(long, TrainerContext)","url":"TrainerUtil_getProjectConfig__SWIG_1(long,io.anyline2.core.TrainerContext)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_anylineVersion_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_apiKey_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_assetID_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_assetVersion_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_auth_header_default_value_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_auth_header_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_configCacheDirectory_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_configFileName_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_infoFileName_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_productName_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_projectID_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_stage_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_tokenCacheDirectory_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_tokenFileName_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_url_default_value_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_k_url_get()"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_parseContext(String)","url":"TrainerUtil_parseContext(java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_reportCorrectedResult__SWIG_0(String, String, String)","url":"TrainerUtil_reportCorrectedResult__SWIG_0(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"TrainerUtil_reportCorrectedResult__SWIG_1(long, TrainerContext, String, String)","url":"TrainerUtil_reportCorrectedResult__SWIG_1(long,io.anyline2.core.TrainerContext,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"TrainerUtil","l":"TrainerUtil()","url":"%3Cinit%3E()"},{"p":"io.anyline2","c":"TrainerUtilAdapter","l":"TrainerUtilAdapter()","url":"%3Cinit%3E()"},{"p":"io.anyline2.view","c":"AnylineFeedbackView","l":"translateX(float)"},{"p":"io.anyline2.view","c":"AnylineFeedbackView","l":"translateY(float)"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"TraverseMulti"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"TraverseSingle"},{"p":"io.anyline2.legacy.products","c":"Product","l":"UNIVERSAL_ID"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"unsubscribeFromImageProvider(ImageProvider)","url":"unsubscribeFromImageProvider(io.anyline2.image.ImageProvider)"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"unsubscribeFromImageProvider(ImageProvider)","url":"unsubscribeFromImageProvider(io.anyline2.image.ImageProvider)"},{"p":"io.anyline2.viewplugin","c":"ScanViewPlugin","l":"unsubscribeFromNativeBarcodeProvider(NativeBarcodeProvider)","url":"unsubscribeFromNativeBarcodeProvider(io.anyline2.image.NativeBarcodeProvider)"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"unsubscribeFromNativeBarcodeProvider(NativeBarcodeProvider)","url":"unsubscribeFromNativeBarcodeProvider(io.anyline2.image.NativeBarcodeProvider)"},{"p":"io.anyline2.core","c":"AssetService","l":"update()"},{"p":"io.anyline2.legacy.products","c":"AnylineUpdater","l":"update(Context, AssetContext, IAnylineUpdateDelegate, ScanController.PluginType)","url":"update(android.content.Context,io.anyline2.legacy.trainer.AssetContext,io.anyline2.legacy.products.IAnylineUpdateDelegate,io.anyline2.core.ScanController.PluginType)"},{"p":"io.anyline2.legacy.trainer","c":"AssetController","l":"updateAssets()"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"updateContours(Object, float, float, String, io.anyline.opencv.core.Rect, int, int, Rect)","url":"updateContours(java.lang.Object,float,float,java.lang.String,io.anyline.opencv.core.Rect,int,int,android.graphics.Rect)"},{"p":"io.anyline2.util","c":"JSUtil","l":"updateCutout(String, boolean)","url":"updateCutout(java.lang.String,boolean)"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"updateCutouts(String, boolean)","url":"updateCutouts(java.lang.String,boolean)"},{"p":"io.anyline2.view","c":"ScanView","l":"updateCutoutView(ScanViewPlugin)","url":"updateCutoutView(io.anyline2.viewplugin.ScanViewPlugin)"},{"p":"io.anyline2.util","c":"JSUtil","l":"updateDocumentColorsFeedback(ScanFeedbackConfig, String)","url":"updateDocumentColorsFeedback(io.anyline2.viewplugin.ScanFeedbackConfig,java.lang.String)"},{"p":"io.anyline2.util","c":"JSUtil","l":"updateFeedback(ArrayList, Context, String)","url":"updateFeedback(java.util.ArrayList,android.content.Context,java.lang.String)"},{"p":"io.anyline2.util","c":"JSUtil","l":"updateFeedbackShape(List, Context, String)","url":"updateFeedbackShape(java.util.List,android.content.Context,java.lang.String)"},{"p":"io.anyline2.view","c":"AnylineWebView","l":"updateShape(List, ALRect, float, String, int, int, Rect, float)","url":"updateShape(java.util.List,io.anyline2.model.ALRect,float,java.lang.String,int,int,android.graphics.Rect,float)"},{"p":"io.anyline2.core","c":"AppEnvironment","l":"uuid()"},{"p":"io.anyline2.core","c":"ScanController","l":"validateJson(String, String, String)","url":"validateJson(java.lang.String,java.lang.String,java.lang.String)"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.legacy.products","c":"Product","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.view","c":"BrightnessHelper.BrightnessFeedback","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.AnimationStyle","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.CutoutAlignment","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.ScanFeedbackStyle","l":"valueOf(String)","url":"valueOf(java.lang.String)"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"values()"},{"p":"io.anyline2.core","c":"ScanController.PluginType","l":"values()"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"values()"},{"p":"io.anyline2.legacy.products","c":"Product","l":"values()"},{"p":"io.anyline2.view","c":"BrightnessHelper.BrightnessFeedback","l":"values()"},{"p":"io.anyline2.view","c":"FlashConfig.FlashAlignment","l":"values()"},{"p":"io.anyline2.view","c":"FlashConfig.FlashMode","l":"values()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.AnimationStyle","l":"values()"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.CutoutAlignment","l":"values()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.FeedbackAnimationStyle","l":"values()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig.ScanFeedbackStyle","l":"values()"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_capacity(long, VectorOfChar)","url":"VectorOfChar_capacity(long,io.anyline2.core.VectorOfChar)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_clear(long, VectorOfChar)","url":"VectorOfChar_clear(long,io.anyline2.core.VectorOfChar)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_doAdd__SWIG_0(long, VectorOfChar, short)","url":"VectorOfChar_doAdd__SWIG_0(long,io.anyline2.core.VectorOfChar,short)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_doAdd__SWIG_1(long, VectorOfChar, int, short)","url":"VectorOfChar_doAdd__SWIG_1(long,io.anyline2.core.VectorOfChar,int,short)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_doGet(long, VectorOfChar, int)","url":"VectorOfChar_doGet(long,io.anyline2.core.VectorOfChar,int)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_doRemove(long, VectorOfChar, int)","url":"VectorOfChar_doRemove(long,io.anyline2.core.VectorOfChar,int)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_doRemoveRange(long, VectorOfChar, int, int)","url":"VectorOfChar_doRemoveRange(long,io.anyline2.core.VectorOfChar,int,int)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_doSet(long, VectorOfChar, int, short)","url":"VectorOfChar_doSet(long,io.anyline2.core.VectorOfChar,int,short)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_doSize(long, VectorOfChar)","url":"VectorOfChar_doSize(long,io.anyline2.core.VectorOfChar)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_isEmpty(long, VectorOfChar)","url":"VectorOfChar_isEmpty(long,io.anyline2.core.VectorOfChar)"},{"p":"io.anyline2.core","c":"anyline_imageJNI","l":"VectorOfChar_reserve(long, VectorOfChar, long)","url":"VectorOfChar_reserve(long,io.anyline2.core.VectorOfChar,long)"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"VectorOfChar()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"VectorOfChar(int, short)","url":"%3Cinit%3E(int,short)"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"VectorOfChar(Iterable)","url":"%3Cinit%3E(java.lang.Iterable)"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"VectorOfChar(short[])","url":"%3Cinit%3E(short[])"},{"p":"io.anyline2.core","c":"VectorOfChar","l":"VectorOfChar(VectorOfChar)","url":"%3Cinit%3E(io.anyline2.core.VectorOfChar)"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"VEHICLE_REGISTRATION_CERTIFICATE"},{"p":"io.anyline2.legacy.products","c":"Product","l":"VEHICLE_REGISTRATION_CERTIFICATE"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_compare(long, Version, long, Version)","url":"Version_compare(long,io.anyline2.core.Version,long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_getSuffixIteration(long, Version)","url":"Version_getSuffixIteration(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_isDefinite(long, Version)","url":"Version_isDefinite(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_isUndefined(long, Version)","url":"Version_isUndefined(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_major_get(long, Version)","url":"Version_major_get(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_major_set(long, Version, int)","url":"Version_major_set(long,io.anyline2.core.Version,int)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_minor_get(long, Version)","url":"Version_minor_get(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_minor_set(long, Version, int)","url":"Version_minor_set(long,io.anyline2.core.Version,int)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_patch_get(long, Version)","url":"Version_patch_get(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_patch_set(long, Version, int)","url":"Version_patch_set(long,io.anyline2.core.Version,int)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_suffix_get(long, Version)","url":"Version_suffix_get(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_suffix_set(long, Version, String)","url":"Version_suffix_set(long,io.anyline2.core.Version,java.lang.String)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_toDefinite(long, Version)","url":"Version_toDefinite(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"trainer_utilsJNI","l":"Version_toString(long, Version)","url":"Version_toString(long,io.anyline2.core.Version)"},{"p":"io.anyline2.core","c":"Version","l":"Version()","url":"%3Cinit%3E()"},{"p":"io.anyline2.legacy","c":"Version","l":"Version(Integer, Integer, Integer)","url":"%3Cinit%3E(java.lang.Integer,java.lang.Integer,java.lang.Integer)"},{"p":"io.anyline2.legacy","c":"Version","l":"Version(Integer, Integer)","url":"%3Cinit%3E(java.lang.Integer,java.lang.Integer)"},{"p":"io.anyline2.legacy","c":"Version","l":"Version(Integer)","url":"%3Cinit%3E(java.lang.Integer)"},{"p":"io.anyline2.core","c":"Version","l":"Version(String)","url":"%3Cinit%3E(java.lang.String)"},{"p":"io.anyline2.legacy.util","c":"VersionUtil","l":"VersionUtil()","url":"%3Cinit%3E()"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"vibrate()"},{"p":"io.anyline2.viewplugin","c":"ScanFeedbackConfig","l":"vibrateOnResult"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"ViewPluginBase()","url":"%3Cinit%3E()"},{"p":"io.anyline2.core","c":"ScanController.ResultType","l":"VIN"},{"p":"io.anyline2.legacy.products","c":"Product","l":"VIN"},{"p":"io.anyline2.plugin","c":"ScanPlugin","l":"visualFeedbackReceived"},{"p":"io.anyline2.viewplugin","c":"ViewPluginBase","l":"visualFeedbackReceived"},{"p":"io.anyline2.model","c":"ALRect","l":"w"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig","l":"width"},{"p":"io.anyline2.model","c":"ALPoint","l":"x"},{"p":"io.anyline2.model","c":"ALRect","l":"x"},{"p":"io.anyline2.model","c":"ALPoint","l":"y"},{"p":"io.anyline2.model","c":"ALRect","l":"y"},{"p":"io.anyline2.core","c":"AnylineImage.ColorFormat","l":"YUV"},{"p":"io.anyline2.viewplugin","c":"CutoutConfig.AnimationStyle","l":"Zoom"}] \ No newline at end of file diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/overview-tree.html b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/overview-tree.html index 5cd2a58be..c133522ef 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/overview-tree.html +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/overview-tree.html @@ -101,6 +101,7 @@

    Hierarchy For All Packages

  • io.anyline2.di.anylineupdater,
  • io.anyline2.di.assetcontroller,
  • io.anyline2.di.assetutil,
  • +
  • io.anyline2.di.config,
  • io.anyline2.di.context,
  • io.anyline2.di.plugintype,
  • io.anyline2.di.scancontroller,
  • @@ -204,6 +205,8 @@

    Class Hierarchy

  • io.anyline2.core.plugin_callback
  • io.anyline2.core.plugin_callbackJNI
  • io.anyline2.core.PluginCallback
  • +
  • io.anyline2.di.config.PluginConfigProvider.Factory
  • +
  • io.anyline2.di.config.PluginConfigProviderImpl (implements io.anyline2.di.config.PluginConfigProvider)
  • io.anyline2.di.plugintype.PluginTypeProvider.Factory
  • io.anyline2.di.plugintype.PluginTypeProviderImpl (implements io.anyline2.di.plugintype.PluginTypeProvider)
  • io.anyline2.core.public_license
  • @@ -306,6 +309,7 @@

    Interface Hierarchy

  • io.anyline2.image.NativeBarcodeProvider
  • io.anyline2.camera.NativeBarcodeResultListener
  • io.anyline2.Plugin
  • +
  • io.anyline2.di.config.PluginConfigProvider
  • io.anyline2.di.plugintype.PluginTypeProvider
  • io.anyline2.di.scancontroller.ScanControllerProvider
  • io.anyline2.view.UIChangeListener
  • diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/package-search-index.js b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/package-search-index.js index b0cddd283..db6951ed7 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/package-search-index.js +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/package-search-index.js @@ -1 +1 @@ -packageSearchIndex = [{"l":"All Packages","url":"allpackages-index.html"},{"l":"io.anyline2"},{"l":"io.anyline2.camera"},{"l":"io.anyline2.core"},{"l":"io.anyline2.di.anylineupdater"},{"l":"io.anyline2.di.assetcontroller"},{"l":"io.anyline2.di.assetutil"},{"l":"io.anyline2.di.context"},{"l":"io.anyline2.di.plugintype"},{"l":"io.anyline2.di.scancontroller"},{"l":"io.anyline2.image"},{"l":"io.anyline2.legacy"},{"l":"io.anyline2.legacy.products"},{"l":"io.anyline2.legacy.trainer"},{"l":"io.anyline2.legacy.util"},{"l":"io.anyline2.model"},{"l":"io.anyline2.plugin"},{"l":"io.anyline2.util"},{"l":"io.anyline2.view"},{"l":"io.anyline2.viewplugin"}] \ No newline at end of file +packageSearchIndex = [{"l":"All Packages","url":"allpackages-index.html"},{"l":"io.anyline2"},{"l":"io.anyline2.camera"},{"l":"io.anyline2.core"},{"l":"io.anyline2.di.anylineupdater"},{"l":"io.anyline2.di.assetcontroller"},{"l":"io.anyline2.di.assetutil"},{"l":"io.anyline2.di.config"},{"l":"io.anyline2.di.context"},{"l":"io.anyline2.di.plugintype"},{"l":"io.anyline2.di.scancontroller"},{"l":"io.anyline2.image"},{"l":"io.anyline2.legacy"},{"l":"io.anyline2.legacy.products"},{"l":"io.anyline2.legacy.trainer"},{"l":"io.anyline2.legacy.util"},{"l":"io.anyline2.model"},{"l":"io.anyline2.plugin"},{"l":"io.anyline2.util"},{"l":"io.anyline2.view"},{"l":"io.anyline2.viewplugin"}] \ No newline at end of file diff --git a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/type-search-index.js b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/type-search-index.js index bce26c76d..3655e2d05 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/type-search-index.js +++ b/BindingSource/AnylineXamarinSDK.Droid/Assets/tools/javadoc/type-search-index.js @@ -1 +1 @@ -typeSearchIndex = [{"p":"io.anyline2.model","l":"ALContourVector"},{"p":"io.anyline2.model","l":"ALGeometry"},{"l":"All Classes","url":"allclasses-index.html"},{"p":"io.anyline2.model","l":"ALPoint"},{"p":"io.anyline2.model","l":"ALRect"},{"p":"io.anyline2","l":"ALRectToROIMapper"},{"p":"io.anyline2.model","l":"ALSquare"},{"p":"io.anyline2.model","l":"ALSquareVector"},{"p":"io.anyline2.viewplugin","l":"CutoutConfig.AnimationStyle"},{"p":"io.anyline2.core","l":"anyline_core_customJNI"},{"p":"io.anyline2.core","l":"anyline_image"},{"p":"io.anyline2.core","l":"anyline_imageJNI"},{"p":"io.anyline2.view","l":"AnylineCutoutBase"},{"p":"io.anyline2.core","l":"AnylineException"},{"p":"io.anyline2.legacy","l":"AnylineException"},{"p":"io.anyline2.view","l":"AnylineFeedbackView"},{"p":"io.anyline2.core","l":"AnylineImage"},{"p":"io.anyline2.image","l":"AnylineImage"},{"p":"io.anyline2","l":"AnylineUpdater"},{"p":"io.anyline2.legacy.products","l":"AnylineUpdater"},{"p":"io.anyline2.di.anylineupdater","l":"AnylineUpdaterProvider"},{"p":"io.anyline2.view","l":"AnylineWebView"},{"p":"io.anyline2.legacy","l":"AnylineWorkerThreadPool"},{"p":"io.anyline2.core","l":"app_environment"},{"p":"io.anyline2.core","l":"app_environmentJNI"},{"p":"io.anyline2","l":"AppEnvironment"},{"p":"io.anyline2.core","l":"AppEnvironment"},{"p":"io.anyline2.core","l":"ArgumentException"},{"p":"io.anyline2.legacy","l":"ArgumentException"},{"p":"io.anyline2.core","l":"asset_delegate"},{"p":"io.anyline2.core","l":"asset_delegate_customJNI"},{"p":"io.anyline2.core","l":"asset_delegateJNI"},{"p":"io.anyline2.core","l":"asset_service"},{"p":"io.anyline2.core","l":"asset_serviceJNI"},{"p":"io.anyline2.legacy.trainer","l":"AssetContext"},{"p":"io.anyline2.legacy.trainer","l":"AssetController"},{"p":"io.anyline2.di.assetcontroller","l":"AssetControllerProvider"},{"p":"io.anyline2.di.assetcontroller","l":"AssetControllerProviderImpl"},{"p":"io.anyline2.core","l":"AssetDelegate"},{"p":"io.anyline2.core","l":"AssetService"},{"p":"io.anyline2","l":"AssetUtil"},{"p":"io.anyline2.legacy.util","l":"AssetUtil"},{"p":"io.anyline2","l":"AssetUtilImpl"},{"p":"io.anyline2.di.assetutil","l":"AssetUtilProvider"},{"p":"io.anyline2.view","l":"BrightnessHelper.BrightnessFeedback"},{"p":"io.anyline2.view","l":"BrightnessHelper"},{"p":"io.anyline2.view","l":"CameraConfig"},{"p":"io.anyline2.camera","l":"CameraView"},{"p":"io.anyline2.core","l":"AnylineImage.ColorFormat"},{"p":"io.anyline2.legacy.util","l":"ConstantUtil"},{"p":"io.anyline2.di.context","l":"ContextProvider"},{"p":"io.anyline2","l":"ContextUtils"},{"p":"io.anyline2","l":"CorrectedResultReporting"},{"p":"io.anyline2","l":"CorrectedResultReportingImpl"},{"p":"io.anyline2.viewplugin","l":"CutoutConfig.CutoutAlignment"},{"p":"io.anyline2.viewplugin","l":"CutoutConfig"},{"p":"io.anyline2.view","l":"CutoutRect"},{"p":"io.anyline2","l":"Event"},{"p":"io.anyline2.core","l":"exceptions"},{"p":"io.anyline2.core","l":"exceptionsJNI"},{"p":"io.anyline2.camera","l":"FaceDetector.FaceDetectionResultHandler"},{"p":"io.anyline2.camera","l":"FaceDetector"},{"p":"io.anyline2","l":"CorrectedResultReporting.Factory"},{"p":"io.anyline2.di.anylineupdater","l":"AnylineUpdaterProvider.Factory"},{"p":"io.anyline2.di.assetcontroller","l":"AssetControllerProvider.Factory"},{"p":"io.anyline2.di.assetutil","l":"AssetUtilProvider.Factory"},{"p":"io.anyline2.di.plugintype","l":"PluginTypeProvider.Factory"},{"p":"io.anyline2.di.scancontroller","l":"ScanControllerProvider.Factory"},{"p":"io.anyline2.image","l":"ImageProvider.Factory"},{"p":"io.anyline2.image","l":"NativeBarcodeProvider.Factory"},{"p":"io.anyline2.viewplugin","l":"ScanFeedbackConfig.FeedbackAnimationStyle"},{"p":"io.anyline2.image","l":"FileStorage"},{"p":"io.anyline2.image","l":"FileStorageImpl"},{"p":"io.anyline2.view","l":"FlashConfig.FlashAlignment"},{"p":"io.anyline2.view","l":"FlashConfig"},{"p":"io.anyline2.view","l":"FlashConfig.FlashMode"},{"p":"io.anyline2.view","l":"FlashView"},{"p":"io.anyline2.legacy.products","l":"IAnylineUpdateDelegate"},{"p":"io.anyline2.legacy.trainer","l":"IAssetDelegate"},{"p":"io.anyline2.image","l":"ImageProvider"},{"p":"io.anyline2.util","l":"JSUtil"},{"p":"io.anyline2.core","l":"LicenseException"},{"p":"io.anyline2","l":"Logger"},{"p":"io.anyline2","l":"Mapper"},{"p":"io.anyline2.camera","l":"NativeBarcodeDetector"},{"p":"io.anyline2.camera","l":"NativeBarcodeFormatToAnylineBarcodeFormatMapper"},{"p":"io.anyline2.image","l":"NativeBarcodeProvider"},{"p":"io.anyline2.camera","l":"NativeBarcodeResultListener"},{"p":"io.anyline2","l":"Plugin"},{"p":"io.anyline2.core","l":"plugin_callback"},{"p":"io.anyline2.core","l":"plugin_callbackJNI"},{"p":"io.anyline2.core","l":"PluginCallback"},{"p":"io.anyline2.core","l":"PluginException"},{"p":"io.anyline2.core","l":"ScanController.PluginType"},{"p":"io.anyline2.di.plugintype","l":"PluginTypeProvider"},{"p":"io.anyline2.di.plugintype","l":"PluginTypeProviderImpl"},{"p":"io.anyline2.legacy.products","l":"Product"},{"p":"io.anyline2.legacy.products","l":"ProductContext"},{"p":"io.anyline2.legacy.trainer","l":"ProjectContext"},{"p":"io.anyline2.core","l":"public_license"},{"p":"io.anyline2.core","l":"public_licenseJNI"},{"p":"io.anyline2.core","l":"PublicLicense"},{"p":"io.anyline2.core","l":"ScanController.ResultType"},{"p":"io.anyline2.core","l":"ROI"},{"p":"io.anyline2","l":"ROIToALRectMapper"},{"p":"io.anyline2.core","l":"scan_controller"},{"p":"io.anyline2.core","l":"scan_controllerJNI"},{"p":"io.anyline2.core","l":"ScanController"},{"p":"io.anyline2.di.scancontroller","l":"ScanControllerProvider"},{"p":"io.anyline2.di.scancontroller","l":"ScanControllerProviderImpl"},{"p":"io.anyline2.viewplugin","l":"ScanFeedbackConfig"},{"p":"io.anyline2.viewplugin","l":"ScanFeedbackConfig.ScanFeedbackStyle"},{"p":"io.anyline2.plugin","l":"ScanPlugin"},{"p":"io.anyline2.plugin","l":"ScanPluginConfig"},{"p":"io.anyline2.view","l":"ScanView"},{"p":"io.anyline2.view","l":"ScanViewConfig"},{"p":"io.anyline2.viewplugin","l":"ScanViewPlugin"},{"p":"io.anyline2.viewplugin","l":"ScanViewPluginConfig"},{"p":"io.anyline2.view","l":"ScanViewUtil"},{"p":"io.anyline2","l":"SharedPreferencesProvider"},{"p":"io.anyline2.core","l":"SWIGTYPE_p_Json__Value"},{"p":"io.anyline2.core","l":"SWIGTYPE_p_std__shared_ptrT_al__AssetDelegate_t"},{"p":"io.anyline2.core","l":"SWIGTYPE_p_std__vectorT_std__string_t"},{"p":"io.anyline2.core","l":"trainer_utils"},{"p":"io.anyline2.core","l":"trainer_utilsJNI"},{"p":"io.anyline2.core","l":"TrainerContext"},{"p":"io.anyline2.core","l":"TrainerUtil"},{"p":"io.anyline2","l":"TrainerUtilAdapter"},{"p":"io.anyline2.view","l":"UIChangeListener"},{"p":"io.anyline2.core","l":"VectorOfChar"},{"p":"io.anyline2.core","l":"Version"},{"p":"io.anyline2.legacy","l":"Version"},{"p":"io.anyline2.legacy.util","l":"VersionUtil"},{"p":"io.anyline2.viewplugin","l":"ViewPluginBase"}] \ No newline at end of file +typeSearchIndex = [{"p":"io.anyline2.model","l":"ALContourVector"},{"p":"io.anyline2.model","l":"ALGeometry"},{"l":"All Classes","url":"allclasses-index.html"},{"p":"io.anyline2.model","l":"ALPoint"},{"p":"io.anyline2.model","l":"ALRect"},{"p":"io.anyline2","l":"ALRectToROIMapper"},{"p":"io.anyline2.model","l":"ALSquare"},{"p":"io.anyline2.model","l":"ALSquareVector"},{"p":"io.anyline2.viewplugin","l":"CutoutConfig.AnimationStyle"},{"p":"io.anyline2.core","l":"anyline_core_customJNI"},{"p":"io.anyline2.core","l":"anyline_image"},{"p":"io.anyline2.core","l":"anyline_imageJNI"},{"p":"io.anyline2.view","l":"AnylineCutoutBase"},{"p":"io.anyline2.core","l":"AnylineException"},{"p":"io.anyline2.legacy","l":"AnylineException"},{"p":"io.anyline2.view","l":"AnylineFeedbackView"},{"p":"io.anyline2.core","l":"AnylineImage"},{"p":"io.anyline2.image","l":"AnylineImage"},{"p":"io.anyline2","l":"AnylineUpdater"},{"p":"io.anyline2.legacy.products","l":"AnylineUpdater"},{"p":"io.anyline2.di.anylineupdater","l":"AnylineUpdaterProvider"},{"p":"io.anyline2.view","l":"AnylineWebView"},{"p":"io.anyline2.legacy","l":"AnylineWorkerThreadPool"},{"p":"io.anyline2.core","l":"app_environment"},{"p":"io.anyline2.core","l":"app_environmentJNI"},{"p":"io.anyline2","l":"AppEnvironment"},{"p":"io.anyline2.core","l":"AppEnvironment"},{"p":"io.anyline2.core","l":"ArgumentException"},{"p":"io.anyline2.legacy","l":"ArgumentException"},{"p":"io.anyline2.core","l":"asset_delegate"},{"p":"io.anyline2.core","l":"asset_delegate_customJNI"},{"p":"io.anyline2.core","l":"asset_delegateJNI"},{"p":"io.anyline2.core","l":"asset_service"},{"p":"io.anyline2.core","l":"asset_serviceJNI"},{"p":"io.anyline2.legacy.trainer","l":"AssetContext"},{"p":"io.anyline2.legacy.trainer","l":"AssetController"},{"p":"io.anyline2.di.assetcontroller","l":"AssetControllerProvider"},{"p":"io.anyline2.di.assetcontroller","l":"AssetControllerProviderImpl"},{"p":"io.anyline2.core","l":"AssetDelegate"},{"p":"io.anyline2.core","l":"AssetService"},{"p":"io.anyline2","l":"AssetUtil"},{"p":"io.anyline2.legacy.util","l":"AssetUtil"},{"p":"io.anyline2","l":"AssetUtilImpl"},{"p":"io.anyline2.di.assetutil","l":"AssetUtilProvider"},{"p":"io.anyline2.view","l":"BrightnessHelper.BrightnessFeedback"},{"p":"io.anyline2.view","l":"BrightnessHelper"},{"p":"io.anyline2.view","l":"CameraConfig"},{"p":"io.anyline2.camera","l":"CameraView"},{"p":"io.anyline2.core","l":"AnylineImage.ColorFormat"},{"p":"io.anyline2.legacy.util","l":"ConstantUtil"},{"p":"io.anyline2.di.context","l":"ContextProvider"},{"p":"io.anyline2","l":"ContextUtils"},{"p":"io.anyline2","l":"CorrectedResultReporting"},{"p":"io.anyline2","l":"CorrectedResultReportingImpl"},{"p":"io.anyline2.viewplugin","l":"CutoutConfig.CutoutAlignment"},{"p":"io.anyline2.viewplugin","l":"CutoutConfig"},{"p":"io.anyline2.view","l":"CutoutRect"},{"p":"io.anyline2","l":"Event"},{"p":"io.anyline2.core","l":"exceptions"},{"p":"io.anyline2.core","l":"exceptionsJNI"},{"p":"io.anyline2.camera","l":"FaceDetector.FaceDetectionResultHandler"},{"p":"io.anyline2.camera","l":"FaceDetector"},{"p":"io.anyline2","l":"CorrectedResultReporting.Factory"},{"p":"io.anyline2.di.anylineupdater","l":"AnylineUpdaterProvider.Factory"},{"p":"io.anyline2.di.assetcontroller","l":"AssetControllerProvider.Factory"},{"p":"io.anyline2.di.assetutil","l":"AssetUtilProvider.Factory"},{"p":"io.anyline2.di.config","l":"PluginConfigProvider.Factory"},{"p":"io.anyline2.di.plugintype","l":"PluginTypeProvider.Factory"},{"p":"io.anyline2.di.scancontroller","l":"ScanControllerProvider.Factory"},{"p":"io.anyline2.image","l":"ImageProvider.Factory"},{"p":"io.anyline2.image","l":"NativeBarcodeProvider.Factory"},{"p":"io.anyline2.viewplugin","l":"ScanFeedbackConfig.FeedbackAnimationStyle"},{"p":"io.anyline2.image","l":"FileStorage"},{"p":"io.anyline2.image","l":"FileStorageImpl"},{"p":"io.anyline2.view","l":"FlashConfig.FlashAlignment"},{"p":"io.anyline2.view","l":"FlashConfig"},{"p":"io.anyline2.view","l":"FlashConfig.FlashMode"},{"p":"io.anyline2.view","l":"FlashView"},{"p":"io.anyline2.legacy.products","l":"IAnylineUpdateDelegate"},{"p":"io.anyline2.legacy.trainer","l":"IAssetDelegate"},{"p":"io.anyline2.image","l":"ImageProvider"},{"p":"io.anyline2.util","l":"JSUtil"},{"p":"io.anyline2.core","l":"LicenseException"},{"p":"io.anyline2","l":"Logger"},{"p":"io.anyline2","l":"Mapper"},{"p":"io.anyline2.camera","l":"NativeBarcodeDetector"},{"p":"io.anyline2.camera","l":"NativeBarcodeFormatToAnylineBarcodeFormatMapper"},{"p":"io.anyline2.image","l":"NativeBarcodeProvider"},{"p":"io.anyline2.camera","l":"NativeBarcodeResultListener"},{"p":"io.anyline2","l":"Plugin"},{"p":"io.anyline2.core","l":"plugin_callback"},{"p":"io.anyline2.core","l":"plugin_callbackJNI"},{"p":"io.anyline2.core","l":"PluginCallback"},{"p":"io.anyline2.di.config","l":"PluginConfigProvider"},{"p":"io.anyline2.di.config","l":"PluginConfigProviderImpl"},{"p":"io.anyline2.core","l":"PluginException"},{"p":"io.anyline2.core","l":"ScanController.PluginType"},{"p":"io.anyline2.di.plugintype","l":"PluginTypeProvider"},{"p":"io.anyline2.di.plugintype","l":"PluginTypeProviderImpl"},{"p":"io.anyline2.legacy.products","l":"Product"},{"p":"io.anyline2.legacy.products","l":"ProductContext"},{"p":"io.anyline2.legacy.trainer","l":"ProjectContext"},{"p":"io.anyline2.core","l":"public_license"},{"p":"io.anyline2.core","l":"public_licenseJNI"},{"p":"io.anyline2.core","l":"PublicLicense"},{"p":"io.anyline2.core","l":"ScanController.ResultType"},{"p":"io.anyline2.core","l":"ROI"},{"p":"io.anyline2","l":"ROIToALRectMapper"},{"p":"io.anyline2.core","l":"scan_controller"},{"p":"io.anyline2.core","l":"scan_controllerJNI"},{"p":"io.anyline2.core","l":"ScanController"},{"p":"io.anyline2.di.scancontroller","l":"ScanControllerProvider"},{"p":"io.anyline2.di.scancontroller","l":"ScanControllerProviderImpl"},{"p":"io.anyline2.viewplugin","l":"ScanFeedbackConfig"},{"p":"io.anyline2.viewplugin","l":"ScanFeedbackConfig.ScanFeedbackStyle"},{"p":"io.anyline2.plugin","l":"ScanPlugin"},{"p":"io.anyline2.plugin","l":"ScanPluginConfig"},{"p":"io.anyline2.view","l":"ScanView"},{"p":"io.anyline2.view","l":"ScanViewConfig"},{"p":"io.anyline2.viewplugin","l":"ScanViewPlugin"},{"p":"io.anyline2.viewplugin","l":"ScanViewPluginConfig"},{"p":"io.anyline2.view","l":"ScanViewUtil"},{"p":"io.anyline2","l":"SharedPreferencesProvider"},{"p":"io.anyline2.core","l":"SWIGTYPE_p_Json__Value"},{"p":"io.anyline2.core","l":"SWIGTYPE_p_std__shared_ptrT_al__AssetDelegate_t"},{"p":"io.anyline2.core","l":"SWIGTYPE_p_std__vectorT_std__string_t"},{"p":"io.anyline2.core","l":"trainer_utils"},{"p":"io.anyline2.core","l":"trainer_utilsJNI"},{"p":"io.anyline2.core","l":"TrainerContext"},{"p":"io.anyline2.core","l":"TrainerUtil"},{"p":"io.anyline2","l":"TrainerUtilAdapter"},{"p":"io.anyline2.view","l":"UIChangeListener"},{"p":"io.anyline2.core","l":"VectorOfChar"},{"p":"io.anyline2.core","l":"Version"},{"p":"io.anyline2.legacy","l":"Version"},{"p":"io.anyline2.legacy.util","l":"VersionUtil"},{"p":"io.anyline2.viewplugin","l":"ViewPluginBase"}] \ No newline at end of file diff --git a/BindingSource/AnylineXamarinSDK.Droid/Jars/anylinesdk.aar b/BindingSource/AnylineXamarinSDK.Droid/Jars/anylinesdk.aar index d085707c6..2dbe48b66 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Jars/anylinesdk.aar +++ b/BindingSource/AnylineXamarinSDK.Droid/Jars/anylinesdk.aar @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:84dbf826cff1c6d79ea770376630a77e61c181aa7e668d3ccd265c80cfa05443 -size 102186954 +oid sha256:3df6596a5c8a75330edd4f88661ecd968b64f59a2bad526b063bdf541b884d05 +size 102933865 diff --git a/BindingSource/AnylineXamarinSDK.Droid/Properties/AssemblyInfo.cs b/BindingSource/AnylineXamarinSDK.Droid/Properties/AssemblyInfo.cs index fb7989db3..b9762e1d4 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Properties/AssemblyInfo.cs +++ b/BindingSource/AnylineXamarinSDK.Droid/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Anyline")] [assembly: AssemblyProduct("AnylineXamarinSDK.Droid")] -[assembly: AssemblyCopyright("Copyright © 2022 Anyline GmbH")] +[assembly: AssemblyCopyright("Copyright © 2023 Anyline GmbH")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] @@ -23,7 +23,7 @@ // Build Number // Revision // -[assembly: AssemblyVersion("49.0.0")] +[assembly: AssemblyVersion("50.0.3")] //[assembly: AssemblyFileVersion("24.1.0.0")] //[assembly: AssemblyInformationalVersion("43.0.0-preview.1")] diff --git a/BindingSource/AnylineXamarinSDK.Droid/Transforms/EnumFields.xml b/BindingSource/AnylineXamarinSDK.Droid/Transforms/EnumFields.xml deleted file mode 100644 index ea1bcc4dc..000000000 --- a/BindingSource/AnylineXamarinSDK.Droid/Transforms/EnumFields.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - \ No newline at end of file diff --git a/BindingSource/AnylineXamarinSDK.Droid/Transforms/EnumMethods.xml b/BindingSource/AnylineXamarinSDK.Droid/Transforms/EnumMethods.xml deleted file mode 100644 index 7d1603de0..000000000 --- a/BindingSource/AnylineXamarinSDK.Droid/Transforms/EnumMethods.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - \ No newline at end of file diff --git a/BindingSource/AnylineXamarinSDK.Droid/Transforms/Metadata.xml b/BindingSource/AnylineXamarinSDK.Droid/Transforms/Metadata.xml index 96857a26c..6f8674861 100644 --- a/BindingSource/AnylineXamarinSDK.Droid/Transforms/Metadata.xml +++ b/BindingSource/AnylineXamarinSDK.Droid/Transforms/Metadata.xml @@ -19,26 +19,12 @@ --> - - - - - - - - - - - - - - @@ -49,22 +35,13 @@ - + + - - - - - - - - - - @@ -88,7 +65,6 @@ - @@ -109,139 +85,27 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public - - - - - - - - - - - - - - - - - - - - - - + - - - - protected - protected - protected - protected - - protected - - Java.Lang.Object - --> - - IDFieldScanOption - public - - -
    \ No newline at end of file diff --git a/BindingSource/AnylineXamarinSDK.iOS/Anyline.a b/BindingSource/AnylineXamarinSDK.iOS/Anyline.a index 282639dfa..b08de98a0 100755 --- a/BindingSource/AnylineXamarinSDK.iOS/Anyline.a +++ b/BindingSource/AnylineXamarinSDK.iOS/Anyline.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d2b3eef180c112552ab6dc232616d47240ceab4703eb5ca6c48611199f724c2 -size 48800928 +oid sha256:e42b11a712f0f1756dfb3576bf1b2e247fee0723b699afee4715406097be9ac0 +size 49311248 diff --git a/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Anyline b/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Anyline index 282639dfa..b08de98a0 100755 --- a/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Anyline +++ b/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Anyline @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d2b3eef180c112552ab6dc232616d47240ceab4703eb5ca6c48611199f724c2 -size 48800928 +oid sha256:e42b11a712f0f1756dfb3576bf1b2e247fee0723b699afee4715406097be9ac0 +size 49311248 diff --git a/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/ALPluginConfig.h b/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/ALPluginConfig.h index c4964b9fe..5e01aad79 100644 --- a/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/ALPluginConfig.h +++ b/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/ALPluginConfig.h @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9a88729d0e4c3d9b78b228ae3c8b64e0763019e0d470cef29d6487e38767bff -size 36843 +oid sha256:126ded44badf5e22aae1a191c3c1c61f7d117d82f8f95a9829f352ee945f8522 +size 37438 diff --git a/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/ALScanPlugin.h b/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/ALScanPlugin.h index 2c137efc6..f13988cc4 100644 --- a/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/ALScanPlugin.h +++ b/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/ALScanPlugin.h @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f8f83469598310ee4dd25202b29879de54905590467e7d4c57764704991b99b -size 3710 +oid sha256:0da6dc4994b703014253017218d02a19d626e20310661f2541e730a3294e1060 +size 3678 diff --git a/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/ALScanPluginConfig.h b/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/ALScanPluginConfig.h deleted file mode 100644 index babbeb300..000000000 --- a/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/ALScanPluginConfig.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10f8597ee56a69abd4d3640d18ea53c30fe051bcf0638b81d998660f58b44c44 -size 1975 diff --git a/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/ALScanViewPluginConfig.h b/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/ALScanViewPluginConfig.h index 73124adc5..443455fb0 100644 --- a/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/ALScanViewPluginConfig.h +++ b/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/ALScanViewPluginConfig.h @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25176a9ed007668960ce3d82f9f008dd35ca6d7b2dc72197f50e2847e68a1938 -size 3967 +oid sha256:eb0b5ac148990f4c0e68a61b7aa384b4765524dd2e84c6016ef6bdd119a48666 +size 3824 diff --git a/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/Anyline.h b/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/Anyline.h index 7e397f138..c9c41e411 100644 --- a/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/Anyline.h +++ b/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Headers/Anyline.h @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e8fd540d4836dca8140aa2ba3a43a8a2ebdfe37ba6a2f7d348b3a901525592b3 -size 838 +oid sha256:24e8fb2ecbb174cf71c2e5831fc01dad3eb1d5afe345fd6b80b42230bb140462 +size 807 diff --git a/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Info.plist b/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Info.plist index 0ab311c9c..690fc11f8 100644 --- a/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Info.plist +++ b/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Info.plist @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7681ed30f347219456ee974f9ece4c646e1e11175282c72ca3c3541525e995aa +oid sha256:b9493750a47b426c4b2a60bb6637ff6f87ec483662fc24830d3e1b86af28aa30 size 820 diff --git a/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/_CodeSignature/CodeResources b/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/_CodeSignature/CodeResources index 50364d492..0abac3c13 100644 --- a/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/_CodeSignature/CodeResources +++ b/BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/_CodeSignature/CodeResources @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1effb885eae75b7c5cbb3d25c645627b532f5009c71db75542c7ae31b257a7c4 -size 10054 +oid sha256:96daece431e31a6b6c8580ebb2d2308b8c29d12cb28c90d1b43a9b4fb40e6360 +size 9812 diff --git a/BindingSource/AnylineXamarinSDK.iOS/ApiDefinition.cs b/BindingSource/AnylineXamarinSDK.iOS/ApiDefinition.cs index 21860a9fc..ae3846b0f 100644 --- a/BindingSource/AnylineXamarinSDK.iOS/ApiDefinition.cs +++ b/BindingSource/AnylineXamarinSDK.iOS/ApiDefinition.cs @@ -468,6 +468,41 @@ interface ALContainerConfigScanMode [Export ("vertical")] ALContainerConfigScanMode Vertical { get; } } + + // @interface ALMrzScanOption : NSObject + [BaseType (typeof(NSObject))] + interface ALMrzScanOption + { + // @property (readonly, copy, nonatomic) NSString * _Nonnull value; + [Export ("value")] + string Value { get; } + + // +(instancetype _Nullable)withValue:(NSString * _Nonnull)value; + [Static] + [Export ("withValue:")] + [return: NullAllowed] + ALMrzScanOption WithValue (string value); + + // +(ALMrzScanOption * _Nonnull)disabled; + [Static] + [Export ("disabled")] + ALMrzScanOption Disabled { get; } + + // +(ALMrzScanOption * _Nonnull)mandatory; + [Static] + [Export ("mandatory")] + ALMrzScanOption Mandatory { get; } + + // +(ALMrzScanOption * _Nonnull)mrzScanOptionDefault; + [Static] + [Export ("mrzScanOptionDefault")] + ALMrzScanOption MrzScanOptionDefault { get; } + + // +(ALMrzScanOption * _Nonnull)optional; + [Static] + [Export ("optional")] + ALMrzScanOption Optional { get; } + } // @interface ALLicensePlateConfigScanMode : NSObject [BaseType (typeof(NSObject))] @@ -774,41 +809,6 @@ interface ALMeterConfigScanMode ALMeterConfigScanMode MultiFieldDigitalMeter { get; } } - // @interface ALMrzScanOption : NSObject - [BaseType (typeof(NSObject))] - interface ALMrzScanOption - { - // @property (readonly, copy, nonatomic) NSString * _Nonnull value; - [Export ("value")] - string Value { get; } - - // +(instancetype _Nullable)withValue:(NSString * _Nonnull)value; - [Static] - [Export ("withValue:")] - [return: NullAllowed] - ALMrzScanOption WithValue (string value); - - // +(ALMrzScanOption * _Nonnull)disabled; - [Static] - [Export ("disabled")] - ALMrzScanOption Disabled { get; } - - // +(ALMrzScanOption * _Nonnull)mandatory; - [Static] - [Export ("mandatory")] - ALMrzScanOption Mandatory { get; } - - // +(ALMrzScanOption * _Nonnull)mrzScanOptionDefault; - [Static] - [Export ("mrzScanOptionDefault")] - ALMrzScanOption MrzScanOptionDefault { get; } - - // +(ALMrzScanOption * _Nonnull)optional; - [Static] - [Export ("optional")] - ALMrzScanOption Optional { get; } - } - // @interface ALOcrConfigScanMode : NSObject [BaseType (typeof(NSObject))] interface ALOcrConfigScanMode @@ -938,6 +938,10 @@ interface ALPluginConfig [NullAllowed, Export ("ocrConfig", ArgumentSemantic.Strong)] ALOcrConfig OcrConfig { get; set; } + // @property (nonatomic, strong) ALOdometerConfig * _Nullable odometerConfig; + [NullAllowed, Export ("odometerConfig", ArgumentSemantic.Strong)] + ALOdometerConfig OdometerConfig { get; set; } + // @property (nonatomic, strong) NSNumber * _Nullable startScanDelay; [NullAllowed, Export ("startScanDelay", ArgumentSemantic.Strong)] NSNumber StartScanDelay { get; set; } @@ -1081,9 +1085,9 @@ interface ALJapaneseLandingPermissionConfigFieldOption [NullAllowed, Export ("minConfidence", ArgumentSemantic.Strong)] NSNumber MinConfidence { get; set; } - // @property (nonatomic, strong) NSNumber * _Nullable scanOption; - [NullAllowed, Export ("scanOption", ArgumentSemantic.Strong)] - NSNumber ScanOption { get; set; } + // @property (assign, nonatomic) ALMrzScanOption * _Nullable scanOption; + [NullAllowed, Export ("scanOption", ArgumentSemantic.Assign)] + ALMrzScanOption ScanOption { get; set; } } // @interface ALLicensePlateConfig : NSObject @@ -1118,6 +1122,10 @@ interface ALMeterConfig // @property (assign, nonatomic) ALMeterConfigScanMode * _Nonnull scanMode; [Export ("scanMode", ArgumentSemantic.Assign)] ALMeterConfigScanMode ScanMode { get; set; } + + // @property (copy, nonatomic) NSString * _Nullable validationRegex; + [NullAllowed, Export ("validationRegex")] + string ValidationRegex { get; set; } } // @interface ALMrzConfig : NSObject @@ -1128,6 +1136,10 @@ interface ALMrzConfig [Export ("isCropAndTransformID")] bool IsCropAndTransformID { get; set; } + // @property (nonatomic, strong) NSNumber * _Nullable faceDetectionEnabled; + [NullAllowed, Export ("faceDetectionEnabled", ArgumentSemantic.Strong)] + NSNumber FaceDetectionEnabled { get; set; } + // @property (nonatomic, strong) NSNumber * _Nullable minConfidence; [NullAllowed, Export ("minConfidence", ArgumentSemantic.Strong)] NSNumber MinConfidence { get; set; } @@ -1396,6 +1408,19 @@ interface ALOcrConfig string ValidationRegex { get; set; } } + // @interface ALOdometerConfig : NSObject + [BaseType (typeof(NSObject))] + interface ALOdometerConfig + { + // @property (nonatomic, strong) NSNumber * _Nullable minConfidence; + [NullAllowed, Export ("minConfidence", ArgumentSemantic.Strong)] + NSNumber MinConfidence { get; set; } + + // @property (copy, nonatomic) NSString * _Nullable validationRegex; + [NullAllowed, Export ("validationRegex")] + string ValidationRegex { get; set; } + } + // @interface ALStartVariable : NSObject [BaseType (typeof(NSObject))] interface ALStartVariable @@ -1484,6 +1509,10 @@ interface ALUniversalIDConfig [NullAllowed, Export ("drivingLicense", ArgumentSemantic.Strong)] ALLayoutDrivingLicense DrivingLicense { get; set; } + // @property (nonatomic, strong) NSNumber * _Nullable faceDetectionEnabled; + [NullAllowed, Export ("faceDetectionEnabled", ArgumentSemantic.Strong)] + NSNumber FaceDetectionEnabled { get; set; } + // @property (nonatomic, strong) ALLayoutIDFront * _Nullable theIDFront; [NullAllowed, Export ("theIDFront", ArgumentSemantic.Strong)] ALLayoutIDFront TheIDFront { get; set; } @@ -1695,9 +1724,9 @@ interface ALUniversalIDField [NullAllowed, Export ("minConfidence", ArgumentSemantic.Strong)] NSNumber MinConfidence { get; set; } - // @property (nonatomic, strong) NSNumber * _Nullable scanOption; - [NullAllowed, Export ("scanOption", ArgumentSemantic.Strong)] - NSNumber ScanOption { get; set; } + // @property (assign, nonatomic) ALMrzScanOption * _Nullable scanOption; + [NullAllowed, Export ("scanOption", ArgumentSemantic.Assign)] + ALMrzScanOption ScanOption { get; set; } } // @interface ALLayoutInsuranceCard : NSObject @@ -1997,9 +2026,9 @@ interface ALVehicleRegistrationCertificateField [NullAllowed, Export ("minConfidence", ArgumentSemantic.Strong)] NSNumber MinConfidence { get; set; } - // @property (nonatomic, strong) NSNumber * _Nullable scanOption; - [NullAllowed, Export ("scanOption", ArgumentSemantic.Strong)] - NSNumber ScanOption { get; set; } + // @property (assign, nonatomic) ALMrzScanOption * _Nullable scanOption; + [NullAllowed, Export ("scanOption", ArgumentSemantic.Assign)] + ALMrzScanOption ScanOption { get; set; } } // @interface ALVinConfig : NSObject @@ -2374,6 +2403,10 @@ interface ALPluginResult [NullAllowed, Export ("ocrResult", ArgumentSemantic.Strong)] ALOcrResult OcrResult { get; set; } + // @property (nonatomic, strong) ALOdometerResult * _Nullable odometerResult; + [NullAllowed, Export ("odometerResult", ArgumentSemantic.Strong)] + ALOdometerResult OdometerResult { get; set; } + // @property (copy, nonatomic) NSString * _Nonnull pluginID; [Export ("pluginID")] string PluginID { get; set; } @@ -2944,6 +2977,15 @@ interface ALOcrResult string Text { get; set; } } + // @interface ALOdometerResult : NSObject + [BaseType (typeof(NSObject))] + interface ALOdometerResult + { + // @property (copy, nonatomic) NSString * _Nonnull value; + [Export ("value")] + string Value { get; set; } + } + // @interface ALTinResult : NSObject [BaseType (typeof(NSObject))] interface ALTinResult @@ -3743,46 +3785,6 @@ interface ALPluginResult_ALExtras : ALJSONStringRepresentable // NSDictionary[] FieldList { get; } } - // @interface ALScanPluginConfig : NSObject - [BaseType (typeof(NSObject))] - interface ALScanPluginConfig : ALJSONStringRepresentable - { - // @property (readonly, copy, nonatomic) NSString * _Nonnull pluginID; - [Export ("pluginID")] - string PluginID { get; } - - // @property (readonly, nonatomic) NSInteger startScanDelay; - [Export ("startScanDelay")] - nint StartScanDelay { get; } - - // @property (readonly, nonatomic) BOOL cancelOnResult; - [Export ("cancelOnResult")] - bool CancelOnResult { get; } - - // @property (readonly, nonatomic) ALPluginConfig * _Nonnull pluginConfig; - [Export ("pluginConfig")] - ALPluginConfig PluginConfig { get; } - - // -(id _Nonnull)initWithPluginConfig:(ALPluginConfig * _Nonnull)pluginConfig; - [Export ("initWithPluginConfig:")] - IntPtr Constructor (ALPluginConfig pluginConfig); - - // -(id _Nullable)initWithJSONDictionary:(NSDictionary * _Nonnull)JSONDictionary error:(NSError * _Nullable * _Nullable)error; - [Export ("initWithJSONDictionary:error:")] - IntPtr Constructor (NSDictionary JSONDictionary, [NullAllowed] out NSError error); - - // +(ALScanPluginConfig * _Nonnull)withPluginConfig:(ALPluginConfig * _Nonnull)pluginConfig; - [Static] - [Export ("withPluginConfig:")] - ALScanPluginConfig WithPluginConfig (ALPluginConfig pluginConfig); - - // +(ALScanPluginConfig * _Nullable)withJSONDictionary:(NSDictionary * _Nonnull)JSONDictionary; - [Static] - [Export ("withJSONDictionary:")] - [return: NullAllowed] - ALScanPluginConfig WithJSONDictionary (NSDictionary JSONDictionary); - } - // @interface ALScanPlugin : NSObject [BaseType (typeof(NSObject))] interface ALScanPlugin @@ -3799,9 +3801,9 @@ interface ALScanPlugin [Export ("assetController", ArgumentSemantic.Strong)] ALAssetController AssetController { get; set; } - // @property (readonly, nonatomic, strong) ALScanPluginConfig * _Nonnull scanPluginConfig; - [Export ("scanPluginConfig", ArgumentSemantic.Strong)] - ALScanPluginConfig ScanPluginConfig { get; } + // @property (readonly, nonatomic, strong) ALPluginConfig * _Nonnull pluginConfig; + [Export ("pluginConfig", ArgumentSemantic.Strong)] + ALPluginConfig PluginConfig { get; } // @property (readonly, nonatomic) NSString * _Nonnull pluginID; [Export ("pluginID")] @@ -3819,9 +3821,9 @@ interface ALScanPlugin [Export ("ROI", ArgumentSemantic.Assign)] CGRect ROI { get; set; } - // -(id _Nullable)initWithConfig:(ALScanPluginConfig * _Nonnull)scanPluginConfig error:(NSError * _Nullable * _Nullable)error; + // -(id _Nullable)initWithConfig:(ALPluginConfig * _Nonnull)pluginConfig error:(NSError * _Nullable * _Nullable)error; [Export ("initWithConfig:error:")] - IntPtr Constructor (ALScanPluginConfig scanPluginConfig, [NullAllowed] out NSError error); + IntPtr Constructor (ALPluginConfig pluginConfig, [NullAllowed] out NSError error); // -(id _Nullable)initWithJSONDictionary:(NSDictionary * _Nonnull)jsonConfig error:(NSError * _Nullable * _Nullable)error; [Export ("initWithJSONDictionary:error:")] @@ -4174,34 +4176,34 @@ interface ALScanViewPluginConfig : ALJSONStringRepresentable [Export ("scanFeedbackConfig")] ALScanFeedbackConfig ScanFeedbackConfig { get; } - // @property (readonly, nonatomic) ALScanPluginConfig * _Nonnull scanPluginConfig; - [Export ("scanPluginConfig")] - ALScanPluginConfig ScanPluginConfig { get; } + // @property (readonly, nonatomic) ALPluginConfig * _Nonnull pluginConfig; + [Export ("pluginConfig")] + ALPluginConfig PluginConfig { get; } - // -(instancetype _Nullable)initWithScanPluginConfig:(ALScanPluginConfig * _Nonnull)scanPluginConfig cutoutConfig:(ALCutoutConfig * _Nullable)cutoutConfig scanFeedbackConfig:(ALScanFeedbackConfig * _Nullable)scanFeedbackConfig error:(NSError * _Nullable * _Nullable)error __attribute__((objc_designated_initializer)); - [Export ("initWithScanPluginConfig:cutoutConfig:scanFeedbackConfig:error:")] + // -(instancetype _Nullable)initWithPluginConfig:(ALPluginConfig * _Nonnull)pluginConfig cutoutConfig:(ALCutoutConfig * _Nullable)cutoutConfig scanFeedbackConfig:(ALScanFeedbackConfig * _Nullable)scanFeedbackConfig error:(NSError * _Nullable * _Nullable)error __attribute__((objc_designated_initializer)); + [Export ("initWithPluginConfig:cutoutConfig:scanFeedbackConfig:error:")] [DesignatedInitializer] - IntPtr Constructor (ALScanPluginConfig scanPluginConfig, [NullAllowed] ALCutoutConfig cutoutConfig, [NullAllowed] ALScanFeedbackConfig scanFeedbackConfig, [NullAllowed] out NSError error); + IntPtr Constructor (ALPluginConfig pluginConfig, [NullAllowed] ALCutoutConfig cutoutConfig, [NullAllowed] ALScanFeedbackConfig scanFeedbackConfig, [NullAllowed] out NSError error); - // -(instancetype _Nullable)initWithScanPluginConfig:(ALScanPluginConfig * _Nonnull)scanPluginConfig error:(NSError * _Nullable * _Nullable)error; - [Export ("initWithScanPluginConfig:error:")] - IntPtr Constructor (ALScanPluginConfig scanPluginConfig, [NullAllowed] out NSError error); + // -(instancetype _Nullable)initWithPluginConfig:(ALPluginConfig * _Nonnull)pluginConfig error:(NSError * _Nullable * _Nullable)error; + [Export ("initWithPluginConfig:error:")] + IntPtr Constructor (ALPluginConfig pluginConfig, [NullAllowed] out NSError error); // -(instancetype _Nullable)initWithJSONDictionary:(NSDictionary * _Nonnull)JSONDictionary error:(NSError * _Nullable * _Nullable)error; [Export ("initWithJSONDictionary:error:")] IntPtr Constructor (NSDictionary JSONDictionary, [NullAllowed] out NSError error); - // +(ALScanViewPluginConfig * _Nullable)withScanPluginConfig:(ALScanPluginConfig * _Nonnull)scanPluginConfig cutoutConfig:(ALCutoutConfig * _Nullable)cutoutConfig scanFeedbackConfig:(ALScanFeedbackConfig * _Nullable)scanFeedbackConfig; + // +(ALScanViewPluginConfig * _Nullable)withPluginConfig:(ALPluginConfig * _Nonnull)pluginConfig cutoutConfig:(ALCutoutConfig * _Nullable)cutoutConfig scanFeedbackConfig:(ALScanFeedbackConfig * _Nullable)scanFeedbackConfig; [Static] - [Export ("withScanPluginConfig:cutoutConfig:scanFeedbackConfig:")] + [Export ("withPluginConfig:cutoutConfig:scanFeedbackConfig:")] [return: NullAllowed] - ALScanViewPluginConfig WithScanPluginConfig (ALScanPluginConfig scanPluginConfig, [NullAllowed] ALCutoutConfig cutoutConfig, [NullAllowed] ALScanFeedbackConfig scanFeedbackConfig); + ALScanViewPluginConfig WithPluginConfig (ALPluginConfig pluginConfig, [NullAllowed] ALCutoutConfig cutoutConfig, [NullAllowed] ALScanFeedbackConfig scanFeedbackConfig); - // +(ALScanViewPluginConfig * _Nullable)withScanPluginConfig:(ALScanPluginConfig * _Nonnull)scanPluginConfig; + // +(ALScanViewPluginConfig * _Nullable)withPluginConfig:(ALPluginConfig * _Nonnull)pluginConfig; [Static] - [Export ("withScanPluginConfig:")] + [Export ("withPluginConfig:")] [return: NullAllowed] - ALScanViewPluginConfig WithScanPluginConfig (ALScanPluginConfig scanPluginConfig); + ALScanViewPluginConfig WithPluginConfig (ALPluginConfig pluginConfig); // +(instancetype _Nullable)withJSONDictionary:(NSDictionary * _Nonnull)JSONDictionary; [Static] @@ -4272,6 +4274,7 @@ interface ALScanViewPluginDelegate // @optional -(void)scanViewPlugin:(ALScanViewPlugin * _Nonnull)scanViewPlugin visualFeedbackReceived:(ALEvent * _Nonnull)event; [Export ("scanViewPlugin:visualFeedbackReceived:")] void VisualFeedbackReceived (ALScanViewPlugin scanViewPlugin, ALEvent @event); + // @optional -(void)scanViewPluginResultBeepTriggered:(ALScanViewPlugin * _Nonnull)scanViewPlugin; [Export ("scanViewPluginResultBeepTriggered:")] void ScanViewPluginResultBeepTriggered (ALScanViewPlugin scanViewPlugin); @@ -4845,10 +4848,6 @@ interface ALNFCDetector [Export ("readingAvailable")] bool ReadingAvailable { get; } - // -(instancetype _Nullable)initWithDelegate:(id _Nonnull)delegate licenseUtil:(ALLicenseUtil * _Nonnull)licenseUtil error:(NSError * _Nullable * _Nullable)error; - [Export ("initWithDelegate:licenseUtil:error:")] - IntPtr Constructor (NSObject @delegate, ALLicenseUtil licenseUtil, [NullAllowed] out NSError error); - // -(instancetype _Nullable)initWithDelegate:(id _Nonnull)delegate error:(NSError * _Nullable * _Nullable)error; [Export ("initWithDelegate:error:")] IntPtr Constructor (NSObject @delegate, [NullAllowed] out NSError error); @@ -5090,7 +5089,7 @@ interface ALAssetUpdateManager // -(void)addUpdateTask:(ALAssetContext * _Nonnull)assetContext delegate:(id _Nonnull)delegate; [Export ("addUpdateTask:delegate:")] - void AddUpdateTask (ALAssetContext assetContext, ALAssetUpdateDelegate @delegate); + void AddUpdateTask (ALAssetContext assetContext, NSObject @delegate); // -(ALAssetUpdateTask * _Nullable)assetUpdateTaskWithID:(NSString * _Nonnull)id; [Export ("assetUpdateTaskWithID:")] @@ -5213,7 +5212,7 @@ interface ALAssetController // -(instancetype _Nonnull)initWithContext:(ALAssetContext * _Nonnull)context delegate:(NSObject * _Nonnull)delegate; [Export ("initWithContext:delegate:")] - IntPtr Constructor (ALAssetContext context, ALAssetDelegate @delegate); + IntPtr Constructor (ALAssetContext context, NSObject @delegate); // -(instancetype _Nonnull)initWithContext:(ALAssetContext * _Nonnull)context; [Export ("initWithContext:")] @@ -5245,7 +5244,7 @@ interface ALAssetController // -(void)setupAssetUpdateWithContext:(ALAssetContext * _Nonnull)context delegate:(NSObject * _Nullable)delegate; [Export ("setupAssetUpdateWithContext:delegate:")] - void SetupAssetUpdateWithContext (ALAssetContext context, [NullAllowed] ALAssetDelegate @delegate); + void SetupAssetUpdateWithContext (ALAssetContext context, [NullAllowed] NSObject @delegate); // -(BOOL)isActive; [Export ("isActive")] diff --git a/BindingSource/AnylineXamarinSDK.iOS/Properties/AssemblyInfo.cs b/BindingSource/AnylineXamarinSDK.iOS/Properties/AssemblyInfo.cs index 0d511bdd5..802002e21 100644 --- a/BindingSource/AnylineXamarinSDK.iOS/Properties/AssemblyInfo.cs +++ b/BindingSource/AnylineXamarinSDK.iOS/Properties/AssemblyInfo.cs @@ -25,7 +25,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("49.0.0")] +[assembly: AssemblyVersion("50.0.3")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/BindingSource/AnylineXamarinSDK.iOS/Structs.cs b/BindingSource/AnylineXamarinSDK.iOS/Structs.cs index be8f02bed..33c87c56d 100644 --- a/BindingSource/AnylineXamarinSDK.iOS/Structs.cs +++ b/BindingSource/AnylineXamarinSDK.iOS/Structs.cs @@ -44,6 +44,7 @@ public enum ALErrorCode : long WatermarkViewSubviewOnTopViolation = 3014, WatermarkImageModified = 3015, LicenseNotValidForFeature = 3018, + LicenseNotYetInitialized = 3019, CameraResolutionNotSupportedByDevice = 8001, CameraAccessDenied = 8002, FlashNotAvailable = 8003, @@ -67,7 +68,8 @@ public enum ALErrorCode : long NFCTagErrorUnknownImageFormat = 10016, NFCTagErrorNotImplemented = 10017, TimeoutError = 11001, - JSONError = 12001 + JSONError = 12001, + FileSystemError = 13001 } [Native] @@ -114,8 +116,8 @@ public enum ALScanFeedbackStyle : ulong { Rect = 0, ContourRect, - ContourUnderline, - ContourPoint, + ContourUnderline = ContourRect, + ContourPoint = ContourRect, AnimatedRect, None } @@ -137,371 +139,7 @@ public enum ALFeedbackAnimationStyle : ulong public enum ALCompositeProcessingMode : ulong { Sequential, - Parallel + Parallel, + ParallelFirstScan } - - - // [Native] - // public enum ALCutoutAlignment : ulong - // { - // Top = 0, - // TopHalf = 1, - // Middle = 2, - // BottomHalf = 3, - // Bottom = 4 - // } - - // [Native] - // public enum ALCutoutAnimation : ulong - // { - // None = 0, - // Zoom = 1, - // Fade = 2 - // } - - // [Native] - // public enum ALPictureResolution : ulong - // { - // None = 0, - // Highest = 1, - // ALPictureResolution1080 = 2, - // ALPictureResolution720 = 3, - // ALPictureResolution480 = 4 - // } - - // [Native] - // public enum ALCaptureViewResolution : ulong - // { - // ALCaptureViewResolution1080 = 0, - // ALCaptureViewResolution720 = 1, - // ALCaptureViewResolution480 = 2 - // } - - // [Native] - // public enum ALCaptureViewMode : ulong - // { - // Bgra = 0, - // Yuv = 1 - // } - - // [Native] - // public enum ALFlashMode : ulong - // { - // Manual = 0, - // None = 1, - // Auto = 2 - // } - - // [Native] - // public enum ALFlashAlignment : ulong - // { - // Top = 0, - // TopLeft = 1, - // TopRight = 2, - // Bottom = 3, - // BottomLeft = 4, - // BottomRight = 5 - // } - - // [Native] - // public enum ALUIFeedbackStyle : long - // { - // Rect = 0, - // ContourRect = 1, - // ContourUnderline = 2, - // ContourPolong = 3, - // None = 4 - // } - - // [Native] - // public enum ALUIVisualFeedbackAnimation : long - // { - // TraverseSingle = 0, - // TraverseMulti = 1, - // Kitt = 2, - // Blink = 3, - // Resize = 4, - // Pulse = 5, - // PulseRandom = 6, - // None = 7 - // } - - // [Native] - // public enum ALFlashStatus : long - // { - // On, - // Off, - // Auto - // } - - // [Native] - // public enum ALReportingMode : long - // { - // Enabled, - // Disabled, - // NotSet - // } - - // [Native] - // public enum ALErrorCode : long - // { - // OperationNotFound = 1001, - // SyntaxError = 2001, - // TypeError = 2002, - // ParameterInvalid = 2003, - // LicenseKeyInvalid = 3001, - // LicenseNotValidForFunction = 3002, - // LicenseNotValidForFeature = 3003, - // WatermarkImageNotFound = 3003, - // WatermarkNotOnWindow = 3004, - // WatermarkNotCorrectInViewHierarchy = 3005, - // WatermarkHidden = 3006, - // WatermarkOutsideApplicationFrame = 3007, - // WatermarkNotNearCutout = 3008, - // WatermarkViewBoundsOutOfSnyc = 3009, - // WatermarkViewTooSmall = 3010, - // WatermarkViewNoSubviewsAllowed = 3011, - // WatermarkViewAlphaViolation = 3012, - // WatermarkViewCountViolation = 3013, - // WatermarkViewSubviewOnTopViolation = 3014, - // WatermarkImageModified = 3015, - // WatermarkUnknownError = 3016, - // ArgumentIsNull = 4001, - // ArgumentIsEmpty = 4002, - // ArgumentNotValid = 4003, - // longerpreterNotLoaded = 4004, - // NotEnoughContoursFound = 5001, - // StackDidNotFoundResult = 5002, - // DigitFirstDistanceExceeded = 5003, - // DistanceBetweenDigitsExceeded = 5004, - // DistanceViolationsNotResolved = 5005, - // ResultNotValid = 5006, - // InvalidDataPolongIdentifier = 5007, - // RegionOflongerestOutsideImageBounds = 5008, - // NotEnoughPolongsFound = 5009, - // AnglesOutsideOfTolerance = 5010, - // ImageNotSharp = 5011, - // TooDark = 5012, - // TooMuchReflections = 5013, - // ConfidenceNotReached = 5014, - // StringPatternNotMatching = 5015, - // longAssertionFailed = 5016, - // DocumentRatioOutsideOfTolerance = 5019, - // DocumentBoundsOutsideOfTolerance = 5020, - // PolongsOutOfCutout = 5021, - // OtherConditionNotMet = 5555, - // NoInformationFound = 6001, - // ImageColorConvertionProblem = 6002, - // ImageProviderIsNil = 7001, - // RunStopError = 7002, - // SingleImageRunError = 7003, - // CameraResolutionNotSupportedByDevice = 8001, - // CameraAccessDenied = 8002, - // FlashNotAvailable = 8003, - // CameraConnectionError = 8004, - // ModuleSimpleOCRConfigIsNil = 9001, - // ModuleSimpleOCRConfigTesseractConfigIsNil = 9002, - // ModuleSimpleOCRConfigTextHeightNotSet = 9003, - // BarcodeModuleNativeDelegateWrong = 9004, - // EnergyScanPluginBarcodeNotSupported = 9005, - // ModuleSimpleOCRConfigLanguagesConfigIsNil = 9006, - // InvalidConfigSet = 9007, - // NFCTagErrorResponseError = 10001, - // NFCTagErrorInvalidResponse = 10002, - // NFCTagErrorUnexpectedError = 10003, - // NFCTagErrorNFCNotSupported = 10004, - // NFCTagErrorNoConnectedTag = 10005, - // NFCTagErrorD087Malformed = 10006, - // NFCTagErrorInvalidResponseChecksum = 10007, - // NFCTagErrorMissingMandatoryFields = 10008, - // NFCTagErrorCannotDecodeASN1Length = 10009, - // NFCTagErrorInvalidASN1Value = 10010, - // NFCTagErrorUnableToProtectAPDU = 10011, - // NFCTagErrorUnableToUnprotectAPDU = 10012, - // NFCTagErrorUnsupportedDataGroup = 10013, - // NFCTagErrorDataGroupNotRead = 10014, - // NFCTagErrorUnknownTag = 10015, - // NFCTagErrorUnknownImageFormat = 10016, - // NFCTagErrorNotImplemented = 10017 - // } - - // [StructLayout(LayoutKind.Sequential)] - // public struct ALCharacterRange - // { - // public long minCharacterCount; - // public long maxCharacterCount; - // } - - // [Native] - // public enum ALScanResultState : long - // { - // UserDidAbortState = 0, - // ScanSuccessfulState = 1, - // ScanErrorWrongResultState = 2, - // UserDidEnterManuallyState = 4, - // ScanErrorResultAlreadyUsedState = 5, - // ScanErrorResultAlreadyExpiredState = 6, - // StateUserAccountInactive = 10, - // StateUserAccountLocked = 11, - // StateUserReachedScanLimit = 12, - // StateNetworkTimeout = 13, - // StateModuleSuccess = 21, - // StateModuleAbort = 22, - // StateUnknownError = 99 - // } - - // [Native] - // public enum ALRunFailure : long - // { - // Unknown = -1, - // Unkown = Unknown, - // NoLinesFound = -2, - // NoTextFound = -3, - // ConfidenceNotReached = -4, - // ResultNotValid = -5, - // SharpnessNotReached = -6, - // PolongsOutOfCutout = -7, - // IDTypeNotSupported = -8 - // } - - // [Native] - // public enum ALScanMode : long - // { - // AnalogMeter, - // SerialNumber, - // DigitalMeter, - // HeatMeter4, - // HeatMeter5, - // HeatMeter6, - // AutoAnalogDigitalMeter, - // DialMeter, - // DotMatrixMeter, - // Barcode - // } - - // // added in 11 - // [Native] - // public enum ALLicensePlateScanMode : long - // { - // Auto = 0, - // Norway = 1, - // NorwaySpecial = 2, - // Austria = 3, - // Germany = 4, - // Czech = 5, - // Finland = 6, - // Ireland = 7, - // Croatia = 8, - // Poland = 9, - // Slovakia = 10, - // Slovenia = 11, - // UnitedKingdom = 12, - // France = 13, - // Albania = 14, - // Armenia = 15, - // Azerbaijan = 16, - // Belarus = 17, - // Belgium = 18, - // BosniaAndHerzegovina = 19, - // Bulgaria = 20, - // Cyprus = 21, - // Denmark = 22, - // Estonia = 23, - // Georgia = 24, - // Greece = 25, - // Hungary = 26, - // Iceland = 27, - // Italy = 28, - // Latvia = 29, - // Liechtenstein = 30, - // Lithuania = 31, - // Luxembourg = 32, - // Malta = 33, - // Moldova = 34, - // Monaco = 35, - // Montenegro = 36, - // Netherlands = 37, - // NorthMacedonia = 38, - // Portugal = 39, - // Romania = 40, - // Russia = 41, - // Serbia = 42, - // Spain = 43, - // Sweden = 44, - // Turkey = 45, - // Ukraine = 46, - // Switzerland = 47, - // Andorra = 48 - // } - - // [Native] - // public enum ALDocumentError : long - // { - // Unknown = -1, - // Unkown = Unknown, - // OutlineNotFound = -2, - // SkewTooHigh = -3, - // GlareDetected = -4, - // ImageTooDark = -5, - // NotSharp = -6, - // ShakeDetected = -7, - // RatioOutsideOfTolerance = -8, - // BoundsOutsideOfTolerance = -9, - // DontMove = -10 - // } - - // [StructLayout(LayoutKind.Sequential)] - // public struct ALRange - // { - // public ulong min; - // public ulong max; - // } - - // [Native] - // public enum ALOCRScanMode : long - // { - // Line, - // Grid, - // Auto - // } - - // [Native] - // public enum ALContainerScanMode : long - // { - // Horizontal, - // Vertical - // } - - // [Native] - // public enum ALTINScanMode : long - // { - // DotStrict, - // Dot, - // Universal - // } - - // [Native] - // public enum ALTINUpsideDownMode : long - // { - // Disabled = 0, - // Enabled = 1, - // Auto = 2 - // } - - // [Native] - // public enum ALFieldScanOption : long - // { - // Mandatory = 0, - // Optional = 1, - // Disabled = 2, - // Default = 3 - // } - - // [Native] - // public enum ALUniversalIDLayoutType : long - // { - // DrivingLicense = 0, - // Mrz = 1, - // IDFront = 2 - // } } \ No newline at end of file diff --git a/Examples/AnylineExamples.Droid/AnylineExamples.Droid.csproj b/Examples/AnylineExamples.Droid/AnylineExamples.Droid.csproj index b90ac9778..b9f2590f7 100644 --- a/Examples/AnylineExamples.Droid/AnylineExamples.Droid.csproj +++ b/Examples/AnylineExamples.Droid/AnylineExamples.Droid.csproj @@ -61,14 +61,12 @@
    - - @@ -116,7 +114,7 @@ - + diff --git a/Examples/AnylineExamples.Droid/Assets/arabic_id_config.json b/Examples/AnylineExamples.Droid/Assets/arabic_id_config.json index 389acb5f2..1da2ef303 100644 --- a/Examples/AnylineExamples.Droid/Assets/arabic_id_config.json +++ b/Examples/AnylineExamples.Droid/Assets/arabic_id_config.json @@ -22,26 +22,26 @@ }, "alphabet": "arabic", "drivingLicense": { - "surname": { "scanOption": 0, "minConfidence": 40 }, - "givenNames": { "scanOption": 0, "minConfidence": 40 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 50 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 50 }, - "dateOfIssue": { "scanOption": 0, "minConfidence": 50 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 50 }, - "authority": { "scanOption": 1, "minConfidence": 30 }, - "documentNumber": { "scanOption": 0, "minConfidence": 40 }, - "categories": { "scanOption": 1, "minConfidence": 30 }, - "address": { "scanOption": 1 } + "surname": { "scanOption": "mandatory", "minConfidence": 40 }, + "givenNames": { "scanOption": "mandatory", "minConfidence": 40 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 50 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 50 }, + "dateOfIssue": { "scanOption": "mandatory", "minConfidence": 50 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 50 }, + "authority": { "scanOption": "optional", "minConfidence": 30 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 40 }, + "categories": { "scanOption": "optional", "minConfidence": 30 }, + "address": { "scanOption": "optional" } }, "idFront": { - "surname": { "scanOption": 0, "minConfidence": 60 }, - "givenNames": { "scanOption": 0, "minConfidence": 60 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 60 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 60 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 60 }, - "cardAccessNumber": { "scanOption": 1, "minConfidence": 60 }, - "documentNumber": { "scanOption": 0, "minConfidence": 60 }, - "nationality": { "scanOption": 1, "minConfidence": 60 } + "surname": { "scanOption": "mandatory", "minConfidence": 60 }, + "givenNames": { "scanOption": "mandatory", "minConfidence": 60 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 60 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 60 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 60 }, + "cardAccessNumber": { "scanOption": "optional", "minConfidence": 60 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 60 }, + "nationality": { "scanOption": "optional", "minConfidence": 60 } } }, "cancelOnResult": true diff --git a/Examples/AnylineExamples.Droid/Assets/cyrillic_id_config.json b/Examples/AnylineExamples.Droid/Assets/cyrillic_id_config.json index f9321dc2c..05692064d 100644 --- a/Examples/AnylineExamples.Droid/Assets/cyrillic_id_config.json +++ b/Examples/AnylineExamples.Droid/Assets/cyrillic_id_config.json @@ -22,26 +22,26 @@ }, "alphabet": "cyrillic", "drivingLicense": { - "surname": { "scanOption": 0, "minConfidence": 40 }, - "givenNames": { "scanOption": 0, "minConfidence": 40 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 50 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 50 }, - "dateOfIssue": { "scanOption": 0, "minConfidence": 50 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 50 }, - "authority": { "scanOption": 1, "minConfidence": 30 }, - "documentNumber": { "scanOption": 0, "minConfidence": 40 }, - "categories": { "scanOption": 1, "minConfidence": 30 }, - "address": { "scanOption": 1 } + "surname": { "scanOption": "mandatory", "minConfidence": 40 }, + "givenNames": { "scanOption": "mandatory", "minConfidence": 40 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 50 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 50 }, + "dateOfIssue": { "scanOption": "mandatory", "minConfidence": 50 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 50 }, + "authority": { "scanOption": "optional", "minConfidence": 30 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 40 }, + "categories": { "scanOption": "optional", "minConfidence": 30 }, + "address": { "scanOption": "optional" } }, "idFront": { - "surname": { "scanOption": 0, "minConfidence": 60 }, - "givenNames": { "scanOption": 0, "minConfidence": 60 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 60 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 60 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 60 }, - "cardAccessNumber": { "scanOption": 1, "minConfidence": 60 }, - "documentNumber": { "scanOption": 0, "minConfidence": 60 }, - "nationality": { "scanOption": 1, "minConfidence": 60 } + "surname": { "scanOption": "mandatory", "minConfidence": 60 }, + "givenNames": { "scanOption": "mandatory", "minConfidence": 60 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 60 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 60 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 60 }, + "cardAccessNumber": { "scanOption": "optional", "minConfidence": 60 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 60 }, + "nationality": { "scanOption": "optional", "minConfidence": 60 } } }, "cancelOnResult": true diff --git a/Examples/AnylineExamples.Droid/Assets/universal_id_config.json b/Examples/AnylineExamples.Droid/Assets/universal_id_config.json index 5e2e99967..0d3820510 100644 --- a/Examples/AnylineExamples.Droid/Assets/universal_id_config.json +++ b/Examples/AnylineExamples.Droid/Assets/universal_id_config.json @@ -24,29 +24,29 @@ }, "alphabet": "latin", "insuranceCard": { - "lastName": { "scanOption": 0, "minConfidence": 50 }, - "firstName": { "scanOption": 0, "minConfidence": 50 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 50 }, - "personalNumber": { "scanOption": 0, "minConfidence": 50 }, - "authority": { "scanOption": 0, "minConfidence": 50 }, - "documentNumber": { "scanOption": 0, "minConfidence": 50 }, - "dateOfExpiry": { "scanOption": 0, "minConfidence": 50 }, - "nationality": { "scanOption": 0, "minConfidence": 50 + "lastName": { "scanOption": "mandatory", "minConfidence": 50 }, + "firstName": { "scanOption": "mandatory", "minConfidence": 50 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 50 }, + "personalNumber": { "scanOption": "mandatory", "minConfidence": 50 }, + "authority": { "scanOption": "mandatory", "minConfidence": 50 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 50 }, + "dateOfExpiry": { "scanOption": "mandatory", "minConfidence": 50 }, + "nationality": { "scanOption": "mandatory", "minConfidence": 50 } }, "idFront": { - "lastName": { "scanOption": 0, "minConfidence": 60 }, - "firstName": { "scanOption": 0, "minConfidence": 60 }, - "fullName": { "scanOption": 0, "minConfidence": 60 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 60 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 60 }, - "dateOfIssue": { "scanOption": 0, "minConfidence": 60 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 60 }, - "cardAccessNumber": { "scanOption": 1, "minConfidence": 60 }, - "documentNumber": { "scanOption": 0, "minConfidence": 60 }, - "nationality": { "scanOption": 1, "minConfidence": 60 }, - "sex": { "scanOption": 1, "minConfidence": 60 }, - "personalNumber": { "scanOption": 1, "minConfidence": 60 + "lastName": { "scanOption": "mandatory", "minConfidence": 60 }, + "firstName": { "scanOption": "mandatory", "minConfidence": 60 }, + "fullName": { "scanOption": "mandatory", "minConfidence": 60 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 60 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 60 }, + "dateOfIssue": { "scanOption": "mandatory", "minConfidence": 60 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 60 }, + "cardAccessNumber": { "scanOption": "optional", "minConfidence": 60 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 60 }, + "nationality": { "scanOption": "optional", "minConfidence": 60 }, + "sex": { "scanOption": "optional", "minConfidence": 60 }, + "personalNumber": { "scanOption": "optional", "minConfidence": 60 } } }, diff --git a/Examples/AnylineExamples.Droid/Assets/vrc_config.json b/Examples/AnylineExamples.Droid/Assets/vrc_config.json index d8898f39b..b16940c0d 100644 --- a/Examples/AnylineExamples.Droid/Assets/vrc_config.json +++ b/Examples/AnylineExamples.Droid/Assets/vrc_config.json @@ -4,58 +4,19 @@ "id": "com.anyline.configs.plugin.vrc", "vehicleRegistrationCertificateConfig": { "vehicleRegistrationCertificate": { - "documentNumber": { - "scanOption": 1, - "minConfidence": 40 - }, - "licensePlate": { - "scanOption": 0, - "minConfidence": 40 - }, - "lastName": { - "scanOption": 0, - "minConfidence": 60 - }, - "firstName": { - "scanOption": 1, - "minConfidence": 40 - }, - "address": { - "scanOption": 0, - "minConfidence": 50 - }, - "firstIssued": { - "scanOption": 0, - "minConfidence": 60 - }, - "manufacturerCode": { - "scanOption": 0, - "minConfidence": 50 - }, - "vehicleTypeCode": { - "scanOption": 0, - "minConfidence": 50 - }, - "vehicleIdentificationNumber": { - "scanOption": 0, - "minConfidence": 60 - }, - "brand": { - "scanOption": 1, - "minConfidence": 40 - }, - "vehicleType": { - "scanOption": 1, - "minConfidence": 40 - }, - "displacement": { - "scanOption": 1, - "minConfidence": 40 - }, - "tire": { - "scanOption": 1, - "minConfidence": 50 - } + "documentNumber": { "scanOption": "optional", "minConfidence": 40 }, + "licensePlate": { "scanOption": "mandatory", "minConfidence": 40 }, + "lastName": { "scanOption": "mandatory", "minConfidence": 60 }, + "firstName": { "scanOption": "optional", "minConfidence": 40 }, + "address": { "scanOption": "mandatory", "minConfidence": 50 }, + "firstIssued": { "scanOption": "mandatory", "minConfidence": 60 }, + "manufacturerCode": { "scanOption": "mandatory", "minConfidence": 50 }, + "vehicleTypeCode": { "scanOption": "mandatory", "minConfidence": 50 }, + "vehicleIdentificationNumber": { "scanOption": "mandatory", "minConfidence": 60 }, + "brand": { "scanOption": "optional", "minConfidence": 40 }, + "vehicleType": { "scanOption": "optional", "minConfidence": 40 }, + "displacement": { "scanOption": "optional", "minConfidence": 40 }, + "tire": { "scanOption": "optional", "minConfidence": 50 } } }, "cancelOnResult": true diff --git a/Examples/AnylineExamples.Droid/DocumentScanResultListener.cs b/Examples/AnylineExamples.Droid/DocumentScanResultListener.cs deleted file mode 100644 index aee12a75d..000000000 --- a/Examples/AnylineExamples.Droid/DocumentScanResultListener.cs +++ /dev/null @@ -1,52 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -using Android.App; -using Android.Content; -using Android.OS; -using Android.Runtime; -using Android.Views; -using Android.Widget; -using IO.Anyline.Plugin; -using IO.Anyline.Plugin.Meter; -using Java.Lang; - -using System.Reflection; -using Android.Util; -using IO.Anyline.Models; -using IO.Anyline.Plugin.Document; -using System.Collections; -using Android.Graphics; - -namespace AnylineExamples.Droid -{ - /// - /// This scan result listener implements IDocumentScanResultListener - /// in order to receive results and passes the JNI Handle to the - /// result activity. - /// - public class DocumentScanResultListener : ScanResultListener, IDocumentScanResultListener - { - public DocumentScanResultListener(Activity activity) : base(activity) { } - - public void OnPictureProcessingFailure(IO.Anyline.Plugin.Document.DocumentScanViewPlugin.DocumentError error) { } - - public void OnPictureTransformed(AnylineImage transformedImage) { } - - public void OnPictureTransformError(IO.Anyline.Plugin.Document.DocumentScanViewPlugin.DocumentError error) { } - - public void OnPreviewProcessingFailure(IO.Anyline.Plugin.Document.DocumentScanViewPlugin.DocumentError error) { } - - public void OnPreviewProcessingSuccess(AnylineImage anylineImage) { } - - public void OnTakePictureError(Throwable error) { } - - public void OnTakePictureSuccess() { } - - public bool OnDocumentOutlineDetected(IList corners, bool documentShapeAndBrightnessValid) { return false; } - - public void OnPictureCornersDetected(AnylineImage fullFrame, IList corners) { } - } -} \ No newline at end of file diff --git a/Examples/AnylineExamples.Droid/MainActivity.cs b/Examples/AnylineExamples.Droid/MainActivity.cs index 42cf3ec70..fa4e000d9 100644 --- a/Examples/AnylineExamples.Droid/MainActivity.cs +++ b/Examples/AnylineExamples.Droid/MainActivity.cs @@ -2,7 +2,6 @@ using Android.Content; using Android.Content.PM; using Android.OS; -using Android.Support.V4.App; using Android.Views; using Android.Widget; using AndroidX.AppCompat.App; diff --git a/Examples/AnylineExamples.Droid/MyAnylineResultEventHandler.cs b/Examples/AnylineExamples.Droid/MyAnylineResultEventHandler.cs index eb5be3fd8..9d5fdd991 100644 --- a/Examples/AnylineExamples.Droid/MyAnylineResultEventHandler.cs +++ b/Examples/AnylineExamples.Droid/MyAnylineResultEventHandler.cs @@ -7,13 +7,13 @@ namespace AnylineExamples.Droid { /// - /// This scan result listener implements IScanResultListener - /// in order to receive results and passes the JNI Handle to the + /// This scan result listener is used to receive + /// results and passe the JNI Handle to the /// result activity. /// public class MyAnylineResultEventHandler : Java.Lang.Object, IEvent { - public static readonly string TAG = typeof(ScanResultListener).Name; + public static readonly string TAG = typeof(MyAnylineResultEventHandler).Name; public string Title { get; set; } protected Activity Activity { get; set; } diff --git a/Examples/AnylineExamples.Droid/NFC/MRZScanActivity.cs b/Examples/AnylineExamples.Droid/NFC/MRZScanActivity.cs index 1d78f390e..2812a1206 100644 --- a/Examples/AnylineExamples.Droid/NFC/MRZScanActivity.cs +++ b/Examples/AnylineExamples.Droid/NFC/MRZScanActivity.cs @@ -7,8 +7,6 @@ using IO.Anyline.Camera; using Android.Util; -using IO.Anyline.Plugin.ID; -using IO.Anyline.Plugin; using Anyline.Droid.NFC; using IO.Anyline2; using IO.Anyline2.View; diff --git a/Examples/AnylineExamples.Droid/NFC/NFCScanActivity.cs b/Examples/AnylineExamples.Droid/NFC/NFCScanActivity.cs index 6a134d5ed..f920cfab1 100644 --- a/Examples/AnylineExamples.Droid/NFC/NFCScanActivity.cs +++ b/Examples/AnylineExamples.Droid/NFC/NFCScanActivity.cs @@ -15,7 +15,7 @@ namespace Anyline.Droid.NFC { [Activity(Label = "NFCScanActivity")] - public class NFCScanActivity : Activity, NfcDetector.INfcDetectionHandler + public class NFCScanActivity : Activity, INfcDetectionHandler { protected NfcAdapter mNfcAdapter; @@ -70,7 +70,7 @@ protected override void OnResume() mNfcAdapter.EnableForegroundDispatch( this, - PendingIntent.GetActivity(this, 0, intent, 0), + PendingIntent.GetActivity(this, 0, intent, PendingIntentFlags.Mutable), new[] { new IntentFilter(NfcAdapter.ActionTechDiscovered) }, new string[][] { new string[] { @@ -107,21 +107,24 @@ protected override void OnNewIntent(Intent intent) base.OnNewIntent(intent); Tag tag = intent.GetParcelableExtra(NfcAdapter.ExtraTag) as Tag; - TagProvider.Tag = IsoDep.Get(tag); - - if (NfcAdapter.ActionTechDiscovered == intent.Action) + if (tag != null) { - if (tag.GetTechList().ToList().Contains("android.nfc.tech.IsoDep")) + TagProvider.Tag = IsoDep.Get(tag); + + if (NfcAdapter.ActionTechDiscovered == intent.Action) { - try - { - // Begins to read the NFC chip - NfcDetector nfcDetector = new NfcDetector(this, this); - nfcDetector.StartNfcDetection(passportNumber, dateOfBirth, dateOfExpiry); - } - catch (Exception e) + if (tag.GetTechList().ToList().Contains("android.nfc.tech.IsoDep")) { - System.Diagnostics.Debug.WriteLine(e.ToString()); + try + { + // Begins to read the NFC chip + NfcDetector nfcDetector = new NfcDetector(this, this); + nfcDetector.StartNfcDetection(passportNumber, dateOfBirth, dateOfExpiry); + } + catch (Exception e) + { + System.Diagnostics.Debug.WriteLine(e.ToString()); + } } } } diff --git a/Examples/AnylineExamples.Droid/Properties/AndroidManifest.xml b/Examples/AnylineExamples.Droid/Properties/AndroidManifest.xml index c1abd00e6..d4b50b816 100644 --- a/Examples/AnylineExamples.Droid/Properties/AndroidManifest.xml +++ b/Examples/AnylineExamples.Droid/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + diff --git a/Examples/AnylineExamples.Droid/Resources/Resource.designer.cs b/Examples/AnylineExamples.Droid/Resources/Resource.designer.cs index 90bd52f59..4d38a1bf1 100644 --- a/Examples/AnylineExamples.Droid/Resources/Resource.designer.cs +++ b/Examples/AnylineExamples.Droid/Resources/Resource.designer.cs @@ -366,2686 +366,2683 @@ public partial class Attribute public const int animationMode = 2130903084; // aapt resource value: 0x7F03002D - public const int api_2_enabled = 2130903085; + public const int appBarLayoutStyle = 2130903085; // aapt resource value: 0x7F03002E - public const int appBarLayoutStyle = 2130903086; + public const int applyMotionScene = 2130903086; // aapt resource value: 0x7F03002F - public const int applyMotionScene = 2130903087; + public const int arcMode = 2130903087; // aapt resource value: 0x7F030030 - public const int arcMode = 2130903088; + public const int arrowHeadLength = 2130903088; // aapt resource value: 0x7F030031 - public const int arrowHeadLength = 2130903089; + public const int arrowShaftLength = 2130903089; // aapt resource value: 0x7F030032 - public const int arrowShaftLength = 2130903090; + public const int attributeName = 2130903090; // aapt resource value: 0x7F030033 - public const int attributeName = 2130903091; + public const int autoCompleteTextViewStyle = 2130903091; // aapt resource value: 0x7F030034 - public const int autoCompleteTextViewStyle = 2130903092; + public const int autoSizeMaxTextSize = 2130903092; // aapt resource value: 0x7F030035 - public const int autoSizeMaxTextSize = 2130903093; + public const int autoSizeMinTextSize = 2130903093; // aapt resource value: 0x7F030036 - public const int autoSizeMinTextSize = 2130903094; + public const int autoSizePresetSizes = 2130903094; // aapt resource value: 0x7F030037 - public const int autoSizePresetSizes = 2130903095; + public const int autoSizeStepGranularity = 2130903095; // aapt resource value: 0x7F030038 - public const int autoSizeStepGranularity = 2130903096; + public const int autoSizeTextType = 2130903096; // aapt resource value: 0x7F030039 - public const int autoSizeTextType = 2130903097; + public const int autoTransition = 2130903097; // aapt resource value: 0x7F03003A - public const int autoTransition = 2130903098; + public const int background = 2130903098; // aapt resource value: 0x7F03003B - public const int background = 2130903099; + public const int backgroundColor = 2130903099; // aapt resource value: 0x7F03003C - public const int backgroundColor = 2130903100; + public const int backgroundInsetBottom = 2130903100; // aapt resource value: 0x7F03003D - public const int backgroundInsetBottom = 2130903101; + public const int backgroundInsetEnd = 2130903101; // aapt resource value: 0x7F03003E - public const int backgroundInsetEnd = 2130903102; + public const int backgroundInsetStart = 2130903102; // aapt resource value: 0x7F03003F - public const int backgroundInsetStart = 2130903103; + public const int backgroundInsetTop = 2130903103; // aapt resource value: 0x7F030040 - public const int backgroundInsetTop = 2130903104; + public const int backgroundOverlayColorAlpha = 2130903104; // aapt resource value: 0x7F030041 - public const int backgroundOverlayColorAlpha = 2130903105; + public const int backgroundSplit = 2130903105; // aapt resource value: 0x7F030042 - public const int backgroundSplit = 2130903106; + public const int backgroundStacked = 2130903106; // aapt resource value: 0x7F030043 - public const int backgroundStacked = 2130903107; + public const int backgroundTint = 2130903107; // aapt resource value: 0x7F030044 - public const int backgroundTint = 2130903108; + public const int backgroundTintMode = 2130903108; // aapt resource value: 0x7F030045 - public const int backgroundTintMode = 2130903109; + public const int badgeGravity = 2130903109; // aapt resource value: 0x7F030046 - public const int badgeGravity = 2130903110; + public const int badgeStyle = 2130903110; // aapt resource value: 0x7F030047 - public const int badgeStyle = 2130903111; + public const int badgeTextColor = 2130903111; // aapt resource value: 0x7F030048 - public const int badgeTextColor = 2130903112; + public const int barLength = 2130903112; // aapt resource value: 0x7F030049 - public const int barLength = 2130903113; + public const int barrierAllowsGoneWidgets = 2130903113; // aapt resource value: 0x7F03004A - public const int barrierAllowsGoneWidgets = 2130903114; + public const int barrierDirection = 2130903114; // aapt resource value: 0x7F03004B - public const int barrierDirection = 2130903115; + public const int barrierMargin = 2130903115; // aapt resource value: 0x7F03004C - public const int barrierMargin = 2130903116; + public const int beep_on_result = 2130903116; // aapt resource value: 0x7F03004D - public const int beep_on_result = 2130903117; + public const int behavior_autoHide = 2130903117; // aapt resource value: 0x7F03004E - public const int behavior_autoHide = 2130903118; + public const int behavior_autoShrink = 2130903118; // aapt resource value: 0x7F03004F - public const int behavior_autoShrink = 2130903119; + public const int behavior_draggable = 2130903119; // aapt resource value: 0x7F030050 - public const int behavior_draggable = 2130903120; + public const int behavior_expandedOffset = 2130903120; // aapt resource value: 0x7F030051 - public const int behavior_expandedOffset = 2130903121; + public const int behavior_fitToContents = 2130903121; // aapt resource value: 0x7F030052 - public const int behavior_fitToContents = 2130903122; + public const int behavior_halfExpandedRatio = 2130903122; // aapt resource value: 0x7F030053 - public const int behavior_halfExpandedRatio = 2130903123; + public const int behavior_hideable = 2130903123; // aapt resource value: 0x7F030054 - public const int behavior_hideable = 2130903124; + public const int behavior_overlapTop = 2130903124; // aapt resource value: 0x7F030055 - public const int behavior_overlapTop = 2130903125; + public const int behavior_peekHeight = 2130903125; // aapt resource value: 0x7F030056 - public const int behavior_peekHeight = 2130903126; + public const int behavior_saveFlags = 2130903126; // aapt resource value: 0x7F030057 - public const int behavior_saveFlags = 2130903127; + public const int behavior_skipCollapsed = 2130903127; // aapt resource value: 0x7F030058 - public const int behavior_skipCollapsed = 2130903128; + public const int blink_animation_on_result = 2130903128; + + // aapt resource value: 0x7F03005A + public const int borderlessButtonStyle = 2130903130; // aapt resource value: 0x7F030059 - public const int blink_animation_on_result = 2130903129; + public const int borderWidth = 2130903129; // aapt resource value: 0x7F03005B - public const int borderlessButtonStyle = 2130903131; - - // aapt resource value: 0x7F03005A - public const int borderWidth = 2130903130; + public const int bottomAppBarStyle = 2130903131; // aapt resource value: 0x7F03005C - public const int bottomAppBarStyle = 2130903132; + public const int bottomNavigationStyle = 2130903132; // aapt resource value: 0x7F03005D - public const int bottomNavigationStyle = 2130903133; + public const int bottomSheetDialogTheme = 2130903133; // aapt resource value: 0x7F03005E - public const int bottomSheetDialogTheme = 2130903134; + public const int bottomSheetStyle = 2130903134; // aapt resource value: 0x7F03005F - public const int bottomSheetStyle = 2130903135; + public const int boxBackgroundColor = 2130903135; // aapt resource value: 0x7F030060 - public const int boxBackgroundColor = 2130903136; + public const int boxBackgroundMode = 2130903136; // aapt resource value: 0x7F030061 - public const int boxBackgroundMode = 2130903137; + public const int boxCollapsedPaddingTop = 2130903137; // aapt resource value: 0x7F030062 - public const int boxCollapsedPaddingTop = 2130903138; + public const int boxCornerRadiusBottomEnd = 2130903138; // aapt resource value: 0x7F030063 - public const int boxCornerRadiusBottomEnd = 2130903139; + public const int boxCornerRadiusBottomStart = 2130903139; // aapt resource value: 0x7F030064 - public const int boxCornerRadiusBottomStart = 2130903140; + public const int boxCornerRadiusTopEnd = 2130903140; // aapt resource value: 0x7F030065 - public const int boxCornerRadiusTopEnd = 2130903141; + public const int boxCornerRadiusTopStart = 2130903141; // aapt resource value: 0x7F030066 - public const int boxCornerRadiusTopStart = 2130903142; + public const int boxStrokeColor = 2130903142; // aapt resource value: 0x7F030067 - public const int boxStrokeColor = 2130903143; + public const int boxStrokeErrorColor = 2130903143; // aapt resource value: 0x7F030068 - public const int boxStrokeErrorColor = 2130903144; + public const int boxStrokeWidth = 2130903144; // aapt resource value: 0x7F030069 - public const int boxStrokeWidth = 2130903145; + public const int boxStrokeWidthFocused = 2130903145; // aapt resource value: 0x7F03006A - public const int boxStrokeWidthFocused = 2130903146; + public const int brightness = 2130903146; // aapt resource value: 0x7F03006B - public const int brightness = 2130903147; + public const int buttonBarButtonStyle = 2130903147; // aapt resource value: 0x7F03006C - public const int buttonBarButtonStyle = 2130903148; + public const int buttonBarNegativeButtonStyle = 2130903148; // aapt resource value: 0x7F03006D - public const int buttonBarNegativeButtonStyle = 2130903149; + public const int buttonBarNeutralButtonStyle = 2130903149; // aapt resource value: 0x7F03006E - public const int buttonBarNeutralButtonStyle = 2130903150; + public const int buttonBarPositiveButtonStyle = 2130903150; // aapt resource value: 0x7F03006F - public const int buttonBarPositiveButtonStyle = 2130903151; + public const int buttonBarStyle = 2130903151; // aapt resource value: 0x7F030070 - public const int buttonBarStyle = 2130903152; + public const int buttonCompat = 2130903152; // aapt resource value: 0x7F030071 - public const int buttonCompat = 2130903153; + public const int buttonGravity = 2130903153; // aapt resource value: 0x7F030072 - public const int buttonGravity = 2130903154; + public const int buttonIconDimen = 2130903154; // aapt resource value: 0x7F030073 - public const int buttonIconDimen = 2130903155; + public const int buttonPanelSideLayout = 2130903155; // aapt resource value: 0x7F030074 - public const int buttonPanelSideLayout = 2130903156; + public const int buttonSize = 2130903156; // aapt resource value: 0x7F030075 - public const int buttonSize = 2130903157; + public const int buttonStyle = 2130903157; // aapt resource value: 0x7F030076 - public const int buttonStyle = 2130903158; + public const int buttonStyleSmall = 2130903158; // aapt resource value: 0x7F030077 - public const int buttonStyleSmall = 2130903159; + public const int buttonTint = 2130903159; // aapt resource value: 0x7F030078 - public const int buttonTint = 2130903160; + public const int buttonTintMode = 2130903160; // aapt resource value: 0x7F030079 - public const int buttonTintMode = 2130903161; + public const int cancel_on_result = 2130903161; // aapt resource value: 0x7F03007A - public const int cancel_on_result = 2130903162; + public const int cardBackgroundColor = 2130903162; // aapt resource value: 0x7F03007B - public const int cardBackgroundColor = 2130903163; + public const int cardCornerRadius = 2130903163; // aapt resource value: 0x7F03007C - public const int cardCornerRadius = 2130903164; + public const int cardElevation = 2130903164; // aapt resource value: 0x7F03007D - public const int cardElevation = 2130903165; + public const int cardForegroundColor = 2130903165; // aapt resource value: 0x7F03007E - public const int cardForegroundColor = 2130903166; + public const int cardMaxElevation = 2130903166; // aapt resource value: 0x7F03007F - public const int cardMaxElevation = 2130903167; + public const int cardPreventCornerOverlap = 2130903167; // aapt resource value: 0x7F030080 - public const int cardPreventCornerOverlap = 2130903168; + public const int cardUseCompatPadding = 2130903168; // aapt resource value: 0x7F030081 - public const int cardUseCompatPadding = 2130903169; + public const int cardViewStyle = 2130903169; // aapt resource value: 0x7F030082 - public const int cardViewStyle = 2130903170; + public const int chainUseRtl = 2130903170; // aapt resource value: 0x7F030083 - public const int chainUseRtl = 2130903171; + public const int checkboxStyle = 2130903171; // aapt resource value: 0x7F030084 - public const int checkboxStyle = 2130903172; + public const int checkedButton = 2130903172; // aapt resource value: 0x7F030085 - public const int checkedButton = 2130903173; + public const int checkedChip = 2130903173; // aapt resource value: 0x7F030086 - public const int checkedChip = 2130903174; + public const int checkedIcon = 2130903174; // aapt resource value: 0x7F030087 - public const int checkedIcon = 2130903175; + public const int checkedIconEnabled = 2130903175; // aapt resource value: 0x7F030088 - public const int checkedIconEnabled = 2130903176; + public const int checkedIconMargin = 2130903176; // aapt resource value: 0x7F030089 - public const int checkedIconMargin = 2130903177; + public const int checkedIconSize = 2130903177; // aapt resource value: 0x7F03008A - public const int checkedIconSize = 2130903178; + public const int checkedIconTint = 2130903178; // aapt resource value: 0x7F03008B - public const int checkedIconTint = 2130903179; + public const int checkedIconVisible = 2130903179; // aapt resource value: 0x7F03008C - public const int checkedIconVisible = 2130903180; + public const int checkedTextViewStyle = 2130903180; // aapt resource value: 0x7F03008D - public const int checkedTextViewStyle = 2130903181; + public const int chipBackgroundColor = 2130903181; // aapt resource value: 0x7F03008E - public const int chipBackgroundColor = 2130903182; + public const int chipCornerRadius = 2130903182; // aapt resource value: 0x7F03008F - public const int chipCornerRadius = 2130903183; + public const int chipEndPadding = 2130903183; // aapt resource value: 0x7F030090 - public const int chipEndPadding = 2130903184; + public const int chipGroupStyle = 2130903184; // aapt resource value: 0x7F030091 - public const int chipGroupStyle = 2130903185; + public const int chipIcon = 2130903185; // aapt resource value: 0x7F030092 - public const int chipIcon = 2130903186; + public const int chipIconEnabled = 2130903186; // aapt resource value: 0x7F030093 - public const int chipIconEnabled = 2130903187; + public const int chipIconSize = 2130903187; // aapt resource value: 0x7F030094 - public const int chipIconSize = 2130903188; + public const int chipIconTint = 2130903188; // aapt resource value: 0x7F030095 - public const int chipIconTint = 2130903189; + public const int chipIconVisible = 2130903189; // aapt resource value: 0x7F030096 - public const int chipIconVisible = 2130903190; + public const int chipMinHeight = 2130903190; // aapt resource value: 0x7F030097 - public const int chipMinHeight = 2130903191; + public const int chipMinTouchTargetSize = 2130903191; // aapt resource value: 0x7F030098 - public const int chipMinTouchTargetSize = 2130903192; + public const int chipSpacing = 2130903192; // aapt resource value: 0x7F030099 - public const int chipSpacing = 2130903193; + public const int chipSpacingHorizontal = 2130903193; // aapt resource value: 0x7F03009A - public const int chipSpacingHorizontal = 2130903194; + public const int chipSpacingVertical = 2130903194; // aapt resource value: 0x7F03009B - public const int chipSpacingVertical = 2130903195; + public const int chipStandaloneStyle = 2130903195; // aapt resource value: 0x7F03009C - public const int chipStandaloneStyle = 2130903196; + public const int chipStartPadding = 2130903196; // aapt resource value: 0x7F03009D - public const int chipStartPadding = 2130903197; + public const int chipStrokeColor = 2130903197; // aapt resource value: 0x7F03009E - public const int chipStrokeColor = 2130903198; + public const int chipStrokeWidth = 2130903198; // aapt resource value: 0x7F03009F - public const int chipStrokeWidth = 2130903199; + public const int chipStyle = 2130903199; // aapt resource value: 0x7F0300A0 - public const int chipStyle = 2130903200; + public const int chipSurfaceColor = 2130903200; // aapt resource value: 0x7F0300A1 - public const int chipSurfaceColor = 2130903201; + public const int circleCrop = 2130903201; // aapt resource value: 0x7F0300A2 - public const int circleCrop = 2130903202; + public const int circleRadius = 2130903202; // aapt resource value: 0x7F0300A3 - public const int circleRadius = 2130903203; + public const int circularProgressIndicatorStyle = 2130903203; // aapt resource value: 0x7F0300A4 - public const int circularProgressIndicatorStyle = 2130903204; + public const int clickAction = 2130903204; // aapt resource value: 0x7F0300A5 - public const int clickAction = 2130903205; + public const int clockFaceBackgroundColor = 2130903205; // aapt resource value: 0x7F0300A6 - public const int clockFaceBackgroundColor = 2130903206; + public const int clockHandColor = 2130903206; // aapt resource value: 0x7F0300A7 - public const int clockHandColor = 2130903207; + public const int clockIcon = 2130903207; // aapt resource value: 0x7F0300A8 - public const int clockIcon = 2130903208; + public const int clockNumberTextColor = 2130903208; // aapt resource value: 0x7F0300A9 - public const int clockNumberTextColor = 2130903209; + public const int closeIcon = 2130903209; // aapt resource value: 0x7F0300AA - public const int closeIcon = 2130903210; + public const int closeIconEnabled = 2130903210; // aapt resource value: 0x7F0300AB - public const int closeIconEnabled = 2130903211; + public const int closeIconEndPadding = 2130903211; // aapt resource value: 0x7F0300AC - public const int closeIconEndPadding = 2130903212; + public const int closeIconSize = 2130903212; // aapt resource value: 0x7F0300AD - public const int closeIconSize = 2130903213; + public const int closeIconStartPadding = 2130903213; // aapt resource value: 0x7F0300AE - public const int closeIconStartPadding = 2130903214; + public const int closeIconTint = 2130903214; // aapt resource value: 0x7F0300AF - public const int closeIconTint = 2130903215; + public const int closeIconVisible = 2130903215; // aapt resource value: 0x7F0300B0 - public const int closeIconVisible = 2130903216; + public const int closeItemLayout = 2130903216; // aapt resource value: 0x7F0300B1 - public const int closeItemLayout = 2130903217; + public const int collapseContentDescription = 2130903217; - // aapt resource value: 0x7F0300B2 - public const int collapseContentDescription = 2130903218; + // aapt resource value: 0x7F0300B3 + public const int collapsedSize = 2130903219; // aapt resource value: 0x7F0300B4 - public const int collapsedSize = 2130903220; + public const int collapsedTitleGravity = 2130903220; // aapt resource value: 0x7F0300B5 - public const int collapsedTitleGravity = 2130903221; + public const int collapsedTitleTextAppearance = 2130903221; - // aapt resource value: 0x7F0300B6 - public const int collapsedTitleTextAppearance = 2130903222; + // aapt resource value: 0x7F0300B2 + public const int collapseIcon = 2130903218; - // aapt resource value: 0x7F0300B3 - public const int collapseIcon = 2130903219; + // aapt resource value: 0x7F0300B6 + public const int collapsingToolbarLayoutStyle = 2130903222; // aapt resource value: 0x7F0300B7 - public const int collapsingToolbarLayoutStyle = 2130903223; + public const int color = 2130903223; // aapt resource value: 0x7F0300B8 - public const int color = 2130903224; + public const int colorAccent = 2130903224; // aapt resource value: 0x7F0300B9 - public const int colorAccent = 2130903225; + public const int colorBackgroundFloating = 2130903225; // aapt resource value: 0x7F0300BA - public const int colorBackgroundFloating = 2130903226; + public const int colorButtonNormal = 2130903226; // aapt resource value: 0x7F0300BB - public const int colorButtonNormal = 2130903227; + public const int colorControlActivated = 2130903227; // aapt resource value: 0x7F0300BC - public const int colorControlActivated = 2130903228; + public const int colorControlHighlight = 2130903228; // aapt resource value: 0x7F0300BD - public const int colorControlHighlight = 2130903229; + public const int colorControlNormal = 2130903229; // aapt resource value: 0x7F0300BE - public const int colorControlNormal = 2130903230; + public const int colorError = 2130903230; // aapt resource value: 0x7F0300BF - public const int colorError = 2130903231; + public const int colorOnBackground = 2130903231; // aapt resource value: 0x7F0300C0 - public const int colorOnBackground = 2130903232; + public const int colorOnError = 2130903232; // aapt resource value: 0x7F0300C1 - public const int colorOnError = 2130903233; + public const int colorOnPrimary = 2130903233; // aapt resource value: 0x7F0300C2 - public const int colorOnPrimary = 2130903234; + public const int colorOnPrimarySurface = 2130903234; // aapt resource value: 0x7F0300C3 - public const int colorOnPrimarySurface = 2130903235; + public const int colorOnSecondary = 2130903235; // aapt resource value: 0x7F0300C4 - public const int colorOnSecondary = 2130903236; + public const int colorOnSurface = 2130903236; // aapt resource value: 0x7F0300C5 - public const int colorOnSurface = 2130903237; + public const int colorPrimary = 2130903237; // aapt resource value: 0x7F0300C6 - public const int colorPrimary = 2130903238; + public const int colorPrimaryDark = 2130903238; // aapt resource value: 0x7F0300C7 - public const int colorPrimaryDark = 2130903239; + public const int colorPrimarySurface = 2130903239; // aapt resource value: 0x7F0300C8 - public const int colorPrimarySurface = 2130903240; + public const int colorPrimaryVariant = 2130903240; // aapt resource value: 0x7F0300C9 - public const int colorPrimaryVariant = 2130903241; + public const int colorScheme = 2130903241; // aapt resource value: 0x7F0300CA - public const int colorScheme = 2130903242; + public const int colorSecondary = 2130903242; // aapt resource value: 0x7F0300CB - public const int colorSecondary = 2130903243; + public const int colorSecondaryVariant = 2130903243; // aapt resource value: 0x7F0300CC - public const int colorSecondaryVariant = 2130903244; + public const int colorSurface = 2130903244; // aapt resource value: 0x7F0300CD - public const int colorSurface = 2130903245; + public const int colorSwitchThumbNormal = 2130903245; // aapt resource value: 0x7F0300CE - public const int colorSwitchThumbNormal = 2130903246; + public const int commitIcon = 2130903246; - // aapt resource value: 0x7F0300CF - public const int commitIcon = 2130903247; + // aapt resource value: 0x7F0300D4 + public const int constraints = 2130903252; - // aapt resource value: 0x7F0300D5 - public const int constraints = 2130903253; + // aapt resource value: 0x7F0300CF + public const int constraintSet = 2130903247; // aapt resource value: 0x7F0300D0 - public const int constraintSet = 2130903248; + public const int constraintSetEnd = 2130903248; // aapt resource value: 0x7F0300D1 - public const int constraintSetEnd = 2130903249; + public const int constraintSetStart = 2130903249; // aapt resource value: 0x7F0300D2 - public const int constraintSetStart = 2130903250; + public const int constraint_referenced_ids = 2130903250; // aapt resource value: 0x7F0300D3 - public const int constraint_referenced_ids = 2130903251; + public const int constraint_referenced_tags = 2130903251; - // aapt resource value: 0x7F0300D4 - public const int constraint_referenced_tags = 2130903252; + // aapt resource value: 0x7F0300D5 + public const int content = 2130903253; // aapt resource value: 0x7F0300D6 - public const int content = 2130903254; + public const int contentDescription = 2130903254; // aapt resource value: 0x7F0300D7 - public const int contentDescription = 2130903255; + public const int contentInsetEnd = 2130903255; // aapt resource value: 0x7F0300D8 - public const int contentInsetEnd = 2130903256; + public const int contentInsetEndWithActions = 2130903256; // aapt resource value: 0x7F0300D9 - public const int contentInsetEndWithActions = 2130903257; + public const int contentInsetLeft = 2130903257; // aapt resource value: 0x7F0300DA - public const int contentInsetLeft = 2130903258; + public const int contentInsetRight = 2130903258; // aapt resource value: 0x7F0300DB - public const int contentInsetRight = 2130903259; + public const int contentInsetStart = 2130903259; // aapt resource value: 0x7F0300DC - public const int contentInsetStart = 2130903260; + public const int contentInsetStartWithNavigation = 2130903260; // aapt resource value: 0x7F0300DD - public const int contentInsetStartWithNavigation = 2130903261; + public const int contentPadding = 2130903261; // aapt resource value: 0x7F0300DE - public const int contentPadding = 2130903262; + public const int contentPaddingBottom = 2130903262; // aapt resource value: 0x7F0300DF - public const int contentPaddingBottom = 2130903263; + public const int contentPaddingEnd = 2130903263; // aapt resource value: 0x7F0300E0 - public const int contentPaddingEnd = 2130903264; + public const int contentPaddingLeft = 2130903264; // aapt resource value: 0x7F0300E1 - public const int contentPaddingLeft = 2130903265; + public const int contentPaddingRight = 2130903265; // aapt resource value: 0x7F0300E2 - public const int contentPaddingRight = 2130903266; + public const int contentPaddingStart = 2130903266; // aapt resource value: 0x7F0300E3 - public const int contentPaddingStart = 2130903267; + public const int contentPaddingTop = 2130903267; // aapt resource value: 0x7F0300E4 - public const int contentPaddingTop = 2130903268; + public const int contentScrim = 2130903268; // aapt resource value: 0x7F0300E5 - public const int contentScrim = 2130903269; + public const int contrast = 2130903269; // aapt resource value: 0x7F0300E6 - public const int contrast = 2130903270; + public const int controlBackground = 2130903270; // aapt resource value: 0x7F0300E7 - public const int controlBackground = 2130903271; + public const int coordinatorLayoutStyle = 2130903271; // aapt resource value: 0x7F0300E8 - public const int coordinatorLayoutStyle = 2130903272; + public const int cornerFamily = 2130903272; // aapt resource value: 0x7F0300E9 - public const int cornerFamily = 2130903273; + public const int cornerFamilyBottomLeft = 2130903273; // aapt resource value: 0x7F0300EA - public const int cornerFamilyBottomLeft = 2130903274; + public const int cornerFamilyBottomRight = 2130903274; // aapt resource value: 0x7F0300EB - public const int cornerFamilyBottomRight = 2130903275; + public const int cornerFamilyTopLeft = 2130903275; // aapt resource value: 0x7F0300EC - public const int cornerFamilyTopLeft = 2130903276; + public const int cornerFamilyTopRight = 2130903276; // aapt resource value: 0x7F0300ED - public const int cornerFamilyTopRight = 2130903277; + public const int cornerRadius = 2130903277; // aapt resource value: 0x7F0300EE - public const int cornerRadius = 2130903278; + public const int cornerSize = 2130903278; // aapt resource value: 0x7F0300EF - public const int cornerSize = 2130903279; + public const int cornerSizeBottomLeft = 2130903279; // aapt resource value: 0x7F0300F0 - public const int cornerSizeBottomLeft = 2130903280; + public const int cornerSizeBottomRight = 2130903280; // aapt resource value: 0x7F0300F1 - public const int cornerSizeBottomRight = 2130903281; + public const int cornerSizeTopLeft = 2130903281; // aapt resource value: 0x7F0300F2 - public const int cornerSizeTopLeft = 2130903282; + public const int cornerSizeTopRight = 2130903282; // aapt resource value: 0x7F0300F3 - public const int cornerSizeTopRight = 2130903283; + public const int counterEnabled = 2130903283; // aapt resource value: 0x7F0300F4 - public const int counterEnabled = 2130903284; + public const int counterMaxLength = 2130903284; // aapt resource value: 0x7F0300F5 - public const int counterMaxLength = 2130903285; + public const int counterOverflowTextAppearance = 2130903285; // aapt resource value: 0x7F0300F6 - public const int counterOverflowTextAppearance = 2130903286; + public const int counterOverflowTextColor = 2130903286; // aapt resource value: 0x7F0300F7 - public const int counterOverflowTextColor = 2130903287; + public const int counterTextAppearance = 2130903287; // aapt resource value: 0x7F0300F8 - public const int counterTextAppearance = 2130903288; + public const int counterTextColor = 2130903288; // aapt resource value: 0x7F0300F9 - public const int counterTextColor = 2130903289; + public const int crossfade = 2130903289; // aapt resource value: 0x7F0300FA - public const int crossfade = 2130903290; + public const int currentState = 2130903290; // aapt resource value: 0x7F0300FB - public const int currentState = 2130903291; + public const int curveFit = 2130903291; // aapt resource value: 0x7F0300FC - public const int curveFit = 2130903292; + public const int customBoolean = 2130903292; // aapt resource value: 0x7F0300FD - public const int customBoolean = 2130903293; + public const int customColorDrawableValue = 2130903293; // aapt resource value: 0x7F0300FE - public const int customColorDrawableValue = 2130903294; + public const int customColorValue = 2130903294; // aapt resource value: 0x7F0300FF - public const int customColorValue = 2130903295; + public const int customDimension = 2130903295; // aapt resource value: 0x7F030100 - public const int customDimension = 2130903296; + public const int customFloatValue = 2130903296; // aapt resource value: 0x7F030101 - public const int customFloatValue = 2130903297; + public const int customIntegerValue = 2130903297; // aapt resource value: 0x7F030102 - public const int customIntegerValue = 2130903298; + public const int customNavigationLayout = 2130903298; // aapt resource value: 0x7F030103 - public const int customNavigationLayout = 2130903299; + public const int customPixelDimension = 2130903299; // aapt resource value: 0x7F030104 - public const int customPixelDimension = 2130903300; + public const int customStringValue = 2130903300; // aapt resource value: 0x7F030105 - public const int customStringValue = 2130903301; + public const int cutout_alignment = 2130903301; // aapt resource value: 0x7F030106 - public const int cutout_alignment = 2130903302; + public const int cutout_crop_offset_x = 2130903302; // aapt resource value: 0x7F030107 - public const int cutout_crop_offset_x = 2130903303; + public const int cutout_crop_offset_y = 2130903303; // aapt resource value: 0x7F030108 - public const int cutout_crop_offset_y = 2130903304; + public const int cutout_crop_padding_x = 2130903304; // aapt resource value: 0x7F030109 - public const int cutout_crop_padding_x = 2130903305; + public const int cutout_crop_padding_y = 2130903305; // aapt resource value: 0x7F03010A - public const int cutout_crop_padding_y = 2130903306; + public const int cutout_drawable = 2130903306; // aapt resource value: 0x7F03010B - public const int cutout_drawable = 2130903307; + public const int cutout_feedback_stroke_color = 2130903307; // aapt resource value: 0x7F03010C - public const int cutout_feedback_stroke_color = 2130903308; + public const int cutout_max_height_percent = 2130903308; // aapt resource value: 0x7F03010D - public const int cutout_max_height_percent = 2130903309; + public const int cutout_max_width_percent = 2130903309; // aapt resource value: 0x7F03010E - public const int cutout_max_width_percent = 2130903310; + public const int cutout_offset_x = 2130903310; // aapt resource value: 0x7F03010F - public const int cutout_offset_x = 2130903311; + public const int cutout_offset_y = 2130903311; // aapt resource value: 0x7F030110 - public const int cutout_offset_y = 2130903312; + public const int cutout_outside_color = 2130903312; // aapt resource value: 0x7F030111 - public const int cutout_outside_color = 2130903313; + public const int cutout_ratio_from_size_height = 2130903313; // aapt resource value: 0x7F030112 - public const int cutout_ratio_from_size_height = 2130903314; + public const int cutout_ratio_from_size_width = 2130903314; // aapt resource value: 0x7F030113 - public const int cutout_ratio_from_size_width = 2130903315; + public const int cutout_rect_corner_radius_in_dp = 2130903315; // aapt resource value: 0x7F030114 - public const int cutout_rect_corner_radius_in_dp = 2130903316; + public const int cutout_stroke_color = 2130903316; // aapt resource value: 0x7F030115 - public const int cutout_stroke_color = 2130903317; + public const int cutout_stroke_width_in_dp = 2130903317; // aapt resource value: 0x7F030116 - public const int cutout_stroke_width_in_dp = 2130903318; + public const int cutout_style = 2130903318; // aapt resource value: 0x7F030117 - public const int cutout_style = 2130903319; + public const int cutout_width = 2130903319; // aapt resource value: 0x7F030118 - public const int cutout_width = 2130903320; + public const int dayInvalidStyle = 2130903320; // aapt resource value: 0x7F030119 - public const int dayInvalidStyle = 2130903321; + public const int daySelectedStyle = 2130903321; // aapt resource value: 0x7F03011A - public const int daySelectedStyle = 2130903322; + public const int dayStyle = 2130903322; // aapt resource value: 0x7F03011B - public const int dayStyle = 2130903323; + public const int dayTodayStyle = 2130903323; // aapt resource value: 0x7F03011C - public const int dayTodayStyle = 2130903324; + public const int defaultDuration = 2130903324; // aapt resource value: 0x7F03011D - public const int defaultDuration = 2130903325; + public const int defaultQueryHint = 2130903325; // aapt resource value: 0x7F03011E - public const int defaultQueryHint = 2130903326; + public const int defaultState = 2130903326; // aapt resource value: 0x7F03011F - public const int defaultState = 2130903327; + public const int default_camera = 2130903327; // aapt resource value: 0x7F030120 - public const int default_camera = 2130903328; + public const int deltaPolarAngle = 2130903328; // aapt resource value: 0x7F030121 - public const int deltaPolarAngle = 2130903329; + public const int deltaPolarRadius = 2130903329; // aapt resource value: 0x7F030122 - public const int deltaPolarRadius = 2130903330; + public const int deriveConstraintsFrom = 2130903330; // aapt resource value: 0x7F030123 - public const int deriveConstraintsFrom = 2130903331; + public const int dialogCornerRadius = 2130903331; // aapt resource value: 0x7F030124 - public const int dialogCornerRadius = 2130903332; + public const int dialogPreferredPadding = 2130903332; // aapt resource value: 0x7F030125 - public const int dialogPreferredPadding = 2130903333; + public const int dialogTheme = 2130903333; // aapt resource value: 0x7F030126 - public const int dialogTheme = 2130903334; + public const int displayOptions = 2130903334; // aapt resource value: 0x7F030127 - public const int displayOptions = 2130903335; + public const int divider = 2130903335; // aapt resource value: 0x7F030128 - public const int divider = 2130903336; + public const int dividerHorizontal = 2130903336; // aapt resource value: 0x7F030129 - public const int dividerHorizontal = 2130903337; + public const int dividerPadding = 2130903337; // aapt resource value: 0x7F03012A - public const int dividerPadding = 2130903338; + public const int dividerVertical = 2130903338; // aapt resource value: 0x7F03012B - public const int dividerVertical = 2130903339; + public const int dragDirection = 2130903339; // aapt resource value: 0x7F03012C - public const int dragDirection = 2130903340; + public const int dragScale = 2130903340; // aapt resource value: 0x7F03012D - public const int dragScale = 2130903341; + public const int dragThreshold = 2130903341; - // aapt resource value: 0x7F03012E - public const int dragThreshold = 2130903342; + // aapt resource value: 0x7F03012F + public const int drawableBottomCompat = 2130903343; // aapt resource value: 0x7F030130 - public const int drawableBottomCompat = 2130903344; + public const int drawableEndCompat = 2130903344; // aapt resource value: 0x7F030131 - public const int drawableEndCompat = 2130903345; + public const int drawableLeftCompat = 2130903345; // aapt resource value: 0x7F030132 - public const int drawableLeftCompat = 2130903346; + public const int drawableRightCompat = 2130903346; // aapt resource value: 0x7F030133 - public const int drawableRightCompat = 2130903347; + public const int drawableSize = 2130903347; // aapt resource value: 0x7F030134 - public const int drawableSize = 2130903348; + public const int drawableStartCompat = 2130903348; // aapt resource value: 0x7F030135 - public const int drawableStartCompat = 2130903349; + public const int drawableTint = 2130903349; // aapt resource value: 0x7F030136 - public const int drawableTint = 2130903350; + public const int drawableTintMode = 2130903350; // aapt resource value: 0x7F030137 - public const int drawableTintMode = 2130903351; + public const int drawableTopCompat = 2130903351; // aapt resource value: 0x7F030138 - public const int drawableTopCompat = 2130903352; + public const int drawerArrowStyle = 2130903352; // aapt resource value: 0x7F030139 - public const int drawerArrowStyle = 2130903353; + public const int drawerLayoutStyle = 2130903353; - // aapt resource value: 0x7F03013A - public const int drawerLayoutStyle = 2130903354; + // aapt resource value: 0x7F03012E + public const int drawPath = 2130903342; - // aapt resource value: 0x7F03012F - public const int drawPath = 2130903343; + // aapt resource value: 0x7F03013B + public const int dropdownListPreferredItemHeight = 2130903355; - // aapt resource value: 0x7F03013C - public const int dropdownListPreferredItemHeight = 2130903356; + // aapt resource value: 0x7F03013A + public const int dropDownListViewStyle = 2130903354; - // aapt resource value: 0x7F03013B - public const int dropDownListViewStyle = 2130903355; + // aapt resource value: 0x7F03013C + public const int duration = 2130903356; // aapt resource value: 0x7F03013D - public const int duration = 2130903357; + public const int editTextBackground = 2130903357; // aapt resource value: 0x7F03013E - public const int editTextBackground = 2130903358; + public const int editTextColor = 2130903358; // aapt resource value: 0x7F03013F - public const int editTextColor = 2130903359; + public const int editTextStyle = 2130903359; // aapt resource value: 0x7F030140 - public const int editTextStyle = 2130903360; + public const int elevation = 2130903360; // aapt resource value: 0x7F030141 - public const int elevation = 2130903361; + public const int elevationOverlayColor = 2130903361; // aapt resource value: 0x7F030142 - public const int elevationOverlayColor = 2130903362; + public const int elevationOverlayEnabled = 2130903362; // aapt resource value: 0x7F030143 - public const int elevationOverlayEnabled = 2130903363; + public const int endIconCheckable = 2130903363; // aapt resource value: 0x7F030144 - public const int endIconCheckable = 2130903364; + public const int endIconContentDescription = 2130903364; // aapt resource value: 0x7F030145 - public const int endIconContentDescription = 2130903365; + public const int endIconDrawable = 2130903365; // aapt resource value: 0x7F030146 - public const int endIconDrawable = 2130903366; + public const int endIconMode = 2130903366; // aapt resource value: 0x7F030147 - public const int endIconMode = 2130903367; + public const int endIconTint = 2130903367; // aapt resource value: 0x7F030148 - public const int endIconTint = 2130903368; + public const int endIconTintMode = 2130903368; // aapt resource value: 0x7F030149 - public const int endIconTintMode = 2130903369; + public const int enforceMaterialTheme = 2130903369; // aapt resource value: 0x7F03014A - public const int enforceMaterialTheme = 2130903370; + public const int enforceTextAppearance = 2130903370; // aapt resource value: 0x7F03014B - public const int enforceTextAppearance = 2130903371; + public const int ensureMinTouchTargetSize = 2130903371; // aapt resource value: 0x7F03014C - public const int ensureMinTouchTargetSize = 2130903372; + public const int errorContentDescription = 2130903372; // aapt resource value: 0x7F03014D - public const int errorContentDescription = 2130903373; + public const int errorEnabled = 2130903373; // aapt resource value: 0x7F03014E - public const int errorEnabled = 2130903374; + public const int errorIconDrawable = 2130903374; // aapt resource value: 0x7F03014F - public const int errorIconDrawable = 2130903375; + public const int errorIconTint = 2130903375; // aapt resource value: 0x7F030150 - public const int errorIconTint = 2130903376; + public const int errorIconTintMode = 2130903376; // aapt resource value: 0x7F030151 - public const int errorIconTintMode = 2130903377; + public const int errorTextAppearance = 2130903377; // aapt resource value: 0x7F030152 - public const int errorTextAppearance = 2130903378; + public const int errorTextColor = 2130903378; // aapt resource value: 0x7F030153 - public const int errorTextColor = 2130903379; + public const int expandActivityOverflowButtonDrawable = 2130903379; // aapt resource value: 0x7F030154 - public const int expandActivityOverflowButtonDrawable = 2130903380; + public const int expanded = 2130903380; // aapt resource value: 0x7F030155 - public const int expanded = 2130903381; + public const int expandedHintEnabled = 2130903381; // aapt resource value: 0x7F030156 - public const int expandedHintEnabled = 2130903382; + public const int expandedTitleGravity = 2130903382; // aapt resource value: 0x7F030157 - public const int expandedTitleGravity = 2130903383; + public const int expandedTitleMargin = 2130903383; // aapt resource value: 0x7F030158 - public const int expandedTitleMargin = 2130903384; + public const int expandedTitleMarginBottom = 2130903384; // aapt resource value: 0x7F030159 - public const int expandedTitleMarginBottom = 2130903385; + public const int expandedTitleMarginEnd = 2130903385; // aapt resource value: 0x7F03015A - public const int expandedTitleMarginEnd = 2130903386; + public const int expandedTitleMarginStart = 2130903386; // aapt resource value: 0x7F03015B - public const int expandedTitleMarginStart = 2130903387; + public const int expandedTitleMarginTop = 2130903387; // aapt resource value: 0x7F03015C - public const int expandedTitleMarginTop = 2130903388; + public const int expandedTitleTextAppearance = 2130903388; + + // aapt resource value: 0x7F03015E + public const int extendedFloatingActionButtonStyle = 2130903390; // aapt resource value: 0x7F03015D - public const int expandedTitleTextAppearance = 2130903389; + public const int extendMotionSpec = 2130903389; // aapt resource value: 0x7F03015F - public const int extendedFloatingActionButtonStyle = 2130903391; - - // aapt resource value: 0x7F03015E - public const int extendMotionSpec = 2130903390; + public const int fabAlignmentMode = 2130903391; // aapt resource value: 0x7F030160 - public const int fabAlignmentMode = 2130903392; + public const int fabAnimationMode = 2130903392; // aapt resource value: 0x7F030161 - public const int fabAnimationMode = 2130903393; + public const int fabCradleMargin = 2130903393; // aapt resource value: 0x7F030162 - public const int fabCradleMargin = 2130903394; + public const int fabCradleRoundedCornerRadius = 2130903394; // aapt resource value: 0x7F030163 - public const int fabCradleRoundedCornerRadius = 2130903395; + public const int fabCradleVerticalOffset = 2130903395; // aapt resource value: 0x7F030164 - public const int fabCradleVerticalOffset = 2130903396; + public const int fabCustomSize = 2130903396; // aapt resource value: 0x7F030165 - public const int fabCustomSize = 2130903397; + public const int fabSize = 2130903397; // aapt resource value: 0x7F030166 - public const int fabSize = 2130903398; + public const int fallback_cameras = 2130903398; // aapt resource value: 0x7F030167 - public const int fallback_cameras = 2130903399; + public const int fastScrollEnabled = 2130903399; // aapt resource value: 0x7F030168 - public const int fastScrollEnabled = 2130903400; + public const int fastScrollHorizontalThumbDrawable = 2130903400; // aapt resource value: 0x7F030169 - public const int fastScrollHorizontalThumbDrawable = 2130903401; + public const int fastScrollHorizontalTrackDrawable = 2130903401; // aapt resource value: 0x7F03016A - public const int fastScrollHorizontalTrackDrawable = 2130903402; + public const int fastScrollVerticalThumbDrawable = 2130903402; // aapt resource value: 0x7F03016B - public const int fastScrollVerticalThumbDrawable = 2130903403; + public const int fastScrollVerticalTrackDrawable = 2130903403; // aapt resource value: 0x7F03016C - public const int fastScrollVerticalTrackDrawable = 2130903404; + public const int firstBaselineToTopHeight = 2130903404; // aapt resource value: 0x7F03016D - public const int firstBaselineToTopHeight = 2130903405; + public const int flash_alignment = 2130903405; // aapt resource value: 0x7F03016E - public const int flash_alignment = 2130903406; + public const int flash_image_auto = 2130903406; // aapt resource value: 0x7F03016F - public const int flash_image_auto = 2130903407; + public const int flash_image_off = 2130903407; // aapt resource value: 0x7F030170 - public const int flash_image_off = 2130903408; + public const int flash_image_on = 2130903408; // aapt resource value: 0x7F030171 - public const int flash_image_on = 2130903409; + public const int flash_mode = 2130903409; // aapt resource value: 0x7F030172 - public const int flash_mode = 2130903410; + public const int floatingActionButtonStyle = 2130903410; // aapt resource value: 0x7F030173 - public const int floatingActionButtonStyle = 2130903411; + public const int flow_firstHorizontalBias = 2130903411; // aapt resource value: 0x7F030174 - public const int flow_firstHorizontalBias = 2130903412; + public const int flow_firstHorizontalStyle = 2130903412; // aapt resource value: 0x7F030175 - public const int flow_firstHorizontalStyle = 2130903413; + public const int flow_firstVerticalBias = 2130903413; // aapt resource value: 0x7F030176 - public const int flow_firstVerticalBias = 2130903414; + public const int flow_firstVerticalStyle = 2130903414; // aapt resource value: 0x7F030177 - public const int flow_firstVerticalStyle = 2130903415; + public const int flow_horizontalAlign = 2130903415; // aapt resource value: 0x7F030178 - public const int flow_horizontalAlign = 2130903416; + public const int flow_horizontalBias = 2130903416; // aapt resource value: 0x7F030179 - public const int flow_horizontalBias = 2130903417; + public const int flow_horizontalGap = 2130903417; // aapt resource value: 0x7F03017A - public const int flow_horizontalGap = 2130903418; + public const int flow_horizontalStyle = 2130903418; // aapt resource value: 0x7F03017B - public const int flow_horizontalStyle = 2130903419; + public const int flow_lastHorizontalBias = 2130903419; // aapt resource value: 0x7F03017C - public const int flow_lastHorizontalBias = 2130903420; + public const int flow_lastHorizontalStyle = 2130903420; // aapt resource value: 0x7F03017D - public const int flow_lastHorizontalStyle = 2130903421; + public const int flow_lastVerticalBias = 2130903421; // aapt resource value: 0x7F03017E - public const int flow_lastVerticalBias = 2130903422; + public const int flow_lastVerticalStyle = 2130903422; // aapt resource value: 0x7F03017F - public const int flow_lastVerticalStyle = 2130903423; + public const int flow_maxElementsWrap = 2130903423; // aapt resource value: 0x7F030180 - public const int flow_maxElementsWrap = 2130903424; + public const int flow_padding = 2130903424; // aapt resource value: 0x7F030181 - public const int flow_padding = 2130903425; + public const int flow_verticalAlign = 2130903425; // aapt resource value: 0x7F030182 - public const int flow_verticalAlign = 2130903426; + public const int flow_verticalBias = 2130903426; // aapt resource value: 0x7F030183 - public const int flow_verticalBias = 2130903427; + public const int flow_verticalGap = 2130903427; // aapt resource value: 0x7F030184 - public const int flow_verticalGap = 2130903428; + public const int flow_verticalStyle = 2130903428; // aapt resource value: 0x7F030185 - public const int flow_verticalStyle = 2130903429; + public const int flow_wrapMode = 2130903429; // aapt resource value: 0x7F030186 - public const int flow_wrapMode = 2130903430; + public const int font = 2130903430; // aapt resource value: 0x7F030187 - public const int font = 2130903431; + public const int fontFamily = 2130903431; // aapt resource value: 0x7F030188 - public const int fontFamily = 2130903432; + public const int fontProviderAuthority = 2130903432; // aapt resource value: 0x7F030189 - public const int fontProviderAuthority = 2130903433; + public const int fontProviderCerts = 2130903433; // aapt resource value: 0x7F03018A - public const int fontProviderCerts = 2130903434; + public const int fontProviderFetchStrategy = 2130903434; // aapt resource value: 0x7F03018B - public const int fontProviderFetchStrategy = 2130903435; + public const int fontProviderFetchTimeout = 2130903435; // aapt resource value: 0x7F03018C - public const int fontProviderFetchTimeout = 2130903436; + public const int fontProviderPackage = 2130903436; // aapt resource value: 0x7F03018D - public const int fontProviderPackage = 2130903437; + public const int fontProviderQuery = 2130903437; // aapt resource value: 0x7F03018E - public const int fontProviderQuery = 2130903438; + public const int fontProviderSystemFontFamily = 2130903438; // aapt resource value: 0x7F03018F - public const int fontProviderSystemFontFamily = 2130903439; + public const int fontStyle = 2130903439; // aapt resource value: 0x7F030190 - public const int fontStyle = 2130903440; + public const int fontVariationSettings = 2130903440; // aapt resource value: 0x7F030191 - public const int fontVariationSettings = 2130903441; + public const int fontWeight = 2130903441; // aapt resource value: 0x7F030192 - public const int fontWeight = 2130903442; + public const int foregroundInsidePadding = 2130903442; // aapt resource value: 0x7F030193 - public const int foregroundInsidePadding = 2130903443; + public const int framePosition = 2130903443; // aapt resource value: 0x7F030194 - public const int framePosition = 2130903444; + public const int gapBetweenBars = 2130903444; // aapt resource value: 0x7F030195 - public const int gapBetweenBars = 2130903445; + public const int gestureInsetBottomIgnored = 2130903445; // aapt resource value: 0x7F030196 - public const int gestureInsetBottomIgnored = 2130903446; + public const int goIcon = 2130903446; // aapt resource value: 0x7F030197 - public const int goIcon = 2130903447; + public const int haloColor = 2130903447; // aapt resource value: 0x7F030198 - public const int haloColor = 2130903448; + public const int haloRadius = 2130903448; // aapt resource value: 0x7F030199 - public const int haloRadius = 2130903449; + public const int headerLayout = 2130903449; // aapt resource value: 0x7F03019A - public const int headerLayout = 2130903450; + public const int height = 2130903450; // aapt resource value: 0x7F03019B - public const int height = 2130903451; + public const int helperText = 2130903451; // aapt resource value: 0x7F03019C - public const int helperText = 2130903452; + public const int helperTextEnabled = 2130903452; // aapt resource value: 0x7F03019D - public const int helperTextEnabled = 2130903453; + public const int helperTextTextAppearance = 2130903453; // aapt resource value: 0x7F03019E - public const int helperTextTextAppearance = 2130903454; + public const int helperTextTextColor = 2130903454; // aapt resource value: 0x7F03019F - public const int helperTextTextColor = 2130903455; + public const int hideAnimationBehavior = 2130903455; // aapt resource value: 0x7F0301A0 - public const int hideAnimationBehavior = 2130903456; + public const int hideMotionSpec = 2130903456; // aapt resource value: 0x7F0301A1 - public const int hideMotionSpec = 2130903457; + public const int hideOnContentScroll = 2130903457; // aapt resource value: 0x7F0301A2 - public const int hideOnContentScroll = 2130903458; + public const int hideOnScroll = 2130903458; // aapt resource value: 0x7F0301A3 - public const int hideOnScroll = 2130903459; + public const int hintAnimationEnabled = 2130903459; // aapt resource value: 0x7F0301A4 - public const int hintAnimationEnabled = 2130903460; + public const int hintEnabled = 2130903460; // aapt resource value: 0x7F0301A5 - public const int hintEnabled = 2130903461; + public const int hintTextAppearance = 2130903461; // aapt resource value: 0x7F0301A6 - public const int hintTextAppearance = 2130903462; + public const int hintTextColor = 2130903462; // aapt resource value: 0x7F0301A7 - public const int hintTextColor = 2130903463; + public const int homeAsUpIndicator = 2130903463; // aapt resource value: 0x7F0301A8 - public const int homeAsUpIndicator = 2130903464; + public const int homeLayout = 2130903464; // aapt resource value: 0x7F0301A9 - public const int homeLayout = 2130903465; + public const int horizontalOffset = 2130903465; // aapt resource value: 0x7F0301AA - public const int horizontalOffset = 2130903466; + public const int hoveredFocusedTranslationZ = 2130903466; // aapt resource value: 0x7F0301AB - public const int hoveredFocusedTranslationZ = 2130903467; + public const int icon = 2130903467; // aapt resource value: 0x7F0301AC - public const int icon = 2130903468; + public const int iconEndPadding = 2130903468; // aapt resource value: 0x7F0301AD - public const int iconEndPadding = 2130903469; + public const int iconGravity = 2130903469; - // aapt resource value: 0x7F0301AE - public const int iconGravity = 2130903470; + // aapt resource value: 0x7F0301B3 + public const int iconifiedByDefault = 2130903475; - // aapt resource value: 0x7F0301B4 - public const int iconifiedByDefault = 2130903476; + // aapt resource value: 0x7F0301AE + public const int iconPadding = 2130903470; // aapt resource value: 0x7F0301AF - public const int iconPadding = 2130903471; + public const int iconSize = 2130903471; // aapt resource value: 0x7F0301B0 - public const int iconSize = 2130903472; + public const int iconStartPadding = 2130903472; // aapt resource value: 0x7F0301B1 - public const int iconStartPadding = 2130903473; + public const int iconTint = 2130903473; // aapt resource value: 0x7F0301B2 - public const int iconTint = 2130903474; + public const int iconTintMode = 2130903474; - // aapt resource value: 0x7F0301B3 - public const int iconTintMode = 2130903475; + // aapt resource value: 0x7F0301B4 + public const int imageAspectRatio = 2130903476; // aapt resource value: 0x7F0301B5 - public const int imageAspectRatio = 2130903477; + public const int imageAspectRatioAdjust = 2130903477; // aapt resource value: 0x7F0301B6 - public const int imageAspectRatioAdjust = 2130903478; + public const int imageButtonStyle = 2130903478; // aapt resource value: 0x7F0301B7 - public const int imageButtonStyle = 2130903479; + public const int indeterminateAnimationType = 2130903479; // aapt resource value: 0x7F0301B8 - public const int indeterminateAnimationType = 2130903480; + public const int indeterminateProgressStyle = 2130903480; // aapt resource value: 0x7F0301B9 - public const int indeterminateProgressStyle = 2130903481; + public const int indicatorColor = 2130903481; // aapt resource value: 0x7F0301BA - public const int indicatorColor = 2130903482; + public const int indicatorDirectionCircular = 2130903482; // aapt resource value: 0x7F0301BB - public const int indicatorDirectionCircular = 2130903483; + public const int indicatorDirectionLinear = 2130903483; // aapt resource value: 0x7F0301BC - public const int indicatorDirectionLinear = 2130903484; + public const int indicatorInset = 2130903484; // aapt resource value: 0x7F0301BD - public const int indicatorInset = 2130903485; + public const int indicatorSize = 2130903485; // aapt resource value: 0x7F0301BE - public const int indicatorSize = 2130903486; + public const int initialActivityCount = 2130903486; // aapt resource value: 0x7F0301BF - public const int initialActivityCount = 2130903487; + public const int insetForeground = 2130903487; // aapt resource value: 0x7F0301C0 - public const int insetForeground = 2130903488; + public const int isLightTheme = 2130903488; // aapt resource value: 0x7F0301C1 - public const int isLightTheme = 2130903489; + public const int isMaterialTheme = 2130903489; // aapt resource value: 0x7F0301C2 - public const int isMaterialTheme = 2130903490; + public const int itemBackground = 2130903490; // aapt resource value: 0x7F0301C3 - public const int itemBackground = 2130903491; + public const int itemFillColor = 2130903491; // aapt resource value: 0x7F0301C4 - public const int itemFillColor = 2130903492; + public const int itemHorizontalPadding = 2130903492; // aapt resource value: 0x7F0301C5 - public const int itemHorizontalPadding = 2130903493; + public const int itemHorizontalTranslationEnabled = 2130903493; // aapt resource value: 0x7F0301C6 - public const int itemHorizontalTranslationEnabled = 2130903494; + public const int itemIconPadding = 2130903494; // aapt resource value: 0x7F0301C7 - public const int itemIconPadding = 2130903495; + public const int itemIconSize = 2130903495; // aapt resource value: 0x7F0301C8 - public const int itemIconSize = 2130903496; + public const int itemIconTint = 2130903496; // aapt resource value: 0x7F0301C9 - public const int itemIconTint = 2130903497; + public const int itemMaxLines = 2130903497; // aapt resource value: 0x7F0301CA - public const int itemMaxLines = 2130903498; + public const int itemPadding = 2130903498; // aapt resource value: 0x7F0301CB - public const int itemPadding = 2130903499; + public const int itemRippleColor = 2130903499; // aapt resource value: 0x7F0301CC - public const int itemRippleColor = 2130903500; + public const int itemShapeAppearance = 2130903500; // aapt resource value: 0x7F0301CD - public const int itemShapeAppearance = 2130903501; + public const int itemShapeAppearanceOverlay = 2130903501; // aapt resource value: 0x7F0301CE - public const int itemShapeAppearanceOverlay = 2130903502; + public const int itemShapeFillColor = 2130903502; // aapt resource value: 0x7F0301CF - public const int itemShapeFillColor = 2130903503; + public const int itemShapeInsetBottom = 2130903503; // aapt resource value: 0x7F0301D0 - public const int itemShapeInsetBottom = 2130903504; + public const int itemShapeInsetEnd = 2130903504; // aapt resource value: 0x7F0301D1 - public const int itemShapeInsetEnd = 2130903505; + public const int itemShapeInsetStart = 2130903505; // aapt resource value: 0x7F0301D2 - public const int itemShapeInsetStart = 2130903506; + public const int itemShapeInsetTop = 2130903506; // aapt resource value: 0x7F0301D3 - public const int itemShapeInsetTop = 2130903507; + public const int itemSpacing = 2130903507; // aapt resource value: 0x7F0301D4 - public const int itemSpacing = 2130903508; + public const int itemStrokeColor = 2130903508; // aapt resource value: 0x7F0301D5 - public const int itemStrokeColor = 2130903509; + public const int itemStrokeWidth = 2130903509; // aapt resource value: 0x7F0301D6 - public const int itemStrokeWidth = 2130903510; + public const int itemTextAppearance = 2130903510; // aapt resource value: 0x7F0301D7 - public const int itemTextAppearance = 2130903511; + public const int itemTextAppearanceActive = 2130903511; // aapt resource value: 0x7F0301D8 - public const int itemTextAppearanceActive = 2130903512; + public const int itemTextAppearanceInactive = 2130903512; // aapt resource value: 0x7F0301D9 - public const int itemTextAppearanceInactive = 2130903513; + public const int itemTextColor = 2130903513; - // aapt resource value: 0x7F0301DA - public const int itemTextColor = 2130903514; + // aapt resource value: 0x7F0301DB + public const int keyboardIcon = 2130903515; // aapt resource value: 0x7F0301DC - public const int keyboardIcon = 2130903516; + public const int keylines = 2130903516; - // aapt resource value: 0x7F0301DD - public const int keylines = 2130903517; + // aapt resource value: 0x7F0301DA + public const int keyPositionType = 2130903514; - // aapt resource value: 0x7F0301DB - public const int keyPositionType = 2130903515; + // aapt resource value: 0x7F0301DE + public const int labelBehavior = 2130903518; // aapt resource value: 0x7F0301DF - public const int labelBehavior = 2130903519; + public const int labelStyle = 2130903519; // aapt resource value: 0x7F0301E0 - public const int labelStyle = 2130903520; + public const int labelVisibilityMode = 2130903520; // aapt resource value: 0x7F0301E1 - public const int labelVisibilityMode = 2130903521; + public const int lastBaselineToBottomHeight = 2130903521; // aapt resource value: 0x7F0301E2 - public const int lastBaselineToBottomHeight = 2130903522; + public const int layout = 2130903522; // aapt resource value: 0x7F0301E3 - public const int layout = 2130903523; + public const int layoutDescription = 2130903523; // aapt resource value: 0x7F0301E4 - public const int layoutDescription = 2130903524; + public const int layoutDuringTransition = 2130903524; // aapt resource value: 0x7F0301E5 - public const int layoutDuringTransition = 2130903525; + public const int layoutManager = 2130903525; // aapt resource value: 0x7F0301E6 - public const int layoutManager = 2130903526; + public const int layout_anchor = 2130903526; // aapt resource value: 0x7F0301E7 - public const int layout_anchor = 2130903527; + public const int layout_anchorGravity = 2130903527; // aapt resource value: 0x7F0301E8 - public const int layout_anchorGravity = 2130903528; + public const int layout_behavior = 2130903528; // aapt resource value: 0x7F0301E9 - public const int layout_behavior = 2130903529; + public const int layout_collapseMode = 2130903529; // aapt resource value: 0x7F0301EA - public const int layout_collapseMode = 2130903530; + public const int layout_collapseParallaxMultiplier = 2130903530; // aapt resource value: 0x7F0301EB - public const int layout_collapseParallaxMultiplier = 2130903531; + public const int layout_constrainedHeight = 2130903531; // aapt resource value: 0x7F0301EC - public const int layout_constrainedHeight = 2130903532; + public const int layout_constrainedWidth = 2130903532; // aapt resource value: 0x7F0301ED - public const int layout_constrainedWidth = 2130903533; + public const int layout_constraintBaseline_creator = 2130903533; // aapt resource value: 0x7F0301EE - public const int layout_constraintBaseline_creator = 2130903534; + public const int layout_constraintBaseline_toBaselineOf = 2130903534; // aapt resource value: 0x7F0301EF - public const int layout_constraintBaseline_toBaselineOf = 2130903535; + public const int layout_constraintBottom_creator = 2130903535; // aapt resource value: 0x7F0301F0 - public const int layout_constraintBottom_creator = 2130903536; + public const int layout_constraintBottom_toBottomOf = 2130903536; // aapt resource value: 0x7F0301F1 - public const int layout_constraintBottom_toBottomOf = 2130903537; + public const int layout_constraintBottom_toTopOf = 2130903537; // aapt resource value: 0x7F0301F2 - public const int layout_constraintBottom_toTopOf = 2130903538; + public const int layout_constraintCircle = 2130903538; // aapt resource value: 0x7F0301F3 - public const int layout_constraintCircle = 2130903539; + public const int layout_constraintCircleAngle = 2130903539; // aapt resource value: 0x7F0301F4 - public const int layout_constraintCircleAngle = 2130903540; + public const int layout_constraintCircleRadius = 2130903540; // aapt resource value: 0x7F0301F5 - public const int layout_constraintCircleRadius = 2130903541; + public const int layout_constraintDimensionRatio = 2130903541; // aapt resource value: 0x7F0301F6 - public const int layout_constraintDimensionRatio = 2130903542; + public const int layout_constraintEnd_toEndOf = 2130903542; // aapt resource value: 0x7F0301F7 - public const int layout_constraintEnd_toEndOf = 2130903543; + public const int layout_constraintEnd_toStartOf = 2130903543; // aapt resource value: 0x7F0301F8 - public const int layout_constraintEnd_toStartOf = 2130903544; + public const int layout_constraintGuide_begin = 2130903544; // aapt resource value: 0x7F0301F9 - public const int layout_constraintGuide_begin = 2130903545; + public const int layout_constraintGuide_end = 2130903545; // aapt resource value: 0x7F0301FA - public const int layout_constraintGuide_end = 2130903546; + public const int layout_constraintGuide_percent = 2130903546; // aapt resource value: 0x7F0301FB - public const int layout_constraintGuide_percent = 2130903547; + public const int layout_constraintHeight_default = 2130903547; // aapt resource value: 0x7F0301FC - public const int layout_constraintHeight_default = 2130903548; + public const int layout_constraintHeight_max = 2130903548; // aapt resource value: 0x7F0301FD - public const int layout_constraintHeight_max = 2130903549; + public const int layout_constraintHeight_min = 2130903549; // aapt resource value: 0x7F0301FE - public const int layout_constraintHeight_min = 2130903550; + public const int layout_constraintHeight_percent = 2130903550; // aapt resource value: 0x7F0301FF - public const int layout_constraintHeight_percent = 2130903551; + public const int layout_constraintHorizontal_bias = 2130903551; // aapt resource value: 0x7F030200 - public const int layout_constraintHorizontal_bias = 2130903552; + public const int layout_constraintHorizontal_chainStyle = 2130903552; // aapt resource value: 0x7F030201 - public const int layout_constraintHorizontal_chainStyle = 2130903553; + public const int layout_constraintHorizontal_weight = 2130903553; // aapt resource value: 0x7F030202 - public const int layout_constraintHorizontal_weight = 2130903554; + public const int layout_constraintLeft_creator = 2130903554; // aapt resource value: 0x7F030203 - public const int layout_constraintLeft_creator = 2130903555; + public const int layout_constraintLeft_toLeftOf = 2130903555; // aapt resource value: 0x7F030204 - public const int layout_constraintLeft_toLeftOf = 2130903556; + public const int layout_constraintLeft_toRightOf = 2130903556; // aapt resource value: 0x7F030205 - public const int layout_constraintLeft_toRightOf = 2130903557; + public const int layout_constraintRight_creator = 2130903557; // aapt resource value: 0x7F030206 - public const int layout_constraintRight_creator = 2130903558; + public const int layout_constraintRight_toLeftOf = 2130903558; // aapt resource value: 0x7F030207 - public const int layout_constraintRight_toLeftOf = 2130903559; + public const int layout_constraintRight_toRightOf = 2130903559; // aapt resource value: 0x7F030208 - public const int layout_constraintRight_toRightOf = 2130903560; + public const int layout_constraintStart_toEndOf = 2130903560; // aapt resource value: 0x7F030209 - public const int layout_constraintStart_toEndOf = 2130903561; + public const int layout_constraintStart_toStartOf = 2130903561; // aapt resource value: 0x7F03020A - public const int layout_constraintStart_toStartOf = 2130903562; + public const int layout_constraintTag = 2130903562; // aapt resource value: 0x7F03020B - public const int layout_constraintTag = 2130903563; + public const int layout_constraintTop_creator = 2130903563; // aapt resource value: 0x7F03020C - public const int layout_constraintTop_creator = 2130903564; + public const int layout_constraintTop_toBottomOf = 2130903564; // aapt resource value: 0x7F03020D - public const int layout_constraintTop_toBottomOf = 2130903565; + public const int layout_constraintTop_toTopOf = 2130903565; // aapt resource value: 0x7F03020E - public const int layout_constraintTop_toTopOf = 2130903566; + public const int layout_constraintVertical_bias = 2130903566; // aapt resource value: 0x7F03020F - public const int layout_constraintVertical_bias = 2130903567; + public const int layout_constraintVertical_chainStyle = 2130903567; // aapt resource value: 0x7F030210 - public const int layout_constraintVertical_chainStyle = 2130903568; + public const int layout_constraintVertical_weight = 2130903568; // aapt resource value: 0x7F030211 - public const int layout_constraintVertical_weight = 2130903569; + public const int layout_constraintWidth_default = 2130903569; // aapt resource value: 0x7F030212 - public const int layout_constraintWidth_default = 2130903570; + public const int layout_constraintWidth_max = 2130903570; // aapt resource value: 0x7F030213 - public const int layout_constraintWidth_max = 2130903571; + public const int layout_constraintWidth_min = 2130903571; // aapt resource value: 0x7F030214 - public const int layout_constraintWidth_min = 2130903572; + public const int layout_constraintWidth_percent = 2130903572; // aapt resource value: 0x7F030215 - public const int layout_constraintWidth_percent = 2130903573; + public const int layout_dodgeInsetEdges = 2130903573; // aapt resource value: 0x7F030216 - public const int layout_dodgeInsetEdges = 2130903574; + public const int layout_editor_absoluteX = 2130903574; // aapt resource value: 0x7F030217 - public const int layout_editor_absoluteX = 2130903575; + public const int layout_editor_absoluteY = 2130903575; // aapt resource value: 0x7F030218 - public const int layout_editor_absoluteY = 2130903576; + public const int layout_goneMarginBottom = 2130903576; // aapt resource value: 0x7F030219 - public const int layout_goneMarginBottom = 2130903577; + public const int layout_goneMarginEnd = 2130903577; // aapt resource value: 0x7F03021A - public const int layout_goneMarginEnd = 2130903578; + public const int layout_goneMarginLeft = 2130903578; // aapt resource value: 0x7F03021B - public const int layout_goneMarginLeft = 2130903579; + public const int layout_goneMarginRight = 2130903579; // aapt resource value: 0x7F03021C - public const int layout_goneMarginRight = 2130903580; + public const int layout_goneMarginStart = 2130903580; // aapt resource value: 0x7F03021D - public const int layout_goneMarginStart = 2130903581; + public const int layout_goneMarginTop = 2130903581; // aapt resource value: 0x7F03021E - public const int layout_goneMarginTop = 2130903582; + public const int layout_insetEdge = 2130903582; // aapt resource value: 0x7F03021F - public const int layout_insetEdge = 2130903583; + public const int layout_keyline = 2130903583; // aapt resource value: 0x7F030220 - public const int layout_keyline = 2130903584; + public const int layout_optimizationLevel = 2130903584; // aapt resource value: 0x7F030221 - public const int layout_optimizationLevel = 2130903585; + public const int layout_scrollFlags = 2130903585; // aapt resource value: 0x7F030222 - public const int layout_scrollFlags = 2130903586; + public const int layout_scrollInterpolator = 2130903586; // aapt resource value: 0x7F030223 - public const int layout_scrollInterpolator = 2130903587; + public const int liftOnScroll = 2130903587; // aapt resource value: 0x7F030224 - public const int liftOnScroll = 2130903588; + public const int liftOnScrollTargetViewId = 2130903588; // aapt resource value: 0x7F030225 - public const int liftOnScrollTargetViewId = 2130903589; + public const int limitBoundsTo = 2130903589; - // aapt resource value: 0x7F030226 - public const int limitBoundsTo = 2130903590; + // aapt resource value: 0x7F030228 + public const int linearProgressIndicatorStyle = 2130903592; - // aapt resource value: 0x7F030229 - public const int linearProgressIndicatorStyle = 2130903593; + // aapt resource value: 0x7F030226 + public const int lineHeight = 2130903590; // aapt resource value: 0x7F030227 - public const int lineHeight = 2130903591; + public const int lineSpacing = 2130903591; - // aapt resource value: 0x7F030228 - public const int lineSpacing = 2130903592; + // aapt resource value: 0x7F030229 + public const int listChoiceBackgroundIndicator = 2130903593; // aapt resource value: 0x7F03022A - public const int listChoiceBackgroundIndicator = 2130903594; + public const int listChoiceIndicatorMultipleAnimated = 2130903594; // aapt resource value: 0x7F03022B - public const int listChoiceIndicatorMultipleAnimated = 2130903595; + public const int listChoiceIndicatorSingleAnimated = 2130903595; // aapt resource value: 0x7F03022C - public const int listChoiceIndicatorSingleAnimated = 2130903596; + public const int listDividerAlertDialog = 2130903596; // aapt resource value: 0x7F03022D - public const int listDividerAlertDialog = 2130903597; + public const int listItemLayout = 2130903597; // aapt resource value: 0x7F03022E - public const int listItemLayout = 2130903598; + public const int listLayout = 2130903598; // aapt resource value: 0x7F03022F - public const int listLayout = 2130903599; + public const int listMenuViewStyle = 2130903599; // aapt resource value: 0x7F030230 - public const int listMenuViewStyle = 2130903600; + public const int listPopupWindowStyle = 2130903600; // aapt resource value: 0x7F030231 - public const int listPopupWindowStyle = 2130903601; + public const int listPreferredItemHeight = 2130903601; // aapt resource value: 0x7F030232 - public const int listPreferredItemHeight = 2130903602; + public const int listPreferredItemHeightLarge = 2130903602; // aapt resource value: 0x7F030233 - public const int listPreferredItemHeightLarge = 2130903603; + public const int listPreferredItemHeightSmall = 2130903603; // aapt resource value: 0x7F030234 - public const int listPreferredItemHeightSmall = 2130903604; + public const int listPreferredItemPaddingEnd = 2130903604; // aapt resource value: 0x7F030235 - public const int listPreferredItemPaddingEnd = 2130903605; + public const int listPreferredItemPaddingLeft = 2130903605; // aapt resource value: 0x7F030236 - public const int listPreferredItemPaddingLeft = 2130903606; + public const int listPreferredItemPaddingRight = 2130903606; // aapt resource value: 0x7F030237 - public const int listPreferredItemPaddingRight = 2130903607; + public const int listPreferredItemPaddingStart = 2130903607; // aapt resource value: 0x7F030238 - public const int listPreferredItemPaddingStart = 2130903608; + public const int logo = 2130903608; // aapt resource value: 0x7F030239 - public const int logo = 2130903609; + public const int logoDescription = 2130903609; - // aapt resource value: 0x7F03023A - public const int logoDescription = 2130903610; + // aapt resource value: 0x7F0301DD + public const int lStar = 2130903517; - // aapt resource value: 0x7F0301DE - public const int lStar = 2130903518; + // aapt resource value: 0x7F03023A + public const int materialAlertDialogBodyTextStyle = 2130903610; // aapt resource value: 0x7F03023B - public const int materialAlertDialogBodyTextStyle = 2130903611; + public const int materialAlertDialogTheme = 2130903611; // aapt resource value: 0x7F03023C - public const int materialAlertDialogTheme = 2130903612; + public const int materialAlertDialogTitleIconStyle = 2130903612; // aapt resource value: 0x7F03023D - public const int materialAlertDialogTitleIconStyle = 2130903613; + public const int materialAlertDialogTitlePanelStyle = 2130903613; // aapt resource value: 0x7F03023E - public const int materialAlertDialogTitlePanelStyle = 2130903614; + public const int materialAlertDialogTitleTextStyle = 2130903614; // aapt resource value: 0x7F03023F - public const int materialAlertDialogTitleTextStyle = 2130903615; + public const int materialButtonOutlinedStyle = 2130903615; // aapt resource value: 0x7F030240 - public const int materialButtonOutlinedStyle = 2130903616; + public const int materialButtonStyle = 2130903616; // aapt resource value: 0x7F030241 - public const int materialButtonStyle = 2130903617; + public const int materialButtonToggleGroupStyle = 2130903617; // aapt resource value: 0x7F030242 - public const int materialButtonToggleGroupStyle = 2130903618; + public const int materialCalendarDay = 2130903618; // aapt resource value: 0x7F030243 - public const int materialCalendarDay = 2130903619; + public const int materialCalendarFullscreenTheme = 2130903619; // aapt resource value: 0x7F030244 - public const int materialCalendarFullscreenTheme = 2130903620; + public const int materialCalendarHeaderCancelButton = 2130903620; // aapt resource value: 0x7F030245 - public const int materialCalendarHeaderCancelButton = 2130903621; + public const int materialCalendarHeaderConfirmButton = 2130903621; // aapt resource value: 0x7F030246 - public const int materialCalendarHeaderConfirmButton = 2130903622; + public const int materialCalendarHeaderDivider = 2130903622; // aapt resource value: 0x7F030247 - public const int materialCalendarHeaderDivider = 2130903623; + public const int materialCalendarHeaderLayout = 2130903623; // aapt resource value: 0x7F030248 - public const int materialCalendarHeaderLayout = 2130903624; + public const int materialCalendarHeaderSelection = 2130903624; // aapt resource value: 0x7F030249 - public const int materialCalendarHeaderSelection = 2130903625; + public const int materialCalendarHeaderTitle = 2130903625; // aapt resource value: 0x7F03024A - public const int materialCalendarHeaderTitle = 2130903626; + public const int materialCalendarHeaderToggleButton = 2130903626; // aapt resource value: 0x7F03024B - public const int materialCalendarHeaderToggleButton = 2130903627; + public const int materialCalendarMonth = 2130903627; // aapt resource value: 0x7F03024C - public const int materialCalendarMonth = 2130903628; + public const int materialCalendarMonthNavigationButton = 2130903628; // aapt resource value: 0x7F03024D - public const int materialCalendarMonthNavigationButton = 2130903629; + public const int materialCalendarStyle = 2130903629; // aapt resource value: 0x7F03024E - public const int materialCalendarStyle = 2130903630; + public const int materialCalendarTheme = 2130903630; // aapt resource value: 0x7F03024F - public const int materialCalendarTheme = 2130903631; + public const int materialCalendarYearNavigationButton = 2130903631; // aapt resource value: 0x7F030250 - public const int materialCalendarYearNavigationButton = 2130903632; + public const int materialCardViewStyle = 2130903632; // aapt resource value: 0x7F030251 - public const int materialCardViewStyle = 2130903633; + public const int materialCircleRadius = 2130903633; // aapt resource value: 0x7F030252 - public const int materialCircleRadius = 2130903634; + public const int materialClockStyle = 2130903634; // aapt resource value: 0x7F030253 - public const int materialClockStyle = 2130903635; + public const int materialThemeOverlay = 2130903635; // aapt resource value: 0x7F030254 - public const int materialThemeOverlay = 2130903636; + public const int materialTimePickerStyle = 2130903636; // aapt resource value: 0x7F030255 - public const int materialTimePickerStyle = 2130903637; + public const int materialTimePickerTheme = 2130903637; // aapt resource value: 0x7F030256 - public const int materialTimePickerTheme = 2130903638; + public const int maxAcceleration = 2130903638; // aapt resource value: 0x7F030257 - public const int maxAcceleration = 2130903639; + public const int maxActionInlineWidth = 2130903639; // aapt resource value: 0x7F030258 - public const int maxActionInlineWidth = 2130903640; + public const int maxButtonHeight = 2130903640; // aapt resource value: 0x7F030259 - public const int maxButtonHeight = 2130903641; + public const int maxCharacterCount = 2130903641; // aapt resource value: 0x7F03025A - public const int maxCharacterCount = 2130903642; + public const int maxHeight = 2130903642; // aapt resource value: 0x7F03025B - public const int maxHeight = 2130903643; + public const int maxImageSize = 2130903643; // aapt resource value: 0x7F03025C - public const int maxImageSize = 2130903644; + public const int maxLines = 2130903644; // aapt resource value: 0x7F03025D - public const int maxLines = 2130903645; + public const int maxVelocity = 2130903645; // aapt resource value: 0x7F03025E - public const int maxVelocity = 2130903646; + public const int maxWidth = 2130903646; // aapt resource value: 0x7F03025F - public const int maxWidth = 2130903647; + public const int measureWithLargestChild = 2130903647; // aapt resource value: 0x7F030260 - public const int measureWithLargestChild = 2130903648; + public const int menu = 2130903648; // aapt resource value: 0x7F030261 - public const int menu = 2130903649; + public const int minHeight = 2130903649; // aapt resource value: 0x7F030262 - public const int minHeight = 2130903650; + public const int minHideDelay = 2130903650; // aapt resource value: 0x7F030263 - public const int minHideDelay = 2130903651; + public const int minSeparation = 2130903651; // aapt resource value: 0x7F030264 - public const int minSeparation = 2130903652; + public const int minTouchTargetSize = 2130903652; // aapt resource value: 0x7F030265 - public const int minTouchTargetSize = 2130903653; + public const int minWidth = 2130903653; // aapt resource value: 0x7F030266 - public const int minWidth = 2130903654; + public const int mock_diagonalsColor = 2130903654; // aapt resource value: 0x7F030267 - public const int mock_diagonalsColor = 2130903655; + public const int mock_label = 2130903655; // aapt resource value: 0x7F030268 - public const int mock_label = 2130903656; + public const int mock_labelBackgroundColor = 2130903656; // aapt resource value: 0x7F030269 - public const int mock_labelBackgroundColor = 2130903657; + public const int mock_labelColor = 2130903657; // aapt resource value: 0x7F03026A - public const int mock_labelColor = 2130903658; + public const int mock_showDiagonals = 2130903658; // aapt resource value: 0x7F03026B - public const int mock_showDiagonals = 2130903659; + public const int mock_showLabel = 2130903659; // aapt resource value: 0x7F03026C - public const int mock_showLabel = 2130903660; + public const int motionDebug = 2130903660; // aapt resource value: 0x7F03026D - public const int motionDebug = 2130903661; + public const int motionInterpolator = 2130903661; // aapt resource value: 0x7F03026E - public const int motionInterpolator = 2130903662; + public const int motionPathRotate = 2130903662; // aapt resource value: 0x7F03026F - public const int motionPathRotate = 2130903663; + public const int motionProgress = 2130903663; // aapt resource value: 0x7F030270 - public const int motionProgress = 2130903664; + public const int motionStagger = 2130903664; // aapt resource value: 0x7F030271 - public const int motionStagger = 2130903665; + public const int motionTarget = 2130903665; // aapt resource value: 0x7F030272 - public const int motionTarget = 2130903666; + public const int motion_postLayoutCollision = 2130903666; // aapt resource value: 0x7F030273 - public const int motion_postLayoutCollision = 2130903667; + public const int motion_triggerOnCollision = 2130903667; // aapt resource value: 0x7F030274 - public const int motion_triggerOnCollision = 2130903668; + public const int moveWhenScrollAtTop = 2130903668; // aapt resource value: 0x7F030275 - public const int moveWhenScrollAtTop = 2130903669; + public const int multiChoiceItemLayout = 2130903669; // aapt resource value: 0x7F030276 - public const int multiChoiceItemLayout = 2130903670; + public const int navigationContentDescription = 2130903670; // aapt resource value: 0x7F030277 - public const int navigationContentDescription = 2130903671; + public const int navigationIcon = 2130903671; // aapt resource value: 0x7F030278 - public const int navigationIcon = 2130903672; + public const int navigationIconTint = 2130903672; // aapt resource value: 0x7F030279 - public const int navigationIconTint = 2130903673; + public const int navigationMode = 2130903673; // aapt resource value: 0x7F03027A - public const int navigationMode = 2130903674; + public const int navigationViewStyle = 2130903674; - // aapt resource value: 0x7F03027B - public const int navigationViewStyle = 2130903675; + // aapt resource value: 0x7F03027D + public const int nestedScrollable = 2130903677; - // aapt resource value: 0x7F03027E - public const int nestedScrollable = 2130903678; + // aapt resource value: 0x7F03027B + public const int nestedScrollFlags = 2130903675; // aapt resource value: 0x7F03027C - public const int nestedScrollFlags = 2130903676; + public const int nestedScrollViewStyle = 2130903676; - // aapt resource value: 0x7F03027D - public const int nestedScrollViewStyle = 2130903677; + // aapt resource value: 0x7F03027E + public const int number = 2130903678; // aapt resource value: 0x7F03027F - public const int number = 2130903679; + public const int numericModifiers = 2130903679; // aapt resource value: 0x7F030280 - public const int numericModifiers = 2130903680; + public const int onCross = 2130903680; // aapt resource value: 0x7F030281 - public const int onCross = 2130903681; + public const int onHide = 2130903681; // aapt resource value: 0x7F030282 - public const int onHide = 2130903682; + public const int onNegativeCross = 2130903682; // aapt resource value: 0x7F030283 - public const int onNegativeCross = 2130903683; + public const int onPositiveCross = 2130903683; // aapt resource value: 0x7F030284 - public const int onPositiveCross = 2130903684; + public const int onShow = 2130903684; // aapt resource value: 0x7F030285 - public const int onShow = 2130903685; + public const int onTouchUp = 2130903685; // aapt resource value: 0x7F030286 - public const int onTouchUp = 2130903686; + public const int overlapAnchor = 2130903686; // aapt resource value: 0x7F030287 - public const int overlapAnchor = 2130903687; + public const int overlay = 2130903687; // aapt resource value: 0x7F030288 - public const int overlay = 2130903688; + public const int overlay_drawable = 2130903688; // aapt resource value: 0x7F030289 - public const int overlay_drawable = 2130903689; + public const int overlay_outside_color = 2130903689; // aapt resource value: 0x7F03028A - public const int overlay_outside_color = 2130903690; + public const int paddingBottomNoButtons = 2130903690; // aapt resource value: 0x7F03028B - public const int paddingBottomNoButtons = 2130903691; + public const int paddingBottomSystemWindowInsets = 2130903691; // aapt resource value: 0x7F03028C - public const int paddingBottomSystemWindowInsets = 2130903692; + public const int paddingEnd = 2130903692; // aapt resource value: 0x7F03028D - public const int paddingEnd = 2130903693; + public const int paddingLeftSystemWindowInsets = 2130903693; // aapt resource value: 0x7F03028E - public const int paddingLeftSystemWindowInsets = 2130903694; + public const int paddingRightSystemWindowInsets = 2130903694; // aapt resource value: 0x7F03028F - public const int paddingRightSystemWindowInsets = 2130903695; + public const int paddingStart = 2130903695; // aapt resource value: 0x7F030290 - public const int paddingStart = 2130903696; + public const int paddingTopNoTitle = 2130903696; // aapt resource value: 0x7F030291 - public const int paddingTopNoTitle = 2130903697; + public const int panelBackground = 2130903697; // aapt resource value: 0x7F030292 - public const int panelBackground = 2130903698; + public const int panelMenuListTheme = 2130903698; // aapt resource value: 0x7F030293 - public const int panelMenuListTheme = 2130903699; + public const int panelMenuListWidth = 2130903699; // aapt resource value: 0x7F030294 - public const int panelMenuListWidth = 2130903700; + public const int passwordToggleContentDescription = 2130903700; // aapt resource value: 0x7F030295 - public const int passwordToggleContentDescription = 2130903701; + public const int passwordToggleDrawable = 2130903701; // aapt resource value: 0x7F030296 - public const int passwordToggleDrawable = 2130903702; + public const int passwordToggleEnabled = 2130903702; // aapt resource value: 0x7F030297 - public const int passwordToggleEnabled = 2130903703; + public const int passwordToggleTint = 2130903703; // aapt resource value: 0x7F030298 - public const int passwordToggleTint = 2130903704; + public const int passwordToggleTintMode = 2130903704; // aapt resource value: 0x7F030299 - public const int passwordToggleTintMode = 2130903705; + public const int pathMotionArc = 2130903705; // aapt resource value: 0x7F03029A - public const int pathMotionArc = 2130903706; + public const int path_percent = 2130903706; // aapt resource value: 0x7F03029B - public const int path_percent = 2130903707; + public const int percentHeight = 2130903707; // aapt resource value: 0x7F03029C - public const int percentHeight = 2130903708; + public const int percentWidth = 2130903708; // aapt resource value: 0x7F03029D - public const int percentWidth = 2130903709; + public const int percentX = 2130903709; // aapt resource value: 0x7F03029E - public const int percentX = 2130903710; + public const int percentY = 2130903710; // aapt resource value: 0x7F03029F - public const int percentY = 2130903711; + public const int perpendicularPath_percent = 2130903711; // aapt resource value: 0x7F0302A0 - public const int perpendicularPath_percent = 2130903712; + public const int pivotAnchor = 2130903712; // aapt resource value: 0x7F0302A1 - public const int pivotAnchor = 2130903713; + public const int placeholderText = 2130903713; // aapt resource value: 0x7F0302A2 - public const int placeholderText = 2130903714; + public const int placeholderTextAppearance = 2130903714; // aapt resource value: 0x7F0302A3 - public const int placeholderTextAppearance = 2130903715; + public const int placeholderTextColor = 2130903715; // aapt resource value: 0x7F0302A4 - public const int placeholderTextColor = 2130903716; + public const int placeholder_emptyVisibility = 2130903716; // aapt resource value: 0x7F0302A5 - public const int placeholder_emptyVisibility = 2130903717; + public const int popupMenuBackground = 2130903717; // aapt resource value: 0x7F0302A6 - public const int popupMenuBackground = 2130903718; + public const int popupMenuStyle = 2130903718; // aapt resource value: 0x7F0302A7 - public const int popupMenuStyle = 2130903719; + public const int popupTheme = 2130903719; // aapt resource value: 0x7F0302A8 - public const int popupTheme = 2130903720; + public const int popupWindowStyle = 2130903720; // aapt resource value: 0x7F0302A9 - public const int popupWindowStyle = 2130903721; + public const int preferred_picture_height = 2130903721; // aapt resource value: 0x7F0302AA - public const int preferred_picture_height = 2130903722; + public const int preferred_picture_width = 2130903722; // aapt resource value: 0x7F0302AB - public const int preferred_picture_width = 2130903723; + public const int preferred_preview_height = 2130903723; // aapt resource value: 0x7F0302AC - public const int preferred_preview_height = 2130903724; + public const int preferred_preview_width = 2130903724; // aapt resource value: 0x7F0302AD - public const int preferred_preview_width = 2130903725; + public const int prefixText = 2130903725; // aapt resource value: 0x7F0302AE - public const int prefixText = 2130903726; + public const int prefixTextAppearance = 2130903726; // aapt resource value: 0x7F0302AF - public const int prefixTextAppearance = 2130903727; + public const int prefixTextColor = 2130903727; // aapt resource value: 0x7F0302B0 - public const int prefixTextColor = 2130903728; + public const int preserveIconSpacing = 2130903728; // aapt resource value: 0x7F0302B1 - public const int preserveIconSpacing = 2130903729; + public const int pressedTranslationZ = 2130903729; // aapt resource value: 0x7F0302B2 - public const int pressedTranslationZ = 2130903730; + public const int progressBarPadding = 2130903730; // aapt resource value: 0x7F0302B3 - public const int progressBarPadding = 2130903731; + public const int progressBarStyle = 2130903731; // aapt resource value: 0x7F0302B4 - public const int progressBarStyle = 2130903732; + public const int queryBackground = 2130903732; // aapt resource value: 0x7F0302B5 - public const int queryBackground = 2130903733; + public const int queryHint = 2130903733; // aapt resource value: 0x7F0302B6 - public const int queryHint = 2130903734; + public const int queryPatterns = 2130903734; // aapt resource value: 0x7F0302B7 - public const int queryPatterns = 2130903735; + public const int radioButtonStyle = 2130903735; // aapt resource value: 0x7F0302B8 - public const int radioButtonStyle = 2130903736; + public const int rangeFillColor = 2130903736; // aapt resource value: 0x7F0302B9 - public const int rangeFillColor = 2130903737; + public const int ratingBarStyle = 2130903737; // aapt resource value: 0x7F0302BA - public const int ratingBarStyle = 2130903738; + public const int ratingBarStyleIndicator = 2130903738; // aapt resource value: 0x7F0302BB - public const int ratingBarStyleIndicator = 2130903739; + public const int ratingBarStyleSmall = 2130903739; // aapt resource value: 0x7F0302BC - public const int ratingBarStyleSmall = 2130903740; + public const int recyclerViewStyle = 2130903740; // aapt resource value: 0x7F0302BD - public const int recyclerViewStyle = 2130903741; + public const int region_heightLessThan = 2130903741; // aapt resource value: 0x7F0302BE - public const int region_heightLessThan = 2130903742; + public const int region_heightMoreThan = 2130903742; // aapt resource value: 0x7F0302BF - public const int region_heightMoreThan = 2130903743; + public const int region_widthLessThan = 2130903743; // aapt resource value: 0x7F0302C0 - public const int region_widthLessThan = 2130903744; + public const int region_widthMoreThan = 2130903744; // aapt resource value: 0x7F0302C1 - public const int region_widthMoreThan = 2130903745; + public const int reverseLayout = 2130903745; // aapt resource value: 0x7F0302C2 - public const int reverseLayout = 2130903746; + public const int rippleColor = 2130903746; // aapt resource value: 0x7F0302C3 - public const int rippleColor = 2130903747; + public const int round = 2130903747; // aapt resource value: 0x7F0302C4 - public const int round = 2130903748; + public const int roundPercent = 2130903748; // aapt resource value: 0x7F0302C5 - public const int roundPercent = 2130903749; + public const int saturation = 2130903749; // aapt resource value: 0x7F0302C6 - public const int saturation = 2130903750; + public const int scopeUris = 2130903750; // aapt resource value: 0x7F0302C7 - public const int scopeUris = 2130903751; + public const int scrimAnimationDuration = 2130903751; // aapt resource value: 0x7F0302C8 - public const int scrimAnimationDuration = 2130903752; + public const int scrimBackground = 2130903752; // aapt resource value: 0x7F0302C9 - public const int scrimBackground = 2130903753; + public const int scrimVisibleHeightTrigger = 2130903753; // aapt resource value: 0x7F0302CA - public const int scrimVisibleHeightTrigger = 2130903754; + public const int searchHintIcon = 2130903754; // aapt resource value: 0x7F0302CB - public const int searchHintIcon = 2130903755; + public const int searchIcon = 2130903755; // aapt resource value: 0x7F0302CC - public const int searchIcon = 2130903756; + public const int searchViewStyle = 2130903756; // aapt resource value: 0x7F0302CD - public const int searchViewStyle = 2130903757; + public const int seekBarStyle = 2130903757; // aapt resource value: 0x7F0302CE - public const int seekBarStyle = 2130903758; + public const int selectableItemBackground = 2130903758; // aapt resource value: 0x7F0302CF - public const int selectableItemBackground = 2130903759; + public const int selectableItemBackgroundBorderless = 2130903759; // aapt resource value: 0x7F0302D0 - public const int selectableItemBackgroundBorderless = 2130903760; + public const int selectionRequired = 2130903760; // aapt resource value: 0x7F0302D1 - public const int selectionRequired = 2130903761; + public const int selectorSize = 2130903761; // aapt resource value: 0x7F0302D2 - public const int selectorSize = 2130903762; + public const int shapeAppearance = 2130903762; // aapt resource value: 0x7F0302D3 - public const int shapeAppearance = 2130903763; + public const int shapeAppearanceLargeComponent = 2130903763; // aapt resource value: 0x7F0302D4 - public const int shapeAppearanceLargeComponent = 2130903764; + public const int shapeAppearanceMediumComponent = 2130903764; // aapt resource value: 0x7F0302D5 - public const int shapeAppearanceMediumComponent = 2130903765; + public const int shapeAppearanceOverlay = 2130903765; // aapt resource value: 0x7F0302D6 - public const int shapeAppearanceOverlay = 2130903766; + public const int shapeAppearanceSmallComponent = 2130903766; // aapt resource value: 0x7F0302D7 - public const int shapeAppearanceSmallComponent = 2130903767; + public const int shortcutMatchRequired = 2130903767; // aapt resource value: 0x7F0302D8 - public const int shortcutMatchRequired = 2130903768; + public const int showAnimationBehavior = 2130903768; // aapt resource value: 0x7F0302D9 - public const int showAnimationBehavior = 2130903769; + public const int showAsAction = 2130903769; // aapt resource value: 0x7F0302DA - public const int showAsAction = 2130903770; + public const int showDelay = 2130903770; // aapt resource value: 0x7F0302DB - public const int showDelay = 2130903771; + public const int showDividers = 2130903771; // aapt resource value: 0x7F0302DC - public const int showDividers = 2130903772; + public const int showMotionSpec = 2130903772; // aapt resource value: 0x7F0302DD - public const int showMotionSpec = 2130903773; + public const int showPaths = 2130903773; // aapt resource value: 0x7F0302DE - public const int showPaths = 2130903774; + public const int showText = 2130903774; // aapt resource value: 0x7F0302DF - public const int showText = 2130903775; + public const int showTitle = 2130903775; // aapt resource value: 0x7F0302E0 - public const int showTitle = 2130903776; + public const int shrinkMotionSpec = 2130903776; // aapt resource value: 0x7F0302E1 - public const int shrinkMotionSpec = 2130903777; + public const int singleChoiceItemLayout = 2130903777; // aapt resource value: 0x7F0302E2 - public const int singleChoiceItemLayout = 2130903778; + public const int singleLine = 2130903778; // aapt resource value: 0x7F0302E3 - public const int singleLine = 2130903779; + public const int singleSelection = 2130903779; // aapt resource value: 0x7F0302E4 - public const int singleSelection = 2130903780; + public const int sizePercent = 2130903780; // aapt resource value: 0x7F0302E5 - public const int sizePercent = 2130903781; + public const int sliderStyle = 2130903781; // aapt resource value: 0x7F0302E6 - public const int sliderStyle = 2130903782; + public const int snackbarButtonStyle = 2130903782; // aapt resource value: 0x7F0302E7 - public const int snackbarButtonStyle = 2130903783; + public const int snackbarStyle = 2130903783; // aapt resource value: 0x7F0302E8 - public const int snackbarStyle = 2130903784; + public const int snackbarTextViewStyle = 2130903784; // aapt resource value: 0x7F0302E9 - public const int snackbarTextViewStyle = 2130903785; + public const int spanCount = 2130903785; // aapt resource value: 0x7F0302EA - public const int spanCount = 2130903786; + public const int spinBars = 2130903786; // aapt resource value: 0x7F0302EB - public const int spinBars = 2130903787; + public const int spinnerDropDownItemStyle = 2130903787; // aapt resource value: 0x7F0302EC - public const int spinnerDropDownItemStyle = 2130903788; + public const int spinnerStyle = 2130903788; // aapt resource value: 0x7F0302ED - public const int spinnerStyle = 2130903789; + public const int splitTrack = 2130903789; // aapt resource value: 0x7F0302EE - public const int splitTrack = 2130903790; + public const int srcCompat = 2130903790; // aapt resource value: 0x7F0302EF - public const int srcCompat = 2130903791; + public const int stackFromEnd = 2130903791; // aapt resource value: 0x7F0302F0 - public const int stackFromEnd = 2130903792; + public const int staggered = 2130903792; // aapt resource value: 0x7F0302F1 - public const int staggered = 2130903793; + public const int startIconCheckable = 2130903793; // aapt resource value: 0x7F0302F2 - public const int startIconCheckable = 2130903794; + public const int startIconContentDescription = 2130903794; // aapt resource value: 0x7F0302F3 - public const int startIconContentDescription = 2130903795; + public const int startIconDrawable = 2130903795; // aapt resource value: 0x7F0302F4 - public const int startIconDrawable = 2130903796; + public const int startIconTint = 2130903796; // aapt resource value: 0x7F0302F5 - public const int startIconTint = 2130903797; + public const int startIconTintMode = 2130903797; // aapt resource value: 0x7F0302F6 - public const int startIconTintMode = 2130903798; + public const int state_above_anchor = 2130903798; // aapt resource value: 0x7F0302F7 - public const int state_above_anchor = 2130903799; + public const int state_collapsed = 2130903799; // aapt resource value: 0x7F0302F8 - public const int state_collapsed = 2130903800; + public const int state_collapsible = 2130903800; // aapt resource value: 0x7F0302F9 - public const int state_collapsible = 2130903801; + public const int state_dragged = 2130903801; // aapt resource value: 0x7F0302FA - public const int state_dragged = 2130903802; + public const int state_liftable = 2130903802; // aapt resource value: 0x7F0302FB - public const int state_liftable = 2130903803; + public const int state_lifted = 2130903803; // aapt resource value: 0x7F0302FC - public const int state_lifted = 2130903804; + public const int statusBarBackground = 2130903804; // aapt resource value: 0x7F0302FD - public const int statusBarBackground = 2130903805; + public const int statusBarForeground = 2130903805; // aapt resource value: 0x7F0302FE - public const int statusBarForeground = 2130903806; + public const int statusBarScrim = 2130903806; // aapt resource value: 0x7F0302FF - public const int statusBarScrim = 2130903807; + public const int strokeColor = 2130903807; // aapt resource value: 0x7F030300 - public const int strokeColor = 2130903808; + public const int strokeWidth = 2130903808; // aapt resource value: 0x7F030301 - public const int strokeWidth = 2130903809; + public const int subMenuArrow = 2130903809; // aapt resource value: 0x7F030302 - public const int subMenuArrow = 2130903810; + public const int submitBackground = 2130903810; // aapt resource value: 0x7F030303 - public const int submitBackground = 2130903811; + public const int subtitle = 2130903811; // aapt resource value: 0x7F030304 - public const int subtitle = 2130903812; + public const int subtitleTextAppearance = 2130903812; // aapt resource value: 0x7F030305 - public const int subtitleTextAppearance = 2130903813; + public const int subtitleTextColor = 2130903813; // aapt resource value: 0x7F030306 - public const int subtitleTextColor = 2130903814; + public const int subtitleTextStyle = 2130903814; // aapt resource value: 0x7F030307 - public const int subtitleTextStyle = 2130903815; + public const int suffixText = 2130903815; // aapt resource value: 0x7F030308 - public const int suffixText = 2130903816; + public const int suffixTextAppearance = 2130903816; // aapt resource value: 0x7F030309 - public const int suffixTextAppearance = 2130903817; + public const int suffixTextColor = 2130903817; // aapt resource value: 0x7F03030A - public const int suffixTextColor = 2130903818; + public const int suggestionRowLayout = 2130903818; // aapt resource value: 0x7F03030B - public const int suggestionRowLayout = 2130903819; + public const int switchMinWidth = 2130903819; // aapt resource value: 0x7F03030C - public const int switchMinWidth = 2130903820; + public const int switchPadding = 2130903820; // aapt resource value: 0x7F03030D - public const int switchPadding = 2130903821; + public const int switchStyle = 2130903821; // aapt resource value: 0x7F03030E - public const int switchStyle = 2130903822; + public const int switchTextAppearance = 2130903822; // aapt resource value: 0x7F03030F - public const int switchTextAppearance = 2130903823; + public const int tabBackground = 2130903823; // aapt resource value: 0x7F030310 - public const int tabBackground = 2130903824; + public const int tabContentStart = 2130903824; // aapt resource value: 0x7F030311 - public const int tabContentStart = 2130903825; + public const int tabGravity = 2130903825; // aapt resource value: 0x7F030312 - public const int tabGravity = 2130903826; + public const int tabIconTint = 2130903826; // aapt resource value: 0x7F030313 - public const int tabIconTint = 2130903827; + public const int tabIconTintMode = 2130903827; // aapt resource value: 0x7F030314 - public const int tabIconTintMode = 2130903828; + public const int tabIndicator = 2130903828; // aapt resource value: 0x7F030315 - public const int tabIndicator = 2130903829; + public const int tabIndicatorAnimationDuration = 2130903829; // aapt resource value: 0x7F030316 - public const int tabIndicatorAnimationDuration = 2130903830; + public const int tabIndicatorAnimationMode = 2130903830; // aapt resource value: 0x7F030317 - public const int tabIndicatorAnimationMode = 2130903831; + public const int tabIndicatorColor = 2130903831; // aapt resource value: 0x7F030318 - public const int tabIndicatorColor = 2130903832; + public const int tabIndicatorFullWidth = 2130903832; // aapt resource value: 0x7F030319 - public const int tabIndicatorFullWidth = 2130903833; + public const int tabIndicatorGravity = 2130903833; // aapt resource value: 0x7F03031A - public const int tabIndicatorGravity = 2130903834; + public const int tabIndicatorHeight = 2130903834; // aapt resource value: 0x7F03031B - public const int tabIndicatorHeight = 2130903835; + public const int tabInlineLabel = 2130903835; // aapt resource value: 0x7F03031C - public const int tabInlineLabel = 2130903836; + public const int tabMaxWidth = 2130903836; // aapt resource value: 0x7F03031D - public const int tabMaxWidth = 2130903837; + public const int tabMinWidth = 2130903837; // aapt resource value: 0x7F03031E - public const int tabMinWidth = 2130903838; + public const int tabMode = 2130903838; // aapt resource value: 0x7F03031F - public const int tabMode = 2130903839; + public const int tabPadding = 2130903839; // aapt resource value: 0x7F030320 - public const int tabPadding = 2130903840; + public const int tabPaddingBottom = 2130903840; // aapt resource value: 0x7F030321 - public const int tabPaddingBottom = 2130903841; + public const int tabPaddingEnd = 2130903841; // aapt resource value: 0x7F030322 - public const int tabPaddingEnd = 2130903842; + public const int tabPaddingStart = 2130903842; // aapt resource value: 0x7F030323 - public const int tabPaddingStart = 2130903843; + public const int tabPaddingTop = 2130903843; // aapt resource value: 0x7F030324 - public const int tabPaddingTop = 2130903844; + public const int tabRippleColor = 2130903844; // aapt resource value: 0x7F030325 - public const int tabRippleColor = 2130903845; + public const int tabSelectedTextColor = 2130903845; // aapt resource value: 0x7F030326 - public const int tabSelectedTextColor = 2130903846; + public const int tabStyle = 2130903846; // aapt resource value: 0x7F030327 - public const int tabStyle = 2130903847; + public const int tabTextAppearance = 2130903847; // aapt resource value: 0x7F030328 - public const int tabTextAppearance = 2130903848; + public const int tabTextColor = 2130903848; // aapt resource value: 0x7F030329 - public const int tabTextColor = 2130903849; + public const int tabUnboundedRipple = 2130903849; // aapt resource value: 0x7F03032A - public const int tabUnboundedRipple = 2130903850; + public const int targetId = 2130903850; // aapt resource value: 0x7F03032B - public const int targetId = 2130903851; + public const int telltales_tailColor = 2130903851; // aapt resource value: 0x7F03032C - public const int telltales_tailColor = 2130903852; + public const int telltales_tailScale = 2130903852; // aapt resource value: 0x7F03032D - public const int telltales_tailScale = 2130903853; + public const int telltales_velocityMode = 2130903853; // aapt resource value: 0x7F03032E - public const int telltales_velocityMode = 2130903854; + public const int textAllCaps = 2130903854; // aapt resource value: 0x7F03032F - public const int textAllCaps = 2130903855; + public const int textAppearanceBody1 = 2130903855; // aapt resource value: 0x7F030330 - public const int textAppearanceBody1 = 2130903856; + public const int textAppearanceBody2 = 2130903856; // aapt resource value: 0x7F030331 - public const int textAppearanceBody2 = 2130903857; + public const int textAppearanceButton = 2130903857; // aapt resource value: 0x7F030332 - public const int textAppearanceButton = 2130903858; + public const int textAppearanceCaption = 2130903858; // aapt resource value: 0x7F030333 - public const int textAppearanceCaption = 2130903859; + public const int textAppearanceHeadline1 = 2130903859; // aapt resource value: 0x7F030334 - public const int textAppearanceHeadline1 = 2130903860; + public const int textAppearanceHeadline2 = 2130903860; // aapt resource value: 0x7F030335 - public const int textAppearanceHeadline2 = 2130903861; + public const int textAppearanceHeadline3 = 2130903861; // aapt resource value: 0x7F030336 - public const int textAppearanceHeadline3 = 2130903862; + public const int textAppearanceHeadline4 = 2130903862; // aapt resource value: 0x7F030337 - public const int textAppearanceHeadline4 = 2130903863; + public const int textAppearanceHeadline5 = 2130903863; // aapt resource value: 0x7F030338 - public const int textAppearanceHeadline5 = 2130903864; + public const int textAppearanceHeadline6 = 2130903864; // aapt resource value: 0x7F030339 - public const int textAppearanceHeadline6 = 2130903865; + public const int textAppearanceLargePopupMenu = 2130903865; // aapt resource value: 0x7F03033A - public const int textAppearanceLargePopupMenu = 2130903866; + public const int textAppearanceLineHeightEnabled = 2130903866; // aapt resource value: 0x7F03033B - public const int textAppearanceLineHeightEnabled = 2130903867; + public const int textAppearanceListItem = 2130903867; // aapt resource value: 0x7F03033C - public const int textAppearanceListItem = 2130903868; + public const int textAppearanceListItemSecondary = 2130903868; // aapt resource value: 0x7F03033D - public const int textAppearanceListItemSecondary = 2130903869; + public const int textAppearanceListItemSmall = 2130903869; // aapt resource value: 0x7F03033E - public const int textAppearanceListItemSmall = 2130903870; + public const int textAppearanceOverline = 2130903870; // aapt resource value: 0x7F03033F - public const int textAppearanceOverline = 2130903871; + public const int textAppearancePopupMenuHeader = 2130903871; // aapt resource value: 0x7F030340 - public const int textAppearancePopupMenuHeader = 2130903872; + public const int textAppearanceSearchResultSubtitle = 2130903872; // aapt resource value: 0x7F030341 - public const int textAppearanceSearchResultSubtitle = 2130903873; + public const int textAppearanceSearchResultTitle = 2130903873; // aapt resource value: 0x7F030342 - public const int textAppearanceSearchResultTitle = 2130903874; + public const int textAppearanceSmallPopupMenu = 2130903874; // aapt resource value: 0x7F030343 - public const int textAppearanceSmallPopupMenu = 2130903875; + public const int textAppearanceSubtitle1 = 2130903875; // aapt resource value: 0x7F030344 - public const int textAppearanceSubtitle1 = 2130903876; + public const int textAppearanceSubtitle2 = 2130903876; // aapt resource value: 0x7F030345 - public const int textAppearanceSubtitle2 = 2130903877; + public const int textColorAlertDialogListItem = 2130903877; // aapt resource value: 0x7F030346 - public const int textColorAlertDialogListItem = 2130903878; + public const int textColorSearchUrl = 2130903878; // aapt resource value: 0x7F030347 - public const int textColorSearchUrl = 2130903879; + public const int textEndPadding = 2130903879; // aapt resource value: 0x7F030348 - public const int textEndPadding = 2130903880; + public const int textInputLayoutFocusedRectEnabled = 2130903880; // aapt resource value: 0x7F030349 - public const int textInputLayoutFocusedRectEnabled = 2130903881; + public const int textInputStyle = 2130903881; // aapt resource value: 0x7F03034A - public const int textInputStyle = 2130903882; + public const int textLocale = 2130903882; // aapt resource value: 0x7F03034B - public const int textLocale = 2130903883; + public const int textStartPadding = 2130903883; // aapt resource value: 0x7F03034C - public const int textStartPadding = 2130903884; + public const int theme = 2130903884; // aapt resource value: 0x7F03034D - public const int theme = 2130903885; + public const int themeLineHeight = 2130903885; // aapt resource value: 0x7F03034E - public const int themeLineHeight = 2130903886; + public const int thickness = 2130903886; // aapt resource value: 0x7F03034F - public const int thickness = 2130903887; + public const int thumbColor = 2130903887; // aapt resource value: 0x7F030350 - public const int thumbColor = 2130903888; + public const int thumbElevation = 2130903888; // aapt resource value: 0x7F030351 - public const int thumbElevation = 2130903889; + public const int thumbRadius = 2130903889; // aapt resource value: 0x7F030352 - public const int thumbRadius = 2130903890; + public const int thumbStrokeColor = 2130903890; // aapt resource value: 0x7F030353 - public const int thumbStrokeColor = 2130903891; + public const int thumbStrokeWidth = 2130903891; // aapt resource value: 0x7F030354 - public const int thumbStrokeWidth = 2130903892; + public const int thumbTextPadding = 2130903892; // aapt resource value: 0x7F030355 - public const int thumbTextPadding = 2130903893; + public const int thumbTint = 2130903893; // aapt resource value: 0x7F030356 - public const int thumbTint = 2130903894; + public const int thumbTintMode = 2130903894; // aapt resource value: 0x7F030357 - public const int thumbTintMode = 2130903895; + public const int tickColor = 2130903895; // aapt resource value: 0x7F030358 - public const int tickColor = 2130903896; + public const int tickColorActive = 2130903896; // aapt resource value: 0x7F030359 - public const int tickColorActive = 2130903897; + public const int tickColorInactive = 2130903897; // aapt resource value: 0x7F03035A - public const int tickColorInactive = 2130903898; + public const int tickMark = 2130903898; // aapt resource value: 0x7F03035B - public const int tickMark = 2130903899; + public const int tickMarkTint = 2130903899; // aapt resource value: 0x7F03035C - public const int tickMarkTint = 2130903900; + public const int tickMarkTintMode = 2130903900; // aapt resource value: 0x7F03035D - public const int tickMarkTintMode = 2130903901; + public const int tickVisible = 2130903901; // aapt resource value: 0x7F03035E - public const int tickVisible = 2130903902; + public const int tint = 2130903902; // aapt resource value: 0x7F03035F - public const int tint = 2130903903; + public const int tintMode = 2130903903; // aapt resource value: 0x7F030360 - public const int tintMode = 2130903904; + public const int title = 2130903904; // aapt resource value: 0x7F030361 - public const int title = 2130903905; + public const int titleEnabled = 2130903905; // aapt resource value: 0x7F030362 - public const int titleEnabled = 2130903906; + public const int titleMargin = 2130903906; // aapt resource value: 0x7F030363 - public const int titleMargin = 2130903907; + public const int titleMarginBottom = 2130903907; // aapt resource value: 0x7F030364 - public const int titleMarginBottom = 2130903908; + public const int titleMarginEnd = 2130903908; - // aapt resource value: 0x7F030365 - public const int titleMarginEnd = 2130903909; + // aapt resource value: 0x7F030367 + public const int titleMargins = 2130903911; - // aapt resource value: 0x7F030368 - public const int titleMargins = 2130903912; + // aapt resource value: 0x7F030365 + public const int titleMarginStart = 2130903909; // aapt resource value: 0x7F030366 - public const int titleMarginStart = 2130903910; + public const int titleMarginTop = 2130903910; - // aapt resource value: 0x7F030367 - public const int titleMarginTop = 2130903911; + // aapt resource value: 0x7F030368 + public const int titleTextAppearance = 2130903912; // aapt resource value: 0x7F030369 - public const int titleTextAppearance = 2130903913; + public const int titleTextColor = 2130903913; // aapt resource value: 0x7F03036A - public const int titleTextColor = 2130903914; + public const int titleTextStyle = 2130903914; // aapt resource value: 0x7F03036B - public const int titleTextStyle = 2130903915; + public const int toolbarId = 2130903915; // aapt resource value: 0x7F03036C - public const int toolbarId = 2130903916; + public const int toolbarNavigationButtonStyle = 2130903916; // aapt resource value: 0x7F03036D - public const int toolbarNavigationButtonStyle = 2130903917; + public const int toolbarStyle = 2130903917; // aapt resource value: 0x7F03036E - public const int toolbarStyle = 2130903918; + public const int tooltipForegroundColor = 2130903918; // aapt resource value: 0x7F03036F - public const int tooltipForegroundColor = 2130903919; + public const int tooltipFrameBackground = 2130903919; // aapt resource value: 0x7F030370 - public const int tooltipFrameBackground = 2130903920; + public const int tooltipStyle = 2130903920; // aapt resource value: 0x7F030371 - public const int tooltipStyle = 2130903921; + public const int tooltipText = 2130903921; // aapt resource value: 0x7F030372 - public const int tooltipText = 2130903922; + public const int touchAnchorId = 2130903922; // aapt resource value: 0x7F030373 - public const int touchAnchorId = 2130903923; + public const int touchAnchorSide = 2130903923; // aapt resource value: 0x7F030374 - public const int touchAnchorSide = 2130903924; + public const int touchRegionId = 2130903924; // aapt resource value: 0x7F030375 - public const int touchRegionId = 2130903925; + public const int track = 2130903925; // aapt resource value: 0x7F030376 - public const int track = 2130903926; + public const int trackColor = 2130903926; // aapt resource value: 0x7F030377 - public const int trackColor = 2130903927; + public const int trackColorActive = 2130903927; // aapt resource value: 0x7F030378 - public const int trackColorActive = 2130903928; + public const int trackColorInactive = 2130903928; // aapt resource value: 0x7F030379 - public const int trackColorInactive = 2130903929; + public const int trackCornerRadius = 2130903929; // aapt resource value: 0x7F03037A - public const int trackCornerRadius = 2130903930; + public const int trackHeight = 2130903930; // aapt resource value: 0x7F03037B - public const int trackHeight = 2130903931; + public const int trackThickness = 2130903931; // aapt resource value: 0x7F03037C - public const int trackThickness = 2130903932; + public const int trackTint = 2130903932; // aapt resource value: 0x7F03037D - public const int trackTint = 2130903933; + public const int trackTintMode = 2130903933; // aapt resource value: 0x7F03037E - public const int trackTintMode = 2130903934; + public const int transitionDisable = 2130903934; // aapt resource value: 0x7F03037F - public const int transitionDisable = 2130903935; + public const int transitionEasing = 2130903935; // aapt resource value: 0x7F030380 - public const int transitionEasing = 2130903936; + public const int transitionFlags = 2130903936; // aapt resource value: 0x7F030381 - public const int transitionFlags = 2130903937; + public const int transitionPathRotate = 2130903937; // aapt resource value: 0x7F030382 - public const int transitionPathRotate = 2130903938; + public const int transitionShapeAppearance = 2130903938; // aapt resource value: 0x7F030383 - public const int transitionShapeAppearance = 2130903939; + public const int triggerId = 2130903939; // aapt resource value: 0x7F030384 - public const int triggerId = 2130903940; + public const int triggerReceiver = 2130903940; // aapt resource value: 0x7F030385 - public const int triggerReceiver = 2130903941; + public const int triggerSlack = 2130903941; // aapt resource value: 0x7F030386 - public const int triggerSlack = 2130903942; + public const int ttcIndex = 2130903942; // aapt resource value: 0x7F030387 - public const int ttcIndex = 2130903943; + public const int useCompatPadding = 2130903943; // aapt resource value: 0x7F030388 - public const int useCompatPadding = 2130903944; + public const int useMaterialThemeColors = 2130903944; // aapt resource value: 0x7F030389 - public const int useMaterialThemeColors = 2130903945; + public const int values = 2130903945; // aapt resource value: 0x7F03038A - public const int values = 2130903946; + public const int verticalOffset = 2130903946; // aapt resource value: 0x7F03038B - public const int verticalOffset = 2130903947; + public const int vibrate_on_result = 2130903947; // aapt resource value: 0x7F03038C - public const int vibrate_on_result = 2130903948; + public const int viewInflaterClass = 2130903948; // aapt resource value: 0x7F03038D - public const int viewInflaterClass = 2130903949; + public const int visibilityMode = 2130903949; // aapt resource value: 0x7F03038E - public const int visibilityMode = 2130903950; + public const int visual_feedback_animation_duration = 2130903950; // aapt resource value: 0x7F03038F - public const int visual_feedback_animation_duration = 2130903951; + public const int visual_feedback_animation_style = 2130903951; // aapt resource value: 0x7F030390 - public const int visual_feedback_animation_style = 2130903952; + public const int visual_feedback_corner_radius_in_dp = 2130903952; // aapt resource value: 0x7F030391 - public const int visual_feedback_corner_radius_in_dp = 2130903953; + public const int visual_feedback_fill_color = 2130903953; // aapt resource value: 0x7F030392 - public const int visual_feedback_fill_color = 2130903954; + public const int visual_feedback_redraw_timeout = 2130903954; // aapt resource value: 0x7F030393 - public const int visual_feedback_redraw_timeout = 2130903955; + public const int visual_feedback_stroke_color = 2130903955; // aapt resource value: 0x7F030394 - public const int visual_feedback_stroke_color = 2130903956; + public const int visual_feedback_stroke_width_in_dp = 2130903956; // aapt resource value: 0x7F030395 - public const int visual_feedback_stroke_width_in_dp = 2130903957; + public const int visual_feedback_style = 2130903957; // aapt resource value: 0x7F030396 - public const int visual_feedback_style = 2130903958; + public const int voiceIcon = 2130903958; // aapt resource value: 0x7F030397 - public const int voiceIcon = 2130903959; + public const int warmth = 2130903959; // aapt resource value: 0x7F030398 - public const int warmth = 2130903960; + public const int waveDecay = 2130903960; // aapt resource value: 0x7F030399 - public const int waveDecay = 2130903961; + public const int waveOffset = 2130903961; // aapt resource value: 0x7F03039A - public const int waveOffset = 2130903962; + public const int wavePeriod = 2130903962; // aapt resource value: 0x7F03039B - public const int wavePeriod = 2130903963; + public const int waveShape = 2130903963; // aapt resource value: 0x7F03039C - public const int waveShape = 2130903964; + public const int waveVariesBy = 2130903964; // aapt resource value: 0x7F03039D - public const int waveVariesBy = 2130903965; + public const int windowActionBar = 2130903965; // aapt resource value: 0x7F03039E - public const int windowActionBar = 2130903966; + public const int windowActionBarOverlay = 2130903966; // aapt resource value: 0x7F03039F - public const int windowActionBarOverlay = 2130903967; + public const int windowActionModeOverlay = 2130903967; // aapt resource value: 0x7F0303A0 - public const int windowActionModeOverlay = 2130903968; + public const int windowFixedHeightMajor = 2130903968; // aapt resource value: 0x7F0303A1 - public const int windowFixedHeightMajor = 2130903969; + public const int windowFixedHeightMinor = 2130903969; // aapt resource value: 0x7F0303A2 - public const int windowFixedHeightMinor = 2130903970; + public const int windowFixedWidthMajor = 2130903970; // aapt resource value: 0x7F0303A3 - public const int windowFixedWidthMajor = 2130903971; + public const int windowFixedWidthMinor = 2130903971; // aapt resource value: 0x7F0303A4 - public const int windowFixedWidthMinor = 2130903972; + public const int windowMinWidthMajor = 2130903972; // aapt resource value: 0x7F0303A5 - public const int windowMinWidthMajor = 2130903973; + public const int windowMinWidthMinor = 2130903973; // aapt resource value: 0x7F0303A6 - public const int windowMinWidthMinor = 2130903974; + public const int windowNoTitle = 2130903974; // aapt resource value: 0x7F0303A7 - public const int windowNoTitle = 2130903975; + public const int yearSelectedStyle = 2130903975; // aapt resource value: 0x7F0303A8 - public const int yearSelectedStyle = 2130903976; + public const int yearStyle = 2130903976; // aapt resource value: 0x7F0303A9 - public const int yearStyle = 2130903977; - - // aapt resource value: 0x7F0303AA - public const int yearTodayStyle = 2130903978; + public const int yearTodayStyle = 2130903977; static Attribute() { @@ -10259,37 +10256,37 @@ private Style() public partial class Styleable { - // aapt resource value: { 0x7F03003B,0x7F030042,0x7F030043,0x7F0300D8,0x7F0300D9,0x7F0300DA,0x7F0300DB,0x7F0300DC,0x7F0300DD,0x7F030103,0x7F030127,0x7F030128,0x7F030141,0x7F03019B,0x7F0301A2,0x7F0301A8,0x7F0301A9,0x7F0301AC,0x7F0301B9,0x7F0301CB,0x7F030239,0x7F03027A,0x7F0302A8,0x7F0302B3,0x7F0302B4,0x7F030304,0x7F030307,0x7F030361,0x7F03036B } + // aapt resource value: { 0x7F03003A,0x7F030041,0x7F030042,0x7F0300D7,0x7F0300D8,0x7F0300D9,0x7F0300DA,0x7F0300DB,0x7F0300DC,0x7F030102,0x7F030126,0x7F030127,0x7F030140,0x7F03019A,0x7F0301A1,0x7F0301A7,0x7F0301A8,0x7F0301AB,0x7F0301B8,0x7F0301CA,0x7F030238,0x7F030279,0x7F0302A7,0x7F0302B2,0x7F0302B3,0x7F030303,0x7F030306,0x7F030360,0x7F03036A } public static int[] ActionBar = new int[] { - 2130903099, + 2130903098, + 2130903105, 2130903106, - 2130903107, + 2130903255, 2130903256, 2130903257, 2130903258, 2130903259, 2130903260, - 2130903261, - 2130903299, + 2130903298, + 2130903334, 2130903335, - 2130903336, - 2130903361, - 2130903451, - 2130903458, + 2130903360, + 2130903450, + 2130903457, + 2130903463, 2130903464, - 2130903465, - 2130903468, - 2130903481, - 2130903499, - 2130903609, - 2130903674, - 2130903720, + 2130903467, + 2130903480, + 2130903498, + 2130903608, + 2130903673, + 2130903719, + 2130903730, 2130903731, - 2130903732, - 2130903812, - 2130903815, - 2130903905, - 2130903915}; + 2130903811, + 2130903814, + 2130903904, + 2130903914}; // aapt resource value: { 0x10100B3 } public static int[] ActionBarLayout = new int[] { @@ -10396,14 +10393,14 @@ public partial class Styleable public static int[] ActionMenuView = new int[] { -1}; - // aapt resource value: { 0x7F03003B,0x7F030042,0x7F0300B1,0x7F03019B,0x7F030307,0x7F03036B } + // aapt resource value: { 0x7F03003A,0x7F030041,0x7F0300B0,0x7F03019A,0x7F030306,0x7F03036A } public static int[] ActionMode = new int[] { - 2130903099, - 2130903106, - 2130903217, - 2130903451, - 2130903815, - 2130903915}; + 2130903098, + 2130903105, + 2130903216, + 2130903450, + 2130903814, + 2130903914}; // aapt resource value: 0 public const int ActionMode_background = 0; @@ -10423,10 +10420,10 @@ public partial class Styleable // aapt resource value: 5 public const int ActionMode_titleTextStyle = 5; - // aapt resource value: { 0x7F030154,0x7F0301BF } + // aapt resource value: { 0x7F030153,0x7F0301BE } public static int[] ActivityChooserView = new int[] { - 2130903380, - 2130903487}; + 2130903379, + 2130903486}; // aapt resource value: 0 public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; @@ -10434,16 +10431,16 @@ public partial class Styleable // aapt resource value: 1 public const int ActivityChooserView_initialActivityCount = 1; - // aapt resource value: { 0x10100F2,0x7F030073,0x7F030074,0x7F03022E,0x7F03022F,0x7F030276,0x7F0302E0,0x7F0302E2 } + // aapt resource value: { 0x10100F2,0x7F030072,0x7F030073,0x7F03022D,0x7F03022E,0x7F030275,0x7F0302DF,0x7F0302E1 } public static int[] AlertDialog = new int[] { 16842994, + 2130903154, 2130903155, - 2130903156, + 2130903597, 2130903598, - 2130903599, - 2130903670, - 2130903776, - 2130903778}; + 2130903669, + 2130903775, + 2130903777}; // aapt resource value: 0 public const int AlertDialog_android_layout = 0; @@ -10526,21 +10523,21 @@ public partial class Styleable // aapt resource value: 1 public const int AnimatedStateListDrawableTransition_android_toId = 1; - // aapt resource value: { 0x7F03004D,0x7F030059,0x7F03007A,0x7F03010C,0x7F03038C,0x7F03038F,0x7F030390,0x7F030391,0x7F030392,0x7F030393,0x7F030394,0x7F030395,0x7F030396 } + // aapt resource value: { 0x7F03004C,0x7F030058,0x7F030079,0x7F03010B,0x7F03038B,0x7F03038E,0x7F03038F,0x7F030390,0x7F030391,0x7F030392,0x7F030393,0x7F030394,0x7F030395 } public static int[] AnylineBaseModuleView = new int[] { - 2130903117, - 2130903129, - 2130903162, - 2130903308, - 2130903948, + 2130903116, + 2130903128, + 2130903161, + 2130903307, + 2130903947, + 2130903950, 2130903951, 2130903952, 2130903953, 2130903954, 2130903955, 2130903956, - 2130903957, - 2130903958}; + 2130903957}; // aapt resource value: 0 public const int AnylineBaseModuleView_beep_on_result = 0; @@ -10581,14 +10578,15 @@ public partial class Styleable // aapt resource value: 12 public const int AnylineBaseModuleView_visual_feedback_style = 12; - // aapt resource value: { 0x7F030106,0x7F030107,0x7F030108,0x7F030109,0x7F03010A,0x7F03010B,0x7F03010D,0x7F03010E,0x7F03010F,0x7F030110,0x7F030111,0x7F030112,0x7F030113,0x7F030114,0x7F030115,0x7F030116,0x7F030117,0x7F030118,0x7F030120,0x7F030167,0x7F03016E,0x7F03016F,0x7F030170,0x7F030171,0x7F030172,0x7F0302AA,0x7F0302AB,0x7F0302AC,0x7F0302AD } + // aapt resource value: { 0x7F030105,0x7F030106,0x7F030107,0x7F030108,0x7F030109,0x7F03010A,0x7F03010C,0x7F03010D,0x7F03010E,0x7F03010F,0x7F030110,0x7F030111,0x7F030112,0x7F030113,0x7F030114,0x7F030115,0x7F030116,0x7F030117,0x7F03011F,0x7F030166,0x7F03016D,0x7F03016E,0x7F03016F,0x7F030170,0x7F030171,0x7F0302A9,0x7F0302AA,0x7F0302AB,0x7F0302AC } public static int[] AnylineView = new int[] { + 2130903301, 2130903302, 2130903303, 2130903304, 2130903305, 2130903306, - 2130903307, + 2130903308, 2130903309, 2130903310, 2130903311, @@ -10600,18 +10598,17 @@ public partial class Styleable 2130903317, 2130903318, 2130903319, - 2130903320, - 2130903328, - 2130903399, + 2130903327, + 2130903398, + 2130903405, 2130903406, 2130903407, 2130903408, 2130903409, - 2130903410, + 2130903721, 2130903722, 2130903723, - 2130903724, - 2130903725}; + 2130903724}; // aapt resource value: 0 public const int AnylineView_cutout_alignment = 0; @@ -10700,23 +10697,23 @@ public partial class Styleable // aapt resource value: 28 public const int AnylineView_preferred_preview_width = 28; - // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F030141,0x7F030155,0x7F030224,0x7F030225,0x7F0302FE } + // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F030140,0x7F030154,0x7F030223,0x7F030224,0x7F0302FD } public static int[] AppBarLayout = new int[] { 16842964, 16843919, 16844096, - 2130903361, - 2130903381, + 2130903360, + 2130903380, + 2130903587, 2130903588, - 2130903589, - 2130903806}; + 2130903805}; - // aapt resource value: { 0x7F0302F8,0x7F0302F9,0x7F0302FB,0x7F0302FC } + // aapt resource value: { 0x7F0302F7,0x7F0302F8,0x7F0302FA,0x7F0302FB } public static int[] AppBarLayoutStates = new int[] { + 2130903799, 2130903800, - 2130903801, - 2130903803, - 2130903804}; + 2130903802, + 2130903803}; // aapt resource value: 0 public const int AppBarLayoutStates_state_collapsed = 0; @@ -10745,10 +10742,10 @@ public partial class Styleable // aapt resource value: 4 public const int AppBarLayout_expanded = 4; - // aapt resource value: { 0x7F030222,0x7F030223 } + // aapt resource value: { 0x7F030221,0x7F030222 } public static int[] AppBarLayout_Layout = new int[] { - 2130903586, - 2130903587}; + 2130903585, + 2130903586}; // aapt resource value: 0 public const int AppBarLayout_Layout_layout_scrollFlags = 0; @@ -10765,12 +10762,12 @@ public partial class Styleable // aapt resource value: 7 public const int AppBarLayout_statusBarForeground = 7; - // aapt resource value: { 0x1010119,0x7F0302EF,0x7F03035F,0x7F030360 } + // aapt resource value: { 0x1010119,0x7F0302EE,0x7F03035E,0x7F03035F } public static int[] AppCompatImageView = new int[] { 16843033, - 2130903791, - 2130903903, - 2130903904}; + 2130903790, + 2130903902, + 2130903903}; // aapt resource value: 0 public const int AppCompatImageView_android_src = 0; @@ -10784,12 +10781,12 @@ public partial class Styleable // aapt resource value: 3 public const int AppCompatImageView_tintMode = 3; - // aapt resource value: { 0x1010142,0x7F03035B,0x7F03035C,0x7F03035D } + // aapt resource value: { 0x1010142,0x7F03035A,0x7F03035B,0x7F03035C } public static int[] AppCompatSeekBar = new int[] { 16843074, + 2130903898, 2130903899, - 2130903900, - 2130903901}; + 2130903900}; // aapt resource value: 0 public const int AppCompatSeekBar_android_thumb = 0; @@ -10834,29 +10831,29 @@ public partial class Styleable // aapt resource value: 0 public const int AppCompatTextHelper_android_textAppearance = 0; - // aapt resource value: { 0x1010034,0x7F030035,0x7F030036,0x7F030037,0x7F030038,0x7F030039,0x7F030130,0x7F030131,0x7F030132,0x7F030133,0x7F030135,0x7F030136,0x7F030137,0x7F030138,0x7F03016D,0x7F030188,0x7F030191,0x7F0301E2,0x7F030227,0x7F03032F,0x7F03034B } + // aapt resource value: { 0x1010034,0x7F030034,0x7F030035,0x7F030036,0x7F030037,0x7F030038,0x7F03012F,0x7F030130,0x7F030131,0x7F030132,0x7F030134,0x7F030135,0x7F030136,0x7F030137,0x7F03016C,0x7F030187,0x7F030190,0x7F0301E1,0x7F030226,0x7F03032E,0x7F03034A } public static int[] AppCompatTextView = new int[] { 16842804, + 2130903092, 2130903093, 2130903094, 2130903095, 2130903096, - 2130903097, + 2130903343, 2130903344, 2130903345, 2130903346, - 2130903347, + 2130903348, 2130903349, 2130903350, 2130903351, - 2130903352, - 2130903405, - 2130903432, - 2130903441, - 2130903522, - 2130903591, - 2130903855, - 2130903883}; + 2130903404, + 2130903431, + 2130903440, + 2130903521, + 2130903590, + 2130903854, + 2130903882}; // aapt resource value: 0 public const int AppCompatTextView_android_textAppearance = 0; @@ -10921,7 +10918,7 @@ public partial class Styleable // aapt resource value: 20 public const int AppCompatTextView_textLocale = 20; - // aapt resource value: { 0x1010057,0x10100AE,0x7F030000,0x7F030001,0x7F030002,0x7F030003,0x7F030004,0x7F030005,0x7F030006,0x7F030007,0x7F030008,0x7F030009,0x7F03000A,0x7F03000B,0x7F03000C,0x7F03000E,0x7F03000F,0x7F030010,0x7F030011,0x7F030012,0x7F030013,0x7F030014,0x7F030015,0x7F030016,0x7F030017,0x7F030018,0x7F030019,0x7F03001A,0x7F03001B,0x7F03001C,0x7F03001D,0x7F03001E,0x7F030022,0x7F030023,0x7F030024,0x7F030025,0x7F030026,0x7F030034,0x7F03005B,0x7F03006C,0x7F03006D,0x7F03006E,0x7F03006F,0x7F030070,0x7F030076,0x7F030077,0x7F030084,0x7F03008D,0x7F0300B9,0x7F0300BA,0x7F0300BB,0x7F0300BC,0x7F0300BD,0x7F0300BE,0x7F0300BF,0x7F0300C6,0x7F0300C7,0x7F0300CE,0x7F0300E7,0x7F030124,0x7F030125,0x7F030126,0x7F030129,0x7F03012B,0x7F03013B,0x7F03013C,0x7F03013E,0x7F03013F,0x7F030140,0x7F0301A8,0x7F0301B7,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030292,0x7F030293,0x7F030294,0x7F0302A7,0x7F0302A9,0x7F0302B8,0x7F0302BA,0x7F0302BB,0x7F0302BC,0x7F0302CD,0x7F0302CE,0x7F0302CF,0x7F0302D0,0x7F0302EC,0x7F0302ED,0x7F03030E,0x7F03033A,0x7F03033C,0x7F03033D,0x7F03033E,0x7F030340,0x7F030341,0x7F030342,0x7F030343,0x7F030346,0x7F030347,0x7F03036D,0x7F03036E,0x7F03036F,0x7F030370,0x7F03038D,0x7F03039E,0x7F03039F,0x7F0303A0,0x7F0303A1,0x7F0303A2,0x7F0303A3,0x7F0303A4,0x7F0303A5,0x7F0303A6,0x7F0303A7 } + // aapt resource value: { 0x1010057,0x10100AE,0x7F030000,0x7F030001,0x7F030002,0x7F030003,0x7F030004,0x7F030005,0x7F030006,0x7F030007,0x7F030008,0x7F030009,0x7F03000A,0x7F03000B,0x7F03000C,0x7F03000E,0x7F03000F,0x7F030010,0x7F030011,0x7F030012,0x7F030013,0x7F030014,0x7F030015,0x7F030016,0x7F030017,0x7F030018,0x7F030019,0x7F03001A,0x7F03001B,0x7F03001C,0x7F03001D,0x7F03001E,0x7F030022,0x7F030023,0x7F030024,0x7F030025,0x7F030026,0x7F030033,0x7F03005A,0x7F03006B,0x7F03006C,0x7F03006D,0x7F03006E,0x7F03006F,0x7F030075,0x7F030076,0x7F030083,0x7F03008C,0x7F0300B8,0x7F0300B9,0x7F0300BA,0x7F0300BB,0x7F0300BC,0x7F0300BD,0x7F0300BE,0x7F0300C5,0x7F0300C6,0x7F0300CD,0x7F0300E6,0x7F030123,0x7F030124,0x7F030125,0x7F030128,0x7F03012A,0x7F03013A,0x7F03013B,0x7F03013D,0x7F03013E,0x7F03013F,0x7F0301A7,0x7F0301B6,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030291,0x7F030292,0x7F030293,0x7F0302A6,0x7F0302A8,0x7F0302B7,0x7F0302B9,0x7F0302BA,0x7F0302BB,0x7F0302CC,0x7F0302CD,0x7F0302CE,0x7F0302CF,0x7F0302EB,0x7F0302EC,0x7F03030D,0x7F030339,0x7F03033B,0x7F03033C,0x7F03033D,0x7F03033F,0x7F030340,0x7F030341,0x7F030342,0x7F030345,0x7F030346,0x7F03036C,0x7F03036D,0x7F03036E,0x7F03036F,0x7F03038C,0x7F03039D,0x7F03039E,0x7F03039F,0x7F0303A0,0x7F0303A1,0x7F0303A2,0x7F0303A3,0x7F0303A4,0x7F0303A5,0x7F0303A6 } public static int[] AppCompatTheme = new int[] { 16842839, 16842926, @@ -10960,44 +10957,45 @@ public partial class Styleable 2130903076, 2130903077, 2130903078, - 2130903092, - 2130903131, + 2130903091, + 2130903130, + 2130903147, 2130903148, 2130903149, 2130903150, 2130903151, - 2130903152, + 2130903157, 2130903158, - 2130903159, - 2130903172, - 2130903181, + 2130903171, + 2130903180, + 2130903224, 2130903225, 2130903226, 2130903227, 2130903228, 2130903229, 2130903230, - 2130903231, + 2130903237, 2130903238, - 2130903239, - 2130903246, - 2130903271, + 2130903245, + 2130903270, + 2130903331, 2130903332, 2130903333, - 2130903334, - 2130903337, - 2130903339, + 2130903336, + 2130903338, + 2130903354, 2130903355, - 2130903356, + 2130903357, 2130903358, 2130903359, - 2130903360, - 2130903464, - 2130903479, + 2130903463, + 2130903478, + 2130903593, 2130903594, 2130903595, 2130903596, - 2130903597, + 2130903599, 2130903600, 2130903601, 2130903602, @@ -11006,38 +11004,38 @@ public partial class Styleable 2130903605, 2130903606, 2130903607, - 2130903608, + 2130903697, 2130903698, 2130903699, - 2130903700, - 2130903719, - 2130903721, - 2130903736, + 2130903718, + 2130903720, + 2130903735, + 2130903737, 2130903738, 2130903739, - 2130903740, + 2130903756, 2130903757, 2130903758, 2130903759, - 2130903760, + 2130903787, 2130903788, - 2130903789, - 2130903822, - 2130903866, + 2130903821, + 2130903865, + 2130903867, 2130903868, 2130903869, - 2130903870, + 2130903871, 2130903872, 2130903873, 2130903874, - 2130903875, + 2130903877, 2130903878, - 2130903879, + 2130903916, 2130903917, 2130903918, 2130903919, - 2130903920, - 2130903949, + 2130903948, + 2130903965, 2130903966, 2130903967, 2130903968, @@ -11046,8 +11044,7 @@ public partial class Styleable 2130903971, 2130903972, 2130903973, - 2130903974, - 2130903975}; + 2130903974}; // aapt resource value: 2 public const int AppCompatTheme_actionBarDivider = 2; @@ -11424,15 +11421,15 @@ public partial class Styleable // aapt resource value: 124 public const int AppCompatTheme_windowNoTitle = 124; - // aapt resource value: { 0x7F03003C,0x7F030046,0x7F030048,0x7F0301AA,0x7F03025A,0x7F03027F,0x7F03038B } + // aapt resource value: { 0x7F03003B,0x7F030045,0x7F030047,0x7F0301A9,0x7F030259,0x7F03027E,0x7F03038A } public static int[] Badge = new int[] { - 2130903100, - 2130903110, - 2130903112, - 2130903466, - 2130903642, - 2130903679, - 2130903947}; + 2130903099, + 2130903109, + 2130903111, + 2130903465, + 2130903641, + 2130903678, + 2130903946}; // aapt resource value: 0 public const int Badge_backgroundColor = 0; @@ -11455,17 +11452,17 @@ public partial class Styleable // aapt resource value: 6 public const int Badge_verticalOffset = 6; - // aapt resource value: { 0x1010139,0x7F0301A0,0x7F0301BA,0x7F030263,0x7F0302D9,0x7F0302DB,0x7F030377,0x7F03037A,0x7F03037C } + // aapt resource value: { 0x1010139,0x7F03019F,0x7F0301B9,0x7F030262,0x7F0302D8,0x7F0302DA,0x7F030376,0x7F030379,0x7F03037B } public static int[] BaseProgressIndicator = new int[] { 16843065, - 2130903456, - 2130903482, - 2130903651, - 2130903769, - 2130903771, - 2130903927, - 2130903930, - 2130903932}; + 2130903455, + 2130903481, + 2130903650, + 2130903768, + 2130903770, + 2130903926, + 2130903929, + 2130903931}; // aapt resource value: 0 public const int BaseProgressIndicator_android_indeterminate = 0; @@ -11494,19 +11491,19 @@ public partial class Styleable // aapt resource value: 8 public const int BaseProgressIndicator_trackThickness = 8; - // aapt resource value: { 0x7F030044,0x7F030141,0x7F030160,0x7F030161,0x7F030162,0x7F030163,0x7F030164,0x7F0301A3,0x7F03028C,0x7F03028E,0x7F03028F } + // aapt resource value: { 0x7F030043,0x7F030140,0x7F03015F,0x7F030160,0x7F030161,0x7F030162,0x7F030163,0x7F0301A2,0x7F03028B,0x7F03028D,0x7F03028E } public static int[] BottomAppBar = new int[] { - 2130903108, - 2130903361, + 2130903107, + 2130903360, + 2130903391, 2130903392, 2130903393, 2130903394, 2130903395, - 2130903396, - 2130903459, - 2130903692, - 2130903694, - 2130903695}; + 2130903458, + 2130903691, + 2130903693, + 2130903694}; // aapt resource value: 0 public const int BottomAppBar_backgroundTint = 0; @@ -11541,20 +11538,20 @@ public partial class Styleable // aapt resource value: 10 public const int BottomAppBar_paddingRightSystemWindowInsets = 10; - // aapt resource value: { 0x7F030044,0x7F030141,0x7F0301C3,0x7F0301C6,0x7F0301C8,0x7F0301C9,0x7F0301CC,0x7F0301D8,0x7F0301D9,0x7F0301DA,0x7F0301E1,0x7F030261 } + // aapt resource value: { 0x7F030043,0x7F030140,0x7F0301C2,0x7F0301C5,0x7F0301C7,0x7F0301C8,0x7F0301CB,0x7F0301D7,0x7F0301D8,0x7F0301D9,0x7F0301E0,0x7F030260 } public static int[] BottomNavigationView = new int[] { - 2130903108, - 2130903361, - 2130903491, - 2130903494, + 2130903107, + 2130903360, + 2130903490, + 2130903493, + 2130903495, 2130903496, - 2130903497, - 2130903500, + 2130903499, + 2130903511, 2130903512, 2130903513, - 2130903514, - 2130903521, - 2130903649}; + 2130903520, + 2130903648}; // aapt resource value: 0 public const int BottomNavigationView_backgroundTint = 0; @@ -11592,21 +11589,21 @@ public partial class Styleable // aapt resource value: 11 public const int BottomNavigationView_menu = 11; - // aapt resource value: { 0x1010440,0x7F030044,0x7F030050,0x7F030051,0x7F030052,0x7F030053,0x7F030054,0x7F030056,0x7F030057,0x7F030058,0x7F030196,0x7F0302D3,0x7F0302D6 } + // aapt resource value: { 0x1010440,0x7F030043,0x7F03004F,0x7F030050,0x7F030051,0x7F030052,0x7F030053,0x7F030055,0x7F030056,0x7F030057,0x7F030195,0x7F0302D2,0x7F0302D5 } public static int[] BottomSheetBehavior_Layout = new int[] { 16843840, - 2130903108, + 2130903107, + 2130903119, 2130903120, 2130903121, 2130903122, 2130903123, - 2130903124, + 2130903125, 2130903126, 2130903127, - 2130903128, - 2130903446, - 2130903763, - 2130903766}; + 2130903445, + 2130903762, + 2130903765}; // aapt resource value: 0 public const int BottomSheetBehavior_Layout_android_elevation = 0; @@ -11654,17 +11651,10 @@ public partial class Styleable // aapt resource value: 0 public const int ButtonBarLayout_allowStacking = 0; - // aapt resource value: { 0x7F03002D } - public static int[] CameraView = new int[] { - 2130903085}; - - // aapt resource value: 0 - public const int CameraView_api_2_enabled = 0; - - // aapt resource value: { 0x7F0302B7,0x7F0302D8 } + // aapt resource value: { 0x7F0302B6,0x7F0302D7 } public static int[] Capability = new int[] { - 2130903735, - 2130903768}; + 2130903734, + 2130903767}; // aapt resource value: 0 public const int Capability_queryPatterns = 0; @@ -11672,21 +11662,21 @@ public partial class Styleable // aapt resource value: 1 public const int Capability_shortcutMatchRequired = 1; - // aapt resource value: { 0x101013F,0x1010140,0x7F03007B,0x7F03007C,0x7F03007D,0x7F03007F,0x7F030080,0x7F030081,0x7F0300DE,0x7F0300DF,0x7F0300E1,0x7F0300E2,0x7F0300E4 } + // aapt resource value: { 0x101013F,0x1010140,0x7F03007A,0x7F03007B,0x7F03007C,0x7F03007E,0x7F03007F,0x7F030080,0x7F0300DD,0x7F0300DE,0x7F0300E0,0x7F0300E1,0x7F0300E3 } public static int[] CardView = new int[] { 16843071, 16843072, + 2130903162, 2130903163, 2130903164, - 2130903165, + 2130903166, 2130903167, 2130903168, - 2130903169, + 2130903261, 2130903262, - 2130903263, + 2130903264, 2130903265, - 2130903266, - 2130903268}; + 2130903267}; // aapt resource value: 1 public const int CardView_android_minHeight = 1; @@ -11727,7 +11717,7 @@ public partial class Styleable // aapt resource value: 12 public const int CardView_contentPaddingTop = 12; - // aapt resource value: { 0x1010034,0x1010095,0x1010098,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F030087,0x7F030088,0x7F03008B,0x7F03008C,0x7F03008E,0x7F03008F,0x7F030090,0x7F030092,0x7F030093,0x7F030094,0x7F030095,0x7F030096,0x7F030097,0x7F030098,0x7F03009D,0x7F03009E,0x7F03009F,0x7F0300A1,0x7F0300AA,0x7F0300AB,0x7F0300AC,0x7F0300AD,0x7F0300AE,0x7F0300AF,0x7F0300B0,0x7F03014C,0x7F0301A1,0x7F0301AD,0x7F0301B1,0x7F0302C3,0x7F0302D3,0x7F0302D6,0x7F0302DD,0x7F030348,0x7F03034C } + // aapt resource value: { 0x1010034,0x1010095,0x1010098,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F030086,0x7F030087,0x7F03008A,0x7F03008B,0x7F03008D,0x7F03008E,0x7F03008F,0x7F030091,0x7F030092,0x7F030093,0x7F030094,0x7F030095,0x7F030096,0x7F030097,0x7F03009C,0x7F03009D,0x7F03009E,0x7F0300A0,0x7F0300A9,0x7F0300AA,0x7F0300AB,0x7F0300AC,0x7F0300AD,0x7F0300AE,0x7F0300AF,0x7F03014B,0x7F0301A0,0x7F0301AC,0x7F0301B0,0x7F0302C2,0x7F0302D2,0x7F0302D5,0x7F0302DC,0x7F030347,0x7F03034B } public static int[] Chip = new int[] { 16842804, 16842901, @@ -11736,51 +11726,51 @@ public partial class Styleable 16843039, 16843087, 16843237, + 2130903174, 2130903175, - 2130903176, + 2130903178, 2130903179, - 2130903180, + 2130903181, 2130903182, 2130903183, - 2130903184, + 2130903185, 2130903186, 2130903187, 2130903188, 2130903189, 2130903190, 2130903191, - 2130903192, + 2130903196, 2130903197, 2130903198, - 2130903199, - 2130903201, + 2130903200, + 2130903209, 2130903210, 2130903211, 2130903212, 2130903213, 2130903214, 2130903215, - 2130903216, - 2130903372, - 2130903457, - 2130903469, - 2130903473, - 2130903747, - 2130903763, - 2130903766, - 2130903773, - 2130903880, - 2130903884}; + 2130903371, + 2130903456, + 2130903468, + 2130903472, + 2130903746, + 2130903762, + 2130903765, + 2130903772, + 2130903879, + 2130903883}; - // aapt resource value: { 0x7F030086,0x7F030099,0x7F03009A,0x7F03009B,0x7F0302D1,0x7F0302E3,0x7F0302E4 } + // aapt resource value: { 0x7F030085,0x7F030098,0x7F030099,0x7F03009A,0x7F0302D0,0x7F0302E2,0x7F0302E3 } public static int[] ChipGroup = new int[] { - 2130903174, + 2130903173, + 2130903192, 2130903193, 2130903194, - 2130903195, - 2130903761, - 2130903779, - 2130903780}; + 2130903760, + 2130903778, + 2130903779}; // aapt resource value: 0 public const int ChipGroup_checkedChip = 0; @@ -11929,11 +11919,11 @@ public partial class Styleable // aapt resource value: 41 public const int Chip_textStartPadding = 41; - // aapt resource value: { 0x7F0301BB,0x7F0301BD,0x7F0301BE } + // aapt resource value: { 0x7F0301BA,0x7F0301BC,0x7F0301BD } public static int[] CircularProgressIndicator = new int[] { - 2130903483, - 2130903485, - 2130903486}; + 2130903482, + 2130903484, + 2130903485}; // aapt resource value: 0 public const int CircularProgressIndicator_indicatorDirectionCircular = 0; @@ -11944,10 +11934,10 @@ public partial class Styleable // aapt resource value: 2 public const int CircularProgressIndicator_indicatorSize = 2; - // aapt resource value: { 0x7F0300A6,0x7F0300A9 } + // aapt resource value: { 0x7F0300A5,0x7F0300A8 } public static int[] ClockFaceView = new int[] { - 2130903206, - 2130903209}; + 2130903205, + 2130903208}; // aapt resource value: 0 public const int ClockFaceView_clockFaceBackgroundColor = 0; @@ -11955,11 +11945,11 @@ public partial class Styleable // aapt resource value: 1 public const int ClockFaceView_clockNumberTextColor = 1; - // aapt resource value: { 0x7F0300A7,0x7F030252,0x7F0302D2 } + // aapt resource value: { 0x7F0300A6,0x7F030251,0x7F0302D1 } public static int[] ClockHandView = new int[] { - 2130903207, - 2130903634, - 2130903762}; + 2130903206, + 2130903633, + 2130903761}; // aapt resource value: 0 public const int ClockHandView_clockHandColor = 0; @@ -11970,25 +11960,25 @@ public partial class Styleable // aapt resource value: 2 public const int ClockHandView_selectorSize = 2; - // aapt resource value: { 0x7F0300B5,0x7F0300B6,0x7F0300E5,0x7F030157,0x7F030158,0x7F030159,0x7F03015A,0x7F03015B,0x7F03015C,0x7F03015D,0x7F03025D,0x7F0302C8,0x7F0302CA,0x7F0302FF,0x7F030361,0x7F030362,0x7F03036C } + // aapt resource value: { 0x7F0300B4,0x7F0300B5,0x7F0300E4,0x7F030156,0x7F030157,0x7F030158,0x7F030159,0x7F03015A,0x7F03015B,0x7F03015C,0x7F03025C,0x7F0302C7,0x7F0302C9,0x7F0302FE,0x7F030360,0x7F030361,0x7F03036B } public static int[] CollapsingToolbarLayout = new int[] { + 2130903220, 2130903221, - 2130903222, - 2130903269, + 2130903268, + 2130903382, 2130903383, 2130903384, 2130903385, 2130903386, 2130903387, 2130903388, - 2130903389, - 2130903645, - 2130903752, - 2130903754, - 2130903807, + 2130903644, + 2130903751, + 2130903753, + 2130903806, + 2130903904, 2130903905, - 2130903906, - 2130903916}; + 2130903915}; // aapt resource value: 0 public const int CollapsingToolbarLayout_collapsedTitleGravity = 0; @@ -12020,10 +12010,10 @@ public partial class Styleable // aapt resource value: 9 public const int CollapsingToolbarLayout_expandedTitleTextAppearance = 9; - // aapt resource value: { 0x7F0301EA,0x7F0301EB } + // aapt resource value: { 0x7F0301E9,0x7F0301EA } public static int[] CollapsingToolbarLayout_Layout = new int[] { - 2130903530, - 2130903531}; + 2130903529, + 2130903530}; // aapt resource value: 0 public const int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; @@ -12052,13 +12042,13 @@ public partial class Styleable // aapt resource value: 16 public const int CollapsingToolbarLayout_toolbarId = 16; - // aapt resource value: { 0x10101A5,0x101031F,0x1010647,0x7F030028,0x7F0301DE } + // aapt resource value: { 0x10101A5,0x101031F,0x1010647,0x7F030028,0x7F0301DD } public static int[] ColorStateListItem = new int[] { 16843173, 16843551, 16844359, 2130903080, - 2130903518}; + 2130903517}; // aapt resource value: 3 public const int ColorStateListItem_alpha = 3; @@ -12075,12 +12065,12 @@ public partial class Styleable // aapt resource value: 4 public const int ColorStateListItem_lStar = 4; - // aapt resource value: { 0x1010107,0x7F030071,0x7F030078,0x7F030079 } + // aapt resource value: { 0x1010107,0x7F030070,0x7F030077,0x7F030078 } public static int[] CompoundButton = new int[] { 16843015, - 2130903153, - 2130903160, - 2130903161}; + 2130903152, + 2130903159, + 2130903160}; // aapt resource value: 0 public const int CompoundButton_android_button = 0; @@ -12094,7 +12084,7 @@ public partial class Styleable // aapt resource value: 3 public const int CompoundButton_buttonTintMode = 3; - // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F03002B,0x7F03004A,0x7F03004B,0x7F03004C,0x7F030083,0x7F0300D3,0x7F0300D4,0x7F03012F,0x7F030174,0x7F030175,0x7F030176,0x7F030177,0x7F030178,0x7F030179,0x7F03017A,0x7F03017B,0x7F03017C,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030180,0x7F030182,0x7F030183,0x7F030184,0x7F030185,0x7F030186,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F0301FC,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030206,0x7F030207,0x7F030208,0x7F030209,0x7F03020A,0x7F03020B,0x7F03020C,0x7F03020D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030215,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03021E,0x7F030270,0x7F030271,0x7F03029A,0x7F0302A1,0x7F030380,0x7F030382,0x7F03038E } + // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F03002B,0x7F030049,0x7F03004A,0x7F03004B,0x7F030082,0x7F0300D2,0x7F0300D3,0x7F03012E,0x7F030173,0x7F030174,0x7F030175,0x7F030176,0x7F030177,0x7F030178,0x7F030179,0x7F03017A,0x7F03017B,0x7F03017C,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030181,0x7F030182,0x7F030183,0x7F030184,0x7F030185,0x7F0301EB,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F0301FC,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030206,0x7F030207,0x7F030208,0x7F030209,0x7F03020A,0x7F03020B,0x7F03020C,0x7F03020D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030216,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03026F,0x7F030270,0x7F030299,0x7F0302A0,0x7F03037F,0x7F030381,0x7F03038D } public static int[] Constraint = new int[] { 16842948, 16842960, @@ -12124,13 +12114,14 @@ public partial class Styleable 16843770, 16843840, 2130903083, + 2130903113, 2130903114, 2130903115, - 2130903116, - 2130903171, + 2130903170, + 2130903250, 2130903251, - 2130903252, - 2130903343, + 2130903342, + 2130903411, 2130903412, 2130903413, 2130903414, @@ -12143,12 +12134,12 @@ public partial class Styleable 2130903421, 2130903422, 2130903423, - 2130903424, + 2130903425, 2130903426, 2130903427, 2130903428, 2130903429, - 2130903430, + 2130903531, 2130903532, 2130903533, 2130903534, @@ -12190,7 +12181,7 @@ public partial class Styleable 2130903570, 2130903571, 2130903572, - 2130903573, + 2130903574, 2130903575, 2130903576, 2130903577, @@ -12198,16 +12189,15 @@ public partial class Styleable 2130903579, 2130903580, 2130903581, - 2130903582, + 2130903663, 2130903664, - 2130903665, - 2130903706, - 2130903713, - 2130903936, - 2130903938, - 2130903950}; + 2130903705, + 2130903712, + 2130903935, + 2130903937, + 2130903949}; - // aapt resource value: { 0x10100C4,0x10100D5,0x10100D6,0x10100D7,0x10100D8,0x10100D9,0x10100DC,0x101011F,0x1010120,0x101013F,0x1010140,0x10103B3,0x10103B4,0x1010440,0x7F03004A,0x7F03004B,0x7F03004C,0x7F030083,0x7F0300D0,0x7F0300D3,0x7F0300D4,0x7F030174,0x7F030175,0x7F030176,0x7F030177,0x7F030178,0x7F030179,0x7F03017A,0x7F03017B,0x7F03017C,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030180,0x7F030182,0x7F030183,0x7F030184,0x7F030185,0x7F030186,0x7F0301E4,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F0301FC,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030206,0x7F030207,0x7F030208,0x7F030209,0x7F03020A,0x7F03020B,0x7F03020C,0x7F03020D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030215,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03021E,0x7F030221 } + // aapt resource value: { 0x10100C4,0x10100D5,0x10100D6,0x10100D7,0x10100D8,0x10100D9,0x10100DC,0x101011F,0x1010120,0x101013F,0x1010140,0x10103B3,0x10103B4,0x1010440,0x7F030049,0x7F03004A,0x7F03004B,0x7F030082,0x7F0300CF,0x7F0300D2,0x7F0300D3,0x7F030173,0x7F030174,0x7F030175,0x7F030176,0x7F030177,0x7F030178,0x7F030179,0x7F03017A,0x7F03017B,0x7F03017C,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030181,0x7F030182,0x7F030183,0x7F030184,0x7F030185,0x7F0301E3,0x7F0301EB,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F0301FC,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030206,0x7F030207,0x7F030208,0x7F030209,0x7F03020A,0x7F03020B,0x7F03020C,0x7F03020D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030216,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F030220 } public static int[] ConstraintLayout_Layout = new int[] { 16842948, 16842965, @@ -12223,13 +12213,14 @@ public partial class Styleable 16843699, 16843700, 16843840, + 2130903113, 2130903114, 2130903115, - 2130903116, - 2130903171, - 2130903248, + 2130903170, + 2130903247, + 2130903250, 2130903251, - 2130903252, + 2130903411, 2130903412, 2130903413, 2130903414, @@ -12242,13 +12233,13 @@ public partial class Styleable 2130903421, 2130903422, 2130903423, - 2130903424, + 2130903425, 2130903426, 2130903427, 2130903428, 2130903429, - 2130903430, - 2130903524, + 2130903523, + 2130903531, 2130903532, 2130903533, 2130903534, @@ -12290,7 +12281,7 @@ public partial class Styleable 2130903570, 2130903571, 2130903572, - 2130903573, + 2130903574, 2130903575, 2130903576, 2130903577, @@ -12298,8 +12289,7 @@ public partial class Styleable 2130903579, 2130903580, 2130903581, - 2130903582, - 2130903585}; + 2130903584}; // aapt resource value: 13 public const int ConstraintLayout_Layout_android_elevation = 13; @@ -12574,10 +12564,10 @@ public partial class Styleable // aapt resource value: 90 public const int ConstraintLayout_Layout_layout_optimizationLevel = 90; - // aapt resource value: { 0x7F0300D6,0x7F0302A5 } + // aapt resource value: { 0x7F0300D5,0x7F0302A4 } public static int[] ConstraintLayout_placeholder = new int[] { - 2130903254, - 2130903717}; + 2130903253, + 2130903716}; // aapt resource value: 0 public const int ConstraintLayout_placeholder_content = 0; @@ -12585,7 +12575,7 @@ public partial class Styleable // aapt resource value: 1 public const int ConstraintLayout_placeholder_placeholder_emptyVisibility = 1; - // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10101B5,0x10101B6,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F03002B,0x7F03004A,0x7F03004B,0x7F03004C,0x7F030083,0x7F0300D3,0x7F0300D4,0x7F030123,0x7F03012F,0x7F030174,0x7F030175,0x7F030176,0x7F030177,0x7F030178,0x7F030179,0x7F03017A,0x7F03017B,0x7F03017C,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030180,0x7F030182,0x7F030183,0x7F030184,0x7F030185,0x7F030186,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F0301FC,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030206,0x7F030207,0x7F030208,0x7F030209,0x7F03020A,0x7F03020B,0x7F03020C,0x7F03020D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030215,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03021E,0x7F030270,0x7F030271,0x7F03029A,0x7F0302A1,0x7F030380,0x7F030382 } + // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10101B5,0x10101B6,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F03002B,0x7F030049,0x7F03004A,0x7F03004B,0x7F030082,0x7F0300D2,0x7F0300D3,0x7F030122,0x7F03012E,0x7F030173,0x7F030174,0x7F030175,0x7F030176,0x7F030177,0x7F030178,0x7F030179,0x7F03017A,0x7F03017B,0x7F03017C,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030181,0x7F030182,0x7F030183,0x7F030184,0x7F030185,0x7F0301EB,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F0301FC,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030206,0x7F030207,0x7F030208,0x7F030209,0x7F03020A,0x7F03020B,0x7F03020C,0x7F03020D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030216,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03026F,0x7F030270,0x7F030299,0x7F0302A0,0x7F03037F,0x7F030381 } public static int[] ConstraintSet = new int[] { 16842948, 16842960, @@ -12617,14 +12607,15 @@ public partial class Styleable 16843770, 16843840, 2130903083, + 2130903113, 2130903114, 2130903115, - 2130903116, - 2130903171, + 2130903170, + 2130903250, 2130903251, - 2130903252, - 2130903331, - 2130903343, + 2130903330, + 2130903342, + 2130903411, 2130903412, 2130903413, 2130903414, @@ -12637,12 +12628,12 @@ public partial class Styleable 2130903421, 2130903422, 2130903423, - 2130903424, + 2130903425, 2130903426, 2130903427, 2130903428, 2130903429, - 2130903430, + 2130903531, 2130903532, 2130903533, 2130903534, @@ -12684,7 +12675,7 @@ public partial class Styleable 2130903570, 2130903571, 2130903572, - 2130903573, + 2130903574, 2130903575, 2130903576, 2130903577, @@ -12692,13 +12683,12 @@ public partial class Styleable 2130903579, 2130903580, 2130903581, - 2130903582, + 2130903663, 2130903664, - 2130903665, - 2130903706, - 2130903713, - 2130903936, - 2130903938}; + 2130903705, + 2130903712, + 2130903935, + 2130903937}; // aapt resource value: 15 public const int ConstraintSet_android_alpha = 15; @@ -13366,23 +13356,23 @@ public partial class Styleable // aapt resource value: 109 public const int Constraint_visibilityMode = 109; - // aapt resource value: { 0x7F0301DD,0x7F0302FD } + // aapt resource value: { 0x7F0301DC,0x7F0302FC } public static int[] CoordinatorLayout = new int[] { - 2130903517, - 2130903805}; + 2130903516, + 2130903804}; // aapt resource value: 0 public const int CoordinatorLayout_keylines = 0; - // aapt resource value: { 0x10100B3,0x7F0301E7,0x7F0301E8,0x7F0301E9,0x7F030216,0x7F03021F,0x7F030220 } + // aapt resource value: { 0x10100B3,0x7F0301E6,0x7F0301E7,0x7F0301E8,0x7F030215,0x7F03021E,0x7F03021F } public static int[] CoordinatorLayout_Layout = new int[] { 16842931, + 2130903526, 2130903527, 2130903528, - 2130903529, - 2130903574, - 2130903583, - 2130903584}; + 2130903573, + 2130903582, + 2130903583}; // aapt resource value: 0 public const int CoordinatorLayout_Layout_android_layout_gravity = 0; @@ -13408,17 +13398,17 @@ public partial class Styleable // aapt resource value: 1 public const int CoordinatorLayout_statusBarBackground = 1; - // aapt resource value: { 0x7F030033,0x7F0300FD,0x7F0300FE,0x7F0300FF,0x7F030100,0x7F030101,0x7F030102,0x7F030104,0x7F030105 } + // aapt resource value: { 0x7F030032,0x7F0300FC,0x7F0300FD,0x7F0300FE,0x7F0300FF,0x7F030100,0x7F030101,0x7F030103,0x7F030104 } public static int[] CustomAttribute = new int[] { - 2130903091, + 2130903090, + 2130903292, 2130903293, 2130903294, 2130903295, 2130903296, 2130903297, - 2130903298, - 2130903300, - 2130903301}; + 2130903299, + 2130903300}; // aapt resource value: 0 public const int CustomAttribute_attributeName = 0; @@ -13447,16 +13437,16 @@ public partial class Styleable // aapt resource value: 8 public const int CustomAttribute_customStringValue = 8; - // aapt resource value: { 0x7F030031,0x7F030032,0x7F030049,0x7F0300B8,0x7F030134,0x7F030195,0x7F0302EB,0x7F03034F } + // aapt resource value: { 0x7F030030,0x7F030031,0x7F030048,0x7F0300B7,0x7F030133,0x7F030194,0x7F0302EA,0x7F03034E } public static int[] DrawerArrowToggle = new int[] { + 2130903088, 2130903089, - 2130903090, - 2130903113, - 2130903224, - 2130903348, - 2130903445, - 2130903787, - 2130903887}; + 2130903112, + 2130903223, + 2130903347, + 2130903444, + 2130903786, + 2130903886}; // aapt resource value: 0 public const int DrawerArrowToggle_arrowHeadLength = 0; @@ -13482,26 +13472,26 @@ public partial class Styleable // aapt resource value: 7 public const int DrawerArrowToggle_thickness = 7; - // aapt resource value: { 0x7F030141 } + // aapt resource value: { 0x7F030140 } public static int[] DrawerLayout = new int[] { - 2130903361}; + 2130903360}; // aapt resource value: 0 public const int DrawerLayout_elevation = 0; - // aapt resource value: { 0x7F0300B4,0x7F030141,0x7F03015E,0x7F0301A1,0x7F0302DD,0x7F0302E1 } + // aapt resource value: { 0x7F0300B3,0x7F030140,0x7F03015D,0x7F0301A0,0x7F0302DC,0x7F0302E0 } public static int[] ExtendedFloatingActionButton = new int[] { - 2130903220, - 2130903361, - 2130903390, - 2130903457, - 2130903773, - 2130903777}; + 2130903219, + 2130903360, + 2130903389, + 2130903456, + 2130903772, + 2130903776}; - // aapt resource value: { 0x7F03004E,0x7F03004F } + // aapt resource value: { 0x7F03004D,0x7F03004E } public static int[] ExtendedFloatingActionButton_Behavior_Layout = new int[] { - 2130903118, - 2130903119}; + 2130903117, + 2130903118}; // aapt resource value: 0 public const int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide = 0; @@ -13527,25 +13517,25 @@ public partial class Styleable // aapt resource value: 5 public const int ExtendedFloatingActionButton_shrinkMotionSpec = 5; - // aapt resource value: { 0x101000E,0x7F030044,0x7F030045,0x7F03005A,0x7F030141,0x7F03014C,0x7F030165,0x7F030166,0x7F0301A1,0x7F0301AB,0x7F03025C,0x7F0302B2,0x7F0302C3,0x7F0302D3,0x7F0302D6,0x7F0302DD,0x7F030388 } + // aapt resource value: { 0x101000E,0x7F030043,0x7F030044,0x7F030059,0x7F030140,0x7F03014B,0x7F030164,0x7F030165,0x7F0301A0,0x7F0301AA,0x7F03025B,0x7F0302B1,0x7F0302C2,0x7F0302D2,0x7F0302D5,0x7F0302DC,0x7F030387 } public static int[] FloatingActionButton = new int[] { 16842766, + 2130903107, 2130903108, - 2130903109, - 2130903130, - 2130903361, - 2130903372, + 2130903129, + 2130903360, + 2130903371, + 2130903396, 2130903397, - 2130903398, - 2130903457, - 2130903467, - 2130903644, - 2130903730, - 2130903747, - 2130903763, - 2130903766, - 2130903773, - 2130903944}; + 2130903456, + 2130903466, + 2130903643, + 2130903729, + 2130903746, + 2130903762, + 2130903765, + 2130903772, + 2130903943}; // aapt resource value: 0 public const int FloatingActionButton_android_enabled = 0; @@ -13556,9 +13546,9 @@ public partial class Styleable // aapt resource value: 2 public const int FloatingActionButton_backgroundTintMode = 2; - // aapt resource value: { 0x7F03004E } + // aapt resource value: { 0x7F03004D } public static int[] FloatingActionButton_Behavior_Layout = new int[] { - 2130903118}; + 2130903117}; // aapt resource value: 0 public const int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; @@ -13605,10 +13595,10 @@ public partial class Styleable // aapt resource value: 16 public const int FloatingActionButton_useCompatPadding = 16; - // aapt resource value: { 0x7F0301D4,0x7F030228 } + // aapt resource value: { 0x7F0301D3,0x7F030227 } public static int[] FlowLayout = new int[] { - 2130903508, - 2130903592}; + 2130903507, + 2130903591}; // aapt resource value: 0 public const int FlowLayout_itemSpacing = 0; @@ -13616,28 +13606,28 @@ public partial class Styleable // aapt resource value: 1 public const int FlowLayout_lineSpacing = 1; - // aapt resource value: { 0x7F030189,0x7F03018A,0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E,0x7F03018F } + // aapt resource value: { 0x7F030188,0x7F030189,0x7F03018A,0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E } public static int[] FontFamily = new int[] { + 2130903432, 2130903433, 2130903434, 2130903435, 2130903436, 2130903437, - 2130903438, - 2130903439}; + 2130903438}; - // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F030187,0x7F030190,0x7F030191,0x7F030192,0x7F030387 } + // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F030186,0x7F03018F,0x7F030190,0x7F030191,0x7F030386 } public static int[] FontFamilyFont = new int[] { 16844082, 16844083, 16844095, 16844143, 16844144, - 2130903431, + 2130903430, + 2130903439, 2130903440, 2130903441, - 2130903442, - 2130903943}; + 2130903942}; // aapt resource value: 0 public const int FontFamilyFont_android_font = 0; @@ -13690,11 +13680,11 @@ public partial class Styleable // aapt resource value: 6 public const int FontFamily_fontProviderSystemFontFamily = 6; - // aapt resource value: { 0x1010109,0x1010200,0x7F030193 } + // aapt resource value: { 0x1010109,0x1010200,0x7F030192 } public static int[] ForegroundLinearLayout = new int[] { 16843017, 16843264, - 2130903443}; + 2130903442}; // aapt resource value: 0 public const int ForegroundLinearLayout_android_foreground = 0; @@ -13793,17 +13783,17 @@ public partial class Styleable // aapt resource value: 2 public const int GradientColor_android_type = 2; - // aapt resource value: { 0x7F03002A,0x7F03006B,0x7F0300E6,0x7F0300FA,0x7F030288,0x7F0302C4,0x7F0302C5,0x7F0302C6,0x7F030398 } + // aapt resource value: { 0x7F03002A,0x7F03006A,0x7F0300E5,0x7F0300F9,0x7F030287,0x7F0302C3,0x7F0302C4,0x7F0302C5,0x7F030397 } public static int[] ImageFilterView = new int[] { 2130903082, - 2130903147, - 2130903270, - 2130903290, - 2130903688, + 2130903146, + 2130903269, + 2130903289, + 2130903687, + 2130903747, 2130903748, 2130903749, - 2130903750, - 2130903960}; + 2130903959}; // aapt resource value: 0 public const int ImageFilterView_altSrc = 0; @@ -13832,11 +13822,11 @@ public partial class Styleable // aapt resource value: 8 public const int ImageFilterView_warmth = 8; - // aapt resource value: { 0x7F03028C,0x7F03028E,0x7F03028F } + // aapt resource value: { 0x7F03028B,0x7F03028D,0x7F03028E } public static int[] Insets = new int[] { - 2130903692, - 2130903694, - 2130903695}; + 2130903691, + 2130903693, + 2130903694}; // aapt resource value: 0 public const int Insets_paddingBottomSystemWindowInsets = 0; @@ -13847,7 +13837,7 @@ public partial class Styleable // aapt resource value: 2 public const int Insets_paddingRightSystemWindowInsets = 2; - // aapt resource value: { 0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F0300FC,0x7F030194,0x7F030270,0x7F030272,0x7F030380,0x7F030382 } + // aapt resource value: { 0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F0300FB,0x7F030193,0x7F03026F,0x7F030271,0x7F03037F,0x7F030381 } public static int[] KeyAttribute = new int[] { 16843551, 16843552, @@ -13861,12 +13851,12 @@ public partial class Styleable 16843560, 16843770, 16843840, - 2130903292, - 2130903444, - 2130903664, - 2130903666, - 2130903936, - 2130903938}; + 2130903291, + 2130903443, + 2130903663, + 2130903665, + 2130903935, + 2130903937}; // aapt resource value: 0 public const int KeyAttribute_android_alpha = 0; @@ -13922,7 +13912,7 @@ public partial class Styleable // aapt resource value: 17 public const int KeyAttribute_transitionPathRotate = 17; - // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F0300FC,0x7F030194,0x7F030270,0x7F030272,0x7F030380,0x7F030382,0x7F03039A,0x7F03039B,0x7F03039C,0x7F03039D } + // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F0300FB,0x7F030193,0x7F03026F,0x7F030271,0x7F03037F,0x7F030381,0x7F030399,0x7F03039A,0x7F03039B,0x7F03039C } public static int[] KeyCycle = new int[] { 16843551, 16843554, @@ -13934,16 +13924,16 @@ public partial class Styleable 16843560, 16843770, 16843840, - 2130903292, - 2130903444, - 2130903664, - 2130903666, - 2130903936, - 2130903938, + 2130903291, + 2130903443, + 2130903663, + 2130903665, + 2130903935, + 2130903937, + 2130903961, 2130903962, 2130903963, - 2130903964, - 2130903965}; + 2130903964}; // aapt resource value: 0 public const int KeyCycle_android_alpha = 0; @@ -14017,20 +14007,20 @@ public partial class Styleable public static int[] KeyFramesVelocity = new int[] { -1}; - // aapt resource value: { 0x7F0300FC,0x7F03012F,0x7F030194,0x7F0301DB,0x7F030272,0x7F03029A,0x7F03029C,0x7F03029D,0x7F03029E,0x7F03029F,0x7F0302E5,0x7F030380 } + // aapt resource value: { 0x7F0300FB,0x7F03012E,0x7F030193,0x7F0301DA,0x7F030271,0x7F030299,0x7F03029B,0x7F03029C,0x7F03029D,0x7F03029E,0x7F0302E4,0x7F03037F } public static int[] KeyPosition = new int[] { - 2130903292, - 2130903343, - 2130903444, - 2130903515, - 2130903666, - 2130903706, + 2130903291, + 2130903342, + 2130903443, + 2130903514, + 2130903665, + 2130903705, + 2130903707, 2130903708, 2130903709, 2130903710, - 2130903711, - 2130903781, - 2130903936}; + 2130903780, + 2130903935}; // aapt resource value: 0 public const int KeyPosition_curveFit = 0; @@ -14068,7 +14058,7 @@ public partial class Styleable // aapt resource value: 11 public const int KeyPosition_transitionEasing = 11; - // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F0300FC,0x7F030194,0x7F030270,0x7F030272,0x7F030380,0x7F030382,0x7F030399,0x7F03039A,0x7F03039B,0x7F03039C } + // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F0300FB,0x7F030193,0x7F03026F,0x7F030271,0x7F03037F,0x7F030381,0x7F030398,0x7F030399,0x7F03039A,0x7F03039B } public static int[] KeyTimeCycle = new int[] { 16843551, 16843554, @@ -14080,16 +14070,16 @@ public partial class Styleable 16843560, 16843770, 16843840, - 2130903292, - 2130903444, - 2130903664, - 2130903666, - 2130903936, - 2130903938, + 2130903291, + 2130903443, + 2130903663, + 2130903665, + 2130903935, + 2130903937, + 2130903960, 2130903961, 2130903962, - 2130903963, - 2130903964}; + 2130903963}; // aapt resource value: 0 public const int KeyTimeCycle_android_alpha = 0; @@ -14151,18 +14141,18 @@ public partial class Styleable // aapt resource value: 19 public const int KeyTimeCycle_waveShape = 19; - // aapt resource value: { 0x7F030194,0x7F030272,0x7F030273,0x7F030274,0x7F030281,0x7F030283,0x7F030284,0x7F030384,0x7F030385,0x7F030386 } + // aapt resource value: { 0x7F030193,0x7F030271,0x7F030272,0x7F030273,0x7F030280,0x7F030282,0x7F030283,0x7F030383,0x7F030384,0x7F030385 } public static int[] KeyTrigger = new int[] { - 2130903444, + 2130903443, + 2130903665, 2130903666, 2130903667, - 2130903668, - 2130903681, + 2130903680, + 2130903682, 2130903683, - 2130903684, + 2130903939, 2130903940, - 2130903941, - 2130903942}; + 2130903941}; // aapt resource value: 0 public const int KeyTrigger_framePosition = 0; @@ -14194,7 +14184,7 @@ public partial class Styleable // aapt resource value: 9 public const int KeyTrigger_triggerSlack = 9; - // aapt resource value: { 0x10100C4,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x10103B5,0x10103B6,0x7F03004A,0x7F03004B,0x7F03004C,0x7F030083,0x7F0300D3,0x7F0300D4,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F0301FC,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030206,0x7F030207,0x7F030208,0x7F030209,0x7F03020A,0x7F03020C,0x7F03020D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030215,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03021E,0x7F03025B,0x7F03025F,0x7F030262,0x7F030266 } + // aapt resource value: { 0x10100C4,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x10103B5,0x10103B6,0x7F030049,0x7F03004A,0x7F03004B,0x7F030082,0x7F0300D2,0x7F0300D3,0x7F0301EB,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F0301FC,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030206,0x7F030207,0x7F030208,0x7F030209,0x7F03020B,0x7F03020C,0x7F03020D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030216,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03025A,0x7F03025E,0x7F030261,0x7F030265 } public static int[] Layout = new int[] { 16842948, 16842996, @@ -14205,12 +14195,13 @@ public partial class Styleable 16843002, 16843701, 16843702, + 2130903113, 2130903114, 2130903115, - 2130903116, - 2130903171, + 2130903170, + 2130903250, 2130903251, - 2130903252, + 2130903531, 2130903532, 2130903533, 2130903534, @@ -14241,7 +14232,7 @@ public partial class Styleable 2130903559, 2130903560, 2130903561, - 2130903562, + 2130903563, 2130903564, 2130903565, 2130903566, @@ -14251,7 +14242,7 @@ public partial class Styleable 2130903570, 2130903571, 2130903572, - 2130903573, + 2130903574, 2130903575, 2130903576, 2130903577, @@ -14259,11 +14250,10 @@ public partial class Styleable 2130903579, 2130903580, 2130903581, - 2130903582, - 2130903643, - 2130903647, - 2130903650, - 2130903654}; + 2130903642, + 2130903646, + 2130903649, + 2130903653}; // aapt resource value: 2 public const int Layout_android_layout_height = 2; @@ -14469,17 +14459,17 @@ public partial class Styleable // aapt resource value: 67 public const int Layout_minWidth = 67; - // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F030128,0x7F03012A,0x7F030260,0x7F0302DC } + // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F030127,0x7F030129,0x7F03025F,0x7F0302DB } public static int[] LinearLayoutCompat = new int[] { 16842927, 16842948, 16843046, 16843047, 16843048, - 2130903336, - 2130903338, - 2130903648, - 2130903772}; + 2130903335, + 2130903337, + 2130903647, + 2130903771}; // aapt resource value: 2 public const int LinearLayoutCompat_android_baselineAligned = 2; @@ -14527,10 +14517,10 @@ public partial class Styleable // aapt resource value: 8 public const int LinearLayoutCompat_showDividers = 8; - // aapt resource value: { 0x7F0301B8,0x7F0301BC } + // aapt resource value: { 0x7F0301B7,0x7F0301BB } public static int[] LinearProgressIndicator = new int[] { - 2130903480, - 2130903484}; + 2130903479, + 2130903483}; // aapt resource value: 0 public const int LinearProgressIndicator_indeterminateAnimationType = 0; @@ -14549,11 +14539,11 @@ public partial class Styleable // aapt resource value: 1 public const int ListPopupWindow_android_dropDownVerticalOffset = 1; - // aapt resource value: { 0x7F0300A2,0x7F0301B5,0x7F0301B6 } + // aapt resource value: { 0x7F0300A1,0x7F0301B4,0x7F0301B5 } public static int[] LoadingImageView = new int[] { - 2130903202, - 2130903477, - 2130903478}; + 2130903201, + 2130903476, + 2130903477}; // aapt resource value: 0 public const int LoadingImageView_circleCrop = 0; @@ -14564,20 +14554,20 @@ public partial class Styleable // aapt resource value: 2 public const int LoadingImageView_imageAspectRatioAdjust = 2; - // aapt resource value: { 0x7F03003D,0x7F03003E,0x7F03003F,0x7F030040 } + // aapt resource value: { 0x7F03003C,0x7F03003D,0x7F03003E,0x7F03003F } public static int[] MaterialAlertDialog = new int[] { + 2130903100, 2130903101, 2130903102, - 2130903103, - 2130903104}; + 2130903103}; - // aapt resource value: { 0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F } + // aapt resource value: { 0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E } public static int[] MaterialAlertDialogTheme = new int[] { + 2130903610, 2130903611, 2130903612, 2130903613, - 2130903614, - 2130903615}; + 2130903614}; // aapt resource value: 0 public const int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle = 0; @@ -14613,7 +14603,7 @@ public partial class Styleable // aapt resource value: 0 public const int MaterialAutoCompleteTextView_android_inputType = 0; - // aapt resource value: { 0x10100D4,0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x10101E5,0x7F030044,0x7F030045,0x7F0300EE,0x7F030141,0x7F0301AC,0x7F0301AE,0x7F0301AF,0x7F0301B0,0x7F0301B2,0x7F0301B3,0x7F0302C3,0x7F0302D3,0x7F0302D6,0x7F030300,0x7F030301 } + // aapt resource value: { 0x10100D4,0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x10101E5,0x7F030043,0x7F030044,0x7F0300ED,0x7F030140,0x7F0301AB,0x7F0301AD,0x7F0301AE,0x7F0301AF,0x7F0301B1,0x7F0301B2,0x7F0302C2,0x7F0302D2,0x7F0302D5,0x7F0302FF,0x7F030300 } public static int[] MaterialButton = new int[] { 16842964, 16843191, @@ -14621,27 +14611,27 @@ public partial class Styleable 16843193, 16843194, 16843237, + 2130903107, 2130903108, - 2130903109, - 2130903278, - 2130903361, - 2130903468, + 2130903277, + 2130903360, + 2130903467, + 2130903469, 2130903470, 2130903471, - 2130903472, + 2130903473, 2130903474, - 2130903475, - 2130903747, - 2130903763, - 2130903766, - 2130903808, - 2130903809}; + 2130903746, + 2130903762, + 2130903765, + 2130903807, + 2130903808}; - // aapt resource value: { 0x7F030085,0x7F0302D1,0x7F0302E4 } + // aapt resource value: { 0x7F030084,0x7F0302D0,0x7F0302E3 } public static int[] MaterialButtonToggleGroup = new int[] { - 2130903173, - 2130903761, - 2130903780}; + 2130903172, + 2130903760, + 2130903779}; // aapt resource value: 0 public const int MaterialButtonToggleGroup_checkedButton = 0; @@ -14715,31 +14705,31 @@ public partial class Styleable // aapt resource value: 20 public const int MaterialButton_strokeWidth = 20; - // aapt resource value: { 0x101020D,0x7F030119,0x7F03011A,0x7F03011B,0x7F03011C,0x7F03027E,0x7F0302B9,0x7F0303A8,0x7F0303A9,0x7F0303AA } + // aapt resource value: { 0x101020D,0x7F030118,0x7F030119,0x7F03011A,0x7F03011B,0x7F03027D,0x7F0302B8,0x7F0303A7,0x7F0303A8,0x7F0303A9 } public static int[] MaterialCalendar = new int[] { 16843277, + 2130903320, 2130903321, 2130903322, 2130903323, - 2130903324, - 2130903678, - 2130903737, + 2130903677, + 2130903736, + 2130903975, 2130903976, - 2130903977, - 2130903978}; + 2130903977}; - // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F0301C4,0x7F0301CD,0x7F0301CE,0x7F0301D5,0x7F0301D6,0x7F0301DA } + // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F0301C3,0x7F0301CC,0x7F0301CD,0x7F0301D4,0x7F0301D5,0x7F0301D9 } public static int[] MaterialCalendarItem = new int[] { 16843191, 16843192, 16843193, 16843194, - 2130903492, + 2130903491, + 2130903500, 2130903501, - 2130903502, + 2130903508, 2130903509, - 2130903510, - 2130903514}; + 2130903513}; // aapt resource value: 3 public const int MaterialCalendarItem_android_insetBottom = 3; @@ -14801,20 +14791,20 @@ public partial class Styleable // aapt resource value: 9 public const int MaterialCalendar_yearTodayStyle = 9; - // aapt resource value: { 0x10101E5,0x7F03007E,0x7F030087,0x7F030089,0x7F03008A,0x7F03008B,0x7F0302C3,0x7F0302D3,0x7F0302D6,0x7F0302FA,0x7F030300,0x7F030301 } + // aapt resource value: { 0x10101E5,0x7F03007D,0x7F030086,0x7F030088,0x7F030089,0x7F03008A,0x7F0302C2,0x7F0302D2,0x7F0302D5,0x7F0302F9,0x7F0302FF,0x7F030300 } public static int[] MaterialCardView = new int[] { 16843237, - 2130903166, - 2130903175, + 2130903165, + 2130903174, + 2130903176, 2130903177, 2130903178, - 2130903179, - 2130903747, - 2130903763, - 2130903766, - 2130903802, - 2130903808, - 2130903809}; + 2130903746, + 2130903762, + 2130903765, + 2130903801, + 2130903807, + 2130903808}; // aapt resource value: 0 public const int MaterialCardView_android_checkable = 0; @@ -14852,10 +14842,10 @@ public partial class Styleable // aapt resource value: 11 public const int MaterialCardView_strokeWidth = 11; - // aapt resource value: { 0x7F030078,0x7F030389 } + // aapt resource value: { 0x7F030077,0x7F030388 } public static int[] MaterialCheckBox = new int[] { - 2130903160, - 2130903945}; + 2130903159, + 2130903944}; // aapt resource value: 0 public const int MaterialCheckBox_buttonTint = 0; @@ -14863,10 +14853,10 @@ public partial class Styleable // aapt resource value: 1 public const int MaterialCheckBox_useMaterialThemeColors = 1; - // aapt resource value: { 0x7F030078,0x7F030389 } + // aapt resource value: { 0x7F030077,0x7F030388 } public static int[] MaterialRadioButton = new int[] { - 2130903160, - 2130903945}; + 2130903159, + 2130903944}; // aapt resource value: 0 public const int MaterialRadioButton_buttonTint = 0; @@ -14874,10 +14864,10 @@ public partial class Styleable // aapt resource value: 1 public const int MaterialRadioButton_useMaterialThemeColors = 1; - // aapt resource value: { 0x7F0302D3,0x7F0302D6 } + // aapt resource value: { 0x7F0302D2,0x7F0302D5 } public static int[] MaterialShape = new int[] { - 2130903763, - 2130903766}; + 2130903762, + 2130903765}; // aapt resource value: 0 public const int MaterialShape_shapeAppearance = 0; @@ -14885,11 +14875,11 @@ public partial class Styleable // aapt resource value: 1 public const int MaterialShape_shapeAppearanceOverlay = 1; - // aapt resource value: { 0x10104B6,0x101057F,0x7F030227 } + // aapt resource value: { 0x10104B6,0x101057F,0x7F030226 } public static int[] MaterialTextAppearance = new int[] { 16843958, 16844159, - 2130903591}; + 2130903590}; // aapt resource value: 0 public const int MaterialTextAppearance_android_letterSpacing = 0; @@ -14900,11 +14890,11 @@ public partial class Styleable // aapt resource value: 2 public const int MaterialTextAppearance_lineHeight = 2; - // aapt resource value: { 0x1010034,0x101057F,0x7F030227 } + // aapt resource value: { 0x1010034,0x101057F,0x7F030226 } public static int[] MaterialTextView = new int[] { 16842804, 16844159, - 2130903591}; + 2130903590}; // aapt resource value: 1 public const int MaterialTextView_android_lineHeight = 1; @@ -14915,10 +14905,10 @@ public partial class Styleable // aapt resource value: 2 public const int MaterialTextView_lineHeight = 2; - // aapt resource value: { 0x7F0300A8,0x7F0301DC } + // aapt resource value: { 0x7F0300A7,0x7F0301DB } public static int[] MaterialTimePicker = new int[] { - 2130903208, - 2130903516}; + 2130903207, + 2130903515}; // aapt resource value: 0 public const int MaterialTimePicker_clockIcon = 0; @@ -14926,9 +14916,9 @@ public partial class Styleable // aapt resource value: 1 public const int MaterialTimePicker_keyboardIcon = 1; - // aapt resource value: { 0x7F030279 } + // aapt resource value: { 0x7F030278 } public static int[] MaterialToolbar = new int[] { - 2130903673}; + 2130903672}; // aapt resource value: 0 public const int MaterialToolbar_navigationIconTint = 0; @@ -14960,7 +14950,7 @@ public partial class Styleable // 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,0x7F03000D,0x7F03001F,0x7F030021,0x7F030029,0x7F0300D7,0x7F0301B2,0x7F0301B3,0x7F030280,0x7F0302DA,0x7F030372 } + // aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F03000D,0x7F03001F,0x7F030021,0x7F030029,0x7F0300D6,0x7F0301B1,0x7F0301B2,0x7F03027F,0x7F0302D9,0x7F030371 } public static int[] MenuItem = new int[] { 16842754, 16842766, @@ -14979,12 +14969,12 @@ public partial class Styleable 2130903071, 2130903073, 2130903081, - 2130903255, + 2130903254, + 2130903473, 2130903474, - 2130903475, - 2130903680, - 2130903770, - 2130903922}; + 2130903679, + 2130903769, + 2130903921}; // aapt resource value: 13 public const int MenuItem_actionLayout = 13; @@ -15055,7 +15045,7 @@ public partial class Styleable // aapt resource value: 22 public const int MenuItem_tooltipText = 22; - // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F0302B1,0x7F030302 } + // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F0302B0,0x7F030301 } public static int[] MenuView = new int[] { 16842926, 16843052, @@ -15064,8 +15054,8 @@ public partial class Styleable 16843055, 16843056, 16843057, - 2130903729, - 2130903810}; + 2130903728, + 2130903809}; // aapt resource value: 4 public const int MenuView_android_headerBackground = 4; @@ -15094,14 +15084,14 @@ public partial class Styleable // aapt resource value: 8 public const int MenuView_subMenuArrow = 8; - // aapt resource value: { 0x7F030267,0x7F030268,0x7F030269,0x7F03026A,0x7F03026B,0x7F03026C } + // aapt resource value: { 0x7F030266,0x7F030267,0x7F030268,0x7F030269,0x7F03026A,0x7F03026B } public static int[] MockView = new int[] { + 2130903654, 2130903655, 2130903656, 2130903657, 2130903658, - 2130903659, - 2130903660}; + 2130903659}; // aapt resource value: 0 public const int MockView_mock_diagonalsColor = 0; @@ -15121,19 +15111,19 @@ public partial class Styleable // aapt resource value: 5 public const int MockView_mock_showLabel = 5; - // aapt resource value: { 0x7F03002B,0x7F03012F,0x7F03026F,0x7F030271,0x7F03029A,0x7F030380 } + // aapt resource value: { 0x7F03002B,0x7F03012E,0x7F03026E,0x7F030270,0x7F030299,0x7F03037F } public static int[] Motion = new int[] { 2130903083, - 2130903343, - 2130903663, - 2130903665, - 2130903706, - 2130903936}; + 2130903342, + 2130903662, + 2130903664, + 2130903705, + 2130903935}; - // aapt resource value: { 0x7F030282,0x7F030285 } + // aapt resource value: { 0x7F030281,0x7F030284 } public static int[] MotionHelper = new int[] { - 2130903682, - 2130903685}; + 2130903681, + 2130903684}; // aapt resource value: 0 public const int MotionHelper_onHide = 0; @@ -15141,14 +15131,14 @@ public partial class Styleable // aapt resource value: 1 public const int MotionHelper_onShow = 1; - // aapt resource value: { 0x7F03002F,0x7F0300FB,0x7F0301E4,0x7F03026D,0x7F030270,0x7F0302DE } + // aapt resource value: { 0x7F03002E,0x7F0300FA,0x7F0301E3,0x7F03026C,0x7F03026F,0x7F0302DD } public static int[] MotionLayout = new int[] { - 2130903087, - 2130903291, - 2130903524, - 2130903661, - 2130903664, - 2130903774}; + 2130903086, + 2130903290, + 2130903523, + 2130903660, + 2130903663, + 2130903773}; // aapt resource value: 0 public const int MotionLayout_applyMotionScene = 0; @@ -15168,10 +15158,10 @@ public partial class Styleable // aapt resource value: 5 public const int MotionLayout_showPaths = 5; - // aapt resource value: { 0x7F03011D,0x7F0301E5 } + // aapt resource value: { 0x7F03011C,0x7F0301E4 } public static int[] MotionScene = new int[] { - 2130903325, - 2130903525}; + 2130903324, + 2130903524}; // aapt resource value: 0 public const int MotionScene_defaultDuration = 0; @@ -15179,11 +15169,11 @@ public partial class Styleable // aapt resource value: 1 public const int MotionScene_layoutDuringTransition = 1; - // aapt resource value: { 0x7F03032C,0x7F03032D,0x7F03032E } + // aapt resource value: { 0x7F03032B,0x7F03032C,0x7F03032D } public static int[] MotionTelltales = new int[] { + 2130903851, 2130903852, - 2130903853, - 2130903854}; + 2130903853}; // aapt resource value: 0 public const int MotionTelltales_telltales_tailColor = 0; @@ -15212,31 +15202,31 @@ public partial class Styleable // aapt resource value: 5 public const int Motion_transitionEasing = 5; - // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F030141,0x7F03019A,0x7F0301C3,0x7F0301C5,0x7F0301C7,0x7F0301C8,0x7F0301C9,0x7F0301CA,0x7F0301CD,0x7F0301CE,0x7F0301CF,0x7F0301D0,0x7F0301D1,0x7F0301D2,0x7F0301D3,0x7F0301D7,0x7F0301DA,0x7F030261,0x7F0302D3,0x7F0302D6 } + // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F030140,0x7F030199,0x7F0301C2,0x7F0301C4,0x7F0301C6,0x7F0301C7,0x7F0301C8,0x7F0301C9,0x7F0301CC,0x7F0301CD,0x7F0301CE,0x7F0301CF,0x7F0301D0,0x7F0301D1,0x7F0301D2,0x7F0301D6,0x7F0301D9,0x7F030260,0x7F0302D2,0x7F0302D5 } public static int[] NavigationView = new int[] { 16842964, 16842973, 16843039, - 2130903361, - 2130903450, - 2130903491, - 2130903493, + 2130903360, + 2130903449, + 2130903490, + 2130903492, + 2130903494, 2130903495, 2130903496, 2130903497, - 2130903498, + 2130903500, 2130903501, 2130903502, 2130903503, 2130903504, 2130903505, 2130903506, - 2130903507, - 2130903511, - 2130903514, - 2130903649, - 2130903763, - 2130903766}; + 2130903510, + 2130903513, + 2130903648, + 2130903762, + 2130903765}; // aapt resource value: 0 public const int NavigationView_android_background = 0; @@ -15307,10 +15297,10 @@ public partial class Styleable // aapt resource value: 22 public const int NavigationView_shapeAppearanceOverlay = 22; - // aapt resource value: { 0x7F0300A5,0x7F03032B } + // aapt resource value: { 0x7F0300A4,0x7F03032A } public static int[] OnClick = new int[] { - 2130903205, - 2130903851}; + 2130903204, + 2130903850}; // aapt resource value: 0 public const int OnClick_clickAction = 0; @@ -15318,20 +15308,20 @@ public partial class Styleable // aapt resource value: 1 public const int OnClick_targetId = 1; - // aapt resource value: { 0x7F03012C,0x7F03012D,0x7F03012E,0x7F030226,0x7F030257,0x7F03025E,0x7F030275,0x7F03027C,0x7F030286,0x7F030373,0x7F030374,0x7F030375 } + // aapt resource value: { 0x7F03012B,0x7F03012C,0x7F03012D,0x7F030225,0x7F030256,0x7F03025D,0x7F030274,0x7F03027B,0x7F030285,0x7F030372,0x7F030373,0x7F030374 } public static int[] OnSwipe = new int[] { + 2130903339, 2130903340, 2130903341, - 2130903342, - 2130903590, - 2130903639, - 2130903646, - 2130903669, - 2130903676, - 2130903686, + 2130903589, + 2130903638, + 2130903645, + 2130903668, + 2130903675, + 2130903685, + 2130903922, 2130903923, - 2130903924, - 2130903925}; + 2130903924}; // aapt resource value: 0 public const int OnSwipe_dragDirection = 0; @@ -15369,15 +15359,15 @@ public partial class Styleable // aapt resource value: 11 public const int OnSwipe_touchRegionId = 11; - // aapt resource value: { 0x1010176,0x10102C9,0x7F030287 } + // aapt resource value: { 0x1010176,0x10102C9,0x7F030286 } public static int[] PopupWindow = new int[] { 16843126, 16843465, - 2130903687}; + 2130903686}; - // aapt resource value: { 0x7F0302F7 } + // aapt resource value: { 0x7F0302F6 } public static int[] PopupWindowBackgroundState = new int[] { - 2130903799}; + 2130903798}; // aapt resource value: 0 public const int PopupWindowBackgroundState_state_above_anchor = 0; @@ -15391,13 +15381,13 @@ public partial class Styleable // aapt resource value: 2 public const int PopupWindow_overlapAnchor = 2; - // aapt resource value: { 0x10100DC,0x101031F,0x7F03020B,0x7F030270,0x7F03038E } + // aapt resource value: { 0x10100DC,0x101031F,0x7F03020A,0x7F03026F,0x7F03038D } public static int[] PropertySet = new int[] { 16842972, 16843551, - 2130903563, - 2130903664, - 2130903950}; + 2130903562, + 2130903663, + 2130903949}; // aapt resource value: 1 public const int PropertySet_android_alpha = 1; @@ -15414,17 +15404,17 @@ public partial class Styleable // aapt resource value: 4 public const int PropertySet_visibilityMode = 4; - // aapt resource value: { 0x7F030252 } + // aapt resource value: { 0x7F030251 } public static int[] RadialViewGroup = new int[] { - 2130903634}; + 2130903633}; // aapt resource value: 0 public const int RadialViewGroup_materialCircleRadius = 0; - // aapt resource value: { 0x7F030264,0x7F03038A } + // aapt resource value: { 0x7F030263,0x7F030389 } public static int[] RangeSlider = new int[] { - 2130903652, - 2130903946}; + 2130903651, + 2130903945}; // aapt resource value: 0 public const int RangeSlider_minSeparation = 0; @@ -15432,10 +15422,10 @@ public partial class Styleable // aapt resource value: 1 public const int RangeSlider_values = 1; - // aapt resource value: { 0x7F03028B,0x7F030291 } + // aapt resource value: { 0x7F03028A,0x7F030290 } public static int[] RecycleListView = new int[] { - 2130903691, - 2130903697}; + 2130903690, + 2130903696}; // aapt resource value: 0 public const int RecycleListView_paddingBottomNoButtons = 0; @@ -15443,20 +15433,20 @@ public partial class Styleable // aapt resource value: 1 public const int RecycleListView_paddingTopNoTitle = 1; - // aapt resource value: { 0x10100C4,0x10100EB,0x10100F1,0x7F030168,0x7F030169,0x7F03016A,0x7F03016B,0x7F03016C,0x7F0301E6,0x7F0302C2,0x7F0302EA,0x7F0302F0 } + // aapt resource value: { 0x10100C4,0x10100EB,0x10100F1,0x7F030167,0x7F030168,0x7F030169,0x7F03016A,0x7F03016B,0x7F0301E5,0x7F0302C1,0x7F0302E9,0x7F0302EF } public static int[] RecyclerView = new int[] { 16842948, 16842987, 16842993, + 2130903399, 2130903400, 2130903401, 2130903402, 2130903403, - 2130903404, - 2130903526, - 2130903746, - 2130903786, - 2130903792}; + 2130903525, + 2130903745, + 2130903785, + 2130903791}; // aapt resource value: 1 public const int RecyclerView_android_clipToPadding = 1; @@ -15494,39 +15484,39 @@ public partial class Styleable // aapt resource value: 11 public const int RecyclerView_stackFromEnd = 11; - // aapt resource value: { 0x7F0301C0 } + // aapt resource value: { 0x7F0301BF } public static int[] ScrimInsetsFrameLayout = new int[] { - 2130903488}; + 2130903487}; // aapt resource value: 0 public const int ScrimInsetsFrameLayout_insetForeground = 0; - // aapt resource value: { 0x7F030055 } + // aapt resource value: { 0x7F030054 } public static int[] ScrollingViewBehavior_Layout = new int[] { - 2130903125}; + 2130903124}; // aapt resource value: 0 public const int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; - // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F0300AA,0x7F0300CF,0x7F03011E,0x7F030197,0x7F0301B4,0x7F0301E3,0x7F0302B5,0x7F0302B6,0x7F0302CB,0x7F0302CC,0x7F030303,0x7F03030B,0x7F030397 } + // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F0300A9,0x7F0300CE,0x7F03011D,0x7F030196,0x7F0301B3,0x7F0301E2,0x7F0302B4,0x7F0302B5,0x7F0302CA,0x7F0302CB,0x7F030302,0x7F03030A,0x7F030396 } public static int[] SearchView = new int[] { 16842970, 16843039, 16843296, 16843364, - 2130903210, - 2130903247, - 2130903326, - 2130903447, - 2130903476, - 2130903523, + 2130903209, + 2130903246, + 2130903325, + 2130903446, + 2130903475, + 2130903522, + 2130903732, 2130903733, - 2130903734, + 2130903754, 2130903755, - 2130903756, - 2130903811, - 2130903819, - 2130903959}; + 2130903810, + 2130903818, + 2130903958}; // aapt resource value: 0 public const int SearchView_android_focusable = 0; @@ -15579,19 +15569,19 @@ public partial class Styleable // aapt resource value: 16 public const int SearchView_voiceIcon = 16; - // aapt resource value: { 0x7F0300DE,0x7F0300DF,0x7F0300E0,0x7F0300E1,0x7F0300E2,0x7F0300E3,0x7F0300E4,0x7F0302D3,0x7F0302D6,0x7F030300,0x7F030301 } + // aapt resource value: { 0x7F0300DD,0x7F0300DE,0x7F0300DF,0x7F0300E0,0x7F0300E1,0x7F0300E2,0x7F0300E3,0x7F0302D2,0x7F0302D5,0x7F0302FF,0x7F030300 } public static int[] ShapeableImageView = new int[] { + 2130903261, 2130903262, 2130903263, 2130903264, 2130903265, 2130903266, 2130903267, - 2130903268, - 2130903763, - 2130903766, - 2130903808, - 2130903809}; + 2130903762, + 2130903765, + 2130903807, + 2130903808}; // aapt resource value: 0 public const int ShapeableImageView_contentPadding = 0; @@ -15626,18 +15616,18 @@ public partial class Styleable // aapt resource value: 10 public const int ShapeableImageView_strokeWidth = 10; - // aapt resource value: { 0x7F0300E9,0x7F0300EA,0x7F0300EB,0x7F0300EC,0x7F0300ED,0x7F0300EF,0x7F0300F0,0x7F0300F1,0x7F0300F2,0x7F0300F3 } + // aapt resource value: { 0x7F0300E8,0x7F0300E9,0x7F0300EA,0x7F0300EB,0x7F0300EC,0x7F0300EE,0x7F0300EF,0x7F0300F0,0x7F0300F1,0x7F0300F2 } public static int[] ShapeAppearance = new int[] { + 2130903272, 2130903273, 2130903274, 2130903275, 2130903276, - 2130903277, + 2130903278, 2130903279, 2130903280, 2130903281, - 2130903282, - 2130903283}; + 2130903282}; // aapt resource value: 0 public const int ShapeAppearance_cornerFamily = 0; @@ -15669,11 +15659,11 @@ public partial class Styleable // aapt resource value: 9 public const int ShapeAppearance_cornerSizeTopRight = 9; - // aapt resource value: { 0x7F030075,0x7F0300CA,0x7F0302C7 } + // aapt resource value: { 0x7F030074,0x7F0300C9,0x7F0302C6 } public static int[] SignInButton = new int[] { - 2130903157, - 2130903242, - 2130903751}; + 2130903156, + 2130903241, + 2130903750}; // aapt resource value: 0 public const int SignInButton_buttonSize = 0; @@ -15684,30 +15674,30 @@ public partial class Styleable // aapt resource value: 2 public const int SignInButton_scopeUris = 2; - // aapt resource value: { 0x101000E,0x1010024,0x1010146,0x10102DE,0x10102DF,0x7F030198,0x7F030199,0x7F0301DF,0x7F0301E0,0x7F030350,0x7F030351,0x7F030352,0x7F030353,0x7F030354,0x7F030358,0x7F030359,0x7F03035A,0x7F03035E,0x7F030377,0x7F030378,0x7F030379,0x7F03037B } + // aapt resource value: { 0x101000E,0x1010024,0x1010146,0x10102DE,0x10102DF,0x7F030197,0x7F030198,0x7F0301DE,0x7F0301DF,0x7F03034F,0x7F030350,0x7F030351,0x7F030352,0x7F030353,0x7F030357,0x7F030358,0x7F030359,0x7F03035D,0x7F030376,0x7F030377,0x7F030378,0x7F03037A } public static int[] Slider = new int[] { 16842766, 16842788, 16843078, 16843486, 16843487, + 2130903447, 2130903448, - 2130903449, + 2130903518, 2130903519, - 2130903520, + 2130903887, 2130903888, 2130903889, 2130903890, 2130903891, - 2130903892, + 2130903895, 2130903896, 2130903897, - 2130903898, - 2130903902, + 2130903901, + 2130903926, 2130903927, 2130903928, - 2130903929, - 2130903931}; + 2130903930}; // aapt resource value: 0 public const int Slider_android_enabled = 0; @@ -15775,22 +15765,22 @@ public partial class Styleable // aapt resource value: 21 public const int Slider_trackHeight = 21; - // aapt resource value: { 0x7F0302E7,0x7F0302E8,0x7F0302E9 } + // aapt resource value: { 0x7F0302E6,0x7F0302E7,0x7F0302E8 } public static int[] Snackbar = new int[] { + 2130903782, 2130903783, - 2130903784, - 2130903785}; + 2130903784}; - // aapt resource value: { 0x101011F,0x7F030020,0x7F03002C,0x7F030041,0x7F030044,0x7F030045,0x7F030141,0x7F030258 } + // aapt resource value: { 0x101011F,0x7F030020,0x7F03002C,0x7F030040,0x7F030043,0x7F030044,0x7F030140,0x7F030257 } public static int[] SnackbarLayout = new int[] { 16843039, 2130903072, 2130903084, - 2130903105, + 2130903104, + 2130903107, 2130903108, - 2130903109, - 2130903361, - 2130903640}; + 2130903360, + 2130903639}; // aapt resource value: 1 public const int SnackbarLayout_actionTextColorAlpha = 1; @@ -15825,13 +15815,13 @@ public partial class Styleable // aapt resource value: 2 public const int Snackbar_snackbarTextViewStyle = 2; - // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F0302A8 } + // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F0302A7 } public static int[] Spinner = new int[] { 16842930, 16843126, 16843131, 16843362, - 2130903720}; + 2130903719}; // aapt resource value: 3 public const int Spinner_android_dropDownWidth = 3; @@ -15848,10 +15838,10 @@ public partial class Styleable // aapt resource value: 4 public const int Spinner_popupTheme = 4; - // aapt resource value: { 0x10100D0,0x7F0300D5 } + // aapt resource value: { 0x10100D0,0x7F0300D4 } public static int[] State = new int[] { 16842960, - 2130903253}; + 2130903252}; // aapt resource value: { 0x101011C,0x1010194,0x1010195,0x1010196,0x101030C,0x101030D } public static int[] StateListDrawable = new int[] { @@ -15887,9 +15877,9 @@ public partial class Styleable // aapt resource value: 1 public const int StateListDrawable_android_visible = 1; - // aapt resource value: { 0x7F03011F } + // aapt resource value: { 0x7F03011E } public static int[] StateSet = new int[] { - 2130903327}; + 2130903326}; // aapt resource value: 0 public const int StateSet_defaultState = 0; @@ -15900,22 +15890,22 @@ public partial class Styleable // aapt resource value: 1 public const int State_constraints = 1; - // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F0302DF,0x7F0302EE,0x7F03030C,0x7F03030D,0x7F03030F,0x7F030355,0x7F030356,0x7F030357,0x7F030376,0x7F03037D,0x7F03037E } + // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F0302DE,0x7F0302ED,0x7F03030B,0x7F03030C,0x7F03030E,0x7F030354,0x7F030355,0x7F030356,0x7F030375,0x7F03037C,0x7F03037D } public static int[] SwitchCompat = new int[] { 16843044, 16843045, 16843074, - 2130903775, - 2130903790, + 2130903774, + 2130903789, + 2130903819, 2130903820, - 2130903821, - 2130903823, + 2130903822, + 2130903892, 2130903893, 2130903894, - 2130903895, - 2130903926, - 2130903933, - 2130903934}; + 2130903925, + 2130903932, + 2130903933}; // aapt resource value: 1 public const int SwitchCompat_android_textOff = 1; @@ -15959,9 +15949,9 @@ public partial class Styleable // aapt resource value: 13 public const int SwitchCompat_trackTintMode = 13; - // aapt resource value: { 0x7F030389 } + // aapt resource value: { 0x7F030388 } public static int[] SwitchMaterial = new int[] { - 2130903945}; + 2130903944}; // aapt resource value: 0 public const int SwitchMaterial_useMaterialThemeColors = 0; @@ -15981,8 +15971,9 @@ public partial class Styleable // aapt resource value: 2 public const int TabItem_android_text = 2; - // aapt resource value: { 0x7F030310,0x7F030311,0x7F030312,0x7F030313,0x7F030314,0x7F030315,0x7F030316,0x7F030317,0x7F030318,0x7F030319,0x7F03031A,0x7F03031B,0x7F03031C,0x7F03031D,0x7F03031E,0x7F03031F,0x7F030320,0x7F030321,0x7F030322,0x7F030323,0x7F030324,0x7F030325,0x7F030326,0x7F030328,0x7F030329,0x7F03032A } + // aapt resource value: { 0x7F03030F,0x7F030310,0x7F030311,0x7F030312,0x7F030313,0x7F030314,0x7F030315,0x7F030316,0x7F030317,0x7F030318,0x7F030319,0x7F03031A,0x7F03031B,0x7F03031C,0x7F03031D,0x7F03031E,0x7F03031F,0x7F030320,0x7F030321,0x7F030322,0x7F030323,0x7F030324,0x7F030325,0x7F030327,0x7F030328,0x7F030329 } public static int[] TabLayout = new int[] { + 2130903823, 2130903824, 2130903825, 2130903826, @@ -16005,10 +15996,9 @@ public partial class Styleable 2130903843, 2130903844, 2130903845, - 2130903846, + 2130903847, 2130903848, - 2130903849, - 2130903850}; + 2130903849}; // aapt resource value: 0 public const int TabLayout_tabBackground = 0; @@ -16088,7 +16078,7 @@ public partial class Styleable // aapt resource value: 25 public const int TabLayout_tabUnboundedRipple = 25; - // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x1010585,0x7F030188,0x7F030191,0x7F03032F,0x7F03034B } + // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x1010585,0x7F030187,0x7F030190,0x7F03032E,0x7F03034A } public static int[] TextAppearance = new int[] { 16842901, 16842902, @@ -16102,10 +16092,10 @@ public partial class Styleable 16843108, 16843692, 16844165, - 2130903432, - 2130903441, - 2130903855, - 2130903883}; + 2130903431, + 2130903440, + 2130903854, + 2130903882}; // aapt resource value: 10 public const int TextAppearance_android_fontFamily = 10; @@ -16155,18 +16145,19 @@ public partial class Styleable // aapt resource value: 15 public const int TextAppearance_textLocale = 15; - // aapt resource value: { 0x7F030349 } + // aapt resource value: { 0x7F030348 } public static int[] TextInputEditText = new int[] { - 2130903881}; + 2130903880}; // aapt resource value: 0 public const int TextInputEditText_textInputLayoutFocusedRectEnabled = 0; - // aapt resource value: { 0x101000E,0x101009A,0x1010150,0x7F030060,0x7F030061,0x7F030062,0x7F030063,0x7F030064,0x7F030065,0x7F030066,0x7F030067,0x7F030068,0x7F030069,0x7F03006A,0x7F0300F4,0x7F0300F5,0x7F0300F6,0x7F0300F7,0x7F0300F8,0x7F0300F9,0x7F030144,0x7F030145,0x7F030146,0x7F030147,0x7F030148,0x7F030149,0x7F03014D,0x7F03014E,0x7F03014F,0x7F030150,0x7F030151,0x7F030152,0x7F030153,0x7F030156,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F0301A7,0x7F030295,0x7F030296,0x7F030297,0x7F030298,0x7F030299,0x7F0302A2,0x7F0302A3,0x7F0302A4,0x7F0302AE,0x7F0302AF,0x7F0302B0,0x7F0302D3,0x7F0302D6,0x7F0302F2,0x7F0302F3,0x7F0302F4,0x7F0302F5,0x7F0302F6,0x7F030308,0x7F030309,0x7F03030A } + // aapt resource value: { 0x101000E,0x101009A,0x1010150,0x7F03005F,0x7F030060,0x7F030061,0x7F030062,0x7F030063,0x7F030064,0x7F030065,0x7F030066,0x7F030067,0x7F030068,0x7F030069,0x7F0300F3,0x7F0300F4,0x7F0300F5,0x7F0300F6,0x7F0300F7,0x7F0300F8,0x7F030143,0x7F030144,0x7F030145,0x7F030146,0x7F030147,0x7F030148,0x7F03014C,0x7F03014D,0x7F03014E,0x7F03014F,0x7F030150,0x7F030151,0x7F030152,0x7F030155,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F030294,0x7F030295,0x7F030296,0x7F030297,0x7F030298,0x7F0302A1,0x7F0302A2,0x7F0302A3,0x7F0302AD,0x7F0302AE,0x7F0302AF,0x7F0302D2,0x7F0302D5,0x7F0302F1,0x7F0302F2,0x7F0302F3,0x7F0302F4,0x7F0302F5,0x7F030307,0x7F030308,0x7F030309 } public static int[] TextInputLayout = new int[] { 16842766, 16842906, 16843088, + 2130903135, 2130903136, 2130903137, 2130903138, @@ -16177,56 +16168,55 @@ public partial class Styleable 2130903143, 2130903144, 2130903145, - 2130903146, + 2130903283, 2130903284, 2130903285, 2130903286, 2130903287, 2130903288, - 2130903289, + 2130903363, 2130903364, 2130903365, 2130903366, 2130903367, 2130903368, - 2130903369, + 2130903372, 2130903373, 2130903374, 2130903375, 2130903376, 2130903377, 2130903378, - 2130903379, - 2130903382, + 2130903381, + 2130903451, 2130903452, 2130903453, 2130903454, - 2130903455, + 2130903459, 2130903460, 2130903461, 2130903462, - 2130903463, + 2130903700, 2130903701, 2130903702, 2130903703, 2130903704, - 2130903705, + 2130903713, 2130903714, 2130903715, - 2130903716, + 2130903725, 2130903726, 2130903727, - 2130903728, - 2130903763, - 2130903766, + 2130903762, + 2130903765, + 2130903793, 2130903794, 2130903795, 2130903796, 2130903797, - 2130903798, + 2130903815, 2130903816, - 2130903817, - 2130903818}; + 2130903817}; // aapt resource value: 0 public const int TextInputLayout_android_enabled = 0; @@ -16417,11 +16407,11 @@ public partial class Styleable // aapt resource value: 62 public const int TextInputLayout_suffixTextColor = 62; - // aapt resource value: { 0x1010034,0x7F03014A,0x7F03014B } + // aapt resource value: { 0x1010034,0x7F030149,0x7F03014A } public static int[] ThemeEnforcement = new int[] { 16842804, - 2130903370, - 2130903371}; + 2130903369, + 2130903370}; // aapt resource value: 0 public const int ThemeEnforcement_android_textAppearance = 0; @@ -16432,38 +16422,38 @@ public partial class Styleable // aapt resource value: 2 public const int ThemeEnforcement_enforceTextAppearance = 2; - // aapt resource value: { 0x10100AF,0x1010140,0x7F030072,0x7F0300B2,0x7F0300B3,0x7F0300D8,0x7F0300D9,0x7F0300DA,0x7F0300DB,0x7F0300DC,0x7F0300DD,0x7F030239,0x7F03023A,0x7F030259,0x7F030261,0x7F030277,0x7F030278,0x7F0302A8,0x7F030304,0x7F030305,0x7F030306,0x7F030361,0x7F030363,0x7F030364,0x7F030365,0x7F030366,0x7F030367,0x7F030368,0x7F030369,0x7F03036A } + // aapt resource value: { 0x10100AF,0x1010140,0x7F030071,0x7F0300B1,0x7F0300B2,0x7F0300D7,0x7F0300D8,0x7F0300D9,0x7F0300DA,0x7F0300DB,0x7F0300DC,0x7F030238,0x7F030239,0x7F030258,0x7F030260,0x7F030276,0x7F030277,0x7F0302A7,0x7F030303,0x7F030304,0x7F030305,0x7F030360,0x7F030362,0x7F030363,0x7F030364,0x7F030365,0x7F030366,0x7F030367,0x7F030368,0x7F030369 } public static int[] Toolbar = new int[] { 16842927, 16843072, - 2130903154, + 2130903153, + 2130903217, 2130903218, - 2130903219, + 2130903255, 2130903256, 2130903257, 2130903258, 2130903259, 2130903260, - 2130903261, + 2130903608, 2130903609, - 2130903610, - 2130903641, - 2130903649, + 2130903640, + 2130903648, + 2130903670, 2130903671, - 2130903672, - 2130903720, + 2130903719, + 2130903811, 2130903812, 2130903813, - 2130903814, - 2130903905, + 2130903904, + 2130903906, 2130903907, 2130903908, 2130903909, 2130903910, 2130903911, 2130903912, - 2130903913, - 2130903914}; + 2130903913}; // aapt resource value: 0 public const int Toolbar_android_gravity = 0; @@ -16555,7 +16545,7 @@ public partial class Styleable // aapt resource value: 29 public const int Toolbar_titleTextColor = 29; - // aapt resource value: { 0x1010034,0x10100D5,0x10100F6,0x101013F,0x1010140,0x101014F,0x7F030044 } + // aapt resource value: { 0x1010034,0x10100D5,0x10100F6,0x101013F,0x1010140,0x101014F,0x7F030043 } public static int[] Tooltip = new int[] { 16842804, 16842965, @@ -16563,7 +16553,7 @@ public partial class Styleable 16843071, 16843072, 16843087, - 2130903108}; + 2130903107}; // aapt resource value: 2 public const int Tooltip_android_layout_margin = 2; @@ -16633,19 +16623,19 @@ public partial class Styleable // aapt resource value: 9 public const int Transform_android_translationZ = 9; - // aapt resource value: { 0x10100D0,0x7F03003A,0x7F0300D1,0x7F0300D2,0x7F03013D,0x7F0301E5,0x7F03026E,0x7F03029A,0x7F0302F1,0x7F03037F,0x7F030381 } + // aapt resource value: { 0x10100D0,0x7F030039,0x7F0300D0,0x7F0300D1,0x7F03013C,0x7F0301E4,0x7F03026D,0x7F030299,0x7F0302F0,0x7F03037E,0x7F030380 } public static int[] Transition = new int[] { 16842960, - 2130903098, + 2130903097, + 2130903248, 2130903249, - 2130903250, - 2130903357, - 2130903525, - 2130903662, - 2130903706, - 2130903793, - 2130903935, - 2130903937}; + 2130903356, + 2130903524, + 2130903661, + 2130903705, + 2130903792, + 2130903934, + 2130903936}; // aapt resource value: 0 public const int Transition_android_id = 0; @@ -16680,13 +16670,13 @@ public partial class Styleable // aapt resource value: 10 public const int Transition_transitionFlags = 10; - // aapt resource value: { 0x7F0300D5,0x7F0302BE,0x7F0302BF,0x7F0302C0,0x7F0302C1 } + // aapt resource value: { 0x7F0300D4,0x7F0302BD,0x7F0302BE,0x7F0302BF,0x7F0302C0 } public static int[] Variant = new int[] { - 2130903253, + 2130903252, + 2130903741, 2130903742, 2130903743, - 2130903744, - 2130903745}; + 2130903744}; // aapt resource value: 0 public const int Variant_constraints = 0; @@ -16703,19 +16693,19 @@ public partial class Styleable // aapt resource value: 4 public const int Variant_region_widthMoreThan = 4; - // aapt resource value: { 0x1010000,0x10100DA,0x7F03028D,0x7F030290,0x7F03034D } + // aapt resource value: { 0x1010000,0x10100DA,0x7F03028C,0x7F03028F,0x7F03034C } public static int[] View = new int[] { 16842752, 16842970, - 2130903693, - 2130903696, - 2130903885}; + 2130903692, + 2130903695, + 2130903884}; - // aapt resource value: { 0x10100D4,0x7F030044,0x7F030045 } + // aapt resource value: { 0x10100D4,0x7F030043,0x7F030044 } public static int[] ViewBackgroundHelper = new int[] { 16842964, - 2130903108, - 2130903109}; + 2130903107, + 2130903108}; // aapt resource value: 0 public const int ViewBackgroundHelper_android_background = 0; diff --git a/Examples/AnylineExamples.Droid/ResultActivity.cs b/Examples/AnylineExamples.Droid/ResultActivity.cs index 69165f796..7e9744197 100644 --- a/Examples/AnylineExamples.Droid/ResultActivity.cs +++ b/Examples/AnylineExamples.Droid/ResultActivity.cs @@ -9,21 +9,11 @@ using Android.Views; using Android.Widget; using AndroidX.AppCompat.App; -using AnylineExamples.Shared; -using IO.Anyline.Models; using IO.Anyline.Nfc.NFC; -using IO.Anyline.Plugin; -using IO.Anyline.Plugin.ID; -using Java.Util; using System; using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Reflection.Emit; -using System.Runtime.Remoting.Contexts; using System.Threading.Tasks; -using static Android.Bluetooth.BluetoothClass; -using static Android.Webkit.WebSettings; namespace AnylineExamples.Droid { diff --git a/Examples/AnylineExamples.Droid/ScanActivity.cs b/Examples/AnylineExamples.Droid/ScanActivity.cs index 669927d26..843814087 100644 --- a/Examples/AnylineExamples.Droid/ScanActivity.cs +++ b/Examples/AnylineExamples.Droid/ScanActivity.cs @@ -6,12 +6,7 @@ using Android.Views; using Android.Util; -using System.Collections; -using IO.Anyline.View; using IO.Anyline.Camera; -using IO.Anyline2; -using IO.Anyline.Plugin; -using IO.Anyline2.View; using AndroidX.AppCompat.App; namespace AnylineExamples.Droid diff --git a/Examples/AnylineExamples.Droid/ScanResultListener.cs b/Examples/AnylineExamples.Droid/ScanResultListener.cs deleted file mode 100644 index 88804835e..000000000 --- a/Examples/AnylineExamples.Droid/ScanResultListener.cs +++ /dev/null @@ -1,46 +0,0 @@ -using Android.App; -using Android.Content; -using IO.Anyline.Plugin; - -namespace AnylineExamples.Droid -{ - /// - /// This scan result listener implements IScanResultListener - /// in order to receive results and passes the JNI Handle to the - /// result activity. - /// - public class ScanResultListener : Java.Lang.Object, IScanResultListener - { - public static readonly string TAG = typeof(ScanResultListener).Name; - protected Activity Activity { get; set; } - - public ScanResultListener(Activity activity) - { - Activity = activity; - } - - /// - /// This method is called when a scan result is found. - /// Since the native Java type is generic, we translated the type of the parameter to ScanResult due to Xamarin.Android generic binding limitations. - /// - /// The scan result - public void OnResult(Java.Lang.Object result) - { - /* - * In every case, the base type of the result is ScanResult. - * For every use case, except document, you will find the type of result in the corresponding IO.Anyline.Plugin.* namespace; - * E.g. IO.Anyline.Plugin.Meter.MeterScanResult for meter scanning. - * - * For document scanning, it is simply of type ScanResult. - */ - if(result != null) - { - // because we can't simply pass the object through the intent, we'll pass the JNI handle & retrieve the object in the other activity - var intent = new Intent(Activity.ApplicationContext, typeof(ResultActivity)); - intent.PutExtra("handle", result.Handle.ToInt32()); - - Activity.StartActivity(intent); - } - } - } -} \ No newline at end of file diff --git a/Examples/AnylineExamples.iOS/AnylineExamples.iOS.csproj b/Examples/AnylineExamples.iOS/AnylineExamples.iOS.csproj index 3121e6b22..d3a0b5e65 100644 --- a/Examples/AnylineExamples.iOS/AnylineExamples.iOS.csproj +++ b/Examples/AnylineExamples.iOS/AnylineExamples.iOS.csproj @@ -149,7 +149,7 @@ - + diff --git a/Examples/AnylineExamples.iOS/Info.plist b/Examples/AnylineExamples.iOS/Info.plist index a0382139a..18e3e9f1b 100644 --- a/Examples/AnylineExamples.iOS/Info.plist +++ b/Examples/AnylineExamples.iOS/Info.plist @@ -11,7 +11,7 @@ 2 CFBundleShortVersionString - 49.0.0 + 50.0.3 UILaunchStoryboardName MainStoryboard.storyboard UIMainStoryboardFile diff --git a/Examples/AnylineExamples.iOS/Resources/arabic_id_config.json b/Examples/AnylineExamples.iOS/Resources/arabic_id_config.json index 389acb5f2..1da2ef303 100644 --- a/Examples/AnylineExamples.iOS/Resources/arabic_id_config.json +++ b/Examples/AnylineExamples.iOS/Resources/arabic_id_config.json @@ -22,26 +22,26 @@ }, "alphabet": "arabic", "drivingLicense": { - "surname": { "scanOption": 0, "minConfidence": 40 }, - "givenNames": { "scanOption": 0, "minConfidence": 40 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 50 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 50 }, - "dateOfIssue": { "scanOption": 0, "minConfidence": 50 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 50 }, - "authority": { "scanOption": 1, "minConfidence": 30 }, - "documentNumber": { "scanOption": 0, "minConfidence": 40 }, - "categories": { "scanOption": 1, "minConfidence": 30 }, - "address": { "scanOption": 1 } + "surname": { "scanOption": "mandatory", "minConfidence": 40 }, + "givenNames": { "scanOption": "mandatory", "minConfidence": 40 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 50 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 50 }, + "dateOfIssue": { "scanOption": "mandatory", "minConfidence": 50 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 50 }, + "authority": { "scanOption": "optional", "minConfidence": 30 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 40 }, + "categories": { "scanOption": "optional", "minConfidence": 30 }, + "address": { "scanOption": "optional" } }, "idFront": { - "surname": { "scanOption": 0, "minConfidence": 60 }, - "givenNames": { "scanOption": 0, "minConfidence": 60 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 60 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 60 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 60 }, - "cardAccessNumber": { "scanOption": 1, "minConfidence": 60 }, - "documentNumber": { "scanOption": 0, "minConfidence": 60 }, - "nationality": { "scanOption": 1, "minConfidence": 60 } + "surname": { "scanOption": "mandatory", "minConfidence": 60 }, + "givenNames": { "scanOption": "mandatory", "minConfidence": 60 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 60 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 60 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 60 }, + "cardAccessNumber": { "scanOption": "optional", "minConfidence": 60 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 60 }, + "nationality": { "scanOption": "optional", "minConfidence": 60 } } }, "cancelOnResult": true diff --git a/Examples/AnylineExamples.iOS/Resources/cyrillic_id_config.json b/Examples/AnylineExamples.iOS/Resources/cyrillic_id_config.json index f9321dc2c..05692064d 100644 --- a/Examples/AnylineExamples.iOS/Resources/cyrillic_id_config.json +++ b/Examples/AnylineExamples.iOS/Resources/cyrillic_id_config.json @@ -22,26 +22,26 @@ }, "alphabet": "cyrillic", "drivingLicense": { - "surname": { "scanOption": 0, "minConfidence": 40 }, - "givenNames": { "scanOption": 0, "minConfidence": 40 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 50 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 50 }, - "dateOfIssue": { "scanOption": 0, "minConfidence": 50 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 50 }, - "authority": { "scanOption": 1, "minConfidence": 30 }, - "documentNumber": { "scanOption": 0, "minConfidence": 40 }, - "categories": { "scanOption": 1, "minConfidence": 30 }, - "address": { "scanOption": 1 } + "surname": { "scanOption": "mandatory", "minConfidence": 40 }, + "givenNames": { "scanOption": "mandatory", "minConfidence": 40 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 50 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 50 }, + "dateOfIssue": { "scanOption": "mandatory", "minConfidence": 50 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 50 }, + "authority": { "scanOption": "optional", "minConfidence": 30 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 40 }, + "categories": { "scanOption": "optional", "minConfidence": 30 }, + "address": { "scanOption": "optional" } }, "idFront": { - "surname": { "scanOption": 0, "minConfidence": 60 }, - "givenNames": { "scanOption": 0, "minConfidence": 60 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 60 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 60 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 60 }, - "cardAccessNumber": { "scanOption": 1, "minConfidence": 60 }, - "documentNumber": { "scanOption": 0, "minConfidence": 60 }, - "nationality": { "scanOption": 1, "minConfidence": 60 } + "surname": { "scanOption": "mandatory", "minConfidence": 60 }, + "givenNames": { "scanOption": "mandatory", "minConfidence": 60 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 60 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 60 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 60 }, + "cardAccessNumber": { "scanOption": "optional", "minConfidence": 60 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 60 }, + "nationality": { "scanOption": "optional", "minConfidence": 60 } } }, "cancelOnResult": true diff --git a/Examples/AnylineExamples.iOS/Resources/universal_id_config.json b/Examples/AnylineExamples.iOS/Resources/universal_id_config.json index 5e2e99967..0d3820510 100644 --- a/Examples/AnylineExamples.iOS/Resources/universal_id_config.json +++ b/Examples/AnylineExamples.iOS/Resources/universal_id_config.json @@ -24,29 +24,29 @@ }, "alphabet": "latin", "insuranceCard": { - "lastName": { "scanOption": 0, "minConfidence": 50 }, - "firstName": { "scanOption": 0, "minConfidence": 50 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 50 }, - "personalNumber": { "scanOption": 0, "minConfidence": 50 }, - "authority": { "scanOption": 0, "minConfidence": 50 }, - "documentNumber": { "scanOption": 0, "minConfidence": 50 }, - "dateOfExpiry": { "scanOption": 0, "minConfidence": 50 }, - "nationality": { "scanOption": 0, "minConfidence": 50 + "lastName": { "scanOption": "mandatory", "minConfidence": 50 }, + "firstName": { "scanOption": "mandatory", "minConfidence": 50 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 50 }, + "personalNumber": { "scanOption": "mandatory", "minConfidence": 50 }, + "authority": { "scanOption": "mandatory", "minConfidence": 50 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 50 }, + "dateOfExpiry": { "scanOption": "mandatory", "minConfidence": 50 }, + "nationality": { "scanOption": "mandatory", "minConfidence": 50 } }, "idFront": { - "lastName": { "scanOption": 0, "minConfidence": 60 }, - "firstName": { "scanOption": 0, "minConfidence": 60 }, - "fullName": { "scanOption": 0, "minConfidence": 60 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 60 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 60 }, - "dateOfIssue": { "scanOption": 0, "minConfidence": 60 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 60 }, - "cardAccessNumber": { "scanOption": 1, "minConfidence": 60 }, - "documentNumber": { "scanOption": 0, "minConfidence": 60 }, - "nationality": { "scanOption": 1, "minConfidence": 60 }, - "sex": { "scanOption": 1, "minConfidence": 60 }, - "personalNumber": { "scanOption": 1, "minConfidence": 60 + "lastName": { "scanOption": "mandatory", "minConfidence": 60 }, + "firstName": { "scanOption": "mandatory", "minConfidence": 60 }, + "fullName": { "scanOption": "mandatory", "minConfidence": 60 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 60 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 60 }, + "dateOfIssue": { "scanOption": "mandatory", "minConfidence": 60 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 60 }, + "cardAccessNumber": { "scanOption": "optional", "minConfidence": 60 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 60 }, + "nationality": { "scanOption": "optional", "minConfidence": 60 }, + "sex": { "scanOption": "optional", "minConfidence": 60 }, + "personalNumber": { "scanOption": "optional", "minConfidence": 60 } } }, diff --git a/Examples/AnylineExamples.iOS/Resources/vrc_config.json b/Examples/AnylineExamples.iOS/Resources/vrc_config.json index d8898f39b..b16940c0d 100644 --- a/Examples/AnylineExamples.iOS/Resources/vrc_config.json +++ b/Examples/AnylineExamples.iOS/Resources/vrc_config.json @@ -4,58 +4,19 @@ "id": "com.anyline.configs.plugin.vrc", "vehicleRegistrationCertificateConfig": { "vehicleRegistrationCertificate": { - "documentNumber": { - "scanOption": 1, - "minConfidence": 40 - }, - "licensePlate": { - "scanOption": 0, - "minConfidence": 40 - }, - "lastName": { - "scanOption": 0, - "minConfidence": 60 - }, - "firstName": { - "scanOption": 1, - "minConfidence": 40 - }, - "address": { - "scanOption": 0, - "minConfidence": 50 - }, - "firstIssued": { - "scanOption": 0, - "minConfidence": 60 - }, - "manufacturerCode": { - "scanOption": 0, - "minConfidence": 50 - }, - "vehicleTypeCode": { - "scanOption": 0, - "minConfidence": 50 - }, - "vehicleIdentificationNumber": { - "scanOption": 0, - "minConfidence": 60 - }, - "brand": { - "scanOption": 1, - "minConfidence": 40 - }, - "vehicleType": { - "scanOption": 1, - "minConfidence": 40 - }, - "displacement": { - "scanOption": 1, - "minConfidence": 40 - }, - "tire": { - "scanOption": 1, - "minConfidence": 50 - } + "documentNumber": { "scanOption": "optional", "minConfidence": 40 }, + "licensePlate": { "scanOption": "mandatory", "minConfidence": 40 }, + "lastName": { "scanOption": "mandatory", "minConfidence": 60 }, + "firstName": { "scanOption": "optional", "minConfidence": 40 }, + "address": { "scanOption": "mandatory", "minConfidence": 50 }, + "firstIssued": { "scanOption": "mandatory", "minConfidence": 60 }, + "manufacturerCode": { "scanOption": "mandatory", "minConfidence": 50 }, + "vehicleTypeCode": { "scanOption": "mandatory", "minConfidence": 50 }, + "vehicleIdentificationNumber": { "scanOption": "mandatory", "minConfidence": 60 }, + "brand": { "scanOption": "optional", "minConfidence": 40 }, + "vehicleType": { "scanOption": "optional", "minConfidence": 40 }, + "displacement": { "scanOption": "optional", "minConfidence": 40 }, + "tire": { "scanOption": "optional", "minConfidence": 50 } } }, "cancelOnResult": true diff --git a/Examples/Xamarin.Forms/Anyline/Anyline.Android/Anyline.Android.csproj b/Examples/Xamarin.Forms/Anyline/Anyline.Android/Anyline.Android.csproj index e80987a85..8797a1591 100644 --- a/Examples/Xamarin.Forms/Anyline/Anyline.Android/Anyline.Android.csproj +++ b/Examples/Xamarin.Forms/Anyline/Anyline.Android/Anyline.Android.csproj @@ -56,7 +56,7 @@ - + diff --git a/Examples/Xamarin.Forms/Anyline/Anyline.Android/Assets/arabic_id_config.json b/Examples/Xamarin.Forms/Anyline/Anyline.Android/Assets/arabic_id_config.json index 389acb5f2..1da2ef303 100644 --- a/Examples/Xamarin.Forms/Anyline/Anyline.Android/Assets/arabic_id_config.json +++ b/Examples/Xamarin.Forms/Anyline/Anyline.Android/Assets/arabic_id_config.json @@ -22,26 +22,26 @@ }, "alphabet": "arabic", "drivingLicense": { - "surname": { "scanOption": 0, "minConfidence": 40 }, - "givenNames": { "scanOption": 0, "minConfidence": 40 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 50 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 50 }, - "dateOfIssue": { "scanOption": 0, "minConfidence": 50 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 50 }, - "authority": { "scanOption": 1, "minConfidence": 30 }, - "documentNumber": { "scanOption": 0, "minConfidence": 40 }, - "categories": { "scanOption": 1, "minConfidence": 30 }, - "address": { "scanOption": 1 } + "surname": { "scanOption": "mandatory", "minConfidence": 40 }, + "givenNames": { "scanOption": "mandatory", "minConfidence": 40 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 50 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 50 }, + "dateOfIssue": { "scanOption": "mandatory", "minConfidence": 50 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 50 }, + "authority": { "scanOption": "optional", "minConfidence": 30 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 40 }, + "categories": { "scanOption": "optional", "minConfidence": 30 }, + "address": { "scanOption": "optional" } }, "idFront": { - "surname": { "scanOption": 0, "minConfidence": 60 }, - "givenNames": { "scanOption": 0, "minConfidence": 60 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 60 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 60 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 60 }, - "cardAccessNumber": { "scanOption": 1, "minConfidence": 60 }, - "documentNumber": { "scanOption": 0, "minConfidence": 60 }, - "nationality": { "scanOption": 1, "minConfidence": 60 } + "surname": { "scanOption": "mandatory", "minConfidence": 60 }, + "givenNames": { "scanOption": "mandatory", "minConfidence": 60 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 60 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 60 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 60 }, + "cardAccessNumber": { "scanOption": "optional", "minConfidence": 60 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 60 }, + "nationality": { "scanOption": "optional", "minConfidence": 60 } } }, "cancelOnResult": true diff --git a/Examples/Xamarin.Forms/Anyline/Anyline.Android/Assets/cyrillic_id_config.json b/Examples/Xamarin.Forms/Anyline/Anyline.Android/Assets/cyrillic_id_config.json index f9321dc2c..05692064d 100644 --- a/Examples/Xamarin.Forms/Anyline/Anyline.Android/Assets/cyrillic_id_config.json +++ b/Examples/Xamarin.Forms/Anyline/Anyline.Android/Assets/cyrillic_id_config.json @@ -22,26 +22,26 @@ }, "alphabet": "cyrillic", "drivingLicense": { - "surname": { "scanOption": 0, "minConfidence": 40 }, - "givenNames": { "scanOption": 0, "minConfidence": 40 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 50 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 50 }, - "dateOfIssue": { "scanOption": 0, "minConfidence": 50 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 50 }, - "authority": { "scanOption": 1, "minConfidence": 30 }, - "documentNumber": { "scanOption": 0, "minConfidence": 40 }, - "categories": { "scanOption": 1, "minConfidence": 30 }, - "address": { "scanOption": 1 } + "surname": { "scanOption": "mandatory", "minConfidence": 40 }, + "givenNames": { "scanOption": "mandatory", "minConfidence": 40 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 50 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 50 }, + "dateOfIssue": { "scanOption": "mandatory", "minConfidence": 50 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 50 }, + "authority": { "scanOption": "optional", "minConfidence": 30 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 40 }, + "categories": { "scanOption": "optional", "minConfidence": 30 }, + "address": { "scanOption": "optional" } }, "idFront": { - "surname": { "scanOption": 0, "minConfidence": 60 }, - "givenNames": { "scanOption": 0, "minConfidence": 60 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 60 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 60 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 60 }, - "cardAccessNumber": { "scanOption": 1, "minConfidence": 60 }, - "documentNumber": { "scanOption": 0, "minConfidence": 60 }, - "nationality": { "scanOption": 1, "minConfidence": 60 } + "surname": { "scanOption": "mandatory", "minConfidence": 60 }, + "givenNames": { "scanOption": "mandatory", "minConfidence": 60 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 60 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 60 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 60 }, + "cardAccessNumber": { "scanOption": "optional", "minConfidence": 60 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 60 }, + "nationality": { "scanOption": "optional", "minConfidence": 60 } } }, "cancelOnResult": true diff --git a/Examples/Xamarin.Forms/Anyline/Anyline.Android/Assets/universal_id_config.json b/Examples/Xamarin.Forms/Anyline/Anyline.Android/Assets/universal_id_config.json index 5e2e99967..0d3820510 100644 --- a/Examples/Xamarin.Forms/Anyline/Anyline.Android/Assets/universal_id_config.json +++ b/Examples/Xamarin.Forms/Anyline/Anyline.Android/Assets/universal_id_config.json @@ -24,29 +24,29 @@ }, "alphabet": "latin", "insuranceCard": { - "lastName": { "scanOption": 0, "minConfidence": 50 }, - "firstName": { "scanOption": 0, "minConfidence": 50 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 50 }, - "personalNumber": { "scanOption": 0, "minConfidence": 50 }, - "authority": { "scanOption": 0, "minConfidence": 50 }, - "documentNumber": { "scanOption": 0, "minConfidence": 50 }, - "dateOfExpiry": { "scanOption": 0, "minConfidence": 50 }, - "nationality": { "scanOption": 0, "minConfidence": 50 + "lastName": { "scanOption": "mandatory", "minConfidence": 50 }, + "firstName": { "scanOption": "mandatory", "minConfidence": 50 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 50 }, + "personalNumber": { "scanOption": "mandatory", "minConfidence": 50 }, + "authority": { "scanOption": "mandatory", "minConfidence": 50 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 50 }, + "dateOfExpiry": { "scanOption": "mandatory", "minConfidence": 50 }, + "nationality": { "scanOption": "mandatory", "minConfidence": 50 } }, "idFront": { - "lastName": { "scanOption": 0, "minConfidence": 60 }, - "firstName": { "scanOption": 0, "minConfidence": 60 }, - "fullName": { "scanOption": 0, "minConfidence": 60 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 60 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 60 }, - "dateOfIssue": { "scanOption": 0, "minConfidence": 60 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 60 }, - "cardAccessNumber": { "scanOption": 1, "minConfidence": 60 }, - "documentNumber": { "scanOption": 0, "minConfidence": 60 }, - "nationality": { "scanOption": 1, "minConfidence": 60 }, - "sex": { "scanOption": 1, "minConfidence": 60 }, - "personalNumber": { "scanOption": 1, "minConfidence": 60 + "lastName": { "scanOption": "mandatory", "minConfidence": 60 }, + "firstName": { "scanOption": "mandatory", "minConfidence": 60 }, + "fullName": { "scanOption": "mandatory", "minConfidence": 60 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 60 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 60 }, + "dateOfIssue": { "scanOption": "mandatory", "minConfidence": 60 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 60 }, + "cardAccessNumber": { "scanOption": "optional", "minConfidence": 60 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 60 }, + "nationality": { "scanOption": "optional", "minConfidence": 60 }, + "sex": { "scanOption": "optional", "minConfidence": 60 }, + "personalNumber": { "scanOption": "optional", "minConfidence": 60 } } }, diff --git a/Examples/Xamarin.Forms/Anyline/Anyline.Android/Assets/vrc_config.json b/Examples/Xamarin.Forms/Anyline/Anyline.Android/Assets/vrc_config.json index d8898f39b..b16940c0d 100644 --- a/Examples/Xamarin.Forms/Anyline/Anyline.Android/Assets/vrc_config.json +++ b/Examples/Xamarin.Forms/Anyline/Anyline.Android/Assets/vrc_config.json @@ -4,58 +4,19 @@ "id": "com.anyline.configs.plugin.vrc", "vehicleRegistrationCertificateConfig": { "vehicleRegistrationCertificate": { - "documentNumber": { - "scanOption": 1, - "minConfidence": 40 - }, - "licensePlate": { - "scanOption": 0, - "minConfidence": 40 - }, - "lastName": { - "scanOption": 0, - "minConfidence": 60 - }, - "firstName": { - "scanOption": 1, - "minConfidence": 40 - }, - "address": { - "scanOption": 0, - "minConfidence": 50 - }, - "firstIssued": { - "scanOption": 0, - "minConfidence": 60 - }, - "manufacturerCode": { - "scanOption": 0, - "minConfidence": 50 - }, - "vehicleTypeCode": { - "scanOption": 0, - "minConfidence": 50 - }, - "vehicleIdentificationNumber": { - "scanOption": 0, - "minConfidence": 60 - }, - "brand": { - "scanOption": 1, - "minConfidence": 40 - }, - "vehicleType": { - "scanOption": 1, - "minConfidence": 40 - }, - "displacement": { - "scanOption": 1, - "minConfidence": 40 - }, - "tire": { - "scanOption": 1, - "minConfidence": 50 - } + "documentNumber": { "scanOption": "optional", "minConfidence": 40 }, + "licensePlate": { "scanOption": "mandatory", "minConfidence": 40 }, + "lastName": { "scanOption": "mandatory", "minConfidence": 60 }, + "firstName": { "scanOption": "optional", "minConfidence": 40 }, + "address": { "scanOption": "mandatory", "minConfidence": 50 }, + "firstIssued": { "scanOption": "mandatory", "minConfidence": 60 }, + "manufacturerCode": { "scanOption": "mandatory", "minConfidence": 50 }, + "vehicleTypeCode": { "scanOption": "mandatory", "minConfidence": 50 }, + "vehicleIdentificationNumber": { "scanOption": "mandatory", "minConfidence": 60 }, + "brand": { "scanOption": "optional", "minConfidence": 40 }, + "vehicleType": { "scanOption": "optional", "minConfidence": 40 }, + "displacement": { "scanOption": "optional", "minConfidence": 40 }, + "tire": { "scanOption": "optional", "minConfidence": 50 } } }, "cancelOnResult": true diff --git a/Examples/Xamarin.Forms/Anyline/Anyline.Android/NFC/NFCScanActivity.cs b/Examples/Xamarin.Forms/Anyline/Anyline.Android/NFC/NFCScanActivity.cs index 9db45f434..8ecf2c1b9 100644 --- a/Examples/Xamarin.Forms/Anyline/Anyline.Android/NFC/NFCScanActivity.cs +++ b/Examples/Xamarin.Forms/Anyline/Anyline.Android/NFC/NFCScanActivity.cs @@ -17,7 +17,7 @@ namespace Anyline.Droid.NFC { [Activity(Label = "NFCScanActivity")] - public class NFCScanActivity : Activity, NfcDetector.INfcDetectionHandler + public class NFCScanActivity : Activity, INfcDetectionHandler { protected NfcAdapter mNfcAdapter; @@ -72,7 +72,7 @@ protected override void OnResume() mNfcAdapter.EnableForegroundDispatch( this, - PendingIntent.GetActivity(this, 0, intent, 0), + PendingIntent.GetActivity(this, 0, intent, PendingIntentFlags.Mutable), new[] { new IntentFilter(NfcAdapter.ActionTechDiscovered) }, new string[][] { new string[] { @@ -109,21 +109,24 @@ protected override void OnNewIntent(Intent intent) base.OnNewIntent(intent); Tag tag = intent.GetParcelableExtra(NfcAdapter.ExtraTag) as Tag; - TagProvider.Tag = IsoDep.Get(tag); - - if (NfcAdapter.ActionTechDiscovered == intent.Action) + if (tag != null) { - if (tag.GetTechList().ToList().Contains("android.nfc.tech.IsoDep")) + TagProvider.Tag = IsoDep.Get(tag); + + if (NfcAdapter.ActionTechDiscovered == intent.Action) { - try - { - // Begins to read the NFC chip - NfcDetector nfcDetector = new NfcDetector(ApplicationContext, this); - nfcDetector.StartNfcDetection(passportNumber, dateOfBirth, dateOfExpiry); - } - catch (Exception e) + if (tag.GetTechList().ToList().Contains("android.nfc.tech.IsoDep")) { - System.Diagnostics.Debug.WriteLine(e.ToString()); + try + { + // Begins to read the NFC chip + NfcDetector nfcDetector = new NfcDetector(ApplicationContext, this); + nfcDetector.StartNfcDetection(passportNumber, dateOfBirth, dateOfExpiry); + } + catch (Exception e) + { + System.Diagnostics.Debug.WriteLine(e.ToString()); + } } } } @@ -160,7 +163,7 @@ public void OnNfcSuccess(NFCResult result) { FirstName = result.DataGroup1.FirstName, LastName = result.DataGroup1.LastName, - Gender= result.DataGroup1.Gender, + Gender = result.DataGroup1.Gender, DocumentNumber = result.DataGroup1.DocumentNumber, DateOfBirth = result.DataGroup1.DateOfBirth, DateOfExpiry = result.DataGroup1.DateOfExpiry, diff --git a/Examples/Xamarin.Forms/Anyline/Anyline.Android/Resources/Resource.designer.cs b/Examples/Xamarin.Forms/Anyline/Anyline.Android/Resources/Resource.designer.cs index 36b8ca4d5..d1f7cf166 100644 --- a/Examples/Xamarin.Forms/Anyline/Anyline.Android/Resources/Resource.designer.cs +++ b/Examples/Xamarin.Forms/Anyline/Anyline.Android/Resources/Resource.designer.cs @@ -5853,2686 +5853,2683 @@ public partial class Attribute public const int animationMode = 2130903084; // aapt resource value: 0x7F03002D - public const int api_2_enabled = 2130903085; + public const int appBarLayoutStyle = 2130903085; // aapt resource value: 0x7F03002E - public const int appBarLayoutStyle = 2130903086; + public const int applyMotionScene = 2130903086; // aapt resource value: 0x7F03002F - public const int applyMotionScene = 2130903087; + public const int arcMode = 2130903087; // aapt resource value: 0x7F030030 - public const int arcMode = 2130903088; + public const int arrowHeadLength = 2130903088; // aapt resource value: 0x7F030031 - public const int arrowHeadLength = 2130903089; + public const int arrowShaftLength = 2130903089; // aapt resource value: 0x7F030032 - public const int arrowShaftLength = 2130903090; + public const int attributeName = 2130903090; // aapt resource value: 0x7F030033 - public const int attributeName = 2130903091; + public const int autoCompleteTextViewStyle = 2130903091; // aapt resource value: 0x7F030034 - public const int autoCompleteTextViewStyle = 2130903092; + public const int autoSizeMaxTextSize = 2130903092; // aapt resource value: 0x7F030035 - public const int autoSizeMaxTextSize = 2130903093; + public const int autoSizeMinTextSize = 2130903093; // aapt resource value: 0x7F030036 - public const int autoSizeMinTextSize = 2130903094; + public const int autoSizePresetSizes = 2130903094; // aapt resource value: 0x7F030037 - public const int autoSizePresetSizes = 2130903095; + public const int autoSizeStepGranularity = 2130903095; // aapt resource value: 0x7F030038 - public const int autoSizeStepGranularity = 2130903096; + public const int autoSizeTextType = 2130903096; // aapt resource value: 0x7F030039 - public const int autoSizeTextType = 2130903097; + public const int autoTransition = 2130903097; // aapt resource value: 0x7F03003A - public const int autoTransition = 2130903098; + public const int background = 2130903098; // aapt resource value: 0x7F03003B - public const int background = 2130903099; + public const int backgroundColor = 2130903099; // aapt resource value: 0x7F03003C - public const int backgroundColor = 2130903100; + public const int backgroundInsetBottom = 2130903100; // aapt resource value: 0x7F03003D - public const int backgroundInsetBottom = 2130903101; + public const int backgroundInsetEnd = 2130903101; // aapt resource value: 0x7F03003E - public const int backgroundInsetEnd = 2130903102; + public const int backgroundInsetStart = 2130903102; // aapt resource value: 0x7F03003F - public const int backgroundInsetStart = 2130903103; + public const int backgroundInsetTop = 2130903103; // aapt resource value: 0x7F030040 - public const int backgroundInsetTop = 2130903104; + public const int backgroundOverlayColorAlpha = 2130903104; // aapt resource value: 0x7F030041 - public const int backgroundOverlayColorAlpha = 2130903105; + public const int backgroundSplit = 2130903105; // aapt resource value: 0x7F030042 - public const int backgroundSplit = 2130903106; + public const int backgroundStacked = 2130903106; // aapt resource value: 0x7F030043 - public const int backgroundStacked = 2130903107; + public const int backgroundTint = 2130903107; // aapt resource value: 0x7F030044 - public const int backgroundTint = 2130903108; + public const int backgroundTintMode = 2130903108; // aapt resource value: 0x7F030045 - public const int backgroundTintMode = 2130903109; + public const int badgeGravity = 2130903109; // aapt resource value: 0x7F030046 - public const int badgeGravity = 2130903110; + public const int badgeStyle = 2130903110; // aapt resource value: 0x7F030047 - public const int badgeStyle = 2130903111; + public const int badgeTextColor = 2130903111; // aapt resource value: 0x7F030048 - public const int badgeTextColor = 2130903112; + public const int barLength = 2130903112; // aapt resource value: 0x7F030049 - public const int barLength = 2130903113; + public const int barrierAllowsGoneWidgets = 2130903113; // aapt resource value: 0x7F03004A - public const int barrierAllowsGoneWidgets = 2130903114; + public const int barrierDirection = 2130903114; // aapt resource value: 0x7F03004B - public const int barrierDirection = 2130903115; + public const int barrierMargin = 2130903115; // aapt resource value: 0x7F03004C - public const int barrierMargin = 2130903116; + public const int beep_on_result = 2130903116; // aapt resource value: 0x7F03004D - public const int beep_on_result = 2130903117; + public const int behavior_autoHide = 2130903117; // aapt resource value: 0x7F03004E - public const int behavior_autoHide = 2130903118; + public const int behavior_autoShrink = 2130903118; // aapt resource value: 0x7F03004F - public const int behavior_autoShrink = 2130903119; + public const int behavior_draggable = 2130903119; // aapt resource value: 0x7F030050 - public const int behavior_draggable = 2130903120; + public const int behavior_expandedOffset = 2130903120; // aapt resource value: 0x7F030051 - public const int behavior_expandedOffset = 2130903121; + public const int behavior_fitToContents = 2130903121; // aapt resource value: 0x7F030052 - public const int behavior_fitToContents = 2130903122; + public const int behavior_halfExpandedRatio = 2130903122; // aapt resource value: 0x7F030053 - public const int behavior_halfExpandedRatio = 2130903123; + public const int behavior_hideable = 2130903123; // aapt resource value: 0x7F030054 - public const int behavior_hideable = 2130903124; + public const int behavior_overlapTop = 2130903124; // aapt resource value: 0x7F030055 - public const int behavior_overlapTop = 2130903125; + public const int behavior_peekHeight = 2130903125; // aapt resource value: 0x7F030056 - public const int behavior_peekHeight = 2130903126; + public const int behavior_saveFlags = 2130903126; // aapt resource value: 0x7F030057 - public const int behavior_saveFlags = 2130903127; + public const int behavior_skipCollapsed = 2130903127; // aapt resource value: 0x7F030058 - public const int behavior_skipCollapsed = 2130903128; + public const int blink_animation_on_result = 2130903128; + + // aapt resource value: 0x7F03005A + public const int borderlessButtonStyle = 2130903130; // aapt resource value: 0x7F030059 - public const int blink_animation_on_result = 2130903129; + public const int borderWidth = 2130903129; // aapt resource value: 0x7F03005B - public const int borderlessButtonStyle = 2130903131; - - // aapt resource value: 0x7F03005A - public const int borderWidth = 2130903130; + public const int bottomAppBarStyle = 2130903131; // aapt resource value: 0x7F03005C - public const int bottomAppBarStyle = 2130903132; + public const int bottomNavigationStyle = 2130903132; // aapt resource value: 0x7F03005D - public const int bottomNavigationStyle = 2130903133; + public const int bottomSheetDialogTheme = 2130903133; // aapt resource value: 0x7F03005E - public const int bottomSheetDialogTheme = 2130903134; + public const int bottomSheetStyle = 2130903134; // aapt resource value: 0x7F03005F - public const int bottomSheetStyle = 2130903135; + public const int boxBackgroundColor = 2130903135; // aapt resource value: 0x7F030060 - public const int boxBackgroundColor = 2130903136; + public const int boxBackgroundMode = 2130903136; // aapt resource value: 0x7F030061 - public const int boxBackgroundMode = 2130903137; + public const int boxCollapsedPaddingTop = 2130903137; // aapt resource value: 0x7F030062 - public const int boxCollapsedPaddingTop = 2130903138; + public const int boxCornerRadiusBottomEnd = 2130903138; // aapt resource value: 0x7F030063 - public const int boxCornerRadiusBottomEnd = 2130903139; + public const int boxCornerRadiusBottomStart = 2130903139; // aapt resource value: 0x7F030064 - public const int boxCornerRadiusBottomStart = 2130903140; + public const int boxCornerRadiusTopEnd = 2130903140; // aapt resource value: 0x7F030065 - public const int boxCornerRadiusTopEnd = 2130903141; + public const int boxCornerRadiusTopStart = 2130903141; // aapt resource value: 0x7F030066 - public const int boxCornerRadiusTopStart = 2130903142; + public const int boxStrokeColor = 2130903142; // aapt resource value: 0x7F030067 - public const int boxStrokeColor = 2130903143; + public const int boxStrokeErrorColor = 2130903143; // aapt resource value: 0x7F030068 - public const int boxStrokeErrorColor = 2130903144; + public const int boxStrokeWidth = 2130903144; // aapt resource value: 0x7F030069 - public const int boxStrokeWidth = 2130903145; + public const int boxStrokeWidthFocused = 2130903145; // aapt resource value: 0x7F03006A - public const int boxStrokeWidthFocused = 2130903146; + public const int brightness = 2130903146; // aapt resource value: 0x7F03006B - public const int brightness = 2130903147; + public const int buttonBarButtonStyle = 2130903147; // aapt resource value: 0x7F03006C - public const int buttonBarButtonStyle = 2130903148; + public const int buttonBarNegativeButtonStyle = 2130903148; // aapt resource value: 0x7F03006D - public const int buttonBarNegativeButtonStyle = 2130903149; + public const int buttonBarNeutralButtonStyle = 2130903149; // aapt resource value: 0x7F03006E - public const int buttonBarNeutralButtonStyle = 2130903150; + public const int buttonBarPositiveButtonStyle = 2130903150; // aapt resource value: 0x7F03006F - public const int buttonBarPositiveButtonStyle = 2130903151; + public const int buttonBarStyle = 2130903151; // aapt resource value: 0x7F030070 - public const int buttonBarStyle = 2130903152; + public const int buttonCompat = 2130903152; // aapt resource value: 0x7F030071 - public const int buttonCompat = 2130903153; + public const int buttonGravity = 2130903153; // aapt resource value: 0x7F030072 - public const int buttonGravity = 2130903154; + public const int buttonIconDimen = 2130903154; // aapt resource value: 0x7F030073 - public const int buttonIconDimen = 2130903155; + public const int buttonPanelSideLayout = 2130903155; // aapt resource value: 0x7F030074 - public const int buttonPanelSideLayout = 2130903156; + public const int buttonSize = 2130903156; // aapt resource value: 0x7F030075 - public const int buttonSize = 2130903157; + public const int buttonStyle = 2130903157; // aapt resource value: 0x7F030076 - public const int buttonStyle = 2130903158; + public const int buttonStyleSmall = 2130903158; // aapt resource value: 0x7F030077 - public const int buttonStyleSmall = 2130903159; + public const int buttonTint = 2130903159; // aapt resource value: 0x7F030078 - public const int buttonTint = 2130903160; + public const int buttonTintMode = 2130903160; // aapt resource value: 0x7F030079 - public const int buttonTintMode = 2130903161; + public const int cancel_on_result = 2130903161; // aapt resource value: 0x7F03007A - public const int cancel_on_result = 2130903162; + public const int cardBackgroundColor = 2130903162; // aapt resource value: 0x7F03007B - public const int cardBackgroundColor = 2130903163; + public const int cardCornerRadius = 2130903163; // aapt resource value: 0x7F03007C - public const int cardCornerRadius = 2130903164; + public const int cardElevation = 2130903164; // aapt resource value: 0x7F03007D - public const int cardElevation = 2130903165; + public const int cardForegroundColor = 2130903165; // aapt resource value: 0x7F03007E - public const int cardForegroundColor = 2130903166; + public const int cardMaxElevation = 2130903166; // aapt resource value: 0x7F03007F - public const int cardMaxElevation = 2130903167; + public const int cardPreventCornerOverlap = 2130903167; // aapt resource value: 0x7F030080 - public const int cardPreventCornerOverlap = 2130903168; + public const int cardUseCompatPadding = 2130903168; // aapt resource value: 0x7F030081 - public const int cardUseCompatPadding = 2130903169; + public const int cardViewStyle = 2130903169; // aapt resource value: 0x7F030082 - public const int cardViewStyle = 2130903170; + public const int chainUseRtl = 2130903170; // aapt resource value: 0x7F030083 - public const int chainUseRtl = 2130903171; + public const int checkboxStyle = 2130903171; // aapt resource value: 0x7F030084 - public const int checkboxStyle = 2130903172; + public const int checkedButton = 2130903172; // aapt resource value: 0x7F030085 - public const int checkedButton = 2130903173; + public const int checkedChip = 2130903173; // aapt resource value: 0x7F030086 - public const int checkedChip = 2130903174; + public const int checkedIcon = 2130903174; // aapt resource value: 0x7F030087 - public const int checkedIcon = 2130903175; + public const int checkedIconEnabled = 2130903175; // aapt resource value: 0x7F030088 - public const int checkedIconEnabled = 2130903176; + public const int checkedIconMargin = 2130903176; // aapt resource value: 0x7F030089 - public const int checkedIconMargin = 2130903177; + public const int checkedIconSize = 2130903177; // aapt resource value: 0x7F03008A - public const int checkedIconSize = 2130903178; + public const int checkedIconTint = 2130903178; // aapt resource value: 0x7F03008B - public const int checkedIconTint = 2130903179; + public const int checkedIconVisible = 2130903179; // aapt resource value: 0x7F03008C - public const int checkedIconVisible = 2130903180; + public const int checkedTextViewStyle = 2130903180; // aapt resource value: 0x7F03008D - public const int checkedTextViewStyle = 2130903181; + public const int chipBackgroundColor = 2130903181; // aapt resource value: 0x7F03008E - public const int chipBackgroundColor = 2130903182; + public const int chipCornerRadius = 2130903182; // aapt resource value: 0x7F03008F - public const int chipCornerRadius = 2130903183; + public const int chipEndPadding = 2130903183; // aapt resource value: 0x7F030090 - public const int chipEndPadding = 2130903184; + public const int chipGroupStyle = 2130903184; // aapt resource value: 0x7F030091 - public const int chipGroupStyle = 2130903185; + public const int chipIcon = 2130903185; // aapt resource value: 0x7F030092 - public const int chipIcon = 2130903186; + public const int chipIconEnabled = 2130903186; // aapt resource value: 0x7F030093 - public const int chipIconEnabled = 2130903187; + public const int chipIconSize = 2130903187; // aapt resource value: 0x7F030094 - public const int chipIconSize = 2130903188; + public const int chipIconTint = 2130903188; // aapt resource value: 0x7F030095 - public const int chipIconTint = 2130903189; + public const int chipIconVisible = 2130903189; // aapt resource value: 0x7F030096 - public const int chipIconVisible = 2130903190; + public const int chipMinHeight = 2130903190; // aapt resource value: 0x7F030097 - public const int chipMinHeight = 2130903191; + public const int chipMinTouchTargetSize = 2130903191; // aapt resource value: 0x7F030098 - public const int chipMinTouchTargetSize = 2130903192; + public const int chipSpacing = 2130903192; // aapt resource value: 0x7F030099 - public const int chipSpacing = 2130903193; + public const int chipSpacingHorizontal = 2130903193; // aapt resource value: 0x7F03009A - public const int chipSpacingHorizontal = 2130903194; + public const int chipSpacingVertical = 2130903194; // aapt resource value: 0x7F03009B - public const int chipSpacingVertical = 2130903195; + public const int chipStandaloneStyle = 2130903195; // aapt resource value: 0x7F03009C - public const int chipStandaloneStyle = 2130903196; + public const int chipStartPadding = 2130903196; // aapt resource value: 0x7F03009D - public const int chipStartPadding = 2130903197; + public const int chipStrokeColor = 2130903197; // aapt resource value: 0x7F03009E - public const int chipStrokeColor = 2130903198; + public const int chipStrokeWidth = 2130903198; // aapt resource value: 0x7F03009F - public const int chipStrokeWidth = 2130903199; + public const int chipStyle = 2130903199; // aapt resource value: 0x7F0300A0 - public const int chipStyle = 2130903200; + public const int chipSurfaceColor = 2130903200; // aapt resource value: 0x7F0300A1 - public const int chipSurfaceColor = 2130903201; + public const int circleCrop = 2130903201; // aapt resource value: 0x7F0300A2 - public const int circleCrop = 2130903202; + public const int circleRadius = 2130903202; // aapt resource value: 0x7F0300A3 - public const int circleRadius = 2130903203; + public const int circularProgressIndicatorStyle = 2130903203; // aapt resource value: 0x7F0300A4 - public const int circularProgressIndicatorStyle = 2130903204; + public const int clickAction = 2130903204; // aapt resource value: 0x7F0300A5 - public const int clickAction = 2130903205; + public const int clockFaceBackgroundColor = 2130903205; // aapt resource value: 0x7F0300A6 - public const int clockFaceBackgroundColor = 2130903206; + public const int clockHandColor = 2130903206; // aapt resource value: 0x7F0300A7 - public const int clockHandColor = 2130903207; + public const int clockIcon = 2130903207; // aapt resource value: 0x7F0300A8 - public const int clockIcon = 2130903208; + public const int clockNumberTextColor = 2130903208; // aapt resource value: 0x7F0300A9 - public const int clockNumberTextColor = 2130903209; + public const int closeIcon = 2130903209; // aapt resource value: 0x7F0300AA - public const int closeIcon = 2130903210; + public const int closeIconEnabled = 2130903210; // aapt resource value: 0x7F0300AB - public const int closeIconEnabled = 2130903211; + public const int closeIconEndPadding = 2130903211; // aapt resource value: 0x7F0300AC - public const int closeIconEndPadding = 2130903212; + public const int closeIconSize = 2130903212; // aapt resource value: 0x7F0300AD - public const int closeIconSize = 2130903213; + public const int closeIconStartPadding = 2130903213; // aapt resource value: 0x7F0300AE - public const int closeIconStartPadding = 2130903214; + public const int closeIconTint = 2130903214; // aapt resource value: 0x7F0300AF - public const int closeIconTint = 2130903215; + public const int closeIconVisible = 2130903215; // aapt resource value: 0x7F0300B0 - public const int closeIconVisible = 2130903216; + public const int closeItemLayout = 2130903216; // aapt resource value: 0x7F0300B1 - public const int closeItemLayout = 2130903217; + public const int collapseContentDescription = 2130903217; - // aapt resource value: 0x7F0300B2 - public const int collapseContentDescription = 2130903218; + // aapt resource value: 0x7F0300B3 + public const int collapsedSize = 2130903219; // aapt resource value: 0x7F0300B4 - public const int collapsedSize = 2130903220; + public const int collapsedTitleGravity = 2130903220; // aapt resource value: 0x7F0300B5 - public const int collapsedTitleGravity = 2130903221; + public const int collapsedTitleTextAppearance = 2130903221; - // aapt resource value: 0x7F0300B6 - public const int collapsedTitleTextAppearance = 2130903222; + // aapt resource value: 0x7F0300B2 + public const int collapseIcon = 2130903218; - // aapt resource value: 0x7F0300B3 - public const int collapseIcon = 2130903219; + // aapt resource value: 0x7F0300B6 + public const int collapsingToolbarLayoutStyle = 2130903222; // aapt resource value: 0x7F0300B7 - public const int collapsingToolbarLayoutStyle = 2130903223; + public const int color = 2130903223; // aapt resource value: 0x7F0300B8 - public const int color = 2130903224; + public const int colorAccent = 2130903224; // aapt resource value: 0x7F0300B9 - public const int colorAccent = 2130903225; + public const int colorBackgroundFloating = 2130903225; // aapt resource value: 0x7F0300BA - public const int colorBackgroundFloating = 2130903226; + public const int colorButtonNormal = 2130903226; // aapt resource value: 0x7F0300BB - public const int colorButtonNormal = 2130903227; + public const int colorControlActivated = 2130903227; // aapt resource value: 0x7F0300BC - public const int colorControlActivated = 2130903228; + public const int colorControlHighlight = 2130903228; // aapt resource value: 0x7F0300BD - public const int colorControlHighlight = 2130903229; + public const int colorControlNormal = 2130903229; // aapt resource value: 0x7F0300BE - public const int colorControlNormal = 2130903230; + public const int colorError = 2130903230; // aapt resource value: 0x7F0300BF - public const int colorError = 2130903231; + public const int colorOnBackground = 2130903231; // aapt resource value: 0x7F0300C0 - public const int colorOnBackground = 2130903232; + public const int colorOnError = 2130903232; // aapt resource value: 0x7F0300C1 - public const int colorOnError = 2130903233; + public const int colorOnPrimary = 2130903233; // aapt resource value: 0x7F0300C2 - public const int colorOnPrimary = 2130903234; + public const int colorOnPrimarySurface = 2130903234; // aapt resource value: 0x7F0300C3 - public const int colorOnPrimarySurface = 2130903235; + public const int colorOnSecondary = 2130903235; // aapt resource value: 0x7F0300C4 - public const int colorOnSecondary = 2130903236; + public const int colorOnSurface = 2130903236; // aapt resource value: 0x7F0300C5 - public const int colorOnSurface = 2130903237; + public const int colorPrimary = 2130903237; // aapt resource value: 0x7F0300C6 - public const int colorPrimary = 2130903238; + public const int colorPrimaryDark = 2130903238; // aapt resource value: 0x7F0300C7 - public const int colorPrimaryDark = 2130903239; + public const int colorPrimarySurface = 2130903239; // aapt resource value: 0x7F0300C8 - public const int colorPrimarySurface = 2130903240; + public const int colorPrimaryVariant = 2130903240; // aapt resource value: 0x7F0300C9 - public const int colorPrimaryVariant = 2130903241; + public const int colorScheme = 2130903241; // aapt resource value: 0x7F0300CA - public const int colorScheme = 2130903242; + public const int colorSecondary = 2130903242; // aapt resource value: 0x7F0300CB - public const int colorSecondary = 2130903243; + public const int colorSecondaryVariant = 2130903243; // aapt resource value: 0x7F0300CC - public const int colorSecondaryVariant = 2130903244; + public const int colorSurface = 2130903244; // aapt resource value: 0x7F0300CD - public const int colorSurface = 2130903245; + public const int colorSwitchThumbNormal = 2130903245; // aapt resource value: 0x7F0300CE - public const int colorSwitchThumbNormal = 2130903246; + public const int commitIcon = 2130903246; - // aapt resource value: 0x7F0300CF - public const int commitIcon = 2130903247; + // aapt resource value: 0x7F0300D4 + public const int constraints = 2130903252; - // aapt resource value: 0x7F0300D5 - public const int constraints = 2130903253; + // aapt resource value: 0x7F0300CF + public const int constraintSet = 2130903247; // aapt resource value: 0x7F0300D0 - public const int constraintSet = 2130903248; + public const int constraintSetEnd = 2130903248; // aapt resource value: 0x7F0300D1 - public const int constraintSetEnd = 2130903249; + public const int constraintSetStart = 2130903249; // aapt resource value: 0x7F0300D2 - public const int constraintSetStart = 2130903250; + public const int constraint_referenced_ids = 2130903250; // aapt resource value: 0x7F0300D3 - public const int constraint_referenced_ids = 2130903251; + public const int constraint_referenced_tags = 2130903251; - // aapt resource value: 0x7F0300D4 - public const int constraint_referenced_tags = 2130903252; + // aapt resource value: 0x7F0300D5 + public const int content = 2130903253; // aapt resource value: 0x7F0300D6 - public const int content = 2130903254; + public const int contentDescription = 2130903254; // aapt resource value: 0x7F0300D7 - public const int contentDescription = 2130903255; + public const int contentInsetEnd = 2130903255; // aapt resource value: 0x7F0300D8 - public const int contentInsetEnd = 2130903256; + public const int contentInsetEndWithActions = 2130903256; // aapt resource value: 0x7F0300D9 - public const int contentInsetEndWithActions = 2130903257; + public const int contentInsetLeft = 2130903257; // aapt resource value: 0x7F0300DA - public const int contentInsetLeft = 2130903258; + public const int contentInsetRight = 2130903258; // aapt resource value: 0x7F0300DB - public const int contentInsetRight = 2130903259; + public const int contentInsetStart = 2130903259; // aapt resource value: 0x7F0300DC - public const int contentInsetStart = 2130903260; + public const int contentInsetStartWithNavigation = 2130903260; // aapt resource value: 0x7F0300DD - public const int contentInsetStartWithNavigation = 2130903261; + public const int contentPadding = 2130903261; // aapt resource value: 0x7F0300DE - public const int contentPadding = 2130903262; + public const int contentPaddingBottom = 2130903262; // aapt resource value: 0x7F0300DF - public const int contentPaddingBottom = 2130903263; + public const int contentPaddingEnd = 2130903263; // aapt resource value: 0x7F0300E0 - public const int contentPaddingEnd = 2130903264; + public const int contentPaddingLeft = 2130903264; // aapt resource value: 0x7F0300E1 - public const int contentPaddingLeft = 2130903265; + public const int contentPaddingRight = 2130903265; // aapt resource value: 0x7F0300E2 - public const int contentPaddingRight = 2130903266; + public const int contentPaddingStart = 2130903266; // aapt resource value: 0x7F0300E3 - public const int contentPaddingStart = 2130903267; + public const int contentPaddingTop = 2130903267; // aapt resource value: 0x7F0300E4 - public const int contentPaddingTop = 2130903268; + public const int contentScrim = 2130903268; // aapt resource value: 0x7F0300E5 - public const int contentScrim = 2130903269; + public const int contrast = 2130903269; // aapt resource value: 0x7F0300E6 - public const int contrast = 2130903270; + public const int controlBackground = 2130903270; // aapt resource value: 0x7F0300E7 - public const int controlBackground = 2130903271; + public const int coordinatorLayoutStyle = 2130903271; // aapt resource value: 0x7F0300E8 - public const int coordinatorLayoutStyle = 2130903272; + public const int cornerFamily = 2130903272; // aapt resource value: 0x7F0300E9 - public const int cornerFamily = 2130903273; + public const int cornerFamilyBottomLeft = 2130903273; // aapt resource value: 0x7F0300EA - public const int cornerFamilyBottomLeft = 2130903274; + public const int cornerFamilyBottomRight = 2130903274; // aapt resource value: 0x7F0300EB - public const int cornerFamilyBottomRight = 2130903275; + public const int cornerFamilyTopLeft = 2130903275; // aapt resource value: 0x7F0300EC - public const int cornerFamilyTopLeft = 2130903276; + public const int cornerFamilyTopRight = 2130903276; // aapt resource value: 0x7F0300ED - public const int cornerFamilyTopRight = 2130903277; + public const int cornerRadius = 2130903277; // aapt resource value: 0x7F0300EE - public const int cornerRadius = 2130903278; + public const int cornerSize = 2130903278; // aapt resource value: 0x7F0300EF - public const int cornerSize = 2130903279; + public const int cornerSizeBottomLeft = 2130903279; // aapt resource value: 0x7F0300F0 - public const int cornerSizeBottomLeft = 2130903280; + public const int cornerSizeBottomRight = 2130903280; // aapt resource value: 0x7F0300F1 - public const int cornerSizeBottomRight = 2130903281; + public const int cornerSizeTopLeft = 2130903281; // aapt resource value: 0x7F0300F2 - public const int cornerSizeTopLeft = 2130903282; + public const int cornerSizeTopRight = 2130903282; // aapt resource value: 0x7F0300F3 - public const int cornerSizeTopRight = 2130903283; + public const int counterEnabled = 2130903283; // aapt resource value: 0x7F0300F4 - public const int counterEnabled = 2130903284; + public const int counterMaxLength = 2130903284; // aapt resource value: 0x7F0300F5 - public const int counterMaxLength = 2130903285; + public const int counterOverflowTextAppearance = 2130903285; // aapt resource value: 0x7F0300F6 - public const int counterOverflowTextAppearance = 2130903286; + public const int counterOverflowTextColor = 2130903286; // aapt resource value: 0x7F0300F7 - public const int counterOverflowTextColor = 2130903287; + public const int counterTextAppearance = 2130903287; // aapt resource value: 0x7F0300F8 - public const int counterTextAppearance = 2130903288; + public const int counterTextColor = 2130903288; // aapt resource value: 0x7F0300F9 - public const int counterTextColor = 2130903289; + public const int crossfade = 2130903289; // aapt resource value: 0x7F0300FA - public const int crossfade = 2130903290; + public const int currentState = 2130903290; // aapt resource value: 0x7F0300FB - public const int currentState = 2130903291; + public const int curveFit = 2130903291; // aapt resource value: 0x7F0300FC - public const int curveFit = 2130903292; + public const int customBoolean = 2130903292; // aapt resource value: 0x7F0300FD - public const int customBoolean = 2130903293; + public const int customColorDrawableValue = 2130903293; // aapt resource value: 0x7F0300FE - public const int customColorDrawableValue = 2130903294; + public const int customColorValue = 2130903294; // aapt resource value: 0x7F0300FF - public const int customColorValue = 2130903295; + public const int customDimension = 2130903295; // aapt resource value: 0x7F030100 - public const int customDimension = 2130903296; + public const int customFloatValue = 2130903296; // aapt resource value: 0x7F030101 - public const int customFloatValue = 2130903297; + public const int customIntegerValue = 2130903297; // aapt resource value: 0x7F030102 - public const int customIntegerValue = 2130903298; + public const int customNavigationLayout = 2130903298; // aapt resource value: 0x7F030103 - public const int customNavigationLayout = 2130903299; + public const int customPixelDimension = 2130903299; // aapt resource value: 0x7F030104 - public const int customPixelDimension = 2130903300; + public const int customStringValue = 2130903300; // aapt resource value: 0x7F030105 - public const int customStringValue = 2130903301; + public const int cutout_alignment = 2130903301; // aapt resource value: 0x7F030106 - public const int cutout_alignment = 2130903302; + public const int cutout_crop_offset_x = 2130903302; // aapt resource value: 0x7F030107 - public const int cutout_crop_offset_x = 2130903303; + public const int cutout_crop_offset_y = 2130903303; // aapt resource value: 0x7F030108 - public const int cutout_crop_offset_y = 2130903304; + public const int cutout_crop_padding_x = 2130903304; // aapt resource value: 0x7F030109 - public const int cutout_crop_padding_x = 2130903305; + public const int cutout_crop_padding_y = 2130903305; // aapt resource value: 0x7F03010A - public const int cutout_crop_padding_y = 2130903306; + public const int cutout_drawable = 2130903306; // aapt resource value: 0x7F03010B - public const int cutout_drawable = 2130903307; + public const int cutout_feedback_stroke_color = 2130903307; // aapt resource value: 0x7F03010C - public const int cutout_feedback_stroke_color = 2130903308; + public const int cutout_max_height_percent = 2130903308; // aapt resource value: 0x7F03010D - public const int cutout_max_height_percent = 2130903309; + public const int cutout_max_width_percent = 2130903309; // aapt resource value: 0x7F03010E - public const int cutout_max_width_percent = 2130903310; + public const int cutout_offset_x = 2130903310; // aapt resource value: 0x7F03010F - public const int cutout_offset_x = 2130903311; + public const int cutout_offset_y = 2130903311; // aapt resource value: 0x7F030110 - public const int cutout_offset_y = 2130903312; + public const int cutout_outside_color = 2130903312; // aapt resource value: 0x7F030111 - public const int cutout_outside_color = 2130903313; + public const int cutout_ratio_from_size_height = 2130903313; // aapt resource value: 0x7F030112 - public const int cutout_ratio_from_size_height = 2130903314; + public const int cutout_ratio_from_size_width = 2130903314; // aapt resource value: 0x7F030113 - public const int cutout_ratio_from_size_width = 2130903315; + public const int cutout_rect_corner_radius_in_dp = 2130903315; // aapt resource value: 0x7F030114 - public const int cutout_rect_corner_radius_in_dp = 2130903316; + public const int cutout_stroke_color = 2130903316; // aapt resource value: 0x7F030115 - public const int cutout_stroke_color = 2130903317; + public const int cutout_stroke_width_in_dp = 2130903317; // aapt resource value: 0x7F030116 - public const int cutout_stroke_width_in_dp = 2130903318; + public const int cutout_style = 2130903318; // aapt resource value: 0x7F030117 - public const int cutout_style = 2130903319; + public const int cutout_width = 2130903319; // aapt resource value: 0x7F030118 - public const int cutout_width = 2130903320; + public const int dayInvalidStyle = 2130903320; // aapt resource value: 0x7F030119 - public const int dayInvalidStyle = 2130903321; + public const int daySelectedStyle = 2130903321; // aapt resource value: 0x7F03011A - public const int daySelectedStyle = 2130903322; + public const int dayStyle = 2130903322; // aapt resource value: 0x7F03011B - public const int dayStyle = 2130903323; + public const int dayTodayStyle = 2130903323; // aapt resource value: 0x7F03011C - public const int dayTodayStyle = 2130903324; + public const int defaultDuration = 2130903324; // aapt resource value: 0x7F03011D - public const int defaultDuration = 2130903325; + public const int defaultQueryHint = 2130903325; // aapt resource value: 0x7F03011E - public const int defaultQueryHint = 2130903326; + public const int defaultState = 2130903326; // aapt resource value: 0x7F03011F - public const int defaultState = 2130903327; + public const int default_camera = 2130903327; // aapt resource value: 0x7F030120 - public const int default_camera = 2130903328; + public const int deltaPolarAngle = 2130903328; // aapt resource value: 0x7F030121 - public const int deltaPolarAngle = 2130903329; + public const int deltaPolarRadius = 2130903329; // aapt resource value: 0x7F030122 - public const int deltaPolarRadius = 2130903330; + public const int deriveConstraintsFrom = 2130903330; // aapt resource value: 0x7F030123 - public const int deriveConstraintsFrom = 2130903331; + public const int dialogCornerRadius = 2130903331; // aapt resource value: 0x7F030124 - public const int dialogCornerRadius = 2130903332; + public const int dialogPreferredPadding = 2130903332; // aapt resource value: 0x7F030125 - public const int dialogPreferredPadding = 2130903333; + public const int dialogTheme = 2130903333; // aapt resource value: 0x7F030126 - public const int dialogTheme = 2130903334; + public const int displayOptions = 2130903334; // aapt resource value: 0x7F030127 - public const int displayOptions = 2130903335; + public const int divider = 2130903335; // aapt resource value: 0x7F030128 - public const int divider = 2130903336; + public const int dividerHorizontal = 2130903336; // aapt resource value: 0x7F030129 - public const int dividerHorizontal = 2130903337; + public const int dividerPadding = 2130903337; // aapt resource value: 0x7F03012A - public const int dividerPadding = 2130903338; + public const int dividerVertical = 2130903338; // aapt resource value: 0x7F03012B - public const int dividerVertical = 2130903339; + public const int dragDirection = 2130903339; // aapt resource value: 0x7F03012C - public const int dragDirection = 2130903340; + public const int dragScale = 2130903340; // aapt resource value: 0x7F03012D - public const int dragScale = 2130903341; + public const int dragThreshold = 2130903341; - // aapt resource value: 0x7F03012E - public const int dragThreshold = 2130903342; + // aapt resource value: 0x7F03012F + public const int drawableBottomCompat = 2130903343; // aapt resource value: 0x7F030130 - public const int drawableBottomCompat = 2130903344; + public const int drawableEndCompat = 2130903344; // aapt resource value: 0x7F030131 - public const int drawableEndCompat = 2130903345; + public const int drawableLeftCompat = 2130903345; // aapt resource value: 0x7F030132 - public const int drawableLeftCompat = 2130903346; + public const int drawableRightCompat = 2130903346; // aapt resource value: 0x7F030133 - public const int drawableRightCompat = 2130903347; + public const int drawableSize = 2130903347; // aapt resource value: 0x7F030134 - public const int drawableSize = 2130903348; + public const int drawableStartCompat = 2130903348; // aapt resource value: 0x7F030135 - public const int drawableStartCompat = 2130903349; + public const int drawableTint = 2130903349; // aapt resource value: 0x7F030136 - public const int drawableTint = 2130903350; + public const int drawableTintMode = 2130903350; // aapt resource value: 0x7F030137 - public const int drawableTintMode = 2130903351; + public const int drawableTopCompat = 2130903351; // aapt resource value: 0x7F030138 - public const int drawableTopCompat = 2130903352; + public const int drawerArrowStyle = 2130903352; // aapt resource value: 0x7F030139 - public const int drawerArrowStyle = 2130903353; + public const int drawerLayoutStyle = 2130903353; - // aapt resource value: 0x7F03013A - public const int drawerLayoutStyle = 2130903354; + // aapt resource value: 0x7F03012E + public const int drawPath = 2130903342; - // aapt resource value: 0x7F03012F - public const int drawPath = 2130903343; + // aapt resource value: 0x7F03013B + public const int dropdownListPreferredItemHeight = 2130903355; - // aapt resource value: 0x7F03013C - public const int dropdownListPreferredItemHeight = 2130903356; + // aapt resource value: 0x7F03013A + public const int dropDownListViewStyle = 2130903354; - // aapt resource value: 0x7F03013B - public const int dropDownListViewStyle = 2130903355; + // aapt resource value: 0x7F03013C + public const int duration = 2130903356; // aapt resource value: 0x7F03013D - public const int duration = 2130903357; + public const int editTextBackground = 2130903357; // aapt resource value: 0x7F03013E - public const int editTextBackground = 2130903358; + public const int editTextColor = 2130903358; // aapt resource value: 0x7F03013F - public const int editTextColor = 2130903359; + public const int editTextStyle = 2130903359; // aapt resource value: 0x7F030140 - public const int editTextStyle = 2130903360; + public const int elevation = 2130903360; // aapt resource value: 0x7F030141 - public const int elevation = 2130903361; + public const int elevationOverlayColor = 2130903361; // aapt resource value: 0x7F030142 - public const int elevationOverlayColor = 2130903362; + public const int elevationOverlayEnabled = 2130903362; // aapt resource value: 0x7F030143 - public const int elevationOverlayEnabled = 2130903363; + public const int endIconCheckable = 2130903363; // aapt resource value: 0x7F030144 - public const int endIconCheckable = 2130903364; + public const int endIconContentDescription = 2130903364; // aapt resource value: 0x7F030145 - public const int endIconContentDescription = 2130903365; + public const int endIconDrawable = 2130903365; // aapt resource value: 0x7F030146 - public const int endIconDrawable = 2130903366; + public const int endIconMode = 2130903366; // aapt resource value: 0x7F030147 - public const int endIconMode = 2130903367; + public const int endIconTint = 2130903367; // aapt resource value: 0x7F030148 - public const int endIconTint = 2130903368; + public const int endIconTintMode = 2130903368; // aapt resource value: 0x7F030149 - public const int endIconTintMode = 2130903369; + public const int enforceMaterialTheme = 2130903369; // aapt resource value: 0x7F03014A - public const int enforceMaterialTheme = 2130903370; + public const int enforceTextAppearance = 2130903370; // aapt resource value: 0x7F03014B - public const int enforceTextAppearance = 2130903371; + public const int ensureMinTouchTargetSize = 2130903371; // aapt resource value: 0x7F03014C - public const int ensureMinTouchTargetSize = 2130903372; + public const int errorContentDescription = 2130903372; // aapt resource value: 0x7F03014D - public const int errorContentDescription = 2130903373; + public const int errorEnabled = 2130903373; // aapt resource value: 0x7F03014E - public const int errorEnabled = 2130903374; + public const int errorIconDrawable = 2130903374; // aapt resource value: 0x7F03014F - public const int errorIconDrawable = 2130903375; + public const int errorIconTint = 2130903375; // aapt resource value: 0x7F030150 - public const int errorIconTint = 2130903376; + public const int errorIconTintMode = 2130903376; // aapt resource value: 0x7F030151 - public const int errorIconTintMode = 2130903377; + public const int errorTextAppearance = 2130903377; // aapt resource value: 0x7F030152 - public const int errorTextAppearance = 2130903378; + public const int errorTextColor = 2130903378; // aapt resource value: 0x7F030153 - public const int errorTextColor = 2130903379; + public const int expandActivityOverflowButtonDrawable = 2130903379; // aapt resource value: 0x7F030154 - public const int expandActivityOverflowButtonDrawable = 2130903380; + public const int expanded = 2130903380; // aapt resource value: 0x7F030155 - public const int expanded = 2130903381; + public const int expandedHintEnabled = 2130903381; // aapt resource value: 0x7F030156 - public const int expandedHintEnabled = 2130903382; + public const int expandedTitleGravity = 2130903382; // aapt resource value: 0x7F030157 - public const int expandedTitleGravity = 2130903383; + public const int expandedTitleMargin = 2130903383; // aapt resource value: 0x7F030158 - public const int expandedTitleMargin = 2130903384; + public const int expandedTitleMarginBottom = 2130903384; // aapt resource value: 0x7F030159 - public const int expandedTitleMarginBottom = 2130903385; + public const int expandedTitleMarginEnd = 2130903385; // aapt resource value: 0x7F03015A - public const int expandedTitleMarginEnd = 2130903386; + public const int expandedTitleMarginStart = 2130903386; // aapt resource value: 0x7F03015B - public const int expandedTitleMarginStart = 2130903387; + public const int expandedTitleMarginTop = 2130903387; // aapt resource value: 0x7F03015C - public const int expandedTitleMarginTop = 2130903388; + public const int expandedTitleTextAppearance = 2130903388; + + // aapt resource value: 0x7F03015E + public const int extendedFloatingActionButtonStyle = 2130903390; // aapt resource value: 0x7F03015D - public const int expandedTitleTextAppearance = 2130903389; + public const int extendMotionSpec = 2130903389; // aapt resource value: 0x7F03015F - public const int extendedFloatingActionButtonStyle = 2130903391; - - // aapt resource value: 0x7F03015E - public const int extendMotionSpec = 2130903390; + public const int fabAlignmentMode = 2130903391; // aapt resource value: 0x7F030160 - public const int fabAlignmentMode = 2130903392; + public const int fabAnimationMode = 2130903392; // aapt resource value: 0x7F030161 - public const int fabAnimationMode = 2130903393; + public const int fabCradleMargin = 2130903393; // aapt resource value: 0x7F030162 - public const int fabCradleMargin = 2130903394; + public const int fabCradleRoundedCornerRadius = 2130903394; // aapt resource value: 0x7F030163 - public const int fabCradleRoundedCornerRadius = 2130903395; + public const int fabCradleVerticalOffset = 2130903395; // aapt resource value: 0x7F030164 - public const int fabCradleVerticalOffset = 2130903396; + public const int fabCustomSize = 2130903396; // aapt resource value: 0x7F030165 - public const int fabCustomSize = 2130903397; + public const int fabSize = 2130903397; // aapt resource value: 0x7F030166 - public const int fabSize = 2130903398; + public const int fallback_cameras = 2130903398; // aapt resource value: 0x7F030167 - public const int fallback_cameras = 2130903399; + public const int fastScrollEnabled = 2130903399; // aapt resource value: 0x7F030168 - public const int fastScrollEnabled = 2130903400; + public const int fastScrollHorizontalThumbDrawable = 2130903400; // aapt resource value: 0x7F030169 - public const int fastScrollHorizontalThumbDrawable = 2130903401; + public const int fastScrollHorizontalTrackDrawable = 2130903401; // aapt resource value: 0x7F03016A - public const int fastScrollHorizontalTrackDrawable = 2130903402; + public const int fastScrollVerticalThumbDrawable = 2130903402; // aapt resource value: 0x7F03016B - public const int fastScrollVerticalThumbDrawable = 2130903403; + public const int fastScrollVerticalTrackDrawable = 2130903403; // aapt resource value: 0x7F03016C - public const int fastScrollVerticalTrackDrawable = 2130903404; + public const int firstBaselineToTopHeight = 2130903404; // aapt resource value: 0x7F03016D - public const int firstBaselineToTopHeight = 2130903405; + public const int flash_alignment = 2130903405; // aapt resource value: 0x7F03016E - public const int flash_alignment = 2130903406; + public const int flash_image_auto = 2130903406; // aapt resource value: 0x7F03016F - public const int flash_image_auto = 2130903407; + public const int flash_image_off = 2130903407; // aapt resource value: 0x7F030170 - public const int flash_image_off = 2130903408; + public const int flash_image_on = 2130903408; // aapt resource value: 0x7F030171 - public const int flash_image_on = 2130903409; + public const int flash_mode = 2130903409; // aapt resource value: 0x7F030172 - public const int flash_mode = 2130903410; + public const int floatingActionButtonStyle = 2130903410; // aapt resource value: 0x7F030173 - public const int floatingActionButtonStyle = 2130903411; + public const int flow_firstHorizontalBias = 2130903411; // aapt resource value: 0x7F030174 - public const int flow_firstHorizontalBias = 2130903412; + public const int flow_firstHorizontalStyle = 2130903412; // aapt resource value: 0x7F030175 - public const int flow_firstHorizontalStyle = 2130903413; + public const int flow_firstVerticalBias = 2130903413; // aapt resource value: 0x7F030176 - public const int flow_firstVerticalBias = 2130903414; + public const int flow_firstVerticalStyle = 2130903414; // aapt resource value: 0x7F030177 - public const int flow_firstVerticalStyle = 2130903415; + public const int flow_horizontalAlign = 2130903415; // aapt resource value: 0x7F030178 - public const int flow_horizontalAlign = 2130903416; + public const int flow_horizontalBias = 2130903416; // aapt resource value: 0x7F030179 - public const int flow_horizontalBias = 2130903417; + public const int flow_horizontalGap = 2130903417; // aapt resource value: 0x7F03017A - public const int flow_horizontalGap = 2130903418; + public const int flow_horizontalStyle = 2130903418; // aapt resource value: 0x7F03017B - public const int flow_horizontalStyle = 2130903419; + public const int flow_lastHorizontalBias = 2130903419; // aapt resource value: 0x7F03017C - public const int flow_lastHorizontalBias = 2130903420; + public const int flow_lastHorizontalStyle = 2130903420; // aapt resource value: 0x7F03017D - public const int flow_lastHorizontalStyle = 2130903421; + public const int flow_lastVerticalBias = 2130903421; // aapt resource value: 0x7F03017E - public const int flow_lastVerticalBias = 2130903422; + public const int flow_lastVerticalStyle = 2130903422; // aapt resource value: 0x7F03017F - public const int flow_lastVerticalStyle = 2130903423; + public const int flow_maxElementsWrap = 2130903423; // aapt resource value: 0x7F030180 - public const int flow_maxElementsWrap = 2130903424; + public const int flow_padding = 2130903424; // aapt resource value: 0x7F030181 - public const int flow_padding = 2130903425; + public const int flow_verticalAlign = 2130903425; // aapt resource value: 0x7F030182 - public const int flow_verticalAlign = 2130903426; + public const int flow_verticalBias = 2130903426; // aapt resource value: 0x7F030183 - public const int flow_verticalBias = 2130903427; + public const int flow_verticalGap = 2130903427; // aapt resource value: 0x7F030184 - public const int flow_verticalGap = 2130903428; + public const int flow_verticalStyle = 2130903428; // aapt resource value: 0x7F030185 - public const int flow_verticalStyle = 2130903429; + public const int flow_wrapMode = 2130903429; // aapt resource value: 0x7F030186 - public const int flow_wrapMode = 2130903430; + public const int font = 2130903430; // aapt resource value: 0x7F030187 - public const int font = 2130903431; + public const int fontFamily = 2130903431; // aapt resource value: 0x7F030188 - public const int fontFamily = 2130903432; + public const int fontProviderAuthority = 2130903432; // aapt resource value: 0x7F030189 - public const int fontProviderAuthority = 2130903433; + public const int fontProviderCerts = 2130903433; // aapt resource value: 0x7F03018A - public const int fontProviderCerts = 2130903434; + public const int fontProviderFetchStrategy = 2130903434; // aapt resource value: 0x7F03018B - public const int fontProviderFetchStrategy = 2130903435; + public const int fontProviderFetchTimeout = 2130903435; // aapt resource value: 0x7F03018C - public const int fontProviderFetchTimeout = 2130903436; + public const int fontProviderPackage = 2130903436; // aapt resource value: 0x7F03018D - public const int fontProviderPackage = 2130903437; + public const int fontProviderQuery = 2130903437; // aapt resource value: 0x7F03018E - public const int fontProviderQuery = 2130903438; + public const int fontProviderSystemFontFamily = 2130903438; // aapt resource value: 0x7F03018F - public const int fontProviderSystemFontFamily = 2130903439; + public const int fontStyle = 2130903439; // aapt resource value: 0x7F030190 - public const int fontStyle = 2130903440; + public const int fontVariationSettings = 2130903440; // aapt resource value: 0x7F030191 - public const int fontVariationSettings = 2130903441; + public const int fontWeight = 2130903441; // aapt resource value: 0x7F030192 - public const int fontWeight = 2130903442; + public const int foregroundInsidePadding = 2130903442; // aapt resource value: 0x7F030193 - public const int foregroundInsidePadding = 2130903443; + public const int framePosition = 2130903443; // aapt resource value: 0x7F030194 - public const int framePosition = 2130903444; + public const int gapBetweenBars = 2130903444; // aapt resource value: 0x7F030195 - public const int gapBetweenBars = 2130903445; + public const int gestureInsetBottomIgnored = 2130903445; // aapt resource value: 0x7F030196 - public const int gestureInsetBottomIgnored = 2130903446; + public const int goIcon = 2130903446; // aapt resource value: 0x7F030197 - public const int goIcon = 2130903447; + public const int haloColor = 2130903447; // aapt resource value: 0x7F030198 - public const int haloColor = 2130903448; + public const int haloRadius = 2130903448; // aapt resource value: 0x7F030199 - public const int haloRadius = 2130903449; + public const int headerLayout = 2130903449; // aapt resource value: 0x7F03019A - public const int headerLayout = 2130903450; + public const int height = 2130903450; // aapt resource value: 0x7F03019B - public const int height = 2130903451; + public const int helperText = 2130903451; // aapt resource value: 0x7F03019C - public const int helperText = 2130903452; + public const int helperTextEnabled = 2130903452; // aapt resource value: 0x7F03019D - public const int helperTextEnabled = 2130903453; + public const int helperTextTextAppearance = 2130903453; // aapt resource value: 0x7F03019E - public const int helperTextTextAppearance = 2130903454; + public const int helperTextTextColor = 2130903454; // aapt resource value: 0x7F03019F - public const int helperTextTextColor = 2130903455; + public const int hideAnimationBehavior = 2130903455; // aapt resource value: 0x7F0301A0 - public const int hideAnimationBehavior = 2130903456; + public const int hideMotionSpec = 2130903456; // aapt resource value: 0x7F0301A1 - public const int hideMotionSpec = 2130903457; + public const int hideOnContentScroll = 2130903457; // aapt resource value: 0x7F0301A2 - public const int hideOnContentScroll = 2130903458; + public const int hideOnScroll = 2130903458; // aapt resource value: 0x7F0301A3 - public const int hideOnScroll = 2130903459; + public const int hintAnimationEnabled = 2130903459; // aapt resource value: 0x7F0301A4 - public const int hintAnimationEnabled = 2130903460; + public const int hintEnabled = 2130903460; // aapt resource value: 0x7F0301A5 - public const int hintEnabled = 2130903461; + public const int hintTextAppearance = 2130903461; // aapt resource value: 0x7F0301A6 - public const int hintTextAppearance = 2130903462; + public const int hintTextColor = 2130903462; // aapt resource value: 0x7F0301A7 - public const int hintTextColor = 2130903463; + public const int homeAsUpIndicator = 2130903463; // aapt resource value: 0x7F0301A8 - public const int homeAsUpIndicator = 2130903464; + public const int homeLayout = 2130903464; // aapt resource value: 0x7F0301A9 - public const int homeLayout = 2130903465; + public const int horizontalOffset = 2130903465; // aapt resource value: 0x7F0301AA - public const int horizontalOffset = 2130903466; + public const int hoveredFocusedTranslationZ = 2130903466; // aapt resource value: 0x7F0301AB - public const int hoveredFocusedTranslationZ = 2130903467; + public const int icon = 2130903467; // aapt resource value: 0x7F0301AC - public const int icon = 2130903468; + public const int iconEndPadding = 2130903468; // aapt resource value: 0x7F0301AD - public const int iconEndPadding = 2130903469; + public const int iconGravity = 2130903469; - // aapt resource value: 0x7F0301AE - public const int iconGravity = 2130903470; + // aapt resource value: 0x7F0301B3 + public const int iconifiedByDefault = 2130903475; - // aapt resource value: 0x7F0301B4 - public const int iconifiedByDefault = 2130903476; + // aapt resource value: 0x7F0301AE + public const int iconPadding = 2130903470; // aapt resource value: 0x7F0301AF - public const int iconPadding = 2130903471; + public const int iconSize = 2130903471; // aapt resource value: 0x7F0301B0 - public const int iconSize = 2130903472; + public const int iconStartPadding = 2130903472; // aapt resource value: 0x7F0301B1 - public const int iconStartPadding = 2130903473; + public const int iconTint = 2130903473; // aapt resource value: 0x7F0301B2 - public const int iconTint = 2130903474; + public const int iconTintMode = 2130903474; - // aapt resource value: 0x7F0301B3 - public const int iconTintMode = 2130903475; + // aapt resource value: 0x7F0301B4 + public const int imageAspectRatio = 2130903476; // aapt resource value: 0x7F0301B5 - public const int imageAspectRatio = 2130903477; + public const int imageAspectRatioAdjust = 2130903477; // aapt resource value: 0x7F0301B6 - public const int imageAspectRatioAdjust = 2130903478; + public const int imageButtonStyle = 2130903478; // aapt resource value: 0x7F0301B7 - public const int imageButtonStyle = 2130903479; + public const int indeterminateAnimationType = 2130903479; // aapt resource value: 0x7F0301B8 - public const int indeterminateAnimationType = 2130903480; + public const int indeterminateProgressStyle = 2130903480; // aapt resource value: 0x7F0301B9 - public const int indeterminateProgressStyle = 2130903481; + public const int indicatorColor = 2130903481; // aapt resource value: 0x7F0301BA - public const int indicatorColor = 2130903482; + public const int indicatorDirectionCircular = 2130903482; // aapt resource value: 0x7F0301BB - public const int indicatorDirectionCircular = 2130903483; + public const int indicatorDirectionLinear = 2130903483; // aapt resource value: 0x7F0301BC - public const int indicatorDirectionLinear = 2130903484; + public const int indicatorInset = 2130903484; // aapt resource value: 0x7F0301BD - public const int indicatorInset = 2130903485; + public const int indicatorSize = 2130903485; // aapt resource value: 0x7F0301BE - public const int indicatorSize = 2130903486; + public const int initialActivityCount = 2130903486; // aapt resource value: 0x7F0301BF - public const int initialActivityCount = 2130903487; + public const int insetForeground = 2130903487; // aapt resource value: 0x7F0301C0 - public const int insetForeground = 2130903488; + public const int isLightTheme = 2130903488; // aapt resource value: 0x7F0301C1 - public const int isLightTheme = 2130903489; + public const int isMaterialTheme = 2130903489; // aapt resource value: 0x7F0301C2 - public const int isMaterialTheme = 2130903490; + public const int itemBackground = 2130903490; // aapt resource value: 0x7F0301C3 - public const int itemBackground = 2130903491; + public const int itemFillColor = 2130903491; // aapt resource value: 0x7F0301C4 - public const int itemFillColor = 2130903492; + public const int itemHorizontalPadding = 2130903492; // aapt resource value: 0x7F0301C5 - public const int itemHorizontalPadding = 2130903493; + public const int itemHorizontalTranslationEnabled = 2130903493; // aapt resource value: 0x7F0301C6 - public const int itemHorizontalTranslationEnabled = 2130903494; + public const int itemIconPadding = 2130903494; // aapt resource value: 0x7F0301C7 - public const int itemIconPadding = 2130903495; + public const int itemIconSize = 2130903495; // aapt resource value: 0x7F0301C8 - public const int itemIconSize = 2130903496; + public const int itemIconTint = 2130903496; // aapt resource value: 0x7F0301C9 - public const int itemIconTint = 2130903497; + public const int itemMaxLines = 2130903497; // aapt resource value: 0x7F0301CA - public const int itemMaxLines = 2130903498; + public const int itemPadding = 2130903498; // aapt resource value: 0x7F0301CB - public const int itemPadding = 2130903499; + public const int itemRippleColor = 2130903499; // aapt resource value: 0x7F0301CC - public const int itemRippleColor = 2130903500; + public const int itemShapeAppearance = 2130903500; // aapt resource value: 0x7F0301CD - public const int itemShapeAppearance = 2130903501; + public const int itemShapeAppearanceOverlay = 2130903501; // aapt resource value: 0x7F0301CE - public const int itemShapeAppearanceOverlay = 2130903502; + public const int itemShapeFillColor = 2130903502; // aapt resource value: 0x7F0301CF - public const int itemShapeFillColor = 2130903503; + public const int itemShapeInsetBottom = 2130903503; // aapt resource value: 0x7F0301D0 - public const int itemShapeInsetBottom = 2130903504; + public const int itemShapeInsetEnd = 2130903504; // aapt resource value: 0x7F0301D1 - public const int itemShapeInsetEnd = 2130903505; + public const int itemShapeInsetStart = 2130903505; // aapt resource value: 0x7F0301D2 - public const int itemShapeInsetStart = 2130903506; + public const int itemShapeInsetTop = 2130903506; // aapt resource value: 0x7F0301D3 - public const int itemShapeInsetTop = 2130903507; + public const int itemSpacing = 2130903507; // aapt resource value: 0x7F0301D4 - public const int itemSpacing = 2130903508; + public const int itemStrokeColor = 2130903508; // aapt resource value: 0x7F0301D5 - public const int itemStrokeColor = 2130903509; + public const int itemStrokeWidth = 2130903509; // aapt resource value: 0x7F0301D6 - public const int itemStrokeWidth = 2130903510; + public const int itemTextAppearance = 2130903510; // aapt resource value: 0x7F0301D7 - public const int itemTextAppearance = 2130903511; + public const int itemTextAppearanceActive = 2130903511; // aapt resource value: 0x7F0301D8 - public const int itemTextAppearanceActive = 2130903512; + public const int itemTextAppearanceInactive = 2130903512; // aapt resource value: 0x7F0301D9 - public const int itemTextAppearanceInactive = 2130903513; + public const int itemTextColor = 2130903513; - // aapt resource value: 0x7F0301DA - public const int itemTextColor = 2130903514; + // aapt resource value: 0x7F0301DB + public const int keyboardIcon = 2130903515; // aapt resource value: 0x7F0301DC - public const int keyboardIcon = 2130903516; + public const int keylines = 2130903516; - // aapt resource value: 0x7F0301DD - public const int keylines = 2130903517; + // aapt resource value: 0x7F0301DA + public const int keyPositionType = 2130903514; - // aapt resource value: 0x7F0301DB - public const int keyPositionType = 2130903515; + // aapt resource value: 0x7F0301DE + public const int labelBehavior = 2130903518; // aapt resource value: 0x7F0301DF - public const int labelBehavior = 2130903519; + public const int labelStyle = 2130903519; // aapt resource value: 0x7F0301E0 - public const int labelStyle = 2130903520; + public const int labelVisibilityMode = 2130903520; // aapt resource value: 0x7F0301E1 - public const int labelVisibilityMode = 2130903521; + public const int lastBaselineToBottomHeight = 2130903521; // aapt resource value: 0x7F0301E2 - public const int lastBaselineToBottomHeight = 2130903522; + public const int layout = 2130903522; // aapt resource value: 0x7F0301E3 - public const int layout = 2130903523; + public const int layoutDescription = 2130903523; // aapt resource value: 0x7F0301E4 - public const int layoutDescription = 2130903524; + public const int layoutDuringTransition = 2130903524; // aapt resource value: 0x7F0301E5 - public const int layoutDuringTransition = 2130903525; + public const int layoutManager = 2130903525; // aapt resource value: 0x7F0301E6 - public const int layoutManager = 2130903526; + public const int layout_anchor = 2130903526; // aapt resource value: 0x7F0301E7 - public const int layout_anchor = 2130903527; + public const int layout_anchorGravity = 2130903527; // aapt resource value: 0x7F0301E8 - public const int layout_anchorGravity = 2130903528; + public const int layout_behavior = 2130903528; // aapt resource value: 0x7F0301E9 - public const int layout_behavior = 2130903529; + public const int layout_collapseMode = 2130903529; // aapt resource value: 0x7F0301EA - public const int layout_collapseMode = 2130903530; + public const int layout_collapseParallaxMultiplier = 2130903530; // aapt resource value: 0x7F0301EB - public const int layout_collapseParallaxMultiplier = 2130903531; + public const int layout_constrainedHeight = 2130903531; // aapt resource value: 0x7F0301EC - public const int layout_constrainedHeight = 2130903532; + public const int layout_constrainedWidth = 2130903532; // aapt resource value: 0x7F0301ED - public const int layout_constrainedWidth = 2130903533; + public const int layout_constraintBaseline_creator = 2130903533; // aapt resource value: 0x7F0301EE - public const int layout_constraintBaseline_creator = 2130903534; + public const int layout_constraintBaseline_toBaselineOf = 2130903534; // aapt resource value: 0x7F0301EF - public const int layout_constraintBaseline_toBaselineOf = 2130903535; + public const int layout_constraintBottom_creator = 2130903535; // aapt resource value: 0x7F0301F0 - public const int layout_constraintBottom_creator = 2130903536; + public const int layout_constraintBottom_toBottomOf = 2130903536; // aapt resource value: 0x7F0301F1 - public const int layout_constraintBottom_toBottomOf = 2130903537; + public const int layout_constraintBottom_toTopOf = 2130903537; // aapt resource value: 0x7F0301F2 - public const int layout_constraintBottom_toTopOf = 2130903538; + public const int layout_constraintCircle = 2130903538; // aapt resource value: 0x7F0301F3 - public const int layout_constraintCircle = 2130903539; + public const int layout_constraintCircleAngle = 2130903539; // aapt resource value: 0x7F0301F4 - public const int layout_constraintCircleAngle = 2130903540; + public const int layout_constraintCircleRadius = 2130903540; // aapt resource value: 0x7F0301F5 - public const int layout_constraintCircleRadius = 2130903541; + public const int layout_constraintDimensionRatio = 2130903541; // aapt resource value: 0x7F0301F6 - public const int layout_constraintDimensionRatio = 2130903542; + public const int layout_constraintEnd_toEndOf = 2130903542; // aapt resource value: 0x7F0301F7 - public const int layout_constraintEnd_toEndOf = 2130903543; + public const int layout_constraintEnd_toStartOf = 2130903543; // aapt resource value: 0x7F0301F8 - public const int layout_constraintEnd_toStartOf = 2130903544; + public const int layout_constraintGuide_begin = 2130903544; // aapt resource value: 0x7F0301F9 - public const int layout_constraintGuide_begin = 2130903545; + public const int layout_constraintGuide_end = 2130903545; // aapt resource value: 0x7F0301FA - public const int layout_constraintGuide_end = 2130903546; + public const int layout_constraintGuide_percent = 2130903546; // aapt resource value: 0x7F0301FB - public const int layout_constraintGuide_percent = 2130903547; + public const int layout_constraintHeight_default = 2130903547; // aapt resource value: 0x7F0301FC - public const int layout_constraintHeight_default = 2130903548; + public const int layout_constraintHeight_max = 2130903548; // aapt resource value: 0x7F0301FD - public const int layout_constraintHeight_max = 2130903549; + public const int layout_constraintHeight_min = 2130903549; // aapt resource value: 0x7F0301FE - public const int layout_constraintHeight_min = 2130903550; + public const int layout_constraintHeight_percent = 2130903550; // aapt resource value: 0x7F0301FF - public const int layout_constraintHeight_percent = 2130903551; + public const int layout_constraintHorizontal_bias = 2130903551; // aapt resource value: 0x7F030200 - public const int layout_constraintHorizontal_bias = 2130903552; + public const int layout_constraintHorizontal_chainStyle = 2130903552; // aapt resource value: 0x7F030201 - public const int layout_constraintHorizontal_chainStyle = 2130903553; + public const int layout_constraintHorizontal_weight = 2130903553; // aapt resource value: 0x7F030202 - public const int layout_constraintHorizontal_weight = 2130903554; + public const int layout_constraintLeft_creator = 2130903554; // aapt resource value: 0x7F030203 - public const int layout_constraintLeft_creator = 2130903555; + public const int layout_constraintLeft_toLeftOf = 2130903555; // aapt resource value: 0x7F030204 - public const int layout_constraintLeft_toLeftOf = 2130903556; + public const int layout_constraintLeft_toRightOf = 2130903556; // aapt resource value: 0x7F030205 - public const int layout_constraintLeft_toRightOf = 2130903557; + public const int layout_constraintRight_creator = 2130903557; // aapt resource value: 0x7F030206 - public const int layout_constraintRight_creator = 2130903558; + public const int layout_constraintRight_toLeftOf = 2130903558; // aapt resource value: 0x7F030207 - public const int layout_constraintRight_toLeftOf = 2130903559; + public const int layout_constraintRight_toRightOf = 2130903559; // aapt resource value: 0x7F030208 - public const int layout_constraintRight_toRightOf = 2130903560; + public const int layout_constraintStart_toEndOf = 2130903560; // aapt resource value: 0x7F030209 - public const int layout_constraintStart_toEndOf = 2130903561; + public const int layout_constraintStart_toStartOf = 2130903561; // aapt resource value: 0x7F03020A - public const int layout_constraintStart_toStartOf = 2130903562; + public const int layout_constraintTag = 2130903562; // aapt resource value: 0x7F03020B - public const int layout_constraintTag = 2130903563; + public const int layout_constraintTop_creator = 2130903563; // aapt resource value: 0x7F03020C - public const int layout_constraintTop_creator = 2130903564; + public const int layout_constraintTop_toBottomOf = 2130903564; // aapt resource value: 0x7F03020D - public const int layout_constraintTop_toBottomOf = 2130903565; + public const int layout_constraintTop_toTopOf = 2130903565; // aapt resource value: 0x7F03020E - public const int layout_constraintTop_toTopOf = 2130903566; + public const int layout_constraintVertical_bias = 2130903566; // aapt resource value: 0x7F03020F - public const int layout_constraintVertical_bias = 2130903567; + public const int layout_constraintVertical_chainStyle = 2130903567; // aapt resource value: 0x7F030210 - public const int layout_constraintVertical_chainStyle = 2130903568; + public const int layout_constraintVertical_weight = 2130903568; // aapt resource value: 0x7F030211 - public const int layout_constraintVertical_weight = 2130903569; + public const int layout_constraintWidth_default = 2130903569; // aapt resource value: 0x7F030212 - public const int layout_constraintWidth_default = 2130903570; + public const int layout_constraintWidth_max = 2130903570; // aapt resource value: 0x7F030213 - public const int layout_constraintWidth_max = 2130903571; + public const int layout_constraintWidth_min = 2130903571; // aapt resource value: 0x7F030214 - public const int layout_constraintWidth_min = 2130903572; + public const int layout_constraintWidth_percent = 2130903572; // aapt resource value: 0x7F030215 - public const int layout_constraintWidth_percent = 2130903573; + public const int layout_dodgeInsetEdges = 2130903573; // aapt resource value: 0x7F030216 - public const int layout_dodgeInsetEdges = 2130903574; + public const int layout_editor_absoluteX = 2130903574; // aapt resource value: 0x7F030217 - public const int layout_editor_absoluteX = 2130903575; + public const int layout_editor_absoluteY = 2130903575; // aapt resource value: 0x7F030218 - public const int layout_editor_absoluteY = 2130903576; + public const int layout_goneMarginBottom = 2130903576; // aapt resource value: 0x7F030219 - public const int layout_goneMarginBottom = 2130903577; + public const int layout_goneMarginEnd = 2130903577; // aapt resource value: 0x7F03021A - public const int layout_goneMarginEnd = 2130903578; + public const int layout_goneMarginLeft = 2130903578; // aapt resource value: 0x7F03021B - public const int layout_goneMarginLeft = 2130903579; + public const int layout_goneMarginRight = 2130903579; // aapt resource value: 0x7F03021C - public const int layout_goneMarginRight = 2130903580; + public const int layout_goneMarginStart = 2130903580; // aapt resource value: 0x7F03021D - public const int layout_goneMarginStart = 2130903581; + public const int layout_goneMarginTop = 2130903581; // aapt resource value: 0x7F03021E - public const int layout_goneMarginTop = 2130903582; + public const int layout_insetEdge = 2130903582; // aapt resource value: 0x7F03021F - public const int layout_insetEdge = 2130903583; + public const int layout_keyline = 2130903583; // aapt resource value: 0x7F030220 - public const int layout_keyline = 2130903584; + public const int layout_optimizationLevel = 2130903584; // aapt resource value: 0x7F030221 - public const int layout_optimizationLevel = 2130903585; + public const int layout_scrollFlags = 2130903585; // aapt resource value: 0x7F030222 - public const int layout_scrollFlags = 2130903586; + public const int layout_scrollInterpolator = 2130903586; // aapt resource value: 0x7F030223 - public const int layout_scrollInterpolator = 2130903587; + public const int liftOnScroll = 2130903587; // aapt resource value: 0x7F030224 - public const int liftOnScroll = 2130903588; + public const int liftOnScrollTargetViewId = 2130903588; // aapt resource value: 0x7F030225 - public const int liftOnScrollTargetViewId = 2130903589; + public const int limitBoundsTo = 2130903589; - // aapt resource value: 0x7F030226 - public const int limitBoundsTo = 2130903590; + // aapt resource value: 0x7F030228 + public const int linearProgressIndicatorStyle = 2130903592; - // aapt resource value: 0x7F030229 - public const int linearProgressIndicatorStyle = 2130903593; + // aapt resource value: 0x7F030226 + public const int lineHeight = 2130903590; // aapt resource value: 0x7F030227 - public const int lineHeight = 2130903591; + public const int lineSpacing = 2130903591; - // aapt resource value: 0x7F030228 - public const int lineSpacing = 2130903592; + // aapt resource value: 0x7F030229 + public const int listChoiceBackgroundIndicator = 2130903593; // aapt resource value: 0x7F03022A - public const int listChoiceBackgroundIndicator = 2130903594; + public const int listChoiceIndicatorMultipleAnimated = 2130903594; // aapt resource value: 0x7F03022B - public const int listChoiceIndicatorMultipleAnimated = 2130903595; + public const int listChoiceIndicatorSingleAnimated = 2130903595; // aapt resource value: 0x7F03022C - public const int listChoiceIndicatorSingleAnimated = 2130903596; + public const int listDividerAlertDialog = 2130903596; // aapt resource value: 0x7F03022D - public const int listDividerAlertDialog = 2130903597; + public const int listItemLayout = 2130903597; // aapt resource value: 0x7F03022E - public const int listItemLayout = 2130903598; + public const int listLayout = 2130903598; // aapt resource value: 0x7F03022F - public const int listLayout = 2130903599; + public const int listMenuViewStyle = 2130903599; // aapt resource value: 0x7F030230 - public const int listMenuViewStyle = 2130903600; + public const int listPopupWindowStyle = 2130903600; // aapt resource value: 0x7F030231 - public const int listPopupWindowStyle = 2130903601; + public const int listPreferredItemHeight = 2130903601; // aapt resource value: 0x7F030232 - public const int listPreferredItemHeight = 2130903602; + public const int listPreferredItemHeightLarge = 2130903602; // aapt resource value: 0x7F030233 - public const int listPreferredItemHeightLarge = 2130903603; + public const int listPreferredItemHeightSmall = 2130903603; // aapt resource value: 0x7F030234 - public const int listPreferredItemHeightSmall = 2130903604; + public const int listPreferredItemPaddingEnd = 2130903604; // aapt resource value: 0x7F030235 - public const int listPreferredItemPaddingEnd = 2130903605; + public const int listPreferredItemPaddingLeft = 2130903605; // aapt resource value: 0x7F030236 - public const int listPreferredItemPaddingLeft = 2130903606; + public const int listPreferredItemPaddingRight = 2130903606; // aapt resource value: 0x7F030237 - public const int listPreferredItemPaddingRight = 2130903607; + public const int listPreferredItemPaddingStart = 2130903607; // aapt resource value: 0x7F030238 - public const int listPreferredItemPaddingStart = 2130903608; + public const int logo = 2130903608; // aapt resource value: 0x7F030239 - public const int logo = 2130903609; + public const int logoDescription = 2130903609; - // aapt resource value: 0x7F03023A - public const int logoDescription = 2130903610; + // aapt resource value: 0x7F0301DD + public const int lStar = 2130903517; - // aapt resource value: 0x7F0301DE - public const int lStar = 2130903518; + // aapt resource value: 0x7F03023A + public const int materialAlertDialogBodyTextStyle = 2130903610; // aapt resource value: 0x7F03023B - public const int materialAlertDialogBodyTextStyle = 2130903611; + public const int materialAlertDialogTheme = 2130903611; // aapt resource value: 0x7F03023C - public const int materialAlertDialogTheme = 2130903612; + public const int materialAlertDialogTitleIconStyle = 2130903612; // aapt resource value: 0x7F03023D - public const int materialAlertDialogTitleIconStyle = 2130903613; + public const int materialAlertDialogTitlePanelStyle = 2130903613; // aapt resource value: 0x7F03023E - public const int materialAlertDialogTitlePanelStyle = 2130903614; + public const int materialAlertDialogTitleTextStyle = 2130903614; // aapt resource value: 0x7F03023F - public const int materialAlertDialogTitleTextStyle = 2130903615; + public const int materialButtonOutlinedStyle = 2130903615; // aapt resource value: 0x7F030240 - public const int materialButtonOutlinedStyle = 2130903616; + public const int materialButtonStyle = 2130903616; // aapt resource value: 0x7F030241 - public const int materialButtonStyle = 2130903617; + public const int materialButtonToggleGroupStyle = 2130903617; // aapt resource value: 0x7F030242 - public const int materialButtonToggleGroupStyle = 2130903618; + public const int materialCalendarDay = 2130903618; // aapt resource value: 0x7F030243 - public const int materialCalendarDay = 2130903619; + public const int materialCalendarFullscreenTheme = 2130903619; // aapt resource value: 0x7F030244 - public const int materialCalendarFullscreenTheme = 2130903620; + public const int materialCalendarHeaderCancelButton = 2130903620; // aapt resource value: 0x7F030245 - public const int materialCalendarHeaderCancelButton = 2130903621; + public const int materialCalendarHeaderConfirmButton = 2130903621; // aapt resource value: 0x7F030246 - public const int materialCalendarHeaderConfirmButton = 2130903622; + public const int materialCalendarHeaderDivider = 2130903622; // aapt resource value: 0x7F030247 - public const int materialCalendarHeaderDivider = 2130903623; + public const int materialCalendarHeaderLayout = 2130903623; // aapt resource value: 0x7F030248 - public const int materialCalendarHeaderLayout = 2130903624; + public const int materialCalendarHeaderSelection = 2130903624; // aapt resource value: 0x7F030249 - public const int materialCalendarHeaderSelection = 2130903625; + public const int materialCalendarHeaderTitle = 2130903625; // aapt resource value: 0x7F03024A - public const int materialCalendarHeaderTitle = 2130903626; + public const int materialCalendarHeaderToggleButton = 2130903626; // aapt resource value: 0x7F03024B - public const int materialCalendarHeaderToggleButton = 2130903627; + public const int materialCalendarMonth = 2130903627; // aapt resource value: 0x7F03024C - public const int materialCalendarMonth = 2130903628; + public const int materialCalendarMonthNavigationButton = 2130903628; // aapt resource value: 0x7F03024D - public const int materialCalendarMonthNavigationButton = 2130903629; + public const int materialCalendarStyle = 2130903629; // aapt resource value: 0x7F03024E - public const int materialCalendarStyle = 2130903630; + public const int materialCalendarTheme = 2130903630; // aapt resource value: 0x7F03024F - public const int materialCalendarTheme = 2130903631; + public const int materialCalendarYearNavigationButton = 2130903631; // aapt resource value: 0x7F030250 - public const int materialCalendarYearNavigationButton = 2130903632; + public const int materialCardViewStyle = 2130903632; // aapt resource value: 0x7F030251 - public const int materialCardViewStyle = 2130903633; + public const int materialCircleRadius = 2130903633; // aapt resource value: 0x7F030252 - public const int materialCircleRadius = 2130903634; + public const int materialClockStyle = 2130903634; // aapt resource value: 0x7F030253 - public const int materialClockStyle = 2130903635; + public const int materialThemeOverlay = 2130903635; // aapt resource value: 0x7F030254 - public const int materialThemeOverlay = 2130903636; + public const int materialTimePickerStyle = 2130903636; // aapt resource value: 0x7F030255 - public const int materialTimePickerStyle = 2130903637; + public const int materialTimePickerTheme = 2130903637; // aapt resource value: 0x7F030256 - public const int materialTimePickerTheme = 2130903638; + public const int maxAcceleration = 2130903638; // aapt resource value: 0x7F030257 - public const int maxAcceleration = 2130903639; + public const int maxActionInlineWidth = 2130903639; // aapt resource value: 0x7F030258 - public const int maxActionInlineWidth = 2130903640; + public const int maxButtonHeight = 2130903640; // aapt resource value: 0x7F030259 - public const int maxButtonHeight = 2130903641; + public const int maxCharacterCount = 2130903641; // aapt resource value: 0x7F03025A - public const int maxCharacterCount = 2130903642; + public const int maxHeight = 2130903642; // aapt resource value: 0x7F03025B - public const int maxHeight = 2130903643; + public const int maxImageSize = 2130903643; // aapt resource value: 0x7F03025C - public const int maxImageSize = 2130903644; + public const int maxLines = 2130903644; // aapt resource value: 0x7F03025D - public const int maxLines = 2130903645; + public const int maxVelocity = 2130903645; // aapt resource value: 0x7F03025E - public const int maxVelocity = 2130903646; + public const int maxWidth = 2130903646; // aapt resource value: 0x7F03025F - public const int maxWidth = 2130903647; + public const int measureWithLargestChild = 2130903647; // aapt resource value: 0x7F030260 - public const int measureWithLargestChild = 2130903648; + public const int menu = 2130903648; // aapt resource value: 0x7F030261 - public const int menu = 2130903649; + public const int minHeight = 2130903649; // aapt resource value: 0x7F030262 - public const int minHeight = 2130903650; + public const int minHideDelay = 2130903650; // aapt resource value: 0x7F030263 - public const int minHideDelay = 2130903651; + public const int minSeparation = 2130903651; // aapt resource value: 0x7F030264 - public const int minSeparation = 2130903652; + public const int minTouchTargetSize = 2130903652; // aapt resource value: 0x7F030265 - public const int minTouchTargetSize = 2130903653; + public const int minWidth = 2130903653; // aapt resource value: 0x7F030266 - public const int minWidth = 2130903654; + public const int mock_diagonalsColor = 2130903654; // aapt resource value: 0x7F030267 - public const int mock_diagonalsColor = 2130903655; + public const int mock_label = 2130903655; // aapt resource value: 0x7F030268 - public const int mock_label = 2130903656; + public const int mock_labelBackgroundColor = 2130903656; // aapt resource value: 0x7F030269 - public const int mock_labelBackgroundColor = 2130903657; + public const int mock_labelColor = 2130903657; // aapt resource value: 0x7F03026A - public const int mock_labelColor = 2130903658; + public const int mock_showDiagonals = 2130903658; // aapt resource value: 0x7F03026B - public const int mock_showDiagonals = 2130903659; + public const int mock_showLabel = 2130903659; // aapt resource value: 0x7F03026C - public const int mock_showLabel = 2130903660; + public const int motionDebug = 2130903660; // aapt resource value: 0x7F03026D - public const int motionDebug = 2130903661; + public const int motionInterpolator = 2130903661; // aapt resource value: 0x7F03026E - public const int motionInterpolator = 2130903662; + public const int motionPathRotate = 2130903662; // aapt resource value: 0x7F03026F - public const int motionPathRotate = 2130903663; + public const int motionProgress = 2130903663; // aapt resource value: 0x7F030270 - public const int motionProgress = 2130903664; + public const int motionStagger = 2130903664; // aapt resource value: 0x7F030271 - public const int motionStagger = 2130903665; + public const int motionTarget = 2130903665; // aapt resource value: 0x7F030272 - public const int motionTarget = 2130903666; + public const int motion_postLayoutCollision = 2130903666; // aapt resource value: 0x7F030273 - public const int motion_postLayoutCollision = 2130903667; + public const int motion_triggerOnCollision = 2130903667; // aapt resource value: 0x7F030274 - public const int motion_triggerOnCollision = 2130903668; + public const int moveWhenScrollAtTop = 2130903668; // aapt resource value: 0x7F030275 - public const int moveWhenScrollAtTop = 2130903669; + public const int multiChoiceItemLayout = 2130903669; // aapt resource value: 0x7F030276 - public const int multiChoiceItemLayout = 2130903670; + public const int navigationContentDescription = 2130903670; // aapt resource value: 0x7F030277 - public const int navigationContentDescription = 2130903671; + public const int navigationIcon = 2130903671; // aapt resource value: 0x7F030278 - public const int navigationIcon = 2130903672; + public const int navigationIconTint = 2130903672; // aapt resource value: 0x7F030279 - public const int navigationIconTint = 2130903673; + public const int navigationMode = 2130903673; // aapt resource value: 0x7F03027A - public const int navigationMode = 2130903674; + public const int navigationViewStyle = 2130903674; - // aapt resource value: 0x7F03027B - public const int navigationViewStyle = 2130903675; + // aapt resource value: 0x7F03027D + public const int nestedScrollable = 2130903677; - // aapt resource value: 0x7F03027E - public const int nestedScrollable = 2130903678; + // aapt resource value: 0x7F03027B + public const int nestedScrollFlags = 2130903675; // aapt resource value: 0x7F03027C - public const int nestedScrollFlags = 2130903676; + public const int nestedScrollViewStyle = 2130903676; - // aapt resource value: 0x7F03027D - public const int nestedScrollViewStyle = 2130903677; + // aapt resource value: 0x7F03027E + public const int number = 2130903678; // aapt resource value: 0x7F03027F - public const int number = 2130903679; + public const int numericModifiers = 2130903679; // aapt resource value: 0x7F030280 - public const int numericModifiers = 2130903680; + public const int onCross = 2130903680; // aapt resource value: 0x7F030281 - public const int onCross = 2130903681; + public const int onHide = 2130903681; // aapt resource value: 0x7F030282 - public const int onHide = 2130903682; + public const int onNegativeCross = 2130903682; // aapt resource value: 0x7F030283 - public const int onNegativeCross = 2130903683; + public const int onPositiveCross = 2130903683; // aapt resource value: 0x7F030284 - public const int onPositiveCross = 2130903684; + public const int onShow = 2130903684; // aapt resource value: 0x7F030285 - public const int onShow = 2130903685; + public const int onTouchUp = 2130903685; // aapt resource value: 0x7F030286 - public const int onTouchUp = 2130903686; + public const int overlapAnchor = 2130903686; // aapt resource value: 0x7F030287 - public const int overlapAnchor = 2130903687; + public const int overlay = 2130903687; // aapt resource value: 0x7F030288 - public const int overlay = 2130903688; + public const int overlay_drawable = 2130903688; // aapt resource value: 0x7F030289 - public const int overlay_drawable = 2130903689; + public const int overlay_outside_color = 2130903689; // aapt resource value: 0x7F03028A - public const int overlay_outside_color = 2130903690; + public const int paddingBottomNoButtons = 2130903690; // aapt resource value: 0x7F03028B - public const int paddingBottomNoButtons = 2130903691; + public const int paddingBottomSystemWindowInsets = 2130903691; // aapt resource value: 0x7F03028C - public const int paddingBottomSystemWindowInsets = 2130903692; + public const int paddingEnd = 2130903692; // aapt resource value: 0x7F03028D - public const int paddingEnd = 2130903693; + public const int paddingLeftSystemWindowInsets = 2130903693; // aapt resource value: 0x7F03028E - public const int paddingLeftSystemWindowInsets = 2130903694; + public const int paddingRightSystemWindowInsets = 2130903694; // aapt resource value: 0x7F03028F - public const int paddingRightSystemWindowInsets = 2130903695; + public const int paddingStart = 2130903695; // aapt resource value: 0x7F030290 - public const int paddingStart = 2130903696; + public const int paddingTopNoTitle = 2130903696; // aapt resource value: 0x7F030291 - public const int paddingTopNoTitle = 2130903697; + public const int panelBackground = 2130903697; // aapt resource value: 0x7F030292 - public const int panelBackground = 2130903698; + public const int panelMenuListTheme = 2130903698; // aapt resource value: 0x7F030293 - public const int panelMenuListTheme = 2130903699; + public const int panelMenuListWidth = 2130903699; // aapt resource value: 0x7F030294 - public const int panelMenuListWidth = 2130903700; + public const int passwordToggleContentDescription = 2130903700; // aapt resource value: 0x7F030295 - public const int passwordToggleContentDescription = 2130903701; + public const int passwordToggleDrawable = 2130903701; // aapt resource value: 0x7F030296 - public const int passwordToggleDrawable = 2130903702; + public const int passwordToggleEnabled = 2130903702; // aapt resource value: 0x7F030297 - public const int passwordToggleEnabled = 2130903703; + public const int passwordToggleTint = 2130903703; // aapt resource value: 0x7F030298 - public const int passwordToggleTint = 2130903704; + public const int passwordToggleTintMode = 2130903704; // aapt resource value: 0x7F030299 - public const int passwordToggleTintMode = 2130903705; + public const int pathMotionArc = 2130903705; // aapt resource value: 0x7F03029A - public const int pathMotionArc = 2130903706; + public const int path_percent = 2130903706; // aapt resource value: 0x7F03029B - public const int path_percent = 2130903707; + public const int percentHeight = 2130903707; // aapt resource value: 0x7F03029C - public const int percentHeight = 2130903708; + public const int percentWidth = 2130903708; // aapt resource value: 0x7F03029D - public const int percentWidth = 2130903709; + public const int percentX = 2130903709; // aapt resource value: 0x7F03029E - public const int percentX = 2130903710; + public const int percentY = 2130903710; // aapt resource value: 0x7F03029F - public const int percentY = 2130903711; + public const int perpendicularPath_percent = 2130903711; // aapt resource value: 0x7F0302A0 - public const int perpendicularPath_percent = 2130903712; + public const int pivotAnchor = 2130903712; // aapt resource value: 0x7F0302A1 - public const int pivotAnchor = 2130903713; + public const int placeholderText = 2130903713; // aapt resource value: 0x7F0302A2 - public const int placeholderText = 2130903714; + public const int placeholderTextAppearance = 2130903714; // aapt resource value: 0x7F0302A3 - public const int placeholderTextAppearance = 2130903715; + public const int placeholderTextColor = 2130903715; // aapt resource value: 0x7F0302A4 - public const int placeholderTextColor = 2130903716; + public const int placeholder_emptyVisibility = 2130903716; // aapt resource value: 0x7F0302A5 - public const int placeholder_emptyVisibility = 2130903717; + public const int popupMenuBackground = 2130903717; // aapt resource value: 0x7F0302A6 - public const int popupMenuBackground = 2130903718; + public const int popupMenuStyle = 2130903718; // aapt resource value: 0x7F0302A7 - public const int popupMenuStyle = 2130903719; + public const int popupTheme = 2130903719; // aapt resource value: 0x7F0302A8 - public const int popupTheme = 2130903720; + public const int popupWindowStyle = 2130903720; // aapt resource value: 0x7F0302A9 - public const int popupWindowStyle = 2130903721; + public const int preferred_picture_height = 2130903721; // aapt resource value: 0x7F0302AA - public const int preferred_picture_height = 2130903722; + public const int preferred_picture_width = 2130903722; // aapt resource value: 0x7F0302AB - public const int preferred_picture_width = 2130903723; + public const int preferred_preview_height = 2130903723; // aapt resource value: 0x7F0302AC - public const int preferred_preview_height = 2130903724; + public const int preferred_preview_width = 2130903724; // aapt resource value: 0x7F0302AD - public const int preferred_preview_width = 2130903725; + public const int prefixText = 2130903725; // aapt resource value: 0x7F0302AE - public const int prefixText = 2130903726; + public const int prefixTextAppearance = 2130903726; // aapt resource value: 0x7F0302AF - public const int prefixTextAppearance = 2130903727; + public const int prefixTextColor = 2130903727; // aapt resource value: 0x7F0302B0 - public const int prefixTextColor = 2130903728; + public const int preserveIconSpacing = 2130903728; // aapt resource value: 0x7F0302B1 - public const int preserveIconSpacing = 2130903729; + public const int pressedTranslationZ = 2130903729; // aapt resource value: 0x7F0302B2 - public const int pressedTranslationZ = 2130903730; + public const int progressBarPadding = 2130903730; // aapt resource value: 0x7F0302B3 - public const int progressBarPadding = 2130903731; + public const int progressBarStyle = 2130903731; // aapt resource value: 0x7F0302B4 - public const int progressBarStyle = 2130903732; + public const int queryBackground = 2130903732; // aapt resource value: 0x7F0302B5 - public const int queryBackground = 2130903733; + public const int queryHint = 2130903733; // aapt resource value: 0x7F0302B6 - public const int queryHint = 2130903734; + public const int queryPatterns = 2130903734; // aapt resource value: 0x7F0302B7 - public const int queryPatterns = 2130903735; + public const int radioButtonStyle = 2130903735; // aapt resource value: 0x7F0302B8 - public const int radioButtonStyle = 2130903736; + public const int rangeFillColor = 2130903736; // aapt resource value: 0x7F0302B9 - public const int rangeFillColor = 2130903737; + public const int ratingBarStyle = 2130903737; // aapt resource value: 0x7F0302BA - public const int ratingBarStyle = 2130903738; + public const int ratingBarStyleIndicator = 2130903738; // aapt resource value: 0x7F0302BB - public const int ratingBarStyleIndicator = 2130903739; + public const int ratingBarStyleSmall = 2130903739; // aapt resource value: 0x7F0302BC - public const int ratingBarStyleSmall = 2130903740; + public const int recyclerViewStyle = 2130903740; // aapt resource value: 0x7F0302BD - public const int recyclerViewStyle = 2130903741; + public const int region_heightLessThan = 2130903741; // aapt resource value: 0x7F0302BE - public const int region_heightLessThan = 2130903742; + public const int region_heightMoreThan = 2130903742; // aapt resource value: 0x7F0302BF - public const int region_heightMoreThan = 2130903743; + public const int region_widthLessThan = 2130903743; // aapt resource value: 0x7F0302C0 - public const int region_widthLessThan = 2130903744; + public const int region_widthMoreThan = 2130903744; // aapt resource value: 0x7F0302C1 - public const int region_widthMoreThan = 2130903745; + public const int reverseLayout = 2130903745; // aapt resource value: 0x7F0302C2 - public const int reverseLayout = 2130903746; + public const int rippleColor = 2130903746; // aapt resource value: 0x7F0302C3 - public const int rippleColor = 2130903747; + public const int round = 2130903747; // aapt resource value: 0x7F0302C4 - public const int round = 2130903748; + public const int roundPercent = 2130903748; // aapt resource value: 0x7F0302C5 - public const int roundPercent = 2130903749; + public const int saturation = 2130903749; // aapt resource value: 0x7F0302C6 - public const int saturation = 2130903750; + public const int scopeUris = 2130903750; // aapt resource value: 0x7F0302C7 - public const int scopeUris = 2130903751; + public const int scrimAnimationDuration = 2130903751; // aapt resource value: 0x7F0302C8 - public const int scrimAnimationDuration = 2130903752; + public const int scrimBackground = 2130903752; // aapt resource value: 0x7F0302C9 - public const int scrimBackground = 2130903753; + public const int scrimVisibleHeightTrigger = 2130903753; // aapt resource value: 0x7F0302CA - public const int scrimVisibleHeightTrigger = 2130903754; + public const int searchHintIcon = 2130903754; // aapt resource value: 0x7F0302CB - public const int searchHintIcon = 2130903755; + public const int searchIcon = 2130903755; // aapt resource value: 0x7F0302CC - public const int searchIcon = 2130903756; + public const int searchViewStyle = 2130903756; // aapt resource value: 0x7F0302CD - public const int searchViewStyle = 2130903757; + public const int seekBarStyle = 2130903757; // aapt resource value: 0x7F0302CE - public const int seekBarStyle = 2130903758; + public const int selectableItemBackground = 2130903758; // aapt resource value: 0x7F0302CF - public const int selectableItemBackground = 2130903759; + public const int selectableItemBackgroundBorderless = 2130903759; // aapt resource value: 0x7F0302D0 - public const int selectableItemBackgroundBorderless = 2130903760; + public const int selectionRequired = 2130903760; // aapt resource value: 0x7F0302D1 - public const int selectionRequired = 2130903761; + public const int selectorSize = 2130903761; // aapt resource value: 0x7F0302D2 - public const int selectorSize = 2130903762; + public const int shapeAppearance = 2130903762; // aapt resource value: 0x7F0302D3 - public const int shapeAppearance = 2130903763; + public const int shapeAppearanceLargeComponent = 2130903763; // aapt resource value: 0x7F0302D4 - public const int shapeAppearanceLargeComponent = 2130903764; + public const int shapeAppearanceMediumComponent = 2130903764; // aapt resource value: 0x7F0302D5 - public const int shapeAppearanceMediumComponent = 2130903765; + public const int shapeAppearanceOverlay = 2130903765; // aapt resource value: 0x7F0302D6 - public const int shapeAppearanceOverlay = 2130903766; + public const int shapeAppearanceSmallComponent = 2130903766; // aapt resource value: 0x7F0302D7 - public const int shapeAppearanceSmallComponent = 2130903767; + public const int shortcutMatchRequired = 2130903767; // aapt resource value: 0x7F0302D8 - public const int shortcutMatchRequired = 2130903768; + public const int showAnimationBehavior = 2130903768; // aapt resource value: 0x7F0302D9 - public const int showAnimationBehavior = 2130903769; + public const int showAsAction = 2130903769; // aapt resource value: 0x7F0302DA - public const int showAsAction = 2130903770; + public const int showDelay = 2130903770; // aapt resource value: 0x7F0302DB - public const int showDelay = 2130903771; + public const int showDividers = 2130903771; // aapt resource value: 0x7F0302DC - public const int showDividers = 2130903772; + public const int showMotionSpec = 2130903772; // aapt resource value: 0x7F0302DD - public const int showMotionSpec = 2130903773; + public const int showPaths = 2130903773; // aapt resource value: 0x7F0302DE - public const int showPaths = 2130903774; + public const int showText = 2130903774; // aapt resource value: 0x7F0302DF - public const int showText = 2130903775; + public const int showTitle = 2130903775; // aapt resource value: 0x7F0302E0 - public const int showTitle = 2130903776; + public const int shrinkMotionSpec = 2130903776; // aapt resource value: 0x7F0302E1 - public const int shrinkMotionSpec = 2130903777; + public const int singleChoiceItemLayout = 2130903777; // aapt resource value: 0x7F0302E2 - public const int singleChoiceItemLayout = 2130903778; + public const int singleLine = 2130903778; // aapt resource value: 0x7F0302E3 - public const int singleLine = 2130903779; + public const int singleSelection = 2130903779; // aapt resource value: 0x7F0302E4 - public const int singleSelection = 2130903780; + public const int sizePercent = 2130903780; // aapt resource value: 0x7F0302E5 - public const int sizePercent = 2130903781; + public const int sliderStyle = 2130903781; // aapt resource value: 0x7F0302E6 - public const int sliderStyle = 2130903782; + public const int snackbarButtonStyle = 2130903782; // aapt resource value: 0x7F0302E7 - public const int snackbarButtonStyle = 2130903783; + public const int snackbarStyle = 2130903783; // aapt resource value: 0x7F0302E8 - public const int snackbarStyle = 2130903784; + public const int snackbarTextViewStyle = 2130903784; // aapt resource value: 0x7F0302E9 - public const int snackbarTextViewStyle = 2130903785; + public const int spanCount = 2130903785; // aapt resource value: 0x7F0302EA - public const int spanCount = 2130903786; + public const int spinBars = 2130903786; // aapt resource value: 0x7F0302EB - public const int spinBars = 2130903787; + public const int spinnerDropDownItemStyle = 2130903787; // aapt resource value: 0x7F0302EC - public const int spinnerDropDownItemStyle = 2130903788; + public const int spinnerStyle = 2130903788; // aapt resource value: 0x7F0302ED - public const int spinnerStyle = 2130903789; + public const int splitTrack = 2130903789; // aapt resource value: 0x7F0302EE - public const int splitTrack = 2130903790; + public const int srcCompat = 2130903790; // aapt resource value: 0x7F0302EF - public const int srcCompat = 2130903791; + public const int stackFromEnd = 2130903791; // aapt resource value: 0x7F0302F0 - public const int stackFromEnd = 2130903792; + public const int staggered = 2130903792; // aapt resource value: 0x7F0302F1 - public const int staggered = 2130903793; + public const int startIconCheckable = 2130903793; // aapt resource value: 0x7F0302F2 - public const int startIconCheckable = 2130903794; + public const int startIconContentDescription = 2130903794; // aapt resource value: 0x7F0302F3 - public const int startIconContentDescription = 2130903795; + public const int startIconDrawable = 2130903795; // aapt resource value: 0x7F0302F4 - public const int startIconDrawable = 2130903796; + public const int startIconTint = 2130903796; // aapt resource value: 0x7F0302F5 - public const int startIconTint = 2130903797; + public const int startIconTintMode = 2130903797; // aapt resource value: 0x7F0302F6 - public const int startIconTintMode = 2130903798; + public const int state_above_anchor = 2130903798; // aapt resource value: 0x7F0302F7 - public const int state_above_anchor = 2130903799; + public const int state_collapsed = 2130903799; // aapt resource value: 0x7F0302F8 - public const int state_collapsed = 2130903800; + public const int state_collapsible = 2130903800; // aapt resource value: 0x7F0302F9 - public const int state_collapsible = 2130903801; + public const int state_dragged = 2130903801; // aapt resource value: 0x7F0302FA - public const int state_dragged = 2130903802; + public const int state_liftable = 2130903802; // aapt resource value: 0x7F0302FB - public const int state_liftable = 2130903803; + public const int state_lifted = 2130903803; // aapt resource value: 0x7F0302FC - public const int state_lifted = 2130903804; + public const int statusBarBackground = 2130903804; // aapt resource value: 0x7F0302FD - public const int statusBarBackground = 2130903805; + public const int statusBarForeground = 2130903805; // aapt resource value: 0x7F0302FE - public const int statusBarForeground = 2130903806; + public const int statusBarScrim = 2130903806; // aapt resource value: 0x7F0302FF - public const int statusBarScrim = 2130903807; + public const int strokeColor = 2130903807; // aapt resource value: 0x7F030300 - public const int strokeColor = 2130903808; + public const int strokeWidth = 2130903808; // aapt resource value: 0x7F030301 - public const int strokeWidth = 2130903809; + public const int subMenuArrow = 2130903809; // aapt resource value: 0x7F030302 - public const int subMenuArrow = 2130903810; + public const int submitBackground = 2130903810; // aapt resource value: 0x7F030303 - public const int submitBackground = 2130903811; + public const int subtitle = 2130903811; // aapt resource value: 0x7F030304 - public const int subtitle = 2130903812; + public const int subtitleTextAppearance = 2130903812; // aapt resource value: 0x7F030305 - public const int subtitleTextAppearance = 2130903813; + public const int subtitleTextColor = 2130903813; // aapt resource value: 0x7F030306 - public const int subtitleTextColor = 2130903814; + public const int subtitleTextStyle = 2130903814; // aapt resource value: 0x7F030307 - public const int subtitleTextStyle = 2130903815; + public const int suffixText = 2130903815; // aapt resource value: 0x7F030308 - public const int suffixText = 2130903816; + public const int suffixTextAppearance = 2130903816; // aapt resource value: 0x7F030309 - public const int suffixTextAppearance = 2130903817; + public const int suffixTextColor = 2130903817; // aapt resource value: 0x7F03030A - public const int suffixTextColor = 2130903818; + public const int suggestionRowLayout = 2130903818; // aapt resource value: 0x7F03030B - public const int suggestionRowLayout = 2130903819; + public const int switchMinWidth = 2130903819; // aapt resource value: 0x7F03030C - public const int switchMinWidth = 2130903820; + public const int switchPadding = 2130903820; // aapt resource value: 0x7F03030D - public const int switchPadding = 2130903821; + public const int switchStyle = 2130903821; // aapt resource value: 0x7F03030E - public const int switchStyle = 2130903822; + public const int switchTextAppearance = 2130903822; // aapt resource value: 0x7F03030F - public const int switchTextAppearance = 2130903823; + public const int tabBackground = 2130903823; // aapt resource value: 0x7F030310 - public const int tabBackground = 2130903824; + public const int tabContentStart = 2130903824; // aapt resource value: 0x7F030311 - public const int tabContentStart = 2130903825; + public const int tabGravity = 2130903825; // aapt resource value: 0x7F030312 - public const int tabGravity = 2130903826; + public const int tabIconTint = 2130903826; // aapt resource value: 0x7F030313 - public const int tabIconTint = 2130903827; + public const int tabIconTintMode = 2130903827; // aapt resource value: 0x7F030314 - public const int tabIconTintMode = 2130903828; + public const int tabIndicator = 2130903828; // aapt resource value: 0x7F030315 - public const int tabIndicator = 2130903829; + public const int tabIndicatorAnimationDuration = 2130903829; // aapt resource value: 0x7F030316 - public const int tabIndicatorAnimationDuration = 2130903830; + public const int tabIndicatorAnimationMode = 2130903830; // aapt resource value: 0x7F030317 - public const int tabIndicatorAnimationMode = 2130903831; + public const int tabIndicatorColor = 2130903831; // aapt resource value: 0x7F030318 - public const int tabIndicatorColor = 2130903832; + public const int tabIndicatorFullWidth = 2130903832; // aapt resource value: 0x7F030319 - public const int tabIndicatorFullWidth = 2130903833; + public const int tabIndicatorGravity = 2130903833; // aapt resource value: 0x7F03031A - public const int tabIndicatorGravity = 2130903834; + public const int tabIndicatorHeight = 2130903834; // aapt resource value: 0x7F03031B - public const int tabIndicatorHeight = 2130903835; + public const int tabInlineLabel = 2130903835; // aapt resource value: 0x7F03031C - public const int tabInlineLabel = 2130903836; + public const int tabMaxWidth = 2130903836; // aapt resource value: 0x7F03031D - public const int tabMaxWidth = 2130903837; + public const int tabMinWidth = 2130903837; // aapt resource value: 0x7F03031E - public const int tabMinWidth = 2130903838; + public const int tabMode = 2130903838; // aapt resource value: 0x7F03031F - public const int tabMode = 2130903839; + public const int tabPadding = 2130903839; // aapt resource value: 0x7F030320 - public const int tabPadding = 2130903840; + public const int tabPaddingBottom = 2130903840; // aapt resource value: 0x7F030321 - public const int tabPaddingBottom = 2130903841; + public const int tabPaddingEnd = 2130903841; // aapt resource value: 0x7F030322 - public const int tabPaddingEnd = 2130903842; + public const int tabPaddingStart = 2130903842; // aapt resource value: 0x7F030323 - public const int tabPaddingStart = 2130903843; + public const int tabPaddingTop = 2130903843; // aapt resource value: 0x7F030324 - public const int tabPaddingTop = 2130903844; + public const int tabRippleColor = 2130903844; // aapt resource value: 0x7F030325 - public const int tabRippleColor = 2130903845; + public const int tabSelectedTextColor = 2130903845; // aapt resource value: 0x7F030326 - public const int tabSelectedTextColor = 2130903846; + public const int tabStyle = 2130903846; // aapt resource value: 0x7F030327 - public const int tabStyle = 2130903847; + public const int tabTextAppearance = 2130903847; // aapt resource value: 0x7F030328 - public const int tabTextAppearance = 2130903848; + public const int tabTextColor = 2130903848; // aapt resource value: 0x7F030329 - public const int tabTextColor = 2130903849; + public const int tabUnboundedRipple = 2130903849; // aapt resource value: 0x7F03032A - public const int tabUnboundedRipple = 2130903850; + public const int targetId = 2130903850; // aapt resource value: 0x7F03032B - public const int targetId = 2130903851; + public const int telltales_tailColor = 2130903851; // aapt resource value: 0x7F03032C - public const int telltales_tailColor = 2130903852; + public const int telltales_tailScale = 2130903852; // aapt resource value: 0x7F03032D - public const int telltales_tailScale = 2130903853; + public const int telltales_velocityMode = 2130903853; // aapt resource value: 0x7F03032E - public const int telltales_velocityMode = 2130903854; + public const int textAllCaps = 2130903854; // aapt resource value: 0x7F03032F - public const int textAllCaps = 2130903855; + public const int textAppearanceBody1 = 2130903855; // aapt resource value: 0x7F030330 - public const int textAppearanceBody1 = 2130903856; + public const int textAppearanceBody2 = 2130903856; // aapt resource value: 0x7F030331 - public const int textAppearanceBody2 = 2130903857; + public const int textAppearanceButton = 2130903857; // aapt resource value: 0x7F030332 - public const int textAppearanceButton = 2130903858; + public const int textAppearanceCaption = 2130903858; // aapt resource value: 0x7F030333 - public const int textAppearanceCaption = 2130903859; + public const int textAppearanceHeadline1 = 2130903859; // aapt resource value: 0x7F030334 - public const int textAppearanceHeadline1 = 2130903860; + public const int textAppearanceHeadline2 = 2130903860; // aapt resource value: 0x7F030335 - public const int textAppearanceHeadline2 = 2130903861; + public const int textAppearanceHeadline3 = 2130903861; // aapt resource value: 0x7F030336 - public const int textAppearanceHeadline3 = 2130903862; + public const int textAppearanceHeadline4 = 2130903862; // aapt resource value: 0x7F030337 - public const int textAppearanceHeadline4 = 2130903863; + public const int textAppearanceHeadline5 = 2130903863; // aapt resource value: 0x7F030338 - public const int textAppearanceHeadline5 = 2130903864; + public const int textAppearanceHeadline6 = 2130903864; // aapt resource value: 0x7F030339 - public const int textAppearanceHeadline6 = 2130903865; + public const int textAppearanceLargePopupMenu = 2130903865; // aapt resource value: 0x7F03033A - public const int textAppearanceLargePopupMenu = 2130903866; + public const int textAppearanceLineHeightEnabled = 2130903866; // aapt resource value: 0x7F03033B - public const int textAppearanceLineHeightEnabled = 2130903867; + public const int textAppearanceListItem = 2130903867; // aapt resource value: 0x7F03033C - public const int textAppearanceListItem = 2130903868; + public const int textAppearanceListItemSecondary = 2130903868; // aapt resource value: 0x7F03033D - public const int textAppearanceListItemSecondary = 2130903869; + public const int textAppearanceListItemSmall = 2130903869; // aapt resource value: 0x7F03033E - public const int textAppearanceListItemSmall = 2130903870; + public const int textAppearanceOverline = 2130903870; // aapt resource value: 0x7F03033F - public const int textAppearanceOverline = 2130903871; + public const int textAppearancePopupMenuHeader = 2130903871; // aapt resource value: 0x7F030340 - public const int textAppearancePopupMenuHeader = 2130903872; + public const int textAppearanceSearchResultSubtitle = 2130903872; // aapt resource value: 0x7F030341 - public const int textAppearanceSearchResultSubtitle = 2130903873; + public const int textAppearanceSearchResultTitle = 2130903873; // aapt resource value: 0x7F030342 - public const int textAppearanceSearchResultTitle = 2130903874; + public const int textAppearanceSmallPopupMenu = 2130903874; // aapt resource value: 0x7F030343 - public const int textAppearanceSmallPopupMenu = 2130903875; + public const int textAppearanceSubtitle1 = 2130903875; // aapt resource value: 0x7F030344 - public const int textAppearanceSubtitle1 = 2130903876; + public const int textAppearanceSubtitle2 = 2130903876; // aapt resource value: 0x7F030345 - public const int textAppearanceSubtitle2 = 2130903877; + public const int textColorAlertDialogListItem = 2130903877; // aapt resource value: 0x7F030346 - public const int textColorAlertDialogListItem = 2130903878; + public const int textColorSearchUrl = 2130903878; // aapt resource value: 0x7F030347 - public const int textColorSearchUrl = 2130903879; + public const int textEndPadding = 2130903879; // aapt resource value: 0x7F030348 - public const int textEndPadding = 2130903880; + public const int textInputLayoutFocusedRectEnabled = 2130903880; // aapt resource value: 0x7F030349 - public const int textInputLayoutFocusedRectEnabled = 2130903881; + public const int textInputStyle = 2130903881; // aapt resource value: 0x7F03034A - public const int textInputStyle = 2130903882; + public const int textLocale = 2130903882; // aapt resource value: 0x7F03034B - public const int textLocale = 2130903883; + public const int textStartPadding = 2130903883; // aapt resource value: 0x7F03034C - public const int textStartPadding = 2130903884; + public const int theme = 2130903884; // aapt resource value: 0x7F03034D - public const int theme = 2130903885; + public const int themeLineHeight = 2130903885; // aapt resource value: 0x7F03034E - public const int themeLineHeight = 2130903886; + public const int thickness = 2130903886; // aapt resource value: 0x7F03034F - public const int thickness = 2130903887; + public const int thumbColor = 2130903887; // aapt resource value: 0x7F030350 - public const int thumbColor = 2130903888; + public const int thumbElevation = 2130903888; // aapt resource value: 0x7F030351 - public const int thumbElevation = 2130903889; + public const int thumbRadius = 2130903889; // aapt resource value: 0x7F030352 - public const int thumbRadius = 2130903890; + public const int thumbStrokeColor = 2130903890; // aapt resource value: 0x7F030353 - public const int thumbStrokeColor = 2130903891; + public const int thumbStrokeWidth = 2130903891; // aapt resource value: 0x7F030354 - public const int thumbStrokeWidth = 2130903892; + public const int thumbTextPadding = 2130903892; // aapt resource value: 0x7F030355 - public const int thumbTextPadding = 2130903893; + public const int thumbTint = 2130903893; // aapt resource value: 0x7F030356 - public const int thumbTint = 2130903894; + public const int thumbTintMode = 2130903894; // aapt resource value: 0x7F030357 - public const int thumbTintMode = 2130903895; + public const int tickColor = 2130903895; // aapt resource value: 0x7F030358 - public const int tickColor = 2130903896; + public const int tickColorActive = 2130903896; // aapt resource value: 0x7F030359 - public const int tickColorActive = 2130903897; + public const int tickColorInactive = 2130903897; // aapt resource value: 0x7F03035A - public const int tickColorInactive = 2130903898; + public const int tickMark = 2130903898; // aapt resource value: 0x7F03035B - public const int tickMark = 2130903899; + public const int tickMarkTint = 2130903899; // aapt resource value: 0x7F03035C - public const int tickMarkTint = 2130903900; + public const int tickMarkTintMode = 2130903900; // aapt resource value: 0x7F03035D - public const int tickMarkTintMode = 2130903901; + public const int tickVisible = 2130903901; // aapt resource value: 0x7F03035E - public const int tickVisible = 2130903902; + public const int tint = 2130903902; // aapt resource value: 0x7F03035F - public const int tint = 2130903903; + public const int tintMode = 2130903903; // aapt resource value: 0x7F030360 - public const int tintMode = 2130903904; + public const int title = 2130903904; // aapt resource value: 0x7F030361 - public const int title = 2130903905; + public const int titleEnabled = 2130903905; // aapt resource value: 0x7F030362 - public const int titleEnabled = 2130903906; + public const int titleMargin = 2130903906; // aapt resource value: 0x7F030363 - public const int titleMargin = 2130903907; + public const int titleMarginBottom = 2130903907; // aapt resource value: 0x7F030364 - public const int titleMarginBottom = 2130903908; + public const int titleMarginEnd = 2130903908; - // aapt resource value: 0x7F030365 - public const int titleMarginEnd = 2130903909; + // aapt resource value: 0x7F030367 + public const int titleMargins = 2130903911; - // aapt resource value: 0x7F030368 - public const int titleMargins = 2130903912; + // aapt resource value: 0x7F030365 + public const int titleMarginStart = 2130903909; // aapt resource value: 0x7F030366 - public const int titleMarginStart = 2130903910; + public const int titleMarginTop = 2130903910; - // aapt resource value: 0x7F030367 - public const int titleMarginTop = 2130903911; + // aapt resource value: 0x7F030368 + public const int titleTextAppearance = 2130903912; // aapt resource value: 0x7F030369 - public const int titleTextAppearance = 2130903913; + public const int titleTextColor = 2130903913; // aapt resource value: 0x7F03036A - public const int titleTextColor = 2130903914; + public const int titleTextStyle = 2130903914; // aapt resource value: 0x7F03036B - public const int titleTextStyle = 2130903915; + public const int toolbarId = 2130903915; // aapt resource value: 0x7F03036C - public const int toolbarId = 2130903916; + public const int toolbarNavigationButtonStyle = 2130903916; // aapt resource value: 0x7F03036D - public const int toolbarNavigationButtonStyle = 2130903917; + public const int toolbarStyle = 2130903917; // aapt resource value: 0x7F03036E - public const int toolbarStyle = 2130903918; + public const int tooltipForegroundColor = 2130903918; // aapt resource value: 0x7F03036F - public const int tooltipForegroundColor = 2130903919; + public const int tooltipFrameBackground = 2130903919; // aapt resource value: 0x7F030370 - public const int tooltipFrameBackground = 2130903920; + public const int tooltipStyle = 2130903920; // aapt resource value: 0x7F030371 - public const int tooltipStyle = 2130903921; + public const int tooltipText = 2130903921; // aapt resource value: 0x7F030372 - public const int tooltipText = 2130903922; + public const int touchAnchorId = 2130903922; // aapt resource value: 0x7F030373 - public const int touchAnchorId = 2130903923; + public const int touchAnchorSide = 2130903923; // aapt resource value: 0x7F030374 - public const int touchAnchorSide = 2130903924; + public const int touchRegionId = 2130903924; // aapt resource value: 0x7F030375 - public const int touchRegionId = 2130903925; + public const int track = 2130903925; // aapt resource value: 0x7F030376 - public const int track = 2130903926; + public const int trackColor = 2130903926; // aapt resource value: 0x7F030377 - public const int trackColor = 2130903927; + public const int trackColorActive = 2130903927; // aapt resource value: 0x7F030378 - public const int trackColorActive = 2130903928; + public const int trackColorInactive = 2130903928; // aapt resource value: 0x7F030379 - public const int trackColorInactive = 2130903929; + public const int trackCornerRadius = 2130903929; // aapt resource value: 0x7F03037A - public const int trackCornerRadius = 2130903930; + public const int trackHeight = 2130903930; // aapt resource value: 0x7F03037B - public const int trackHeight = 2130903931; + public const int trackThickness = 2130903931; // aapt resource value: 0x7F03037C - public const int trackThickness = 2130903932; + public const int trackTint = 2130903932; // aapt resource value: 0x7F03037D - public const int trackTint = 2130903933; + public const int trackTintMode = 2130903933; // aapt resource value: 0x7F03037E - public const int trackTintMode = 2130903934; + public const int transitionDisable = 2130903934; // aapt resource value: 0x7F03037F - public const int transitionDisable = 2130903935; + public const int transitionEasing = 2130903935; // aapt resource value: 0x7F030380 - public const int transitionEasing = 2130903936; + public const int transitionFlags = 2130903936; // aapt resource value: 0x7F030381 - public const int transitionFlags = 2130903937; + public const int transitionPathRotate = 2130903937; // aapt resource value: 0x7F030382 - public const int transitionPathRotate = 2130903938; + public const int transitionShapeAppearance = 2130903938; // aapt resource value: 0x7F030383 - public const int transitionShapeAppearance = 2130903939; + public const int triggerId = 2130903939; // aapt resource value: 0x7F030384 - public const int triggerId = 2130903940; + public const int triggerReceiver = 2130903940; // aapt resource value: 0x7F030385 - public const int triggerReceiver = 2130903941; + public const int triggerSlack = 2130903941; // aapt resource value: 0x7F030386 - public const int triggerSlack = 2130903942; + public const int ttcIndex = 2130903942; // aapt resource value: 0x7F030387 - public const int ttcIndex = 2130903943; + public const int useCompatPadding = 2130903943; // aapt resource value: 0x7F030388 - public const int useCompatPadding = 2130903944; + public const int useMaterialThemeColors = 2130903944; // aapt resource value: 0x7F030389 - public const int useMaterialThemeColors = 2130903945; + public const int values = 2130903945; // aapt resource value: 0x7F03038A - public const int values = 2130903946; + public const int verticalOffset = 2130903946; // aapt resource value: 0x7F03038B - public const int verticalOffset = 2130903947; + public const int vibrate_on_result = 2130903947; // aapt resource value: 0x7F03038C - public const int vibrate_on_result = 2130903948; + public const int viewInflaterClass = 2130903948; // aapt resource value: 0x7F03038D - public const int viewInflaterClass = 2130903949; + public const int visibilityMode = 2130903949; // aapt resource value: 0x7F03038E - public const int visibilityMode = 2130903950; + public const int visual_feedback_animation_duration = 2130903950; // aapt resource value: 0x7F03038F - public const int visual_feedback_animation_duration = 2130903951; + public const int visual_feedback_animation_style = 2130903951; // aapt resource value: 0x7F030390 - public const int visual_feedback_animation_style = 2130903952; + public const int visual_feedback_corner_radius_in_dp = 2130903952; // aapt resource value: 0x7F030391 - public const int visual_feedback_corner_radius_in_dp = 2130903953; + public const int visual_feedback_fill_color = 2130903953; // aapt resource value: 0x7F030392 - public const int visual_feedback_fill_color = 2130903954; + public const int visual_feedback_redraw_timeout = 2130903954; // aapt resource value: 0x7F030393 - public const int visual_feedback_redraw_timeout = 2130903955; + public const int visual_feedback_stroke_color = 2130903955; // aapt resource value: 0x7F030394 - public const int visual_feedback_stroke_color = 2130903956; + public const int visual_feedback_stroke_width_in_dp = 2130903956; // aapt resource value: 0x7F030395 - public const int visual_feedback_stroke_width_in_dp = 2130903957; + public const int visual_feedback_style = 2130903957; // aapt resource value: 0x7F030396 - public const int visual_feedback_style = 2130903958; + public const int voiceIcon = 2130903958; // aapt resource value: 0x7F030397 - public const int voiceIcon = 2130903959; + public const int warmth = 2130903959; // aapt resource value: 0x7F030398 - public const int warmth = 2130903960; + public const int waveDecay = 2130903960; // aapt resource value: 0x7F030399 - public const int waveDecay = 2130903961; + public const int waveOffset = 2130903961; // aapt resource value: 0x7F03039A - public const int waveOffset = 2130903962; + public const int wavePeriod = 2130903962; // aapt resource value: 0x7F03039B - public const int wavePeriod = 2130903963; + public const int waveShape = 2130903963; // aapt resource value: 0x7F03039C - public const int waveShape = 2130903964; + public const int waveVariesBy = 2130903964; // aapt resource value: 0x7F03039D - public const int waveVariesBy = 2130903965; + public const int windowActionBar = 2130903965; // aapt resource value: 0x7F03039E - public const int windowActionBar = 2130903966; + public const int windowActionBarOverlay = 2130903966; // aapt resource value: 0x7F03039F - public const int windowActionBarOverlay = 2130903967; + public const int windowActionModeOverlay = 2130903967; // aapt resource value: 0x7F0303A0 - public const int windowActionModeOverlay = 2130903968; + public const int windowFixedHeightMajor = 2130903968; // aapt resource value: 0x7F0303A1 - public const int windowFixedHeightMajor = 2130903969; + public const int windowFixedHeightMinor = 2130903969; // aapt resource value: 0x7F0303A2 - public const int windowFixedHeightMinor = 2130903970; + public const int windowFixedWidthMajor = 2130903970; // aapt resource value: 0x7F0303A3 - public const int windowFixedWidthMajor = 2130903971; + public const int windowFixedWidthMinor = 2130903971; // aapt resource value: 0x7F0303A4 - public const int windowFixedWidthMinor = 2130903972; + public const int windowMinWidthMajor = 2130903972; // aapt resource value: 0x7F0303A5 - public const int windowMinWidthMajor = 2130903973; + public const int windowMinWidthMinor = 2130903973; // aapt resource value: 0x7F0303A6 - public const int windowMinWidthMinor = 2130903974; + public const int windowNoTitle = 2130903974; // aapt resource value: 0x7F0303A7 - public const int windowNoTitle = 2130903975; + public const int yearSelectedStyle = 2130903975; // aapt resource value: 0x7F0303A8 - public const int yearSelectedStyle = 2130903976; + public const int yearStyle = 2130903976; // aapt resource value: 0x7F0303A9 - public const int yearStyle = 2130903977; - - // aapt resource value: 0x7F0303AA - public const int yearTodayStyle = 2130903978; + public const int yearTodayStyle = 2130903977; static Attribute() { @@ -15772,37 +15769,37 @@ private Style() public partial class Styleable { - // aapt resource value: { 0x7F03003B,0x7F030042,0x7F030043,0x7F0300D8,0x7F0300D9,0x7F0300DA,0x7F0300DB,0x7F0300DC,0x7F0300DD,0x7F030103,0x7F030127,0x7F030128,0x7F030141,0x7F03019B,0x7F0301A2,0x7F0301A8,0x7F0301A9,0x7F0301AC,0x7F0301B9,0x7F0301CB,0x7F030239,0x7F03027A,0x7F0302A8,0x7F0302B3,0x7F0302B4,0x7F030304,0x7F030307,0x7F030361,0x7F03036B } + // aapt resource value: { 0x7F03003A,0x7F030041,0x7F030042,0x7F0300D7,0x7F0300D8,0x7F0300D9,0x7F0300DA,0x7F0300DB,0x7F0300DC,0x7F030102,0x7F030126,0x7F030127,0x7F030140,0x7F03019A,0x7F0301A1,0x7F0301A7,0x7F0301A8,0x7F0301AB,0x7F0301B8,0x7F0301CA,0x7F030238,0x7F030279,0x7F0302A7,0x7F0302B2,0x7F0302B3,0x7F030303,0x7F030306,0x7F030360,0x7F03036A } public static int[] ActionBar = new int[] { - 2130903099, + 2130903098, + 2130903105, 2130903106, - 2130903107, + 2130903255, 2130903256, 2130903257, 2130903258, 2130903259, 2130903260, - 2130903261, - 2130903299, + 2130903298, + 2130903334, 2130903335, - 2130903336, - 2130903361, - 2130903451, - 2130903458, + 2130903360, + 2130903450, + 2130903457, + 2130903463, 2130903464, - 2130903465, - 2130903468, - 2130903481, - 2130903499, - 2130903609, - 2130903674, - 2130903720, + 2130903467, + 2130903480, + 2130903498, + 2130903608, + 2130903673, + 2130903719, + 2130903730, 2130903731, - 2130903732, - 2130903812, - 2130903815, - 2130903905, - 2130903915}; + 2130903811, + 2130903814, + 2130903904, + 2130903914}; // aapt resource value: { 0x10100B3 } public static int[] ActionBarLayout = new int[] { @@ -15909,14 +15906,14 @@ public partial class Styleable public static int[] ActionMenuView = new int[] { -1}; - // aapt resource value: { 0x7F03003B,0x7F030042,0x7F0300B1,0x7F03019B,0x7F030307,0x7F03036B } + // aapt resource value: { 0x7F03003A,0x7F030041,0x7F0300B0,0x7F03019A,0x7F030306,0x7F03036A } public static int[] ActionMode = new int[] { - 2130903099, - 2130903106, - 2130903217, - 2130903451, - 2130903815, - 2130903915}; + 2130903098, + 2130903105, + 2130903216, + 2130903450, + 2130903814, + 2130903914}; // aapt resource value: 0 public const int ActionMode_background = 0; @@ -15936,10 +15933,10 @@ public partial class Styleable // aapt resource value: 5 public const int ActionMode_titleTextStyle = 5; - // aapt resource value: { 0x7F030154,0x7F0301BF } + // aapt resource value: { 0x7F030153,0x7F0301BE } public static int[] ActivityChooserView = new int[] { - 2130903380, - 2130903487}; + 2130903379, + 2130903486}; // aapt resource value: 0 public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; @@ -15947,16 +15944,16 @@ public partial class Styleable // aapt resource value: 1 public const int ActivityChooserView_initialActivityCount = 1; - // aapt resource value: { 0x10100F2,0x7F030073,0x7F030074,0x7F03022E,0x7F03022F,0x7F030276,0x7F0302E0,0x7F0302E2 } + // aapt resource value: { 0x10100F2,0x7F030072,0x7F030073,0x7F03022D,0x7F03022E,0x7F030275,0x7F0302DF,0x7F0302E1 } public static int[] AlertDialog = new int[] { 16842994, + 2130903154, 2130903155, - 2130903156, + 2130903597, 2130903598, - 2130903599, - 2130903670, - 2130903776, - 2130903778}; + 2130903669, + 2130903775, + 2130903777}; // aapt resource value: 0 public const int AlertDialog_android_layout = 0; @@ -16039,21 +16036,21 @@ public partial class Styleable // aapt resource value: 1 public const int AnimatedStateListDrawableTransition_android_toId = 1; - // aapt resource value: { 0x7F03004D,0x7F030059,0x7F03007A,0x7F03010C,0x7F03038C,0x7F03038F,0x7F030390,0x7F030391,0x7F030392,0x7F030393,0x7F030394,0x7F030395,0x7F030396 } + // aapt resource value: { 0x7F03004C,0x7F030058,0x7F030079,0x7F03010B,0x7F03038B,0x7F03038E,0x7F03038F,0x7F030390,0x7F030391,0x7F030392,0x7F030393,0x7F030394,0x7F030395 } public static int[] AnylineBaseModuleView = new int[] { - 2130903117, - 2130903129, - 2130903162, - 2130903308, - 2130903948, + 2130903116, + 2130903128, + 2130903161, + 2130903307, + 2130903947, + 2130903950, 2130903951, 2130903952, 2130903953, 2130903954, 2130903955, 2130903956, - 2130903957, - 2130903958}; + 2130903957}; // aapt resource value: 0 public const int AnylineBaseModuleView_beep_on_result = 0; @@ -16094,14 +16091,15 @@ public partial class Styleable // aapt resource value: 12 public const int AnylineBaseModuleView_visual_feedback_style = 12; - // aapt resource value: { 0x7F030106,0x7F030107,0x7F030108,0x7F030109,0x7F03010A,0x7F03010B,0x7F03010D,0x7F03010E,0x7F03010F,0x7F030110,0x7F030111,0x7F030112,0x7F030113,0x7F030114,0x7F030115,0x7F030116,0x7F030117,0x7F030118,0x7F030120,0x7F030167,0x7F03016E,0x7F03016F,0x7F030170,0x7F030171,0x7F030172,0x7F0302AA,0x7F0302AB,0x7F0302AC,0x7F0302AD } + // aapt resource value: { 0x7F030105,0x7F030106,0x7F030107,0x7F030108,0x7F030109,0x7F03010A,0x7F03010C,0x7F03010D,0x7F03010E,0x7F03010F,0x7F030110,0x7F030111,0x7F030112,0x7F030113,0x7F030114,0x7F030115,0x7F030116,0x7F030117,0x7F03011F,0x7F030166,0x7F03016D,0x7F03016E,0x7F03016F,0x7F030170,0x7F030171,0x7F0302A9,0x7F0302AA,0x7F0302AB,0x7F0302AC } public static int[] AnylineView = new int[] { + 2130903301, 2130903302, 2130903303, 2130903304, 2130903305, 2130903306, - 2130903307, + 2130903308, 2130903309, 2130903310, 2130903311, @@ -16113,18 +16111,17 @@ public partial class Styleable 2130903317, 2130903318, 2130903319, - 2130903320, - 2130903328, - 2130903399, + 2130903327, + 2130903398, + 2130903405, 2130903406, 2130903407, 2130903408, 2130903409, - 2130903410, + 2130903721, 2130903722, 2130903723, - 2130903724, - 2130903725}; + 2130903724}; // aapt resource value: 0 public const int AnylineView_cutout_alignment = 0; @@ -16213,23 +16210,23 @@ public partial class Styleable // aapt resource value: 28 public const int AnylineView_preferred_preview_width = 28; - // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F030141,0x7F030155,0x7F030224,0x7F030225,0x7F0302FE } + // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F030140,0x7F030154,0x7F030223,0x7F030224,0x7F0302FD } public static int[] AppBarLayout = new int[] { 16842964, 16843919, 16844096, - 2130903361, - 2130903381, + 2130903360, + 2130903380, + 2130903587, 2130903588, - 2130903589, - 2130903806}; + 2130903805}; - // aapt resource value: { 0x7F0302F8,0x7F0302F9,0x7F0302FB,0x7F0302FC } + // aapt resource value: { 0x7F0302F7,0x7F0302F8,0x7F0302FA,0x7F0302FB } public static int[] AppBarLayoutStates = new int[] { + 2130903799, 2130903800, - 2130903801, - 2130903803, - 2130903804}; + 2130903802, + 2130903803}; // aapt resource value: 0 public const int AppBarLayoutStates_state_collapsed = 0; @@ -16258,10 +16255,10 @@ public partial class Styleable // aapt resource value: 4 public const int AppBarLayout_expanded = 4; - // aapt resource value: { 0x7F030222,0x7F030223 } + // aapt resource value: { 0x7F030221,0x7F030222 } public static int[] AppBarLayout_Layout = new int[] { - 2130903586, - 2130903587}; + 2130903585, + 2130903586}; // aapt resource value: 0 public const int AppBarLayout_Layout_layout_scrollFlags = 0; @@ -16278,12 +16275,12 @@ public partial class Styleable // aapt resource value: 7 public const int AppBarLayout_statusBarForeground = 7; - // aapt resource value: { 0x1010119,0x7F0302EF,0x7F03035F,0x7F030360 } + // aapt resource value: { 0x1010119,0x7F0302EE,0x7F03035E,0x7F03035F } public static int[] AppCompatImageView = new int[] { 16843033, - 2130903791, - 2130903903, - 2130903904}; + 2130903790, + 2130903902, + 2130903903}; // aapt resource value: 0 public const int AppCompatImageView_android_src = 0; @@ -16297,12 +16294,12 @@ public partial class Styleable // aapt resource value: 3 public const int AppCompatImageView_tintMode = 3; - // aapt resource value: { 0x1010142,0x7F03035B,0x7F03035C,0x7F03035D } + // aapt resource value: { 0x1010142,0x7F03035A,0x7F03035B,0x7F03035C } public static int[] AppCompatSeekBar = new int[] { 16843074, + 2130903898, 2130903899, - 2130903900, - 2130903901}; + 2130903900}; // aapt resource value: 0 public const int AppCompatSeekBar_android_thumb = 0; @@ -16347,29 +16344,29 @@ public partial class Styleable // aapt resource value: 0 public const int AppCompatTextHelper_android_textAppearance = 0; - // aapt resource value: { 0x1010034,0x7F030035,0x7F030036,0x7F030037,0x7F030038,0x7F030039,0x7F030130,0x7F030131,0x7F030132,0x7F030133,0x7F030135,0x7F030136,0x7F030137,0x7F030138,0x7F03016D,0x7F030188,0x7F030191,0x7F0301E2,0x7F030227,0x7F03032F,0x7F03034B } + // aapt resource value: { 0x1010034,0x7F030034,0x7F030035,0x7F030036,0x7F030037,0x7F030038,0x7F03012F,0x7F030130,0x7F030131,0x7F030132,0x7F030134,0x7F030135,0x7F030136,0x7F030137,0x7F03016C,0x7F030187,0x7F030190,0x7F0301E1,0x7F030226,0x7F03032E,0x7F03034A } public static int[] AppCompatTextView = new int[] { 16842804, + 2130903092, 2130903093, 2130903094, 2130903095, 2130903096, - 2130903097, + 2130903343, 2130903344, 2130903345, 2130903346, - 2130903347, + 2130903348, 2130903349, 2130903350, 2130903351, - 2130903352, - 2130903405, - 2130903432, - 2130903441, - 2130903522, - 2130903591, - 2130903855, - 2130903883}; + 2130903404, + 2130903431, + 2130903440, + 2130903521, + 2130903590, + 2130903854, + 2130903882}; // aapt resource value: 0 public const int AppCompatTextView_android_textAppearance = 0; @@ -16434,7 +16431,7 @@ public partial class Styleable // aapt resource value: 20 public const int AppCompatTextView_textLocale = 20; - // aapt resource value: { 0x1010057,0x10100AE,0x7F030000,0x7F030001,0x7F030002,0x7F030003,0x7F030004,0x7F030005,0x7F030006,0x7F030007,0x7F030008,0x7F030009,0x7F03000A,0x7F03000B,0x7F03000C,0x7F03000E,0x7F03000F,0x7F030010,0x7F030011,0x7F030012,0x7F030013,0x7F030014,0x7F030015,0x7F030016,0x7F030017,0x7F030018,0x7F030019,0x7F03001A,0x7F03001B,0x7F03001C,0x7F03001D,0x7F03001E,0x7F030022,0x7F030023,0x7F030024,0x7F030025,0x7F030026,0x7F030034,0x7F03005B,0x7F03006C,0x7F03006D,0x7F03006E,0x7F03006F,0x7F030070,0x7F030076,0x7F030077,0x7F030084,0x7F03008D,0x7F0300B9,0x7F0300BA,0x7F0300BB,0x7F0300BC,0x7F0300BD,0x7F0300BE,0x7F0300BF,0x7F0300C6,0x7F0300C7,0x7F0300CE,0x7F0300E7,0x7F030124,0x7F030125,0x7F030126,0x7F030129,0x7F03012B,0x7F03013B,0x7F03013C,0x7F03013E,0x7F03013F,0x7F030140,0x7F0301A8,0x7F0301B7,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022D,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030238,0x7F030292,0x7F030293,0x7F030294,0x7F0302A7,0x7F0302A9,0x7F0302B8,0x7F0302BA,0x7F0302BB,0x7F0302BC,0x7F0302CD,0x7F0302CE,0x7F0302CF,0x7F0302D0,0x7F0302EC,0x7F0302ED,0x7F03030E,0x7F03033A,0x7F03033C,0x7F03033D,0x7F03033E,0x7F030340,0x7F030341,0x7F030342,0x7F030343,0x7F030346,0x7F030347,0x7F03036D,0x7F03036E,0x7F03036F,0x7F030370,0x7F03038D,0x7F03039E,0x7F03039F,0x7F0303A0,0x7F0303A1,0x7F0303A2,0x7F0303A3,0x7F0303A4,0x7F0303A5,0x7F0303A6,0x7F0303A7 } + // aapt resource value: { 0x1010057,0x10100AE,0x7F030000,0x7F030001,0x7F030002,0x7F030003,0x7F030004,0x7F030005,0x7F030006,0x7F030007,0x7F030008,0x7F030009,0x7F03000A,0x7F03000B,0x7F03000C,0x7F03000E,0x7F03000F,0x7F030010,0x7F030011,0x7F030012,0x7F030013,0x7F030014,0x7F030015,0x7F030016,0x7F030017,0x7F030018,0x7F030019,0x7F03001A,0x7F03001B,0x7F03001C,0x7F03001D,0x7F03001E,0x7F030022,0x7F030023,0x7F030024,0x7F030025,0x7F030026,0x7F030033,0x7F03005A,0x7F03006B,0x7F03006C,0x7F03006D,0x7F03006E,0x7F03006F,0x7F030075,0x7F030076,0x7F030083,0x7F03008C,0x7F0300B8,0x7F0300B9,0x7F0300BA,0x7F0300BB,0x7F0300BC,0x7F0300BD,0x7F0300BE,0x7F0300C5,0x7F0300C6,0x7F0300CD,0x7F0300E6,0x7F030123,0x7F030124,0x7F030125,0x7F030128,0x7F03012A,0x7F03013A,0x7F03013B,0x7F03013D,0x7F03013E,0x7F03013F,0x7F0301A7,0x7F0301B6,0x7F030229,0x7F03022A,0x7F03022B,0x7F03022C,0x7F03022F,0x7F030230,0x7F030231,0x7F030232,0x7F030233,0x7F030234,0x7F030235,0x7F030236,0x7F030237,0x7F030291,0x7F030292,0x7F030293,0x7F0302A6,0x7F0302A8,0x7F0302B7,0x7F0302B9,0x7F0302BA,0x7F0302BB,0x7F0302CC,0x7F0302CD,0x7F0302CE,0x7F0302CF,0x7F0302EB,0x7F0302EC,0x7F03030D,0x7F030339,0x7F03033B,0x7F03033C,0x7F03033D,0x7F03033F,0x7F030340,0x7F030341,0x7F030342,0x7F030345,0x7F030346,0x7F03036C,0x7F03036D,0x7F03036E,0x7F03036F,0x7F03038C,0x7F03039D,0x7F03039E,0x7F03039F,0x7F0303A0,0x7F0303A1,0x7F0303A2,0x7F0303A3,0x7F0303A4,0x7F0303A5,0x7F0303A6 } public static int[] AppCompatTheme = new int[] { 16842839, 16842926, @@ -16473,44 +16470,45 @@ public partial class Styleable 2130903076, 2130903077, 2130903078, - 2130903092, - 2130903131, + 2130903091, + 2130903130, + 2130903147, 2130903148, 2130903149, 2130903150, 2130903151, - 2130903152, + 2130903157, 2130903158, - 2130903159, - 2130903172, - 2130903181, + 2130903171, + 2130903180, + 2130903224, 2130903225, 2130903226, 2130903227, 2130903228, 2130903229, 2130903230, - 2130903231, + 2130903237, 2130903238, - 2130903239, - 2130903246, - 2130903271, + 2130903245, + 2130903270, + 2130903331, 2130903332, 2130903333, - 2130903334, - 2130903337, - 2130903339, + 2130903336, + 2130903338, + 2130903354, 2130903355, - 2130903356, + 2130903357, 2130903358, 2130903359, - 2130903360, - 2130903464, - 2130903479, + 2130903463, + 2130903478, + 2130903593, 2130903594, 2130903595, 2130903596, - 2130903597, + 2130903599, 2130903600, 2130903601, 2130903602, @@ -16519,38 +16517,38 @@ public partial class Styleable 2130903605, 2130903606, 2130903607, - 2130903608, + 2130903697, 2130903698, 2130903699, - 2130903700, - 2130903719, - 2130903721, - 2130903736, + 2130903718, + 2130903720, + 2130903735, + 2130903737, 2130903738, 2130903739, - 2130903740, + 2130903756, 2130903757, 2130903758, 2130903759, - 2130903760, + 2130903787, 2130903788, - 2130903789, - 2130903822, - 2130903866, + 2130903821, + 2130903865, + 2130903867, 2130903868, 2130903869, - 2130903870, + 2130903871, 2130903872, 2130903873, 2130903874, - 2130903875, + 2130903877, 2130903878, - 2130903879, + 2130903916, 2130903917, 2130903918, 2130903919, - 2130903920, - 2130903949, + 2130903948, + 2130903965, 2130903966, 2130903967, 2130903968, @@ -16559,8 +16557,7 @@ public partial class Styleable 2130903971, 2130903972, 2130903973, - 2130903974, - 2130903975}; + 2130903974}; // aapt resource value: 2 public const int AppCompatTheme_actionBarDivider = 2; @@ -16937,15 +16934,15 @@ public partial class Styleable // aapt resource value: 124 public const int AppCompatTheme_windowNoTitle = 124; - // aapt resource value: { 0x7F03003C,0x7F030046,0x7F030048,0x7F0301AA,0x7F03025A,0x7F03027F,0x7F03038B } + // aapt resource value: { 0x7F03003B,0x7F030045,0x7F030047,0x7F0301A9,0x7F030259,0x7F03027E,0x7F03038A } public static int[] Badge = new int[] { - 2130903100, - 2130903110, - 2130903112, - 2130903466, - 2130903642, - 2130903679, - 2130903947}; + 2130903099, + 2130903109, + 2130903111, + 2130903465, + 2130903641, + 2130903678, + 2130903946}; // aapt resource value: 0 public const int Badge_backgroundColor = 0; @@ -16968,17 +16965,17 @@ public partial class Styleable // aapt resource value: 6 public const int Badge_verticalOffset = 6; - // aapt resource value: { 0x1010139,0x7F0301A0,0x7F0301BA,0x7F030263,0x7F0302D9,0x7F0302DB,0x7F030377,0x7F03037A,0x7F03037C } + // aapt resource value: { 0x1010139,0x7F03019F,0x7F0301B9,0x7F030262,0x7F0302D8,0x7F0302DA,0x7F030376,0x7F030379,0x7F03037B } public static int[] BaseProgressIndicator = new int[] { 16843065, - 2130903456, - 2130903482, - 2130903651, - 2130903769, - 2130903771, - 2130903927, - 2130903930, - 2130903932}; + 2130903455, + 2130903481, + 2130903650, + 2130903768, + 2130903770, + 2130903926, + 2130903929, + 2130903931}; // aapt resource value: 0 public const int BaseProgressIndicator_android_indeterminate = 0; @@ -17007,19 +17004,19 @@ public partial class Styleable // aapt resource value: 8 public const int BaseProgressIndicator_trackThickness = 8; - // aapt resource value: { 0x7F030044,0x7F030141,0x7F030160,0x7F030161,0x7F030162,0x7F030163,0x7F030164,0x7F0301A3,0x7F03028C,0x7F03028E,0x7F03028F } + // aapt resource value: { 0x7F030043,0x7F030140,0x7F03015F,0x7F030160,0x7F030161,0x7F030162,0x7F030163,0x7F0301A2,0x7F03028B,0x7F03028D,0x7F03028E } public static int[] BottomAppBar = new int[] { - 2130903108, - 2130903361, + 2130903107, + 2130903360, + 2130903391, 2130903392, 2130903393, 2130903394, 2130903395, - 2130903396, - 2130903459, - 2130903692, - 2130903694, - 2130903695}; + 2130903458, + 2130903691, + 2130903693, + 2130903694}; // aapt resource value: 0 public const int BottomAppBar_backgroundTint = 0; @@ -17054,20 +17051,20 @@ public partial class Styleable // aapt resource value: 10 public const int BottomAppBar_paddingRightSystemWindowInsets = 10; - // aapt resource value: { 0x7F030044,0x7F030141,0x7F0301C3,0x7F0301C6,0x7F0301C8,0x7F0301C9,0x7F0301CC,0x7F0301D8,0x7F0301D9,0x7F0301DA,0x7F0301E1,0x7F030261 } + // aapt resource value: { 0x7F030043,0x7F030140,0x7F0301C2,0x7F0301C5,0x7F0301C7,0x7F0301C8,0x7F0301CB,0x7F0301D7,0x7F0301D8,0x7F0301D9,0x7F0301E0,0x7F030260 } public static int[] BottomNavigationView = new int[] { - 2130903108, - 2130903361, - 2130903491, - 2130903494, + 2130903107, + 2130903360, + 2130903490, + 2130903493, + 2130903495, 2130903496, - 2130903497, - 2130903500, + 2130903499, + 2130903511, 2130903512, 2130903513, - 2130903514, - 2130903521, - 2130903649}; + 2130903520, + 2130903648}; // aapt resource value: 0 public const int BottomNavigationView_backgroundTint = 0; @@ -17105,21 +17102,21 @@ public partial class Styleable // aapt resource value: 11 public const int BottomNavigationView_menu = 11; - // aapt resource value: { 0x1010440,0x7F030044,0x7F030050,0x7F030051,0x7F030052,0x7F030053,0x7F030054,0x7F030056,0x7F030057,0x7F030058,0x7F030196,0x7F0302D3,0x7F0302D6 } + // aapt resource value: { 0x1010440,0x7F030043,0x7F03004F,0x7F030050,0x7F030051,0x7F030052,0x7F030053,0x7F030055,0x7F030056,0x7F030057,0x7F030195,0x7F0302D2,0x7F0302D5 } public static int[] BottomSheetBehavior_Layout = new int[] { 16843840, - 2130903108, + 2130903107, + 2130903119, 2130903120, 2130903121, 2130903122, 2130903123, - 2130903124, + 2130903125, 2130903126, 2130903127, - 2130903128, - 2130903446, - 2130903763, - 2130903766}; + 2130903445, + 2130903762, + 2130903765}; // aapt resource value: 0 public const int BottomSheetBehavior_Layout_android_elevation = 0; @@ -17167,17 +17164,10 @@ public partial class Styleable // aapt resource value: 0 public const int ButtonBarLayout_allowStacking = 0; - // aapt resource value: { 0x7F03002D } - public static int[] CameraView = new int[] { - 2130903085}; - - // aapt resource value: 0 - public const int CameraView_api_2_enabled = 0; - - // aapt resource value: { 0x7F0302B7,0x7F0302D8 } + // aapt resource value: { 0x7F0302B6,0x7F0302D7 } public static int[] Capability = new int[] { - 2130903735, - 2130903768}; + 2130903734, + 2130903767}; // aapt resource value: 0 public const int Capability_queryPatterns = 0; @@ -17185,21 +17175,21 @@ public partial class Styleable // aapt resource value: 1 public const int Capability_shortcutMatchRequired = 1; - // aapt resource value: { 0x101013F,0x1010140,0x7F03007B,0x7F03007C,0x7F03007D,0x7F03007F,0x7F030080,0x7F030081,0x7F0300DE,0x7F0300DF,0x7F0300E1,0x7F0300E2,0x7F0300E4 } + // aapt resource value: { 0x101013F,0x1010140,0x7F03007A,0x7F03007B,0x7F03007C,0x7F03007E,0x7F03007F,0x7F030080,0x7F0300DD,0x7F0300DE,0x7F0300E0,0x7F0300E1,0x7F0300E3 } public static int[] CardView = new int[] { 16843071, 16843072, + 2130903162, 2130903163, 2130903164, - 2130903165, + 2130903166, 2130903167, 2130903168, - 2130903169, + 2130903261, 2130903262, - 2130903263, + 2130903264, 2130903265, - 2130903266, - 2130903268}; + 2130903267}; // aapt resource value: 1 public const int CardView_android_minHeight = 1; @@ -17240,7 +17230,7 @@ public partial class Styleable // aapt resource value: 12 public const int CardView_contentPaddingTop = 12; - // aapt resource value: { 0x1010034,0x1010095,0x1010098,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F030087,0x7F030088,0x7F03008B,0x7F03008C,0x7F03008E,0x7F03008F,0x7F030090,0x7F030092,0x7F030093,0x7F030094,0x7F030095,0x7F030096,0x7F030097,0x7F030098,0x7F03009D,0x7F03009E,0x7F03009F,0x7F0300A1,0x7F0300AA,0x7F0300AB,0x7F0300AC,0x7F0300AD,0x7F0300AE,0x7F0300AF,0x7F0300B0,0x7F03014C,0x7F0301A1,0x7F0301AD,0x7F0301B1,0x7F0302C3,0x7F0302D3,0x7F0302D6,0x7F0302DD,0x7F030348,0x7F03034C } + // aapt resource value: { 0x1010034,0x1010095,0x1010098,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F030086,0x7F030087,0x7F03008A,0x7F03008B,0x7F03008D,0x7F03008E,0x7F03008F,0x7F030091,0x7F030092,0x7F030093,0x7F030094,0x7F030095,0x7F030096,0x7F030097,0x7F03009C,0x7F03009D,0x7F03009E,0x7F0300A0,0x7F0300A9,0x7F0300AA,0x7F0300AB,0x7F0300AC,0x7F0300AD,0x7F0300AE,0x7F0300AF,0x7F03014B,0x7F0301A0,0x7F0301AC,0x7F0301B0,0x7F0302C2,0x7F0302D2,0x7F0302D5,0x7F0302DC,0x7F030347,0x7F03034B } public static int[] Chip = new int[] { 16842804, 16842901, @@ -17249,51 +17239,51 @@ public partial class Styleable 16843039, 16843087, 16843237, + 2130903174, 2130903175, - 2130903176, + 2130903178, 2130903179, - 2130903180, + 2130903181, 2130903182, 2130903183, - 2130903184, + 2130903185, 2130903186, 2130903187, 2130903188, 2130903189, 2130903190, 2130903191, - 2130903192, + 2130903196, 2130903197, 2130903198, - 2130903199, - 2130903201, + 2130903200, + 2130903209, 2130903210, 2130903211, 2130903212, 2130903213, 2130903214, 2130903215, - 2130903216, - 2130903372, - 2130903457, - 2130903469, - 2130903473, - 2130903747, - 2130903763, - 2130903766, - 2130903773, - 2130903880, - 2130903884}; + 2130903371, + 2130903456, + 2130903468, + 2130903472, + 2130903746, + 2130903762, + 2130903765, + 2130903772, + 2130903879, + 2130903883}; - // aapt resource value: { 0x7F030086,0x7F030099,0x7F03009A,0x7F03009B,0x7F0302D1,0x7F0302E3,0x7F0302E4 } + // aapt resource value: { 0x7F030085,0x7F030098,0x7F030099,0x7F03009A,0x7F0302D0,0x7F0302E2,0x7F0302E3 } public static int[] ChipGroup = new int[] { - 2130903174, + 2130903173, + 2130903192, 2130903193, 2130903194, - 2130903195, - 2130903761, - 2130903779, - 2130903780}; + 2130903760, + 2130903778, + 2130903779}; // aapt resource value: 0 public const int ChipGroup_checkedChip = 0; @@ -17442,11 +17432,11 @@ public partial class Styleable // aapt resource value: 41 public const int Chip_textStartPadding = 41; - // aapt resource value: { 0x7F0301BB,0x7F0301BD,0x7F0301BE } + // aapt resource value: { 0x7F0301BA,0x7F0301BC,0x7F0301BD } public static int[] CircularProgressIndicator = new int[] { - 2130903483, - 2130903485, - 2130903486}; + 2130903482, + 2130903484, + 2130903485}; // aapt resource value: 0 public const int CircularProgressIndicator_indicatorDirectionCircular = 0; @@ -17457,10 +17447,10 @@ public partial class Styleable // aapt resource value: 2 public const int CircularProgressIndicator_indicatorSize = 2; - // aapt resource value: { 0x7F0300A6,0x7F0300A9 } + // aapt resource value: { 0x7F0300A5,0x7F0300A8 } public static int[] ClockFaceView = new int[] { - 2130903206, - 2130903209}; + 2130903205, + 2130903208}; // aapt resource value: 0 public const int ClockFaceView_clockFaceBackgroundColor = 0; @@ -17468,11 +17458,11 @@ public partial class Styleable // aapt resource value: 1 public const int ClockFaceView_clockNumberTextColor = 1; - // aapt resource value: { 0x7F0300A7,0x7F030252,0x7F0302D2 } + // aapt resource value: { 0x7F0300A6,0x7F030251,0x7F0302D1 } public static int[] ClockHandView = new int[] { - 2130903207, - 2130903634, - 2130903762}; + 2130903206, + 2130903633, + 2130903761}; // aapt resource value: 0 public const int ClockHandView_clockHandColor = 0; @@ -17483,25 +17473,25 @@ public partial class Styleable // aapt resource value: 2 public const int ClockHandView_selectorSize = 2; - // aapt resource value: { 0x7F0300B5,0x7F0300B6,0x7F0300E5,0x7F030157,0x7F030158,0x7F030159,0x7F03015A,0x7F03015B,0x7F03015C,0x7F03015D,0x7F03025D,0x7F0302C8,0x7F0302CA,0x7F0302FF,0x7F030361,0x7F030362,0x7F03036C } + // aapt resource value: { 0x7F0300B4,0x7F0300B5,0x7F0300E4,0x7F030156,0x7F030157,0x7F030158,0x7F030159,0x7F03015A,0x7F03015B,0x7F03015C,0x7F03025C,0x7F0302C7,0x7F0302C9,0x7F0302FE,0x7F030360,0x7F030361,0x7F03036B } public static int[] CollapsingToolbarLayout = new int[] { + 2130903220, 2130903221, - 2130903222, - 2130903269, + 2130903268, + 2130903382, 2130903383, 2130903384, 2130903385, 2130903386, 2130903387, 2130903388, - 2130903389, - 2130903645, - 2130903752, - 2130903754, - 2130903807, + 2130903644, + 2130903751, + 2130903753, + 2130903806, + 2130903904, 2130903905, - 2130903906, - 2130903916}; + 2130903915}; // aapt resource value: 0 public const int CollapsingToolbarLayout_collapsedTitleGravity = 0; @@ -17533,10 +17523,10 @@ public partial class Styleable // aapt resource value: 9 public const int CollapsingToolbarLayout_expandedTitleTextAppearance = 9; - // aapt resource value: { 0x7F0301EA,0x7F0301EB } + // aapt resource value: { 0x7F0301E9,0x7F0301EA } public static int[] CollapsingToolbarLayout_Layout = new int[] { - 2130903530, - 2130903531}; + 2130903529, + 2130903530}; // aapt resource value: 0 public const int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; @@ -17565,13 +17555,13 @@ public partial class Styleable // aapt resource value: 16 public const int CollapsingToolbarLayout_toolbarId = 16; - // aapt resource value: { 0x10101A5,0x101031F,0x1010647,0x7F030028,0x7F0301DE } + // aapt resource value: { 0x10101A5,0x101031F,0x1010647,0x7F030028,0x7F0301DD } public static int[] ColorStateListItem = new int[] { 16843173, 16843551, 16844359, 2130903080, - 2130903518}; + 2130903517}; // aapt resource value: 3 public const int ColorStateListItem_alpha = 3; @@ -17588,12 +17578,12 @@ public partial class Styleable // aapt resource value: 4 public const int ColorStateListItem_lStar = 4; - // aapt resource value: { 0x1010107,0x7F030071,0x7F030078,0x7F030079 } + // aapt resource value: { 0x1010107,0x7F030070,0x7F030077,0x7F030078 } public static int[] CompoundButton = new int[] { 16843015, - 2130903153, - 2130903160, - 2130903161}; + 2130903152, + 2130903159, + 2130903160}; // aapt resource value: 0 public const int CompoundButton_android_button = 0; @@ -17607,7 +17597,7 @@ public partial class Styleable // aapt resource value: 3 public const int CompoundButton_buttonTintMode = 3; - // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F03002B,0x7F03004A,0x7F03004B,0x7F03004C,0x7F030083,0x7F0300D3,0x7F0300D4,0x7F03012F,0x7F030174,0x7F030175,0x7F030176,0x7F030177,0x7F030178,0x7F030179,0x7F03017A,0x7F03017B,0x7F03017C,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030180,0x7F030182,0x7F030183,0x7F030184,0x7F030185,0x7F030186,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F0301FC,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030206,0x7F030207,0x7F030208,0x7F030209,0x7F03020A,0x7F03020B,0x7F03020C,0x7F03020D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030215,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03021E,0x7F030270,0x7F030271,0x7F03029A,0x7F0302A1,0x7F030380,0x7F030382,0x7F03038E } + // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F03002B,0x7F030049,0x7F03004A,0x7F03004B,0x7F030082,0x7F0300D2,0x7F0300D3,0x7F03012E,0x7F030173,0x7F030174,0x7F030175,0x7F030176,0x7F030177,0x7F030178,0x7F030179,0x7F03017A,0x7F03017B,0x7F03017C,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030181,0x7F030182,0x7F030183,0x7F030184,0x7F030185,0x7F0301EB,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F0301FC,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030206,0x7F030207,0x7F030208,0x7F030209,0x7F03020A,0x7F03020B,0x7F03020C,0x7F03020D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030216,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03026F,0x7F030270,0x7F030299,0x7F0302A0,0x7F03037F,0x7F030381,0x7F03038D } public static int[] Constraint = new int[] { 16842948, 16842960, @@ -17637,13 +17627,14 @@ public partial class Styleable 16843770, 16843840, 2130903083, + 2130903113, 2130903114, 2130903115, - 2130903116, - 2130903171, + 2130903170, + 2130903250, 2130903251, - 2130903252, - 2130903343, + 2130903342, + 2130903411, 2130903412, 2130903413, 2130903414, @@ -17656,12 +17647,12 @@ public partial class Styleable 2130903421, 2130903422, 2130903423, - 2130903424, + 2130903425, 2130903426, 2130903427, 2130903428, 2130903429, - 2130903430, + 2130903531, 2130903532, 2130903533, 2130903534, @@ -17703,7 +17694,7 @@ public partial class Styleable 2130903570, 2130903571, 2130903572, - 2130903573, + 2130903574, 2130903575, 2130903576, 2130903577, @@ -17711,16 +17702,15 @@ public partial class Styleable 2130903579, 2130903580, 2130903581, - 2130903582, + 2130903663, 2130903664, - 2130903665, - 2130903706, - 2130903713, - 2130903936, - 2130903938, - 2130903950}; + 2130903705, + 2130903712, + 2130903935, + 2130903937, + 2130903949}; - // aapt resource value: { 0x10100C4,0x10100D5,0x10100D6,0x10100D7,0x10100D8,0x10100D9,0x10100DC,0x101011F,0x1010120,0x101013F,0x1010140,0x10103B3,0x10103B4,0x1010440,0x7F03004A,0x7F03004B,0x7F03004C,0x7F030083,0x7F0300D0,0x7F0300D3,0x7F0300D4,0x7F030174,0x7F030175,0x7F030176,0x7F030177,0x7F030178,0x7F030179,0x7F03017A,0x7F03017B,0x7F03017C,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030180,0x7F030182,0x7F030183,0x7F030184,0x7F030185,0x7F030186,0x7F0301E4,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F0301FC,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030206,0x7F030207,0x7F030208,0x7F030209,0x7F03020A,0x7F03020B,0x7F03020C,0x7F03020D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030215,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03021E,0x7F030221 } + // aapt resource value: { 0x10100C4,0x10100D5,0x10100D6,0x10100D7,0x10100D8,0x10100D9,0x10100DC,0x101011F,0x1010120,0x101013F,0x1010140,0x10103B3,0x10103B4,0x1010440,0x7F030049,0x7F03004A,0x7F03004B,0x7F030082,0x7F0300CF,0x7F0300D2,0x7F0300D3,0x7F030173,0x7F030174,0x7F030175,0x7F030176,0x7F030177,0x7F030178,0x7F030179,0x7F03017A,0x7F03017B,0x7F03017C,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030181,0x7F030182,0x7F030183,0x7F030184,0x7F030185,0x7F0301E3,0x7F0301EB,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F0301FC,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030206,0x7F030207,0x7F030208,0x7F030209,0x7F03020A,0x7F03020B,0x7F03020C,0x7F03020D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030216,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F030220 } public static int[] ConstraintLayout_Layout = new int[] { 16842948, 16842965, @@ -17736,13 +17726,14 @@ public partial class Styleable 16843699, 16843700, 16843840, + 2130903113, 2130903114, 2130903115, - 2130903116, - 2130903171, - 2130903248, + 2130903170, + 2130903247, + 2130903250, 2130903251, - 2130903252, + 2130903411, 2130903412, 2130903413, 2130903414, @@ -17755,13 +17746,13 @@ public partial class Styleable 2130903421, 2130903422, 2130903423, - 2130903424, + 2130903425, 2130903426, 2130903427, 2130903428, 2130903429, - 2130903430, - 2130903524, + 2130903523, + 2130903531, 2130903532, 2130903533, 2130903534, @@ -17803,7 +17794,7 @@ public partial class Styleable 2130903570, 2130903571, 2130903572, - 2130903573, + 2130903574, 2130903575, 2130903576, 2130903577, @@ -17811,8 +17802,7 @@ public partial class Styleable 2130903579, 2130903580, 2130903581, - 2130903582, - 2130903585}; + 2130903584}; // aapt resource value: 13 public const int ConstraintLayout_Layout_android_elevation = 13; @@ -18087,10 +18077,10 @@ public partial class Styleable // aapt resource value: 90 public const int ConstraintLayout_Layout_layout_optimizationLevel = 90; - // aapt resource value: { 0x7F0300D6,0x7F0302A5 } + // aapt resource value: { 0x7F0300D5,0x7F0302A4 } public static int[] ConstraintLayout_placeholder = new int[] { - 2130903254, - 2130903717}; + 2130903253, + 2130903716}; // aapt resource value: 0 public const int ConstraintLayout_placeholder_content = 0; @@ -18098,7 +18088,7 @@ public partial class Styleable // aapt resource value: 1 public const int ConstraintLayout_placeholder_placeholder_emptyVisibility = 1; - // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10101B5,0x10101B6,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F03002B,0x7F03004A,0x7F03004B,0x7F03004C,0x7F030083,0x7F0300D3,0x7F0300D4,0x7F030123,0x7F03012F,0x7F030174,0x7F030175,0x7F030176,0x7F030177,0x7F030178,0x7F030179,0x7F03017A,0x7F03017B,0x7F03017C,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030180,0x7F030182,0x7F030183,0x7F030184,0x7F030185,0x7F030186,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F0301FC,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030206,0x7F030207,0x7F030208,0x7F030209,0x7F03020A,0x7F03020B,0x7F03020C,0x7F03020D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030215,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03021E,0x7F030270,0x7F030271,0x7F03029A,0x7F0302A1,0x7F030380,0x7F030382 } + // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10101B5,0x10101B6,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F03002B,0x7F030049,0x7F03004A,0x7F03004B,0x7F030082,0x7F0300D2,0x7F0300D3,0x7F030122,0x7F03012E,0x7F030173,0x7F030174,0x7F030175,0x7F030176,0x7F030177,0x7F030178,0x7F030179,0x7F03017A,0x7F03017B,0x7F03017C,0x7F03017D,0x7F03017E,0x7F03017F,0x7F030181,0x7F030182,0x7F030183,0x7F030184,0x7F030185,0x7F0301EB,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F0301FC,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030206,0x7F030207,0x7F030208,0x7F030209,0x7F03020A,0x7F03020B,0x7F03020C,0x7F03020D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030216,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03026F,0x7F030270,0x7F030299,0x7F0302A0,0x7F03037F,0x7F030381 } public static int[] ConstraintSet = new int[] { 16842948, 16842960, @@ -18130,14 +18120,15 @@ public partial class Styleable 16843770, 16843840, 2130903083, + 2130903113, 2130903114, 2130903115, - 2130903116, - 2130903171, + 2130903170, + 2130903250, 2130903251, - 2130903252, - 2130903331, - 2130903343, + 2130903330, + 2130903342, + 2130903411, 2130903412, 2130903413, 2130903414, @@ -18150,12 +18141,12 @@ public partial class Styleable 2130903421, 2130903422, 2130903423, - 2130903424, + 2130903425, 2130903426, 2130903427, 2130903428, 2130903429, - 2130903430, + 2130903531, 2130903532, 2130903533, 2130903534, @@ -18197,7 +18188,7 @@ public partial class Styleable 2130903570, 2130903571, 2130903572, - 2130903573, + 2130903574, 2130903575, 2130903576, 2130903577, @@ -18205,13 +18196,12 @@ public partial class Styleable 2130903579, 2130903580, 2130903581, - 2130903582, + 2130903663, 2130903664, - 2130903665, - 2130903706, - 2130903713, - 2130903936, - 2130903938}; + 2130903705, + 2130903712, + 2130903935, + 2130903937}; // aapt resource value: 15 public const int ConstraintSet_android_alpha = 15; @@ -18879,23 +18869,23 @@ public partial class Styleable // aapt resource value: 109 public const int Constraint_visibilityMode = 109; - // aapt resource value: { 0x7F0301DD,0x7F0302FD } + // aapt resource value: { 0x7F0301DC,0x7F0302FC } public static int[] CoordinatorLayout = new int[] { - 2130903517, - 2130903805}; + 2130903516, + 2130903804}; // aapt resource value: 0 public const int CoordinatorLayout_keylines = 0; - // aapt resource value: { 0x10100B3,0x7F0301E7,0x7F0301E8,0x7F0301E9,0x7F030216,0x7F03021F,0x7F030220 } + // aapt resource value: { 0x10100B3,0x7F0301E6,0x7F0301E7,0x7F0301E8,0x7F030215,0x7F03021E,0x7F03021F } public static int[] CoordinatorLayout_Layout = new int[] { 16842931, + 2130903526, 2130903527, 2130903528, - 2130903529, - 2130903574, - 2130903583, - 2130903584}; + 2130903573, + 2130903582, + 2130903583}; // aapt resource value: 0 public const int CoordinatorLayout_Layout_android_layout_gravity = 0; @@ -18921,17 +18911,17 @@ public partial class Styleable // aapt resource value: 1 public const int CoordinatorLayout_statusBarBackground = 1; - // aapt resource value: { 0x7F030033,0x7F0300FD,0x7F0300FE,0x7F0300FF,0x7F030100,0x7F030101,0x7F030102,0x7F030104,0x7F030105 } + // aapt resource value: { 0x7F030032,0x7F0300FC,0x7F0300FD,0x7F0300FE,0x7F0300FF,0x7F030100,0x7F030101,0x7F030103,0x7F030104 } public static int[] CustomAttribute = new int[] { - 2130903091, + 2130903090, + 2130903292, 2130903293, 2130903294, 2130903295, 2130903296, 2130903297, - 2130903298, - 2130903300, - 2130903301}; + 2130903299, + 2130903300}; // aapt resource value: 0 public const int CustomAttribute_attributeName = 0; @@ -18960,16 +18950,16 @@ public partial class Styleable // aapt resource value: 8 public const int CustomAttribute_customStringValue = 8; - // aapt resource value: { 0x7F030031,0x7F030032,0x7F030049,0x7F0300B8,0x7F030134,0x7F030195,0x7F0302EB,0x7F03034F } + // aapt resource value: { 0x7F030030,0x7F030031,0x7F030048,0x7F0300B7,0x7F030133,0x7F030194,0x7F0302EA,0x7F03034E } public static int[] DrawerArrowToggle = new int[] { + 2130903088, 2130903089, - 2130903090, - 2130903113, - 2130903224, - 2130903348, - 2130903445, - 2130903787, - 2130903887}; + 2130903112, + 2130903223, + 2130903347, + 2130903444, + 2130903786, + 2130903886}; // aapt resource value: 0 public const int DrawerArrowToggle_arrowHeadLength = 0; @@ -18995,26 +18985,26 @@ public partial class Styleable // aapt resource value: 7 public const int DrawerArrowToggle_thickness = 7; - // aapt resource value: { 0x7F030141 } + // aapt resource value: { 0x7F030140 } public static int[] DrawerLayout = new int[] { - 2130903361}; + 2130903360}; // aapt resource value: 0 public const int DrawerLayout_elevation = 0; - // aapt resource value: { 0x7F0300B4,0x7F030141,0x7F03015E,0x7F0301A1,0x7F0302DD,0x7F0302E1 } + // aapt resource value: { 0x7F0300B3,0x7F030140,0x7F03015D,0x7F0301A0,0x7F0302DC,0x7F0302E0 } public static int[] ExtendedFloatingActionButton = new int[] { - 2130903220, - 2130903361, - 2130903390, - 2130903457, - 2130903773, - 2130903777}; + 2130903219, + 2130903360, + 2130903389, + 2130903456, + 2130903772, + 2130903776}; - // aapt resource value: { 0x7F03004E,0x7F03004F } + // aapt resource value: { 0x7F03004D,0x7F03004E } public static int[] ExtendedFloatingActionButton_Behavior_Layout = new int[] { - 2130903118, - 2130903119}; + 2130903117, + 2130903118}; // aapt resource value: 0 public const int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide = 0; @@ -19040,25 +19030,25 @@ public partial class Styleable // aapt resource value: 5 public const int ExtendedFloatingActionButton_shrinkMotionSpec = 5; - // aapt resource value: { 0x101000E,0x7F030044,0x7F030045,0x7F03005A,0x7F030141,0x7F03014C,0x7F030165,0x7F030166,0x7F0301A1,0x7F0301AB,0x7F03025C,0x7F0302B2,0x7F0302C3,0x7F0302D3,0x7F0302D6,0x7F0302DD,0x7F030388 } + // aapt resource value: { 0x101000E,0x7F030043,0x7F030044,0x7F030059,0x7F030140,0x7F03014B,0x7F030164,0x7F030165,0x7F0301A0,0x7F0301AA,0x7F03025B,0x7F0302B1,0x7F0302C2,0x7F0302D2,0x7F0302D5,0x7F0302DC,0x7F030387 } public static int[] FloatingActionButton = new int[] { 16842766, + 2130903107, 2130903108, - 2130903109, - 2130903130, - 2130903361, - 2130903372, + 2130903129, + 2130903360, + 2130903371, + 2130903396, 2130903397, - 2130903398, - 2130903457, - 2130903467, - 2130903644, - 2130903730, - 2130903747, - 2130903763, - 2130903766, - 2130903773, - 2130903944}; + 2130903456, + 2130903466, + 2130903643, + 2130903729, + 2130903746, + 2130903762, + 2130903765, + 2130903772, + 2130903943}; // aapt resource value: 0 public const int FloatingActionButton_android_enabled = 0; @@ -19069,9 +19059,9 @@ public partial class Styleable // aapt resource value: 2 public const int FloatingActionButton_backgroundTintMode = 2; - // aapt resource value: { 0x7F03004E } + // aapt resource value: { 0x7F03004D } public static int[] FloatingActionButton_Behavior_Layout = new int[] { - 2130903118}; + 2130903117}; // aapt resource value: 0 public const int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; @@ -19118,10 +19108,10 @@ public partial class Styleable // aapt resource value: 16 public const int FloatingActionButton_useCompatPadding = 16; - // aapt resource value: { 0x7F0301D4,0x7F030228 } + // aapt resource value: { 0x7F0301D3,0x7F030227 } public static int[] FlowLayout = new int[] { - 2130903508, - 2130903592}; + 2130903507, + 2130903591}; // aapt resource value: 0 public const int FlowLayout_itemSpacing = 0; @@ -19129,28 +19119,28 @@ public partial class Styleable // aapt resource value: 1 public const int FlowLayout_lineSpacing = 1; - // aapt resource value: { 0x7F030189,0x7F03018A,0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E,0x7F03018F } + // aapt resource value: { 0x7F030188,0x7F030189,0x7F03018A,0x7F03018B,0x7F03018C,0x7F03018D,0x7F03018E } public static int[] FontFamily = new int[] { + 2130903432, 2130903433, 2130903434, 2130903435, 2130903436, 2130903437, - 2130903438, - 2130903439}; + 2130903438}; - // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F030187,0x7F030190,0x7F030191,0x7F030192,0x7F030387 } + // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F030186,0x7F03018F,0x7F030190,0x7F030191,0x7F030386 } public static int[] FontFamilyFont = new int[] { 16844082, 16844083, 16844095, 16844143, 16844144, - 2130903431, + 2130903430, + 2130903439, 2130903440, 2130903441, - 2130903442, - 2130903943}; + 2130903942}; // aapt resource value: 0 public const int FontFamilyFont_android_font = 0; @@ -19203,11 +19193,11 @@ public partial class Styleable // aapt resource value: 6 public const int FontFamily_fontProviderSystemFontFamily = 6; - // aapt resource value: { 0x1010109,0x1010200,0x7F030193 } + // aapt resource value: { 0x1010109,0x1010200,0x7F030192 } public static int[] ForegroundLinearLayout = new int[] { 16843017, 16843264, - 2130903443}; + 2130903442}; // aapt resource value: 0 public const int ForegroundLinearLayout_android_foreground = 0; @@ -19306,17 +19296,17 @@ public partial class Styleable // aapt resource value: 2 public const int GradientColor_android_type = 2; - // aapt resource value: { 0x7F03002A,0x7F03006B,0x7F0300E6,0x7F0300FA,0x7F030288,0x7F0302C4,0x7F0302C5,0x7F0302C6,0x7F030398 } + // aapt resource value: { 0x7F03002A,0x7F03006A,0x7F0300E5,0x7F0300F9,0x7F030287,0x7F0302C3,0x7F0302C4,0x7F0302C5,0x7F030397 } public static int[] ImageFilterView = new int[] { 2130903082, - 2130903147, - 2130903270, - 2130903290, - 2130903688, + 2130903146, + 2130903269, + 2130903289, + 2130903687, + 2130903747, 2130903748, 2130903749, - 2130903750, - 2130903960}; + 2130903959}; // aapt resource value: 0 public const int ImageFilterView_altSrc = 0; @@ -19345,11 +19335,11 @@ public partial class Styleable // aapt resource value: 8 public const int ImageFilterView_warmth = 8; - // aapt resource value: { 0x7F03028C,0x7F03028E,0x7F03028F } + // aapt resource value: { 0x7F03028B,0x7F03028D,0x7F03028E } public static int[] Insets = new int[] { - 2130903692, - 2130903694, - 2130903695}; + 2130903691, + 2130903693, + 2130903694}; // aapt resource value: 0 public const int Insets_paddingBottomSystemWindowInsets = 0; @@ -19360,7 +19350,7 @@ public partial class Styleable // aapt resource value: 2 public const int Insets_paddingRightSystemWindowInsets = 2; - // aapt resource value: { 0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F0300FC,0x7F030194,0x7F030270,0x7F030272,0x7F030380,0x7F030382 } + // aapt resource value: { 0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F0300FB,0x7F030193,0x7F03026F,0x7F030271,0x7F03037F,0x7F030381 } public static int[] KeyAttribute = new int[] { 16843551, 16843552, @@ -19374,12 +19364,12 @@ public partial class Styleable 16843560, 16843770, 16843840, - 2130903292, - 2130903444, - 2130903664, - 2130903666, - 2130903936, - 2130903938}; + 2130903291, + 2130903443, + 2130903663, + 2130903665, + 2130903935, + 2130903937}; // aapt resource value: 0 public const int KeyAttribute_android_alpha = 0; @@ -19435,7 +19425,7 @@ public partial class Styleable // aapt resource value: 17 public const int KeyAttribute_transitionPathRotate = 17; - // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F0300FC,0x7F030194,0x7F030270,0x7F030272,0x7F030380,0x7F030382,0x7F03039A,0x7F03039B,0x7F03039C,0x7F03039D } + // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F0300FB,0x7F030193,0x7F03026F,0x7F030271,0x7F03037F,0x7F030381,0x7F030399,0x7F03039A,0x7F03039B,0x7F03039C } public static int[] KeyCycle = new int[] { 16843551, 16843554, @@ -19447,16 +19437,16 @@ public partial class Styleable 16843560, 16843770, 16843840, - 2130903292, - 2130903444, - 2130903664, - 2130903666, - 2130903936, - 2130903938, + 2130903291, + 2130903443, + 2130903663, + 2130903665, + 2130903935, + 2130903937, + 2130903961, 2130903962, 2130903963, - 2130903964, - 2130903965}; + 2130903964}; // aapt resource value: 0 public const int KeyCycle_android_alpha = 0; @@ -19530,20 +19520,20 @@ public partial class Styleable public static int[] KeyFramesVelocity = new int[] { -1}; - // aapt resource value: { 0x7F0300FC,0x7F03012F,0x7F030194,0x7F0301DB,0x7F030272,0x7F03029A,0x7F03029C,0x7F03029D,0x7F03029E,0x7F03029F,0x7F0302E5,0x7F030380 } + // aapt resource value: { 0x7F0300FB,0x7F03012E,0x7F030193,0x7F0301DA,0x7F030271,0x7F030299,0x7F03029B,0x7F03029C,0x7F03029D,0x7F03029E,0x7F0302E4,0x7F03037F } public static int[] KeyPosition = new int[] { - 2130903292, - 2130903343, - 2130903444, - 2130903515, - 2130903666, - 2130903706, + 2130903291, + 2130903342, + 2130903443, + 2130903514, + 2130903665, + 2130903705, + 2130903707, 2130903708, 2130903709, 2130903710, - 2130903711, - 2130903781, - 2130903936}; + 2130903780, + 2130903935}; // aapt resource value: 0 public const int KeyPosition_curveFit = 0; @@ -19581,7 +19571,7 @@ public partial class Styleable // aapt resource value: 11 public const int KeyPosition_transitionEasing = 11; - // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F0300FC,0x7F030194,0x7F030270,0x7F030272,0x7F030380,0x7F030382,0x7F030399,0x7F03039A,0x7F03039B,0x7F03039C } + // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F0300FB,0x7F030193,0x7F03026F,0x7F030271,0x7F03037F,0x7F030381,0x7F030398,0x7F030399,0x7F03039A,0x7F03039B } public static int[] KeyTimeCycle = new int[] { 16843551, 16843554, @@ -19593,16 +19583,16 @@ public partial class Styleable 16843560, 16843770, 16843840, - 2130903292, - 2130903444, - 2130903664, - 2130903666, - 2130903936, - 2130903938, + 2130903291, + 2130903443, + 2130903663, + 2130903665, + 2130903935, + 2130903937, + 2130903960, 2130903961, 2130903962, - 2130903963, - 2130903964}; + 2130903963}; // aapt resource value: 0 public const int KeyTimeCycle_android_alpha = 0; @@ -19664,18 +19654,18 @@ public partial class Styleable // aapt resource value: 19 public const int KeyTimeCycle_waveShape = 19; - // aapt resource value: { 0x7F030194,0x7F030272,0x7F030273,0x7F030274,0x7F030281,0x7F030283,0x7F030284,0x7F030384,0x7F030385,0x7F030386 } + // aapt resource value: { 0x7F030193,0x7F030271,0x7F030272,0x7F030273,0x7F030280,0x7F030282,0x7F030283,0x7F030383,0x7F030384,0x7F030385 } public static int[] KeyTrigger = new int[] { - 2130903444, + 2130903443, + 2130903665, 2130903666, 2130903667, - 2130903668, - 2130903681, + 2130903680, + 2130903682, 2130903683, - 2130903684, + 2130903939, 2130903940, - 2130903941, - 2130903942}; + 2130903941}; // aapt resource value: 0 public const int KeyTrigger_framePosition = 0; @@ -19707,7 +19697,7 @@ public partial class Styleable // aapt resource value: 9 public const int KeyTrigger_triggerSlack = 9; - // aapt resource value: { 0x10100C4,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x10103B5,0x10103B6,0x7F03004A,0x7F03004B,0x7F03004C,0x7F030083,0x7F0300D3,0x7F0300D4,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F0301FC,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030206,0x7F030207,0x7F030208,0x7F030209,0x7F03020A,0x7F03020C,0x7F03020D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030215,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03021E,0x7F03025B,0x7F03025F,0x7F030262,0x7F030266 } + // aapt resource value: { 0x10100C4,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x10103B5,0x10103B6,0x7F030049,0x7F03004A,0x7F03004B,0x7F030082,0x7F0300D2,0x7F0300D3,0x7F0301EB,0x7F0301EC,0x7F0301ED,0x7F0301EE,0x7F0301EF,0x7F0301F0,0x7F0301F1,0x7F0301F2,0x7F0301F3,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F7,0x7F0301F8,0x7F0301F9,0x7F0301FA,0x7F0301FB,0x7F0301FC,0x7F0301FD,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F030202,0x7F030203,0x7F030204,0x7F030205,0x7F030206,0x7F030207,0x7F030208,0x7F030209,0x7F03020B,0x7F03020C,0x7F03020D,0x7F03020E,0x7F03020F,0x7F030210,0x7F030211,0x7F030212,0x7F030213,0x7F030214,0x7F030216,0x7F030217,0x7F030218,0x7F030219,0x7F03021A,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03025A,0x7F03025E,0x7F030261,0x7F030265 } public static int[] Layout = new int[] { 16842948, 16842996, @@ -19718,12 +19708,13 @@ public partial class Styleable 16843002, 16843701, 16843702, + 2130903113, 2130903114, 2130903115, - 2130903116, - 2130903171, + 2130903170, + 2130903250, 2130903251, - 2130903252, + 2130903531, 2130903532, 2130903533, 2130903534, @@ -19754,7 +19745,7 @@ public partial class Styleable 2130903559, 2130903560, 2130903561, - 2130903562, + 2130903563, 2130903564, 2130903565, 2130903566, @@ -19764,7 +19755,7 @@ public partial class Styleable 2130903570, 2130903571, 2130903572, - 2130903573, + 2130903574, 2130903575, 2130903576, 2130903577, @@ -19772,11 +19763,10 @@ public partial class Styleable 2130903579, 2130903580, 2130903581, - 2130903582, - 2130903643, - 2130903647, - 2130903650, - 2130903654}; + 2130903642, + 2130903646, + 2130903649, + 2130903653}; // aapt resource value: 2 public const int Layout_android_layout_height = 2; @@ -19982,17 +19972,17 @@ public partial class Styleable // aapt resource value: 67 public const int Layout_minWidth = 67; - // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F030128,0x7F03012A,0x7F030260,0x7F0302DC } + // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F030127,0x7F030129,0x7F03025F,0x7F0302DB } public static int[] LinearLayoutCompat = new int[] { 16842927, 16842948, 16843046, 16843047, 16843048, - 2130903336, - 2130903338, - 2130903648, - 2130903772}; + 2130903335, + 2130903337, + 2130903647, + 2130903771}; // aapt resource value: 2 public const int LinearLayoutCompat_android_baselineAligned = 2; @@ -20040,10 +20030,10 @@ public partial class Styleable // aapt resource value: 8 public const int LinearLayoutCompat_showDividers = 8; - // aapt resource value: { 0x7F0301B8,0x7F0301BC } + // aapt resource value: { 0x7F0301B7,0x7F0301BB } public static int[] LinearProgressIndicator = new int[] { - 2130903480, - 2130903484}; + 2130903479, + 2130903483}; // aapt resource value: 0 public const int LinearProgressIndicator_indeterminateAnimationType = 0; @@ -20062,11 +20052,11 @@ public partial class Styleable // aapt resource value: 1 public const int ListPopupWindow_android_dropDownVerticalOffset = 1; - // aapt resource value: { 0x7F0300A2,0x7F0301B5,0x7F0301B6 } + // aapt resource value: { 0x7F0300A1,0x7F0301B4,0x7F0301B5 } public static int[] LoadingImageView = new int[] { - 2130903202, - 2130903477, - 2130903478}; + 2130903201, + 2130903476, + 2130903477}; // aapt resource value: 0 public const int LoadingImageView_circleCrop = 0; @@ -20077,20 +20067,20 @@ public partial class Styleable // aapt resource value: 2 public const int LoadingImageView_imageAspectRatioAdjust = 2; - // aapt resource value: { 0x7F03003D,0x7F03003E,0x7F03003F,0x7F030040 } + // aapt resource value: { 0x7F03003C,0x7F03003D,0x7F03003E,0x7F03003F } public static int[] MaterialAlertDialog = new int[] { + 2130903100, 2130903101, 2130903102, - 2130903103, - 2130903104}; + 2130903103}; - // aapt resource value: { 0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E,0x7F03023F } + // aapt resource value: { 0x7F03023A,0x7F03023B,0x7F03023C,0x7F03023D,0x7F03023E } public static int[] MaterialAlertDialogTheme = new int[] { + 2130903610, 2130903611, 2130903612, 2130903613, - 2130903614, - 2130903615}; + 2130903614}; // aapt resource value: 0 public const int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle = 0; @@ -20126,7 +20116,7 @@ public partial class Styleable // aapt resource value: 0 public const int MaterialAutoCompleteTextView_android_inputType = 0; - // aapt resource value: { 0x10100D4,0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x10101E5,0x7F030044,0x7F030045,0x7F0300EE,0x7F030141,0x7F0301AC,0x7F0301AE,0x7F0301AF,0x7F0301B0,0x7F0301B2,0x7F0301B3,0x7F0302C3,0x7F0302D3,0x7F0302D6,0x7F030300,0x7F030301 } + // aapt resource value: { 0x10100D4,0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x10101E5,0x7F030043,0x7F030044,0x7F0300ED,0x7F030140,0x7F0301AB,0x7F0301AD,0x7F0301AE,0x7F0301AF,0x7F0301B1,0x7F0301B2,0x7F0302C2,0x7F0302D2,0x7F0302D5,0x7F0302FF,0x7F030300 } public static int[] MaterialButton = new int[] { 16842964, 16843191, @@ -20134,27 +20124,27 @@ public partial class Styleable 16843193, 16843194, 16843237, + 2130903107, 2130903108, - 2130903109, - 2130903278, - 2130903361, - 2130903468, + 2130903277, + 2130903360, + 2130903467, + 2130903469, 2130903470, 2130903471, - 2130903472, + 2130903473, 2130903474, - 2130903475, - 2130903747, - 2130903763, - 2130903766, - 2130903808, - 2130903809}; + 2130903746, + 2130903762, + 2130903765, + 2130903807, + 2130903808}; - // aapt resource value: { 0x7F030085,0x7F0302D1,0x7F0302E4 } + // aapt resource value: { 0x7F030084,0x7F0302D0,0x7F0302E3 } public static int[] MaterialButtonToggleGroup = new int[] { - 2130903173, - 2130903761, - 2130903780}; + 2130903172, + 2130903760, + 2130903779}; // aapt resource value: 0 public const int MaterialButtonToggleGroup_checkedButton = 0; @@ -20228,31 +20218,31 @@ public partial class Styleable // aapt resource value: 20 public const int MaterialButton_strokeWidth = 20; - // aapt resource value: { 0x101020D,0x7F030119,0x7F03011A,0x7F03011B,0x7F03011C,0x7F03027E,0x7F0302B9,0x7F0303A8,0x7F0303A9,0x7F0303AA } + // aapt resource value: { 0x101020D,0x7F030118,0x7F030119,0x7F03011A,0x7F03011B,0x7F03027D,0x7F0302B8,0x7F0303A7,0x7F0303A8,0x7F0303A9 } public static int[] MaterialCalendar = new int[] { 16843277, + 2130903320, 2130903321, 2130903322, 2130903323, - 2130903324, - 2130903678, - 2130903737, + 2130903677, + 2130903736, + 2130903975, 2130903976, - 2130903977, - 2130903978}; + 2130903977}; - // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F0301C4,0x7F0301CD,0x7F0301CE,0x7F0301D5,0x7F0301D6,0x7F0301DA } + // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F0301C3,0x7F0301CC,0x7F0301CD,0x7F0301D4,0x7F0301D5,0x7F0301D9 } public static int[] MaterialCalendarItem = new int[] { 16843191, 16843192, 16843193, 16843194, - 2130903492, + 2130903491, + 2130903500, 2130903501, - 2130903502, + 2130903508, 2130903509, - 2130903510, - 2130903514}; + 2130903513}; // aapt resource value: 3 public const int MaterialCalendarItem_android_insetBottom = 3; @@ -20314,20 +20304,20 @@ public partial class Styleable // aapt resource value: 9 public const int MaterialCalendar_yearTodayStyle = 9; - // aapt resource value: { 0x10101E5,0x7F03007E,0x7F030087,0x7F030089,0x7F03008A,0x7F03008B,0x7F0302C3,0x7F0302D3,0x7F0302D6,0x7F0302FA,0x7F030300,0x7F030301 } + // aapt resource value: { 0x10101E5,0x7F03007D,0x7F030086,0x7F030088,0x7F030089,0x7F03008A,0x7F0302C2,0x7F0302D2,0x7F0302D5,0x7F0302F9,0x7F0302FF,0x7F030300 } public static int[] MaterialCardView = new int[] { 16843237, - 2130903166, - 2130903175, + 2130903165, + 2130903174, + 2130903176, 2130903177, 2130903178, - 2130903179, - 2130903747, - 2130903763, - 2130903766, - 2130903802, - 2130903808, - 2130903809}; + 2130903746, + 2130903762, + 2130903765, + 2130903801, + 2130903807, + 2130903808}; // aapt resource value: 0 public const int MaterialCardView_android_checkable = 0; @@ -20365,10 +20355,10 @@ public partial class Styleable // aapt resource value: 11 public const int MaterialCardView_strokeWidth = 11; - // aapt resource value: { 0x7F030078,0x7F030389 } + // aapt resource value: { 0x7F030077,0x7F030388 } public static int[] MaterialCheckBox = new int[] { - 2130903160, - 2130903945}; + 2130903159, + 2130903944}; // aapt resource value: 0 public const int MaterialCheckBox_buttonTint = 0; @@ -20376,10 +20366,10 @@ public partial class Styleable // aapt resource value: 1 public const int MaterialCheckBox_useMaterialThemeColors = 1; - // aapt resource value: { 0x7F030078,0x7F030389 } + // aapt resource value: { 0x7F030077,0x7F030388 } public static int[] MaterialRadioButton = new int[] { - 2130903160, - 2130903945}; + 2130903159, + 2130903944}; // aapt resource value: 0 public const int MaterialRadioButton_buttonTint = 0; @@ -20387,10 +20377,10 @@ public partial class Styleable // aapt resource value: 1 public const int MaterialRadioButton_useMaterialThemeColors = 1; - // aapt resource value: { 0x7F0302D3,0x7F0302D6 } + // aapt resource value: { 0x7F0302D2,0x7F0302D5 } public static int[] MaterialShape = new int[] { - 2130903763, - 2130903766}; + 2130903762, + 2130903765}; // aapt resource value: 0 public const int MaterialShape_shapeAppearance = 0; @@ -20398,11 +20388,11 @@ public partial class Styleable // aapt resource value: 1 public const int MaterialShape_shapeAppearanceOverlay = 1; - // aapt resource value: { 0x10104B6,0x101057F,0x7F030227 } + // aapt resource value: { 0x10104B6,0x101057F,0x7F030226 } public static int[] MaterialTextAppearance = new int[] { 16843958, 16844159, - 2130903591}; + 2130903590}; // aapt resource value: 0 public const int MaterialTextAppearance_android_letterSpacing = 0; @@ -20413,11 +20403,11 @@ public partial class Styleable // aapt resource value: 2 public const int MaterialTextAppearance_lineHeight = 2; - // aapt resource value: { 0x1010034,0x101057F,0x7F030227 } + // aapt resource value: { 0x1010034,0x101057F,0x7F030226 } public static int[] MaterialTextView = new int[] { 16842804, 16844159, - 2130903591}; + 2130903590}; // aapt resource value: 1 public const int MaterialTextView_android_lineHeight = 1; @@ -20428,10 +20418,10 @@ public partial class Styleable // aapt resource value: 2 public const int MaterialTextView_lineHeight = 2; - // aapt resource value: { 0x7F0300A8,0x7F0301DC } + // aapt resource value: { 0x7F0300A7,0x7F0301DB } public static int[] MaterialTimePicker = new int[] { - 2130903208, - 2130903516}; + 2130903207, + 2130903515}; // aapt resource value: 0 public const int MaterialTimePicker_clockIcon = 0; @@ -20439,9 +20429,9 @@ public partial class Styleable // aapt resource value: 1 public const int MaterialTimePicker_keyboardIcon = 1; - // aapt resource value: { 0x7F030279 } + // aapt resource value: { 0x7F030278 } public static int[] MaterialToolbar = new int[] { - 2130903673}; + 2130903672}; // aapt resource value: 0 public const int MaterialToolbar_navigationIconTint = 0; @@ -20473,7 +20463,7 @@ public partial class Styleable // 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,0x7F03000D,0x7F03001F,0x7F030021,0x7F030029,0x7F0300D7,0x7F0301B2,0x7F0301B3,0x7F030280,0x7F0302DA,0x7F030372 } + // aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F03000D,0x7F03001F,0x7F030021,0x7F030029,0x7F0300D6,0x7F0301B1,0x7F0301B2,0x7F03027F,0x7F0302D9,0x7F030371 } public static int[] MenuItem = new int[] { 16842754, 16842766, @@ -20492,12 +20482,12 @@ public partial class Styleable 2130903071, 2130903073, 2130903081, - 2130903255, + 2130903254, + 2130903473, 2130903474, - 2130903475, - 2130903680, - 2130903770, - 2130903922}; + 2130903679, + 2130903769, + 2130903921}; // aapt resource value: 13 public const int MenuItem_actionLayout = 13; @@ -20568,7 +20558,7 @@ public partial class Styleable // aapt resource value: 22 public const int MenuItem_tooltipText = 22; - // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F0302B1,0x7F030302 } + // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F0302B0,0x7F030301 } public static int[] MenuView = new int[] { 16842926, 16843052, @@ -20577,8 +20567,8 @@ public partial class Styleable 16843055, 16843056, 16843057, - 2130903729, - 2130903810}; + 2130903728, + 2130903809}; // aapt resource value: 4 public const int MenuView_android_headerBackground = 4; @@ -20607,14 +20597,14 @@ public partial class Styleable // aapt resource value: 8 public const int MenuView_subMenuArrow = 8; - // aapt resource value: { 0x7F030267,0x7F030268,0x7F030269,0x7F03026A,0x7F03026B,0x7F03026C } + // aapt resource value: { 0x7F030266,0x7F030267,0x7F030268,0x7F030269,0x7F03026A,0x7F03026B } public static int[] MockView = new int[] { + 2130903654, 2130903655, 2130903656, 2130903657, 2130903658, - 2130903659, - 2130903660}; + 2130903659}; // aapt resource value: 0 public const int MockView_mock_diagonalsColor = 0; @@ -20634,19 +20624,19 @@ public partial class Styleable // aapt resource value: 5 public const int MockView_mock_showLabel = 5; - // aapt resource value: { 0x7F03002B,0x7F03012F,0x7F03026F,0x7F030271,0x7F03029A,0x7F030380 } + // aapt resource value: { 0x7F03002B,0x7F03012E,0x7F03026E,0x7F030270,0x7F030299,0x7F03037F } public static int[] Motion = new int[] { 2130903083, - 2130903343, - 2130903663, - 2130903665, - 2130903706, - 2130903936}; + 2130903342, + 2130903662, + 2130903664, + 2130903705, + 2130903935}; - // aapt resource value: { 0x7F030282,0x7F030285 } + // aapt resource value: { 0x7F030281,0x7F030284 } public static int[] MotionHelper = new int[] { - 2130903682, - 2130903685}; + 2130903681, + 2130903684}; // aapt resource value: 0 public const int MotionHelper_onHide = 0; @@ -20654,14 +20644,14 @@ public partial class Styleable // aapt resource value: 1 public const int MotionHelper_onShow = 1; - // aapt resource value: { 0x7F03002F,0x7F0300FB,0x7F0301E4,0x7F03026D,0x7F030270,0x7F0302DE } + // aapt resource value: { 0x7F03002E,0x7F0300FA,0x7F0301E3,0x7F03026C,0x7F03026F,0x7F0302DD } public static int[] MotionLayout = new int[] { - 2130903087, - 2130903291, - 2130903524, - 2130903661, - 2130903664, - 2130903774}; + 2130903086, + 2130903290, + 2130903523, + 2130903660, + 2130903663, + 2130903773}; // aapt resource value: 0 public const int MotionLayout_applyMotionScene = 0; @@ -20681,10 +20671,10 @@ public partial class Styleable // aapt resource value: 5 public const int MotionLayout_showPaths = 5; - // aapt resource value: { 0x7F03011D,0x7F0301E5 } + // aapt resource value: { 0x7F03011C,0x7F0301E4 } public static int[] MotionScene = new int[] { - 2130903325, - 2130903525}; + 2130903324, + 2130903524}; // aapt resource value: 0 public const int MotionScene_defaultDuration = 0; @@ -20692,11 +20682,11 @@ public partial class Styleable // aapt resource value: 1 public const int MotionScene_layoutDuringTransition = 1; - // aapt resource value: { 0x7F03032C,0x7F03032D,0x7F03032E } + // aapt resource value: { 0x7F03032B,0x7F03032C,0x7F03032D } public static int[] MotionTelltales = new int[] { + 2130903851, 2130903852, - 2130903853, - 2130903854}; + 2130903853}; // aapt resource value: 0 public const int MotionTelltales_telltales_tailColor = 0; @@ -20725,31 +20715,31 @@ public partial class Styleable // aapt resource value: 5 public const int Motion_transitionEasing = 5; - // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F030141,0x7F03019A,0x7F0301C3,0x7F0301C5,0x7F0301C7,0x7F0301C8,0x7F0301C9,0x7F0301CA,0x7F0301CD,0x7F0301CE,0x7F0301CF,0x7F0301D0,0x7F0301D1,0x7F0301D2,0x7F0301D3,0x7F0301D7,0x7F0301DA,0x7F030261,0x7F0302D3,0x7F0302D6 } + // aapt resource value: { 0x10100D4,0x10100DD,0x101011F,0x7F030140,0x7F030199,0x7F0301C2,0x7F0301C4,0x7F0301C6,0x7F0301C7,0x7F0301C8,0x7F0301C9,0x7F0301CC,0x7F0301CD,0x7F0301CE,0x7F0301CF,0x7F0301D0,0x7F0301D1,0x7F0301D2,0x7F0301D6,0x7F0301D9,0x7F030260,0x7F0302D2,0x7F0302D5 } public static int[] NavigationView = new int[] { 16842964, 16842973, 16843039, - 2130903361, - 2130903450, - 2130903491, - 2130903493, + 2130903360, + 2130903449, + 2130903490, + 2130903492, + 2130903494, 2130903495, 2130903496, 2130903497, - 2130903498, + 2130903500, 2130903501, 2130903502, 2130903503, 2130903504, 2130903505, 2130903506, - 2130903507, - 2130903511, - 2130903514, - 2130903649, - 2130903763, - 2130903766}; + 2130903510, + 2130903513, + 2130903648, + 2130903762, + 2130903765}; // aapt resource value: 0 public const int NavigationView_android_background = 0; @@ -20820,10 +20810,10 @@ public partial class Styleable // aapt resource value: 22 public const int NavigationView_shapeAppearanceOverlay = 22; - // aapt resource value: { 0x7F0300A5,0x7F03032B } + // aapt resource value: { 0x7F0300A4,0x7F03032A } public static int[] OnClick = new int[] { - 2130903205, - 2130903851}; + 2130903204, + 2130903850}; // aapt resource value: 0 public const int OnClick_clickAction = 0; @@ -20831,20 +20821,20 @@ public partial class Styleable // aapt resource value: 1 public const int OnClick_targetId = 1; - // aapt resource value: { 0x7F03012C,0x7F03012D,0x7F03012E,0x7F030226,0x7F030257,0x7F03025E,0x7F030275,0x7F03027C,0x7F030286,0x7F030373,0x7F030374,0x7F030375 } + // aapt resource value: { 0x7F03012B,0x7F03012C,0x7F03012D,0x7F030225,0x7F030256,0x7F03025D,0x7F030274,0x7F03027B,0x7F030285,0x7F030372,0x7F030373,0x7F030374 } public static int[] OnSwipe = new int[] { + 2130903339, 2130903340, 2130903341, - 2130903342, - 2130903590, - 2130903639, - 2130903646, - 2130903669, - 2130903676, - 2130903686, + 2130903589, + 2130903638, + 2130903645, + 2130903668, + 2130903675, + 2130903685, + 2130903922, 2130903923, - 2130903924, - 2130903925}; + 2130903924}; // aapt resource value: 0 public const int OnSwipe_dragDirection = 0; @@ -20882,15 +20872,15 @@ public partial class Styleable // aapt resource value: 11 public const int OnSwipe_touchRegionId = 11; - // aapt resource value: { 0x1010176,0x10102C9,0x7F030287 } + // aapt resource value: { 0x1010176,0x10102C9,0x7F030286 } public static int[] PopupWindow = new int[] { 16843126, 16843465, - 2130903687}; + 2130903686}; - // aapt resource value: { 0x7F0302F7 } + // aapt resource value: { 0x7F0302F6 } public static int[] PopupWindowBackgroundState = new int[] { - 2130903799}; + 2130903798}; // aapt resource value: 0 public const int PopupWindowBackgroundState_state_above_anchor = 0; @@ -20904,13 +20894,13 @@ public partial class Styleable // aapt resource value: 2 public const int PopupWindow_overlapAnchor = 2; - // aapt resource value: { 0x10100DC,0x101031F,0x7F03020B,0x7F030270,0x7F03038E } + // aapt resource value: { 0x10100DC,0x101031F,0x7F03020A,0x7F03026F,0x7F03038D } public static int[] PropertySet = new int[] { 16842972, 16843551, - 2130903563, - 2130903664, - 2130903950}; + 2130903562, + 2130903663, + 2130903949}; // aapt resource value: 1 public const int PropertySet_android_alpha = 1; @@ -20927,17 +20917,17 @@ public partial class Styleable // aapt resource value: 4 public const int PropertySet_visibilityMode = 4; - // aapt resource value: { 0x7F030252 } + // aapt resource value: { 0x7F030251 } public static int[] RadialViewGroup = new int[] { - 2130903634}; + 2130903633}; // aapt resource value: 0 public const int RadialViewGroup_materialCircleRadius = 0; - // aapt resource value: { 0x7F030264,0x7F03038A } + // aapt resource value: { 0x7F030263,0x7F030389 } public static int[] RangeSlider = new int[] { - 2130903652, - 2130903946}; + 2130903651, + 2130903945}; // aapt resource value: 0 public const int RangeSlider_minSeparation = 0; @@ -20945,10 +20935,10 @@ public partial class Styleable // aapt resource value: 1 public const int RangeSlider_values = 1; - // aapt resource value: { 0x7F03028B,0x7F030291 } + // aapt resource value: { 0x7F03028A,0x7F030290 } public static int[] RecycleListView = new int[] { - 2130903691, - 2130903697}; + 2130903690, + 2130903696}; // aapt resource value: 0 public const int RecycleListView_paddingBottomNoButtons = 0; @@ -20956,20 +20946,20 @@ public partial class Styleable // aapt resource value: 1 public const int RecycleListView_paddingTopNoTitle = 1; - // aapt resource value: { 0x10100C4,0x10100EB,0x10100F1,0x7F030168,0x7F030169,0x7F03016A,0x7F03016B,0x7F03016C,0x7F0301E6,0x7F0302C2,0x7F0302EA,0x7F0302F0 } + // aapt resource value: { 0x10100C4,0x10100EB,0x10100F1,0x7F030167,0x7F030168,0x7F030169,0x7F03016A,0x7F03016B,0x7F0301E5,0x7F0302C1,0x7F0302E9,0x7F0302EF } public static int[] RecyclerView = new int[] { 16842948, 16842987, 16842993, + 2130903399, 2130903400, 2130903401, 2130903402, 2130903403, - 2130903404, - 2130903526, - 2130903746, - 2130903786, - 2130903792}; + 2130903525, + 2130903745, + 2130903785, + 2130903791}; // aapt resource value: 1 public const int RecyclerView_android_clipToPadding = 1; @@ -21007,39 +20997,39 @@ public partial class Styleable // aapt resource value: 11 public const int RecyclerView_stackFromEnd = 11; - // aapt resource value: { 0x7F0301C0 } + // aapt resource value: { 0x7F0301BF } public static int[] ScrimInsetsFrameLayout = new int[] { - 2130903488}; + 2130903487}; // aapt resource value: 0 public const int ScrimInsetsFrameLayout_insetForeground = 0; - // aapt resource value: { 0x7F030055 } + // aapt resource value: { 0x7F030054 } public static int[] ScrollingViewBehavior_Layout = new int[] { - 2130903125}; + 2130903124}; // aapt resource value: 0 public const int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; - // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F0300AA,0x7F0300CF,0x7F03011E,0x7F030197,0x7F0301B4,0x7F0301E3,0x7F0302B5,0x7F0302B6,0x7F0302CB,0x7F0302CC,0x7F030303,0x7F03030B,0x7F030397 } + // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F0300A9,0x7F0300CE,0x7F03011D,0x7F030196,0x7F0301B3,0x7F0301E2,0x7F0302B4,0x7F0302B5,0x7F0302CA,0x7F0302CB,0x7F030302,0x7F03030A,0x7F030396 } public static int[] SearchView = new int[] { 16842970, 16843039, 16843296, 16843364, - 2130903210, - 2130903247, - 2130903326, - 2130903447, - 2130903476, - 2130903523, + 2130903209, + 2130903246, + 2130903325, + 2130903446, + 2130903475, + 2130903522, + 2130903732, 2130903733, - 2130903734, + 2130903754, 2130903755, - 2130903756, - 2130903811, - 2130903819, - 2130903959}; + 2130903810, + 2130903818, + 2130903958}; // aapt resource value: 0 public const int SearchView_android_focusable = 0; @@ -21092,19 +21082,19 @@ public partial class Styleable // aapt resource value: 16 public const int SearchView_voiceIcon = 16; - // aapt resource value: { 0x7F0300DE,0x7F0300DF,0x7F0300E0,0x7F0300E1,0x7F0300E2,0x7F0300E3,0x7F0300E4,0x7F0302D3,0x7F0302D6,0x7F030300,0x7F030301 } + // aapt resource value: { 0x7F0300DD,0x7F0300DE,0x7F0300DF,0x7F0300E0,0x7F0300E1,0x7F0300E2,0x7F0300E3,0x7F0302D2,0x7F0302D5,0x7F0302FF,0x7F030300 } public static int[] ShapeableImageView = new int[] { + 2130903261, 2130903262, 2130903263, 2130903264, 2130903265, 2130903266, 2130903267, - 2130903268, - 2130903763, - 2130903766, - 2130903808, - 2130903809}; + 2130903762, + 2130903765, + 2130903807, + 2130903808}; // aapt resource value: 0 public const int ShapeableImageView_contentPadding = 0; @@ -21139,18 +21129,18 @@ public partial class Styleable // aapt resource value: 10 public const int ShapeableImageView_strokeWidth = 10; - // aapt resource value: { 0x7F0300E9,0x7F0300EA,0x7F0300EB,0x7F0300EC,0x7F0300ED,0x7F0300EF,0x7F0300F0,0x7F0300F1,0x7F0300F2,0x7F0300F3 } + // aapt resource value: { 0x7F0300E8,0x7F0300E9,0x7F0300EA,0x7F0300EB,0x7F0300EC,0x7F0300EE,0x7F0300EF,0x7F0300F0,0x7F0300F1,0x7F0300F2 } public static int[] ShapeAppearance = new int[] { + 2130903272, 2130903273, 2130903274, 2130903275, 2130903276, - 2130903277, + 2130903278, 2130903279, 2130903280, 2130903281, - 2130903282, - 2130903283}; + 2130903282}; // aapt resource value: 0 public const int ShapeAppearance_cornerFamily = 0; @@ -21182,11 +21172,11 @@ public partial class Styleable // aapt resource value: 9 public const int ShapeAppearance_cornerSizeTopRight = 9; - // aapt resource value: { 0x7F030075,0x7F0300CA,0x7F0302C7 } + // aapt resource value: { 0x7F030074,0x7F0300C9,0x7F0302C6 } public static int[] SignInButton = new int[] { - 2130903157, - 2130903242, - 2130903751}; + 2130903156, + 2130903241, + 2130903750}; // aapt resource value: 0 public const int SignInButton_buttonSize = 0; @@ -21197,30 +21187,30 @@ public partial class Styleable // aapt resource value: 2 public const int SignInButton_scopeUris = 2; - // aapt resource value: { 0x101000E,0x1010024,0x1010146,0x10102DE,0x10102DF,0x7F030198,0x7F030199,0x7F0301DF,0x7F0301E0,0x7F030350,0x7F030351,0x7F030352,0x7F030353,0x7F030354,0x7F030358,0x7F030359,0x7F03035A,0x7F03035E,0x7F030377,0x7F030378,0x7F030379,0x7F03037B } + // aapt resource value: { 0x101000E,0x1010024,0x1010146,0x10102DE,0x10102DF,0x7F030197,0x7F030198,0x7F0301DE,0x7F0301DF,0x7F03034F,0x7F030350,0x7F030351,0x7F030352,0x7F030353,0x7F030357,0x7F030358,0x7F030359,0x7F03035D,0x7F030376,0x7F030377,0x7F030378,0x7F03037A } public static int[] Slider = new int[] { 16842766, 16842788, 16843078, 16843486, 16843487, + 2130903447, 2130903448, - 2130903449, + 2130903518, 2130903519, - 2130903520, + 2130903887, 2130903888, 2130903889, 2130903890, 2130903891, - 2130903892, + 2130903895, 2130903896, 2130903897, - 2130903898, - 2130903902, + 2130903901, + 2130903926, 2130903927, 2130903928, - 2130903929, - 2130903931}; + 2130903930}; // aapt resource value: 0 public const int Slider_android_enabled = 0; @@ -21288,22 +21278,22 @@ public partial class Styleable // aapt resource value: 21 public const int Slider_trackHeight = 21; - // aapt resource value: { 0x7F0302E7,0x7F0302E8,0x7F0302E9 } + // aapt resource value: { 0x7F0302E6,0x7F0302E7,0x7F0302E8 } public static int[] Snackbar = new int[] { + 2130903782, 2130903783, - 2130903784, - 2130903785}; + 2130903784}; - // aapt resource value: { 0x101011F,0x7F030020,0x7F03002C,0x7F030041,0x7F030044,0x7F030045,0x7F030141,0x7F030258 } + // aapt resource value: { 0x101011F,0x7F030020,0x7F03002C,0x7F030040,0x7F030043,0x7F030044,0x7F030140,0x7F030257 } public static int[] SnackbarLayout = new int[] { 16843039, 2130903072, 2130903084, - 2130903105, + 2130903104, + 2130903107, 2130903108, - 2130903109, - 2130903361, - 2130903640}; + 2130903360, + 2130903639}; // aapt resource value: 1 public const int SnackbarLayout_actionTextColorAlpha = 1; @@ -21338,13 +21328,13 @@ public partial class Styleable // aapt resource value: 2 public const int Snackbar_snackbarTextViewStyle = 2; - // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F0302A8 } + // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F0302A7 } public static int[] Spinner = new int[] { 16842930, 16843126, 16843131, 16843362, - 2130903720}; + 2130903719}; // aapt resource value: 3 public const int Spinner_android_dropDownWidth = 3; @@ -21361,10 +21351,10 @@ public partial class Styleable // aapt resource value: 4 public const int Spinner_popupTheme = 4; - // aapt resource value: { 0x10100D0,0x7F0300D5 } + // aapt resource value: { 0x10100D0,0x7F0300D4 } public static int[] State = new int[] { 16842960, - 2130903253}; + 2130903252}; // aapt resource value: { 0x101011C,0x1010194,0x1010195,0x1010196,0x101030C,0x101030D } public static int[] StateListDrawable = new int[] { @@ -21400,9 +21390,9 @@ public partial class Styleable // aapt resource value: 1 public const int StateListDrawable_android_visible = 1; - // aapt resource value: { 0x7F03011F } + // aapt resource value: { 0x7F03011E } public static int[] StateSet = new int[] { - 2130903327}; + 2130903326}; // aapt resource value: 0 public const int StateSet_defaultState = 0; @@ -21413,22 +21403,22 @@ public partial class Styleable // aapt resource value: 1 public const int State_constraints = 1; - // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F0302DF,0x7F0302EE,0x7F03030C,0x7F03030D,0x7F03030F,0x7F030355,0x7F030356,0x7F030357,0x7F030376,0x7F03037D,0x7F03037E } + // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F0302DE,0x7F0302ED,0x7F03030B,0x7F03030C,0x7F03030E,0x7F030354,0x7F030355,0x7F030356,0x7F030375,0x7F03037C,0x7F03037D } public static int[] SwitchCompat = new int[] { 16843044, 16843045, 16843074, - 2130903775, - 2130903790, + 2130903774, + 2130903789, + 2130903819, 2130903820, - 2130903821, - 2130903823, + 2130903822, + 2130903892, 2130903893, 2130903894, - 2130903895, - 2130903926, - 2130903933, - 2130903934}; + 2130903925, + 2130903932, + 2130903933}; // aapt resource value: 1 public const int SwitchCompat_android_textOff = 1; @@ -21472,9 +21462,9 @@ public partial class Styleable // aapt resource value: 13 public const int SwitchCompat_trackTintMode = 13; - // aapt resource value: { 0x7F030389 } + // aapt resource value: { 0x7F030388 } public static int[] SwitchMaterial = new int[] { - 2130903945}; + 2130903944}; // aapt resource value: 0 public const int SwitchMaterial_useMaterialThemeColors = 0; @@ -21494,8 +21484,9 @@ public partial class Styleable // aapt resource value: 2 public const int TabItem_android_text = 2; - // aapt resource value: { 0x7F030310,0x7F030311,0x7F030312,0x7F030313,0x7F030314,0x7F030315,0x7F030316,0x7F030317,0x7F030318,0x7F030319,0x7F03031A,0x7F03031B,0x7F03031C,0x7F03031D,0x7F03031E,0x7F03031F,0x7F030320,0x7F030321,0x7F030322,0x7F030323,0x7F030324,0x7F030325,0x7F030326,0x7F030328,0x7F030329,0x7F03032A } + // aapt resource value: { 0x7F03030F,0x7F030310,0x7F030311,0x7F030312,0x7F030313,0x7F030314,0x7F030315,0x7F030316,0x7F030317,0x7F030318,0x7F030319,0x7F03031A,0x7F03031B,0x7F03031C,0x7F03031D,0x7F03031E,0x7F03031F,0x7F030320,0x7F030321,0x7F030322,0x7F030323,0x7F030324,0x7F030325,0x7F030327,0x7F030328,0x7F030329 } public static int[] TabLayout = new int[] { + 2130903823, 2130903824, 2130903825, 2130903826, @@ -21518,10 +21509,9 @@ public partial class Styleable 2130903843, 2130903844, 2130903845, - 2130903846, + 2130903847, 2130903848, - 2130903849, - 2130903850}; + 2130903849}; // aapt resource value: 0 public const int TabLayout_tabBackground = 0; @@ -21601,7 +21591,7 @@ public partial class Styleable // aapt resource value: 25 public const int TabLayout_tabUnboundedRipple = 25; - // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x1010585,0x7F030188,0x7F030191,0x7F03032F,0x7F03034B } + // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x1010585,0x7F030187,0x7F030190,0x7F03032E,0x7F03034A } public static int[] TextAppearance = new int[] { 16842901, 16842902, @@ -21615,10 +21605,10 @@ public partial class Styleable 16843108, 16843692, 16844165, - 2130903432, - 2130903441, - 2130903855, - 2130903883}; + 2130903431, + 2130903440, + 2130903854, + 2130903882}; // aapt resource value: 10 public const int TextAppearance_android_fontFamily = 10; @@ -21668,18 +21658,19 @@ public partial class Styleable // aapt resource value: 15 public const int TextAppearance_textLocale = 15; - // aapt resource value: { 0x7F030349 } + // aapt resource value: { 0x7F030348 } public static int[] TextInputEditText = new int[] { - 2130903881}; + 2130903880}; // aapt resource value: 0 public const int TextInputEditText_textInputLayoutFocusedRectEnabled = 0; - // aapt resource value: { 0x101000E,0x101009A,0x1010150,0x7F030060,0x7F030061,0x7F030062,0x7F030063,0x7F030064,0x7F030065,0x7F030066,0x7F030067,0x7F030068,0x7F030069,0x7F03006A,0x7F0300F4,0x7F0300F5,0x7F0300F6,0x7F0300F7,0x7F0300F8,0x7F0300F9,0x7F030144,0x7F030145,0x7F030146,0x7F030147,0x7F030148,0x7F030149,0x7F03014D,0x7F03014E,0x7F03014F,0x7F030150,0x7F030151,0x7F030152,0x7F030153,0x7F030156,0x7F03019C,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F0301A7,0x7F030295,0x7F030296,0x7F030297,0x7F030298,0x7F030299,0x7F0302A2,0x7F0302A3,0x7F0302A4,0x7F0302AE,0x7F0302AF,0x7F0302B0,0x7F0302D3,0x7F0302D6,0x7F0302F2,0x7F0302F3,0x7F0302F4,0x7F0302F5,0x7F0302F6,0x7F030308,0x7F030309,0x7F03030A } + // aapt resource value: { 0x101000E,0x101009A,0x1010150,0x7F03005F,0x7F030060,0x7F030061,0x7F030062,0x7F030063,0x7F030064,0x7F030065,0x7F030066,0x7F030067,0x7F030068,0x7F030069,0x7F0300F3,0x7F0300F4,0x7F0300F5,0x7F0300F6,0x7F0300F7,0x7F0300F8,0x7F030143,0x7F030144,0x7F030145,0x7F030146,0x7F030147,0x7F030148,0x7F03014C,0x7F03014D,0x7F03014E,0x7F03014F,0x7F030150,0x7F030151,0x7F030152,0x7F030155,0x7F03019B,0x7F03019C,0x7F03019D,0x7F03019E,0x7F0301A3,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F030294,0x7F030295,0x7F030296,0x7F030297,0x7F030298,0x7F0302A1,0x7F0302A2,0x7F0302A3,0x7F0302AD,0x7F0302AE,0x7F0302AF,0x7F0302D2,0x7F0302D5,0x7F0302F1,0x7F0302F2,0x7F0302F3,0x7F0302F4,0x7F0302F5,0x7F030307,0x7F030308,0x7F030309 } public static int[] TextInputLayout = new int[] { 16842766, 16842906, 16843088, + 2130903135, 2130903136, 2130903137, 2130903138, @@ -21690,56 +21681,55 @@ public partial class Styleable 2130903143, 2130903144, 2130903145, - 2130903146, + 2130903283, 2130903284, 2130903285, 2130903286, 2130903287, 2130903288, - 2130903289, + 2130903363, 2130903364, 2130903365, 2130903366, 2130903367, 2130903368, - 2130903369, + 2130903372, 2130903373, 2130903374, 2130903375, 2130903376, 2130903377, 2130903378, - 2130903379, - 2130903382, + 2130903381, + 2130903451, 2130903452, 2130903453, 2130903454, - 2130903455, + 2130903459, 2130903460, 2130903461, 2130903462, - 2130903463, + 2130903700, 2130903701, 2130903702, 2130903703, 2130903704, - 2130903705, + 2130903713, 2130903714, 2130903715, - 2130903716, + 2130903725, 2130903726, 2130903727, - 2130903728, - 2130903763, - 2130903766, + 2130903762, + 2130903765, + 2130903793, 2130903794, 2130903795, 2130903796, 2130903797, - 2130903798, + 2130903815, 2130903816, - 2130903817, - 2130903818}; + 2130903817}; // aapt resource value: 0 public const int TextInputLayout_android_enabled = 0; @@ -21930,11 +21920,11 @@ public partial class Styleable // aapt resource value: 62 public const int TextInputLayout_suffixTextColor = 62; - // aapt resource value: { 0x1010034,0x7F03014A,0x7F03014B } + // aapt resource value: { 0x1010034,0x7F030149,0x7F03014A } public static int[] ThemeEnforcement = new int[] { 16842804, - 2130903370, - 2130903371}; + 2130903369, + 2130903370}; // aapt resource value: 0 public const int ThemeEnforcement_android_textAppearance = 0; @@ -21945,38 +21935,38 @@ public partial class Styleable // aapt resource value: 2 public const int ThemeEnforcement_enforceTextAppearance = 2; - // aapt resource value: { 0x10100AF,0x1010140,0x7F030072,0x7F0300B2,0x7F0300B3,0x7F0300D8,0x7F0300D9,0x7F0300DA,0x7F0300DB,0x7F0300DC,0x7F0300DD,0x7F030239,0x7F03023A,0x7F030259,0x7F030261,0x7F030277,0x7F030278,0x7F0302A8,0x7F030304,0x7F030305,0x7F030306,0x7F030361,0x7F030363,0x7F030364,0x7F030365,0x7F030366,0x7F030367,0x7F030368,0x7F030369,0x7F03036A } + // aapt resource value: { 0x10100AF,0x1010140,0x7F030071,0x7F0300B1,0x7F0300B2,0x7F0300D7,0x7F0300D8,0x7F0300D9,0x7F0300DA,0x7F0300DB,0x7F0300DC,0x7F030238,0x7F030239,0x7F030258,0x7F030260,0x7F030276,0x7F030277,0x7F0302A7,0x7F030303,0x7F030304,0x7F030305,0x7F030360,0x7F030362,0x7F030363,0x7F030364,0x7F030365,0x7F030366,0x7F030367,0x7F030368,0x7F030369 } public static int[] Toolbar = new int[] { 16842927, 16843072, - 2130903154, + 2130903153, + 2130903217, 2130903218, - 2130903219, + 2130903255, 2130903256, 2130903257, 2130903258, 2130903259, 2130903260, - 2130903261, + 2130903608, 2130903609, - 2130903610, - 2130903641, - 2130903649, + 2130903640, + 2130903648, + 2130903670, 2130903671, - 2130903672, - 2130903720, + 2130903719, + 2130903811, 2130903812, 2130903813, - 2130903814, - 2130903905, + 2130903904, + 2130903906, 2130903907, 2130903908, 2130903909, 2130903910, 2130903911, 2130903912, - 2130903913, - 2130903914}; + 2130903913}; // aapt resource value: 0 public const int Toolbar_android_gravity = 0; @@ -22068,7 +22058,7 @@ public partial class Styleable // aapt resource value: 29 public const int Toolbar_titleTextColor = 29; - // aapt resource value: { 0x1010034,0x10100D5,0x10100F6,0x101013F,0x1010140,0x101014F,0x7F030044 } + // aapt resource value: { 0x1010034,0x10100D5,0x10100F6,0x101013F,0x1010140,0x101014F,0x7F030043 } public static int[] Tooltip = new int[] { 16842804, 16842965, @@ -22076,7 +22066,7 @@ public partial class Styleable 16843071, 16843072, 16843087, - 2130903108}; + 2130903107}; // aapt resource value: 2 public const int Tooltip_android_layout_margin = 2; @@ -22146,19 +22136,19 @@ public partial class Styleable // aapt resource value: 9 public const int Transform_android_translationZ = 9; - // aapt resource value: { 0x10100D0,0x7F03003A,0x7F0300D1,0x7F0300D2,0x7F03013D,0x7F0301E5,0x7F03026E,0x7F03029A,0x7F0302F1,0x7F03037F,0x7F030381 } + // aapt resource value: { 0x10100D0,0x7F030039,0x7F0300D0,0x7F0300D1,0x7F03013C,0x7F0301E4,0x7F03026D,0x7F030299,0x7F0302F0,0x7F03037E,0x7F030380 } public static int[] Transition = new int[] { 16842960, - 2130903098, + 2130903097, + 2130903248, 2130903249, - 2130903250, - 2130903357, - 2130903525, - 2130903662, - 2130903706, - 2130903793, - 2130903935, - 2130903937}; + 2130903356, + 2130903524, + 2130903661, + 2130903705, + 2130903792, + 2130903934, + 2130903936}; // aapt resource value: 0 public const int Transition_android_id = 0; @@ -22193,13 +22183,13 @@ public partial class Styleable // aapt resource value: 10 public const int Transition_transitionFlags = 10; - // aapt resource value: { 0x7F0300D5,0x7F0302BE,0x7F0302BF,0x7F0302C0,0x7F0302C1 } + // aapt resource value: { 0x7F0300D4,0x7F0302BD,0x7F0302BE,0x7F0302BF,0x7F0302C0 } public static int[] Variant = new int[] { - 2130903253, + 2130903252, + 2130903741, 2130903742, 2130903743, - 2130903744, - 2130903745}; + 2130903744}; // aapt resource value: 0 public const int Variant_constraints = 0; @@ -22216,19 +22206,19 @@ public partial class Styleable // aapt resource value: 4 public const int Variant_region_widthMoreThan = 4; - // aapt resource value: { 0x1010000,0x10100DA,0x7F03028D,0x7F030290,0x7F03034D } + // aapt resource value: { 0x1010000,0x10100DA,0x7F03028C,0x7F03028F,0x7F03034C } public static int[] View = new int[] { 16842752, 16842970, - 2130903693, - 2130903696, - 2130903885}; + 2130903692, + 2130903695, + 2130903884}; - // aapt resource value: { 0x10100D4,0x7F030044,0x7F030045 } + // aapt resource value: { 0x10100D4,0x7F030043,0x7F030044 } public static int[] ViewBackgroundHelper = new int[] { 16842964, - 2130903108, - 2130903109}; + 2130903107, + 2130903108}; // aapt resource value: 0 public const int ViewBackgroundHelper_android_background = 0; diff --git a/Examples/Xamarin.Forms/Anyline/Anyline.Android/ScanPageRenderer.cs b/Examples/Xamarin.Forms/Anyline/Anyline.Android/ScanPageRenderer.cs index 2c9721d6d..e9406d3fc 100644 --- a/Examples/Xamarin.Forms/Anyline/Anyline.Android/ScanPageRenderer.cs +++ b/Examples/Xamarin.Forms/Anyline/Anyline.Android/ScanPageRenderer.cs @@ -7,7 +7,6 @@ using Anyline.Droid; using IO.Anyline2; using IO.Anyline2.View; -using IO.Anyline2.Viewplugin; using System; using Xamarin.Forms; using Xamarin.Forms.Platform.Android; diff --git a/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Anyline.iOS.csproj b/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Anyline.iOS.csproj index dc37c161a..86c7af709 100644 --- a/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Anyline.iOS.csproj +++ b/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Anyline.iOS.csproj @@ -135,7 +135,7 @@ - + diff --git a/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Resources/arabic_id_config.json b/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Resources/arabic_id_config.json index 389acb5f2..1da2ef303 100644 --- a/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Resources/arabic_id_config.json +++ b/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Resources/arabic_id_config.json @@ -22,26 +22,26 @@ }, "alphabet": "arabic", "drivingLicense": { - "surname": { "scanOption": 0, "minConfidence": 40 }, - "givenNames": { "scanOption": 0, "minConfidence": 40 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 50 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 50 }, - "dateOfIssue": { "scanOption": 0, "minConfidence": 50 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 50 }, - "authority": { "scanOption": 1, "minConfidence": 30 }, - "documentNumber": { "scanOption": 0, "minConfidence": 40 }, - "categories": { "scanOption": 1, "minConfidence": 30 }, - "address": { "scanOption": 1 } + "surname": { "scanOption": "mandatory", "minConfidence": 40 }, + "givenNames": { "scanOption": "mandatory", "minConfidence": 40 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 50 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 50 }, + "dateOfIssue": { "scanOption": "mandatory", "minConfidence": 50 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 50 }, + "authority": { "scanOption": "optional", "minConfidence": 30 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 40 }, + "categories": { "scanOption": "optional", "minConfidence": 30 }, + "address": { "scanOption": "optional" } }, "idFront": { - "surname": { "scanOption": 0, "minConfidence": 60 }, - "givenNames": { "scanOption": 0, "minConfidence": 60 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 60 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 60 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 60 }, - "cardAccessNumber": { "scanOption": 1, "minConfidence": 60 }, - "documentNumber": { "scanOption": 0, "minConfidence": 60 }, - "nationality": { "scanOption": 1, "minConfidence": 60 } + "surname": { "scanOption": "mandatory", "minConfidence": 60 }, + "givenNames": { "scanOption": "mandatory", "minConfidence": 60 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 60 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 60 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 60 }, + "cardAccessNumber": { "scanOption": "optional", "minConfidence": 60 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 60 }, + "nationality": { "scanOption": "optional", "minConfidence": 60 } } }, "cancelOnResult": true diff --git a/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Resources/cyrillic_id_config.json b/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Resources/cyrillic_id_config.json index f9321dc2c..05692064d 100644 --- a/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Resources/cyrillic_id_config.json +++ b/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Resources/cyrillic_id_config.json @@ -22,26 +22,26 @@ }, "alphabet": "cyrillic", "drivingLicense": { - "surname": { "scanOption": 0, "minConfidence": 40 }, - "givenNames": { "scanOption": 0, "minConfidence": 40 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 50 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 50 }, - "dateOfIssue": { "scanOption": 0, "minConfidence": 50 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 50 }, - "authority": { "scanOption": 1, "minConfidence": 30 }, - "documentNumber": { "scanOption": 0, "minConfidence": 40 }, - "categories": { "scanOption": 1, "minConfidence": 30 }, - "address": { "scanOption": 1 } + "surname": { "scanOption": "mandatory", "minConfidence": 40 }, + "givenNames": { "scanOption": "mandatory", "minConfidence": 40 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 50 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 50 }, + "dateOfIssue": { "scanOption": "mandatory", "minConfidence": 50 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 50 }, + "authority": { "scanOption": "optional", "minConfidence": 30 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 40 }, + "categories": { "scanOption": "optional", "minConfidence": 30 }, + "address": { "scanOption": "optional" } }, "idFront": { - "surname": { "scanOption": 0, "minConfidence": 60 }, - "givenNames": { "scanOption": 0, "minConfidence": 60 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 60 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 60 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 60 }, - "cardAccessNumber": { "scanOption": 1, "minConfidence": 60 }, - "documentNumber": { "scanOption": 0, "minConfidence": 60 }, - "nationality": { "scanOption": 1, "minConfidence": 60 } + "surname": { "scanOption": "mandatory", "minConfidence": 60 }, + "givenNames": { "scanOption": "mandatory", "minConfidence": 60 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 60 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 60 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 60 }, + "cardAccessNumber": { "scanOption": "optional", "minConfidence": 60 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 60 }, + "nationality": { "scanOption": "optional", "minConfidence": 60 } } }, "cancelOnResult": true diff --git a/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Resources/universal_id_config.json b/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Resources/universal_id_config.json index 5e2e99967..0d3820510 100644 --- a/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Resources/universal_id_config.json +++ b/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Resources/universal_id_config.json @@ -24,29 +24,29 @@ }, "alphabet": "latin", "insuranceCard": { - "lastName": { "scanOption": 0, "minConfidence": 50 }, - "firstName": { "scanOption": 0, "minConfidence": 50 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 50 }, - "personalNumber": { "scanOption": 0, "minConfidence": 50 }, - "authority": { "scanOption": 0, "minConfidence": 50 }, - "documentNumber": { "scanOption": 0, "minConfidence": 50 }, - "dateOfExpiry": { "scanOption": 0, "minConfidence": 50 }, - "nationality": { "scanOption": 0, "minConfidence": 50 + "lastName": { "scanOption": "mandatory", "minConfidence": 50 }, + "firstName": { "scanOption": "mandatory", "minConfidence": 50 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 50 }, + "personalNumber": { "scanOption": "mandatory", "minConfidence": 50 }, + "authority": { "scanOption": "mandatory", "minConfidence": 50 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 50 }, + "dateOfExpiry": { "scanOption": "mandatory", "minConfidence": 50 }, + "nationality": { "scanOption": "mandatory", "minConfidence": 50 } }, "idFront": { - "lastName": { "scanOption": 0, "minConfidence": 60 }, - "firstName": { "scanOption": 0, "minConfidence": 60 }, - "fullName": { "scanOption": 0, "minConfidence": 60 }, - "dateOfBirth": { "scanOption": 0, "minConfidence": 60 }, - "placeOfBirth": { "scanOption": 1, "minConfidence": 60 }, - "dateOfIssue": { "scanOption": 0, "minConfidence": 60 }, - "dateOfExpiry": { "scanOption": 1, "minConfidence": 60 }, - "cardAccessNumber": { "scanOption": 1, "minConfidence": 60 }, - "documentNumber": { "scanOption": 0, "minConfidence": 60 }, - "nationality": { "scanOption": 1, "minConfidence": 60 }, - "sex": { "scanOption": 1, "minConfidence": 60 }, - "personalNumber": { "scanOption": 1, "minConfidence": 60 + "lastName": { "scanOption": "mandatory", "minConfidence": 60 }, + "firstName": { "scanOption": "mandatory", "minConfidence": 60 }, + "fullName": { "scanOption": "mandatory", "minConfidence": 60 }, + "dateOfBirth": { "scanOption": "mandatory", "minConfidence": 60 }, + "placeOfBirth": { "scanOption": "optional", "minConfidence": 60 }, + "dateOfIssue": { "scanOption": "mandatory", "minConfidence": 60 }, + "dateOfExpiry": { "scanOption": "optional", "minConfidence": 60 }, + "cardAccessNumber": { "scanOption": "optional", "minConfidence": 60 }, + "documentNumber": { "scanOption": "mandatory", "minConfidence": 60 }, + "nationality": { "scanOption": "optional", "minConfidence": 60 }, + "sex": { "scanOption": "optional", "minConfidence": 60 }, + "personalNumber": { "scanOption": "optional", "minConfidence": 60 } } }, diff --git a/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Resources/vrc_config.json b/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Resources/vrc_config.json index d8898f39b..b16940c0d 100644 --- a/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Resources/vrc_config.json +++ b/Examples/Xamarin.Forms/Anyline/Anyline.iOS/Resources/vrc_config.json @@ -4,58 +4,19 @@ "id": "com.anyline.configs.plugin.vrc", "vehicleRegistrationCertificateConfig": { "vehicleRegistrationCertificate": { - "documentNumber": { - "scanOption": 1, - "minConfidence": 40 - }, - "licensePlate": { - "scanOption": 0, - "minConfidence": 40 - }, - "lastName": { - "scanOption": 0, - "minConfidence": 60 - }, - "firstName": { - "scanOption": 1, - "minConfidence": 40 - }, - "address": { - "scanOption": 0, - "minConfidence": 50 - }, - "firstIssued": { - "scanOption": 0, - "minConfidence": 60 - }, - "manufacturerCode": { - "scanOption": 0, - "minConfidence": 50 - }, - "vehicleTypeCode": { - "scanOption": 0, - "minConfidence": 50 - }, - "vehicleIdentificationNumber": { - "scanOption": 0, - "minConfidence": 60 - }, - "brand": { - "scanOption": 1, - "minConfidence": 40 - }, - "vehicleType": { - "scanOption": 1, - "minConfidence": 40 - }, - "displacement": { - "scanOption": 1, - "minConfidence": 40 - }, - "tire": { - "scanOption": 1, - "minConfidence": 50 - } + "documentNumber": { "scanOption": "optional", "minConfidence": 40 }, + "licensePlate": { "scanOption": "mandatory", "minConfidence": 40 }, + "lastName": { "scanOption": "mandatory", "minConfidence": 60 }, + "firstName": { "scanOption": "optional", "minConfidence": 40 }, + "address": { "scanOption": "mandatory", "minConfidence": 50 }, + "firstIssued": { "scanOption": "mandatory", "minConfidence": 60 }, + "manufacturerCode": { "scanOption": "mandatory", "minConfidence": 50 }, + "vehicleTypeCode": { "scanOption": "mandatory", "minConfidence": 50 }, + "vehicleIdentificationNumber": { "scanOption": "mandatory", "minConfidence": 60 }, + "brand": { "scanOption": "optional", "minConfidence": 40 }, + "vehicleType": { "scanOption": "optional", "minConfidence": 40 }, + "displacement": { "scanOption": "optional", "minConfidence": 40 }, + "tire": { "scanOption": "optional", "minConfidence": 50 } } }, "cancelOnResult": true diff --git a/Nuget/Anyline.Xamarin.SDK.Droid.nuspec b/Nuget/Anyline.Xamarin.SDK.Droid.nuspec index bf0a82f48..6c380d10d 100644 --- a/Nuget/Anyline.Xamarin.SDK.Droid.nuspec +++ b/Nuget/Anyline.Xamarin.SDK.Droid.nuspec @@ -2,7 +2,7 @@ Anyline.Xamarin.SDK.Droid - 49.0.0 + 50.0.3 Anyline Xamarin SDK (Android) Anyline GmbH peteranyline diff --git a/Nuget/Anyline.Xamarin.SDK.iOS.nuspec b/Nuget/Anyline.Xamarin.SDK.iOS.nuspec index 8ca77b91f..94ac0a563 100644 --- a/Nuget/Anyline.Xamarin.SDK.iOS.nuspec +++ b/Nuget/Anyline.Xamarin.SDK.iOS.nuspec @@ -2,7 +2,7 @@ Anyline.Xamarin.SDK.iOS - 49.0.0 + 50.0.3 Anyline Xamarin SDK (iOS) Anyline GmbH peteranyline diff --git a/Nuget/AnylineResources.bundle/Anyline-Info.plist b/Nuget/AnylineResources.bundle/Anyline-Info.plist index da305f099..b33c28d9e 100644 --- a/Nuget/AnylineResources.bundle/Anyline-Info.plist +++ b/Nuget/AnylineResources.bundle/Anyline-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 49.0.0 + 50.0.0 CFBundleVersion 1 diff --git a/Nuget/AnylineResources.bundle/functions/cv_constants.ale b/Nuget/AnylineResources.bundle/functions/cv_constants.ale new file mode 100644 index 000000000..24bbf833b --- /dev/null +++ b/Nuget/AnylineResources.bundle/functions/cv_constants.ale @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ddc78c2a0fdef5a0e0476d7285a833d19f63a0410f4a3237b4b35cbffc3c09 +size 1120 diff --git a/Nuget/AnylineResources.bundle/functions/dkjson.ale b/Nuget/AnylineResources.bundle/functions/dkjson.ale new file mode 100644 index 000000000..6f4ea5f6a --- /dev/null +++ b/Nuget/AnylineResources.bundle/functions/dkjson.ale @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3a9b87033e85d5d9e3ba80cc3cedfa47579a67d517a003724ef0193f038738 +size 31480 diff --git a/Nuget/AnylineResources.bundle/functions/extended_math.ale b/Nuget/AnylineResources.bundle/functions/extended_math.ale new file mode 100644 index 000000000..852503021 --- /dev/null +++ b/Nuget/AnylineResources.bundle/functions/extended_math.ale @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f72b8074bee3d054437efd9c67c2d59b303025dc7deaab5730d0ba8f480cdd +size 800 diff --git a/Nuget/AnylineResources.bundle/functions/functions_utils.ale b/Nuget/AnylineResources.bundle/functions/functions_utils.ale new file mode 100644 index 000000000..111059927 --- /dev/null +++ b/Nuget/AnylineResources.bundle/functions/functions_utils.ale @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8e485c245ff26d33a35d932e1133e788065b10929f1dcbac2c71442d3b581e +size 6284 diff --git a/Nuget/AnylineResources.bundle/functions/log.ale b/Nuget/AnylineResources.bundle/functions/log.ale new file mode 100644 index 000000000..880466b68 --- /dev/null +++ b/Nuget/AnylineResources.bundle/functions/log.ale @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183cae12f424758392440c12fccf5d4a44e8b84a48e97de30be796d85937e96f +size 6668 diff --git a/Nuget/AnylineResources.bundle/module_anyline_ocr/anyline_ocr_auto_any.ale b/Nuget/AnylineResources.bundle/module_anyline_ocr/anyline_ocr_auto_any.ale index afbb4b0b1..be3081ace 100644 --- a/Nuget/AnylineResources.bundle/module_anyline_ocr/anyline_ocr_auto_any.ale +++ b/Nuget/AnylineResources.bundle/module_anyline_ocr/anyline_ocr_auto_any.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d67942381bc2419a06e837227e8c2e27299a22830bca3ec3a0d67b49d8166e47 +oid sha256:29b476f35a6437f485928d4560898d72f8540cfa432840e7b9fb1bd1e6392f6e size 25312 diff --git a/Nuget/AnylineResources.bundle/module_anyline_ocr/anyline_ocr_grid_any.ale b/Nuget/AnylineResources.bundle/module_anyline_ocr/anyline_ocr_grid_any.ale index abb623764..98f2b18e8 100644 --- a/Nuget/AnylineResources.bundle/module_anyline_ocr/anyline_ocr_grid_any.ale +++ b/Nuget/AnylineResources.bundle/module_anyline_ocr/anyline_ocr_grid_any.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0f36b76e06dc77c6ea6dd3d00bc8da8c5e9b8dfdb0822dcafa9d32405d1170a +oid sha256:dc7637702606559d17dc2fff260957f662ee3302b07cddd8d0dac042bbaa1555 size 23052 diff --git a/Nuget/AnylineResources.bundle/module_anyline_ocr/anyline_ocr_line_any.ale b/Nuget/AnylineResources.bundle/module_anyline_ocr/anyline_ocr_line_any.ale index f00fa9e7b..754238daa 100644 --- a/Nuget/AnylineResources.bundle/module_anyline_ocr/anyline_ocr_line_any.ale +++ b/Nuget/AnylineResources.bundle/module_anyline_ocr/anyline_ocr_line_any.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef142b7577802e608a7da5d9cbbbf08631426736579f8acdb5de2be5b9f6077c +oid sha256:facd5b34bf2a6cc70e1d228f2cef5d445d636da2d663f75b43e075ab03224276 size 19104 diff --git a/Nuget/AnylineResources.bundle/module_anyline_ocr/container_scanner.ale b/Nuget/AnylineResources.bundle/module_anyline_ocr/container_scanner.ale index d4839fe2f..643c06aa4 100644 --- a/Nuget/AnylineResources.bundle/module_anyline_ocr/container_scanner.ale +++ b/Nuget/AnylineResources.bundle/module_anyline_ocr/container_scanner.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4bbd41b7164ea560449f7a64db9dd0cc59fdc2dc78fc072577f741dfa694e47b +oid sha256:52568a63d19b3cff2b5cf44e52d06515ef04f7097b7443d1bedc9ac1981f728f size 33272 diff --git a/Nuget/AnylineResources.bundle/module_anyline_ocr/container_scanner_vertical.ale b/Nuget/AnylineResources.bundle/module_anyline_ocr/container_scanner_vertical.ale index da09c5b30..b26347717 100644 --- a/Nuget/AnylineResources.bundle/module_anyline_ocr/container_scanner_vertical.ale +++ b/Nuget/AnylineResources.bundle/module_anyline_ocr/container_scanner_vertical.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2efb57f5adf74cc6d7ed04c3d7c67ea181444b54676d3618a6b6d5a3b1404ab6 +oid sha256:b85028a782260f7f55c7c8431be6496f8a73b6bae7b2a907d86b0a7993ca0dde size 29368 diff --git a/Nuget/AnylineResources.bundle/module_anyline_ocr/cow_tag_scanner.ale b/Nuget/AnylineResources.bundle/module_anyline_ocr/cow_tag_scanner.ale index 7e1dea421..e77448af8 100644 --- a/Nuget/AnylineResources.bundle/module_anyline_ocr/cow_tag_scanner.ale +++ b/Nuget/AnylineResources.bundle/module_anyline_ocr/cow_tag_scanner.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a17b892ba2848582bd199df3bf4124624111fd14a298c8fc86e97fe9ca7fc887 +oid sha256:51967b7bfdf4d26e2534dfaf0951e20d47dd71414552c0e08aeb2b62a3455a6e size 21964 diff --git a/Nuget/AnylineResources.bundle/module_anyline_ocr/vin.ale b/Nuget/AnylineResources.bundle/module_anyline_ocr/vin.ale index 739f687ef..cd035fa00 100644 --- a/Nuget/AnylineResources.bundle/module_anyline_ocr/vin.ale +++ b/Nuget/AnylineResources.bundle/module_anyline_ocr/vin.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f9ad5e4f745cb6e7b106d7ed92d9d1a293618fef57ed2386934be660d01dfde +oid sha256:39d64eccfeaca077038635b5bdecba1cb449c507974e9de624247d8beeebd75e size 14924 diff --git a/Nuget/AnylineResources.bundle/module_barcode/ean.ale b/Nuget/AnylineResources.bundle/module_barcode/ean.ale index 223daab7a..f4afc983f 100644 --- a/Nuget/AnylineResources.bundle/module_barcode/ean.ale +++ b/Nuget/AnylineResources.bundle/module_barcode/ean.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7f84c2c745b7aaa25cab4794b2e5ddd4b935dd4013364e98714c1c5208379e5b +oid sha256:eb8a699e55b97d24bdbd92b40d607c315d5a3b93eeca40f0f1c0b1be0f17560f size 10016 diff --git a/Nuget/AnylineResources.bundle/module_barcode/ean_advanced.ale b/Nuget/AnylineResources.bundle/module_barcode/ean_advanced.ale index 2c059c775..4a7223af2 100644 --- a/Nuget/AnylineResources.bundle/module_barcode/ean_advanced.ale +++ b/Nuget/AnylineResources.bundle/module_barcode/ean_advanced.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:982ee1a5527d539f448214e188793d7718888e3f18801c0185f6edac0cee3c11 +oid sha256:3f349d833b8bd75b1ddcb8cf738395b7ab897ffc18f25f5945259466fee02f90 size 2144 diff --git a/Nuget/AnylineResources.bundle/module_document/document.ale b/Nuget/AnylineResources.bundle/module_document/document.ale index 20ffb4e99..892d87a36 100644 --- a/Nuget/AnylineResources.bundle/module_document/document.ale +++ b/Nuget/AnylineResources.bundle/module_document/document.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7a264ab4e5e356f09ea02f6b5f2de3a594bd8c2691f7570c473c036a978bb1f +oid sha256:280164a795354b4cf98858b4256bfed98f52fe51e8ca75e86aa6c22d6776b5bb size 50444 diff --git a/Nuget/AnylineResources.bundle/module_energy/analog_digital_auto_mode.ale b/Nuget/AnylineResources.bundle/module_energy/analog_digital_auto_mode.ale index 9ac63bff6..dee03ed07 100644 --- a/Nuget/AnylineResources.bundle/module_energy/analog_digital_auto_mode.ale +++ b/Nuget/AnylineResources.bundle/module_energy/analog_digital_auto_mode.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ae7efc8a8b449f0c71c84a9a02e026691636eb6a9f0caffd77ea695ba610133 +oid sha256:463324ab2ffd244ab751b404f7afd01b20f3fbda3e9d8628fc116cd9ab7c6ec3 size 22048 diff --git a/Nuget/AnylineResources.bundle/module_energy/brightness.ale b/Nuget/AnylineResources.bundle/module_energy/brightness.ale index 928d4c88a..fd681b4bd 100644 --- a/Nuget/AnylineResources.bundle/module_energy/brightness.ale +++ b/Nuget/AnylineResources.bundle/module_energy/brightness.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21ff5c06eea07db0fda0906f1385b170888779cdc635f45201eba5ad1a406259 +oid sha256:347a5066a88b3c61e1c6c92af902e59f252f3beed8329827fecc0def1b547e6e size 396 diff --git a/Nuget/AnylineResources.bundle/module_energy/cv_constants.ale b/Nuget/AnylineResources.bundle/module_energy/cv_constants.ale deleted file mode 100644 index ca3581d04..000000000 --- a/Nuget/AnylineResources.bundle/module_energy/cv_constants.ale +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9aba446ab28033a33fc4a33e133f7c3f3ecf65f5825dd7299ae0937576dab9d -size 1120 diff --git a/Nuget/AnylineResources.bundle/module_energy/dial_meter.ale b/Nuget/AnylineResources.bundle/module_energy/dial_meter.ale index 5882c6351..88ce6d8c2 100644 --- a/Nuget/AnylineResources.bundle/module_energy/dial_meter.ale +++ b/Nuget/AnylineResources.bundle/module_energy/dial_meter.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ab4a5c7006d9a42eb6decc75d23a8d65d64f6b9fe25c053d96c7843fd3d41e2 +oid sha256:85c04e59385e89f201f4c7b1ebef53f80fa04b930ac1c616a2a86346e44c0353 size 19960 diff --git a/Nuget/AnylineResources.bundle/module_energy/digital_heat_meter.ale b/Nuget/AnylineResources.bundle/module_energy/digital_heat_meter.ale index 8a12832cc..9e8fda5aa 100644 --- a/Nuget/AnylineResources.bundle/module_energy/digital_heat_meter.ale +++ b/Nuget/AnylineResources.bundle/module_energy/digital_heat_meter.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04928a033f7504b43b111c00687b33ca6005bbf9c45c70d74f90c6088a9a9014 +oid sha256:d794ddd4b1c683e92634219d241ebd91e7756ef85a54d950c50d9cead6f54cdb size 8352 diff --git a/Nuget/AnylineResources.bundle/module_energy/digital_meter_2_experimental.ale b/Nuget/AnylineResources.bundle/module_energy/digital_meter_2_experimental.ale index 64a58362f..7f95a1085 100644 --- a/Nuget/AnylineResources.bundle/module_energy/digital_meter_2_experimental.ale +++ b/Nuget/AnylineResources.bundle/module_energy/digital_meter_2_experimental.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:991e10103fbfd7bfd12383645d0f5a50e438fd85ffdf56180653e12209431ab1 +oid sha256:ef180f78b36e3cdb1c532aedca80651f3968ff18324545078a69aefb09d43859 size 25740 diff --git a/Nuget/AnylineResources.bundle/module_energy/digital_meter_multifields.ale b/Nuget/AnylineResources.bundle/module_energy/digital_meter_multifields.ale index e7d120936..21adb0e16 100644 --- a/Nuget/AnylineResources.bundle/module_energy/digital_meter_multifields.ale +++ b/Nuget/AnylineResources.bundle/module_energy/digital_meter_multifields.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b38b0e2f4f49e1c0cee29a298db021353486ff7d277882e1f7c901a9868d000c +oid sha256:5accaa4c383138a2c3ce3fababa03a38e7e5ea209943768667b5d41b5a13b932 size 39032 diff --git a/Nuget/AnylineResources.bundle/module_energy/dkjson.ale b/Nuget/AnylineResources.bundle/module_energy/dkjson.ale deleted file mode 100644 index 54deb8fe9..000000000 --- a/Nuget/AnylineResources.bundle/module_energy/dkjson.ale +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:102a7e262ca11169dd3f6ff0383ba28463d8fc7e3cd772bc751207bbd321489e -size 31480 diff --git a/Nuget/AnylineResources.bundle/module_energy/energy_serial.ale b/Nuget/AnylineResources.bundle/module_energy/energy_serial.ale index 82bd1f0b2..06af06f3b 100644 --- a/Nuget/AnylineResources.bundle/module_energy/energy_serial.ale +++ b/Nuget/AnylineResources.bundle/module_energy/energy_serial.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b5b57f72a7f889d01919616962ee36b89eeb6f4d13940ed2aeeb810359793b16 +oid sha256:f29493a7365755d0c47bebbc77a632dc90d76d2cacadfcef8f1e2fb6c0af1627 size 8716 diff --git a/Nuget/AnylineResources.bundle/module_energy/energy_serial_alnum_3_letters.ale b/Nuget/AnylineResources.bundle/module_energy/energy_serial_alnum_3_letters.ale index 95f3f92bc..42953d72c 100644 --- a/Nuget/AnylineResources.bundle/module_energy/energy_serial_alnum_3_letters.ale +++ b/Nuget/AnylineResources.bundle/module_energy/energy_serial_alnum_3_letters.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1542c70a072c0e62d8a1ec2fd49e8f88ddec95da1c5fcfcb71c4a7ac43a5665c +oid sha256:99dd2bbb239130599517558ec99383b4582423649de062007fe87d34cdcda135 size 21216 diff --git a/Nuget/AnylineResources.bundle/module_energy/energy_serial_capital_letters.ale b/Nuget/AnylineResources.bundle/module_energy/energy_serial_capital_letters.ale index c5b65c8fc..5c9ce9747 100644 --- a/Nuget/AnylineResources.bundle/module_energy/energy_serial_capital_letters.ale +++ b/Nuget/AnylineResources.bundle/module_energy/energy_serial_capital_letters.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2162a42354d382b5af7ded2cc0d02059c98471c12f109669a1288d4caa0c1da7 +oid sha256:011eeada86dee5f88687dfb1de34d1452faa2caa3d214ca3122b2ff2b81be28e size 12748 diff --git a/Nuget/AnylineResources.bundle/module_energy/extended_math.ale b/Nuget/AnylineResources.bundle/module_energy/extended_math.ale deleted file mode 100644 index 3ba1a451f..000000000 --- a/Nuget/AnylineResources.bundle/module_energy/extended_math.ale +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86d7f7447c27c552ba80041cfbd885bdabdfee2fcc7b02f4030ae351dfe116e4 -size 800 diff --git a/Nuget/AnylineResources.bundle/module_energy/functions_meter.ale b/Nuget/AnylineResources.bundle/module_energy/functions_meter.ale index 74e472401..e36de871c 100644 --- a/Nuget/AnylineResources.bundle/module_energy/functions_meter.ale +++ b/Nuget/AnylineResources.bundle/module_energy/functions_meter.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0027866a978151a5832eed86ce9c3d52ecbab6cde58d6851a915e988ff288809 +oid sha256:418ffe9199e2e7d09d6c74f70b8d5834afe0c19710c259b8a8a6eece23443698 size 34744 diff --git a/Nuget/AnylineResources.bundle/module_energy/functions_utils.ale b/Nuget/AnylineResources.bundle/module_energy/functions_utils.ale deleted file mode 100644 index 2b922a59d..000000000 --- a/Nuget/AnylineResources.bundle/module_energy/functions_utils.ale +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:300eed3b7c0ffde62462db7980699b5935fa492341d2638a177b3fd155c55f12 -size 6284 diff --git a/Nuget/AnylineResources.bundle/module_energy/log.ale b/Nuget/AnylineResources.bundle/module_energy/log.ale deleted file mode 100644 index ed84da76f..000000000 --- a/Nuget/AnylineResources.bundle/module_energy/log.ale +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:882f0b8c597b67dc91f109c236067b5b66d6ff602af9cb7ef2902aa4857780da -size 6668 diff --git a/Nuget/AnylineResources.bundle/module_energy/odometer.ale b/Nuget/AnylineResources.bundle/module_energy/odometer.ale index a92138463..d69e9526e 100644 --- a/Nuget/AnylineResources.bundle/module_energy/odometer.ale +++ b/Nuget/AnylineResources.bundle/module_energy/odometer.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:acbfb3014ca8e732de8b323ae9e8302608074e89429d148254ef0aa4788d7963 +oid sha256:8fa8434dd66cff860a59d01c359f397b6c25abc14934f777e17456748df189e0 size 26424 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/CCC_to_CN-chars_lookup.ale b/Nuget/AnylineResources.bundle/module_id/config_files/CCC_to_CN-chars_lookup.ale index dc8a1426e..bed0a88c7 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/CCC_to_CN-chars_lookup.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/CCC_to_CN-chars_lookup.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:598563775a7e631d02ec3e3e990312b92925fc83a189dc6f2d9442ee910cc68f +oid sha256:b208d28c9c45c645bed594d058963e6825998e34ac59980a5b91b4b6d876db30 size 145100 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/ID_default_start_variables.ale b/Nuget/AnylineResources.bundle/module_id/config_files/ID_default_start_variables.ale index e6c495d8a..a78303621 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/ID_default_start_variables.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/ID_default_start_variables.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0301bd5f58bd3ea86b4183a518d9b5550f5ebe99eeca89b4566e10601c771d2 -size 4172 +oid sha256:7c50055ad61ca6bae139acb83e50c97661887f1e352d9b1417d1d42ee0aa5144 +size 4664 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/JLP_default_scan_options.ale b/Nuget/AnylineResources.bundle/module_id/config_files/JLP_default_scan_options.ale index 806844b2a..a16632e7b 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/JLP_default_scan_options.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/JLP_default_scan_options.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e5c9218d4c68a7e7f06b5ac872056ee623c90407f3046114708cfa2fcdeb422 -size 632 +oid sha256:bd89f22bdc4b0850639940a834cc28a226a5e0fd230a650000deda055e300f55 +size 696 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/VRC_default_start_variables.ale b/Nuget/AnylineResources.bundle/module_id/config_files/VRC_default_start_variables.ale index ef73fdc73..6c0f07f93 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/VRC_default_start_variables.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/VRC_default_start_variables.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:943fe0b412a0e602c7ad1ed2fb6fc8e088b8fa222fe56f8a361aff70ef53502a -size 1228 +oid sha256:fe693b5c79e9d0ab3e958e29d6b46baf0d35fc1813f1726794c997f39661b88f +size 1400 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/language_alphabet_info.ale b/Nuget/AnylineResources.bundle/module_id/config_files/language_alphabet_info.ale index 96260d283..dcc4cfb04 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/language_alphabet_info.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/language_alphabet_info.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6fa319a86bf5dc7389a33d0b7455653d53e885212fc4f10fe84afe47c1b07181 +oid sha256:ae5617ce9f7b6ae14b7688c7d6a1c8a6a3145ec97bba0b372cbd3f666b0bc099 size 7584 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/AE_DVL_O_R331_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/AE_DVL_O_R331_F.ale index 6ce58d7cc..abb6a55ae 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/AE_DVL_O_R331_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/AE_DVL_O_R331_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28c743377fb90a2c09bb2e6a0f22e4ed2356e5a169b40fc223ee82bb6ef903b0 +oid sha256:e44f0dc0f0b1cee0bd045747b95717a2bfb218211d9fdb75c52a085b33e55bd2 size 21708 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/AE_IDC_R_R311_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/AE_IDC_R_R311_F.ale index fa7098e38..7cfeef904 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/AE_IDC_R_R311_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/AE_IDC_R_R311_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:942c951501cd16248ccb4b57e14adedd7f201ca9e597a22e4b127c15976f3997 +oid sha256:1a76432afe6449b118d956377ae1366ae0bb16e725bcde454c1b3d4e0713cdbf size 14048 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/BH_DVL_O_R341_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/BH_DVL_O_R341_F.ale index 2feed50c3..a5e7669f0 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/BH_DVL_O_R341_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/BH_DVL_O_R341_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5deac800fc8cf6783a5c664c7009397c7fd5cfff585422ba761b9a93330f839f +oid sha256:5876fd96885e8f22e63b1fa5eca82e954b69a053417b190b2192d89d439a1865 size 21004 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/BH_DVL_O_R342_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/BH_DVL_O_R342_F.ale index 3125f38a9..29a92c490 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/BH_DVL_O_R342_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/BH_DVL_O_R342_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e58dcfccef3e0778d73626c6e1a85d24214f1b555dec94b980454a8ec4c026eb +oid sha256:0707e66b490bf2059aadebba2b33e039cc35e0891357a4c063953c8484eab541 size 19936 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/BH_IDC_O_R321_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/BH_IDC_O_R321_F.ale index 61bfcf222..717d348dc 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/BH_IDC_O_R321_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/BH_IDC_O_R321_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:454739850ad2ec379dfea21a1dda155f3b43114956f93e9fcd657b8dd8961fea +oid sha256:7d71f10004b28cf85ef381755fe2509fb6a1a5f4ec34768e182858d7b0809522 size 11192 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/BH_IDC_O_R372_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/BH_IDC_O_R372_F.ale index e066b67c4..021beb0b3 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/BH_IDC_O_R372_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/BH_IDC_O_R372_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c192dedff19c97ea7d257bf5e7cd15fae51f2691b8289a1c67877c1ce6d26f15 +oid sha256:79d410f689b022a8b2a8371a28ccf59dd77b6ff04d399a09b4b7e8cbbbb74f34 size 9952 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/DZ_DVL_O_R391_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/DZ_DVL_O_R391_F.ale index 2d6a8d657..3c57233f3 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/DZ_DVL_O_R391_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/DZ_DVL_O_R391_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae8def7e4b8f81c93f85d0b6cfbd4c0b2bc199a33c49b01f9ba2b1f3bec2329b +oid sha256:04a31b13804a72b04354331261934b6ca8ba34feeede37583ecc33191e3c1b16 size 25184 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/DZ_IDC_O_R391_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/DZ_IDC_O_R391_F.ale index 079b85ffe..0dcf5444e 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/DZ_IDC_O_R391_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/DZ_IDC_O_R391_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad9e2571deab5da997d00aa4307afe839b73c9086380ebbaedbeda0b776f574d +oid sha256:ff8ac620a477b97ce15843b940573ca67ab590f3d51b574b2efd2e30db0a45dc size 20064 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/EG_DVL_O_R341_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/EG_DVL_O_R341_F.ale index dc6cee812..d486acea9 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/EG_DVL_O_R341_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/EG_DVL_O_R341_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c85c33bdf08a930f3a8fadc3da5a18f1eee4beb988e9ca74db96efacf2a51c03 +oid sha256:d49bea21196445841939e08b5745ba1ce69d9e6a9238c9c17d04a49f1d6bdb01 size 20576 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/EG_IDC_O_R341_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/EG_IDC_O_R341_F.ale index a9061cf4a..fbb291eb9 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/EG_IDC_O_R341_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/EG_IDC_O_R341_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c53725ad5eefc5804fed39c7cbe8e32f02cf9a7e1a44cd33cad0b15d2f53001c +oid sha256:5d6c1f6579829e97c4aa662245c0c9e29fed0360bb56f6c2c5733f4314203dff size 9952 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/JO_IDC_O_R341_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/JO_IDC_O_R341_F.ale index a9373851e..fd7d6d7b5 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/JO_IDC_O_R341_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/JO_IDC_O_R341_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58374acc2515cf20af3170d1a35b9d76a9067241fea2ecf1021b12a1aa801c04 +oid sha256:f91b27cf4d1a2e65a676d134e4bc305aeda0c83c4ea1e7893ab881f4614f514f size 14368 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/KW_DVL_O_R351_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/KW_DVL_O_R351_F.ale index 302ea2181..f6b711136 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/KW_DVL_O_R351_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/KW_DVL_O_R351_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:52654c113928932af75e7a7d78b9c44633589de41cf3d6dde60cb4789a632453 +oid sha256:5e27396617aade4204773bfe72d287ccbacfb0bb97d008c23f5477cafa163bcd size 18936 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/KW_IDC_C_R321_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/KW_IDC_C_R321_F.ale index d3f9822ab..5fe6f3d37 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/KW_IDC_C_R321_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/KW_IDC_C_R321_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e1751766ddc11551fd167ce92e2e33d259f571cb8fee483be0c82c99a4f35ca +oid sha256:0fa7b6fbf9919da9b304bfcd13938e7aea7728b174cdd2a767666bce15053845 size 22368 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/MA_DVL_O_R381_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/MA_DVL_O_R381_F.ale index 8951a0cd3..d92d338b2 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/MA_DVL_O_R381_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/MA_DVL_O_R381_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2569ca8e595d55778081e55a5e1db749e10157dd94e7be942ad58525a5617dbd +oid sha256:b91836435607c93d9b0239a82dc664a88859d94e6ae92d7b535ae47a818da5f5 size 22880 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/MA_DVL_O_R392_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/MA_DVL_O_R392_F.ale index 9973b2552..ced0fad1d 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/MA_DVL_O_R392_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/MA_DVL_O_R392_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2fb39a08168ca08ece137ec46adaa505f171540cb8ef819cf9c049619f5075e0 +oid sha256:43dad008f242f169071b7b7e39e14a4cfb6845a79ca2e35415b8ee997a59249a size 23308 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/MA_IDC_O_R381_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/MA_IDC_O_R381_F.ale index 4b444daf4..c6d8244fb 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/MA_IDC_O_R381_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/MA_IDC_O_R381_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:196e06b154df4c30ef71f76768fe0a84e79918b476b25eb7c260edc139e30a00 +oid sha256:78e63d8c169c736ee4288162967fa2b0649c114f6568de6312ecf360beea7fb9 size 21196 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/MA_IDC_O_R392_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/MA_IDC_O_R392_F.ale index cfaf275de..7e8a753ab 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/MA_IDC_O_R392_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/MA_IDC_O_R392_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ce23705b757769bef05a4ef7145bc37c743c962ab70d24b39d4dee4e642c743 +oid sha256:e7311c05b4274df2933c48c896b0476daae54133b298f5dbc54442706834296d size 19340 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/OM_DVL_O_R331_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/OM_DVL_O_R331_F.ale index e07b6f8e4..aebd19cb1 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/OM_DVL_O_R331_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/OM_DVL_O_R331_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e4ba4100cf7f84a59a658648855b8704f022ed495dcc63c7415166daa60ef04 +oid sha256:8c231b65223c971e449cc7fb4657a45c85010e7c8743df508551489a5ea475d0 size 24544 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/OM_IDC_O_R371_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/OM_IDC_O_R371_F.ale index 21e83abbc..3797a61ae 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/OM_IDC_O_R371_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/OM_IDC_O_R371_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9a4b4ec73c34da58f6b57e7cdfe7c1af09ef463bc1484d45307316e4b906de1 +oid sha256:8d9c9aad66503444fd8cce7bb3fca4fe5cb339cb99197a011d0b21aecdeacedd size 16056 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/OM_IDC_R_R321_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/OM_IDC_R_R321_F.ale index 6675f098d..8a05e94e5 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/OM_IDC_R_R321_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/OM_IDC_R_R321_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d405239ec1b54c1aefb8d657c41316c8e14e4b5b835b49b38755e52b1a43bb7 +oid sha256:160ea67b850f96e23f9cebc109f67a8ba79fd879b366215ac5ff45a5c845b9b3 size 19596 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/QA_DVL_O_R331_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/QA_DVL_O_R331_F.ale index 4de20bce7..f68fc8bdc 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/QA_DVL_O_R331_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/QA_DVL_O_R331_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:57a81f294aa05304a624522cb98e8d1a3960faab99a472fa4e4c6936bf14fabc +oid sha256:a8f42db18d55347287e19c43be590a4c946739cb4222a2c1addc4b1a543941f5 size 18976 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/QA_IDC_O_R371_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/QA_IDC_O_R371_F.ale index 841b062ba..08166e289 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/QA_IDC_O_R371_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/QA_IDC_O_R371_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08e314ef20b7319ae29847c6d26fde5d5f0b865127e68f577657caf7c57c3977 +oid sha256:465303e549a0a5934291da4c78f2d65bef0c859e46c765135db95e842db5c565 size 16588 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/QA_IDC_R_R321_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/QA_IDC_R_R321_F.ale index f78751baf..b4a9957d7 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/QA_IDC_R_R321_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/QA_IDC_R_R321_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c9b4b9dbb760e9bdd6da06a48f97bb674afb02d0abf12346d123a6049e5b509e +oid sha256:48d7e061083a8401bad56767f76266e0d0de93e47e41f3543baae0e47075a8c1 size 15456 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_DVL_O_R331_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_DVL_O_R331_F.ale index 304250324..ac09a311a 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_DVL_O_R331_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_DVL_O_R331_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c2311c905e85b1c7111d45c45c1e2b8e5af8140873d80a089a34aa5431077a7 +oid sha256:ff085f757d49137c25a5f2f1fa4717de29274ad5fd69103f8108d2eb1ad7be3d size 24032 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_O_R371_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_O_R371_F.ale index 8f57eddd9..895650cf5 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_O_R371_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_O_R371_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6514ab023fd1c7af95858cf3166e46923418f3d5d16a4e8daa870c66a25ac30d +oid sha256:89ad8658f2444904d57dba6e960a6de279e64b7a2ae40ebf1543fcece111e1c5 size 21088 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_R_R321_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_R_R321_F.ale index 328dd0f14..72af4381b 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_R_R321_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_R_R321_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f06cef03a8cd500c02aa9e15401c14fed9264956f1327d760e1fbd4c1abe7cd0 +oid sha256:e7e409ae6de4923c299b057bc676793048c9aeeb5522d5e30eb036f1ad812ae7 size 24032 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_R_R322_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_R_R322_F.ale index 5ebbc0a99..7ad0a41e8 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_R_R322_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_R_R322_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f9232fa8c7f7d7158ab630b7a72569ac0610517f581327a4661e304528c3660 +oid sha256:512cc65a9d4d4bcf8779b0c33b8a97a3876465da6d190748d670bbe8c1a4e1ab size 25592 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_R_R323_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_R_R323_F.ale index f6f6a10d5..fbf212574 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_R_R323_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_R_R323_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7b7f003a62429da9674dccfbe0f1f01188ff4a66608b92d174ff2f3059cd7a3 +oid sha256:deb5b252f89a83353a27bd38ffab6bdb5d3cbcb11a0e9147b19828a4d464afc5 size 24908 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/TN_DVL_O_R381_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/TN_DVL_O_R381_F.ale index 27ec5bb10..2422e73d3 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/TN_DVL_O_R381_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/TN_DVL_O_R381_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06d386b95bd0f76f1d04bf924cae028fca9cc65c3d30f70c14ade96fe62bd68c +oid sha256:9697593183318e46a0b384e1a74e54d925b8de8b39c9e3400523d21079013665 size 22752 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/TN_IDC_O_R381_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/TN_IDC_O_R381_F.ale index c8b050a57..787a244a4 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/TN_IDC_O_R381_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/arabic_script/TN_IDC_O_R381_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02027d16ea141a05521b05ad60324e87d358a5af2e18dacd41f4e050e4b87782 +oid sha256:ee8335375fd47bc82d4d0014fc8771784f655402d54b38d785c132a5ad725040 size 11680 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/BG_DVL_O_02002_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/BG_DVL_O_02002_F.ale index fce31c1d8..e15d2285d 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/BG_DVL_O_02002_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/BG_DVL_O_02002_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55c8c518b14a732fc2086b8479f06844b5ad82b894a918a25c34246a2c0a0f0f +oid sha256:22fddc615daefdddbd9007fb747a1cd94fa6291780bcbbdb683bd3a367adc257 size 32544 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/BG_IDC_O_02001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/BG_IDC_O_02001_F.ale index e13ef0c51..17a549b39 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/BG_IDC_O_02001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/BG_IDC_O_02001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:582199826283eb727773d879c4e26dd763f9a0da3402bb90647e809e960ce8db +oid sha256:fc2c00be82e10925bc0371c653fd14c644fd4cd957dad87fcc5a5e482221eb68 size 24184 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/RS_DVL_O_03001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/RS_DVL_O_03001_F.ale index 44769ea54..77ae75d9c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/RS_DVL_O_03001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/RS_DVL_O_03001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a45b2003df2f09ca3893b67ddbb34b97eda174947b8a9fe63eb347336d096d7 +oid sha256:5d90359398d7d2137376c1d3303632e18f03d6a07ec8557fc2725c71e4c86423 size 20280 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/RS_IDC_O_01001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/RS_IDC_O_01001_F.ale index 2b474e51e..1bed5194e 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/RS_IDC_O_01001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/RS_IDC_O_01001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc65a7f54ef58d5a20c070656e2febab7583ee35355db5cc28b0b7b3921ab4e3 +oid sha256:ac80cac0f2fdf68e54713e12d3944b1432c1a47b1e332fbdbdd08b10cfa2bfad size 15968 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/RU_DVL_O_03001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/RU_DVL_O_03001_F.ale index 35c59a8ab..ebc8fa137 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/RU_DVL_O_03001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/RU_DVL_O_03001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6145000257c70938b82b99607c4c237a5ddfba7dde94a455c412f2e1a43fb8ff +oid sha256:d1410440b67ceb2d3d4e577c9f63f06b69ecdf47b8137ecc8eba830c5ebce3f8 size 25632 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/UA_DVL_O_03002_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/UA_DVL_O_03002_F.ale index 783236e9b..ac54630fe 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/UA_DVL_O_03002_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/UA_DVL_O_03002_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6cbb16fad42a7e0c7b95b43605a79084cb87d5db314830e2271f8329ea2f849 +oid sha256:2482b7b99216bedca758bada0739f0c5fee234e7c435d2e1de482f8a38dc1348 size 33676 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/UA_DVL_O_04001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/UA_DVL_O_04001_F.ale index 8678f5eaf..7476af6c2 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/UA_DVL_O_04001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/UA_DVL_O_04001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:494dfea71c6783d51f10fcdc10dfad5cbbcfb845d7649a23eb240c05e2289e1a +oid sha256:76fa6c4ff68391689c04e3f94c9622a5468de5494a20543d24a2c997a99cc59d size 24312 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/UA_DVL_O_05001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/UA_DVL_O_05001_F.ale index b7089eec4..1a9a831e9 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/UA_DVL_O_05001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/UA_DVL_O_05001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8690e82d37e3463c96c65d98092f480af8ddbf3eda7ad65ead21e074b5fc9b3 +oid sha256:21e33ec70b496d84081c25a9f85c30c30facb12f8af7c5203b9a1ec74c27fb31 size 24076 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/UA_IDC_O_1_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/UA_IDC_O_1_F.ale index 5dcfb19a5..22ee45459 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/UA_IDC_O_1_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/cyrillic_script/UA_IDC_O_1_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6bf989336a227ab0109c10fe7bd03cee1f3cb3a9f61f54bf75a525344e4d292 +oid sha256:b566597d3f3bf6369efa5bf6e02c051df4ebd42b895244441e93f347c1d7da40 size 19832 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/japanese_landing_permission/JP_MSC_O_R321_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/japanese_landing_permission/JP_MSC_O_R321_F.ale index 464b62616..f86836ebf 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/japanese_landing_permission/JP_MSC_O_R321_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/japanese_landing_permission/JP_MSC_O_R321_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0fd8f1302138364bac256e060de4a0fec2a447e5b5ad2a4854a7e866d3da841 +oid sha256:cd2eb5dccf37ffe28c686463e8909cb656da6dc96d4906302dc990755f81d487 size 4940 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_DVL_O_04001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_DVL_O_04001_F.ale index 4e6ca3b17..6a0e57e57 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_DVL_O_04001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_DVL_O_04001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:616745eb2a6048842ee1738aa5db19b08208207328f9d5745ed891afdc95b762 +oid sha256:1faddac6136ee69108e4927f97453a52c0da33b303d60b0ebb914c8c2883aa7d size 19532 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_DVL_O_05002-05001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_DVL_O_05002-05001_F.ale index b2cba34ed..c303686a0 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_DVL_O_05002-05001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_DVL_O_05002-05001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61a802856e3b701fd9a28a513d9f9b8a828a98903edb4ccb174e3153ed9d7f79 +oid sha256:71a2c55663da158811aef663692e22da9a268a2afca27646f158490744040df9 size 15692 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_HIC_O_R381_B.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_HIC_O_R381_B.ale index 8933f2cf7..c0a4daf6e 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_HIC_O_R381_B.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_HIC_O_R381_B.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cbf9b8e12bc9db305f93ac5d56e15fd1637e2e8a7dec72b775158c14cf2c819b +oid sha256:890a900b3592ca9a52a7757bf4ee01650a0195bb336a4d879c70c5acda27075f size 13900 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_EO_R361_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_EO_R361_F.ale index c07fc65a3..470e08cfe 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_EO_R361_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_EO_R361_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cff914dbadc38449e06df33ad4d54499dba492baf963785989ad40426480a8b +oid sha256:3ebb1f233e86319e6e9b07c793f4ec65c1fde782e76d4969ef2c5582dcd4ad69 size 13816 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_EO_R362_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_EO_R362_F.ale index d51d2265e..fb0927092 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_EO_R362_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_EO_R362_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c49a01cec4de057c0803195b18e066f0092a51d74a115874754208424c4efc39 +oid sha256:d3ffe9acc6614530f2247feb0e5f31337bc0efaecfa41395e7fd3559b4df9553 size 14476 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_EO_R363_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_EO_R363_F.ale index d71ffe415..1976e81ca 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_EO_R363_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_EO_R363_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82591e7dcc09d0e5e990208f2088058c2d7b32039a5b90fcc1edff43b4910e99 +oid sha256:862209a71302e0a01878fb41cb45597d1083b30803718d3fb60ef081c1fd277e size 17528 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_EO_R364_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_EO_R364_F.ale index 6c4af626e..c45b0a7b8 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_EO_R364_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_EO_R364_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:739baffcd306752b3c5682f4cb9b5cde75267c8494c4792fd470b341f834f365 +oid sha256:58e583a976ef1334ecbdbd46ca5f3ba94db573a61af9f42a33a6565c961d9793 size 17632 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_HO_R381_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_HO_R381_F.ale index 5db72440c..6169c6f18 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_HO_R381_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_HO_R381_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38832a1920ab97715fd39223232734dfc1582004098dc75dcbd4ab2192a65970 +oid sha256:7acc9b702de666468fd22c18e7360b5601b9c92e6695e19df6c8e8f5ab330157 size 15032 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MO_R351_B.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MO_R351_B.ale index 31c14e155..e7b613f94 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MO_R351_B.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MO_R351_B.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c92a43a93df16b959e47853be9a531b4eeb97c2d4bcfdd2bce1b32b79cc18fa +oid sha256:22f097f781c21d544d247732458038a2618e026545c153d7bd9bb563fdda87fb size 11192 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MO_R381_B.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MO_R381_B.ale index 0a1739528..a829d1f4b 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MO_R381_B.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MO_R381_B.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb9913b1c137af202052a2bbcdd60b4087c380e6d497c8fac9795c5d9f8691e6 +oid sha256:1008e9833a5d1a0516942b7577b37e59e0359fa16735d0c616f25e2424a5d28b size 9272 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MT_R351_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MT_R351_F.ale index 7915c7bde..df87b9c5d 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MT_R351_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MT_R351_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7bf1962739fa533a94157758014a65274462c1be253ad905daf93155bc279919 +oid sha256:0830ff09e3f7837a3d602ab14328adb9138314ae06a813e6d468e10c5a5826ef size 11296 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MT_R382_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MT_R382_F.ale index f9939fe28..7b3c14756 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MT_R382_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MT_R382_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:684198fdfaa2658bcbc50b5cec1767998710c8bb807d209bc57e399f62bc1955 +oid sha256:3b1529b3375b260ea24d4f78bb50f2babb778df31401090b4b091c121262685e size 13280 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MT_R383_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MT_R383_F.ale index 466d2fefd..cabed14d1 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MT_R383_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MT_R383_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cbf881f59bcf3e5b38b7d67d7b2cd56c2db2b0129ade570539afb3e8f3a80700 +oid sha256:a2850a0bbc2dc81371de434637da26c1cc69d4fe44372b955c6f253a4ce517bd size 11276 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_O_02003-02002-02001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_O_02003-02002-02001_F.ale index 4eb59315b..a50d61bf4 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_O_02003-02002-02001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_O_02003-02002-02001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2676c20cbcc805a8a535e28e3fcd0ce340591f6476f437713ff1c527979b45f7 +oid sha256:809ac59b630a72f213ed01ebf221297babb90eaedab2d714ea6ecbeb58a63f22 size 12172 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_O_03001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_O_03001_F.ale index afacca58e..7cd94962f 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_O_03001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_O_03001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7fdead3c10f1b533ed702d55306da7491630bf7555b0c53dca289fe5aa72247b +oid sha256:de17de89aa7256537f4722e54aded5705afa006e434ff205088166ecec4d7da1 size 20280 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_P_R381_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_P_R381_F.ale index afaf8436b..797648b1c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_P_R381_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_P_R381_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:565a277c4e4367708c1f564923865c38da690d07b0f950ad54a9e6f79d5669ce +oid sha256:bb421e7a0660501d94296999a134ee90d3e2530adcc993cbf57d0b417a04909a size 6008 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-ACT_DVL_O_R261_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-ACT_DVL_O_R261_F.ale index 57b8bea29..d6c995556 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-ACT_DVL_O_R261_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-ACT_DVL_O_R261_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2627869c9c61c900b36a255731bccd084bbdab5a5eb3a3cd7dc2d9ef3a93b6f +oid sha256:ba3305ac360f1ed9c43d3682f378c0733608b6ef855e9c4ce7c62d89a4c3dd9f size 11276 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-NSW_DVL_O_R241_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-NSW_DVL_O_R241_F.ale index 4fb071fcd..bef9386e8 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-NSW_DVL_O_R241_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-NSW_DVL_O_R241_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1f7275b6b66f804d09ed5872b0e2168d96e9545483f77075d5516630f515e05 +oid sha256:ee6625fbeddde76aaa2fe038cc4ba1769c56cc35d0509c68cc888539912c5615 size 11424 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-NT_DVL_O_R261_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-NT_DVL_O_R261_F.ale index 1a6104645..93424bdf2 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-NT_DVL_O_R261_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-NT_DVL_O_R261_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53ccb6e9983e88e4c532cd2005e149c8e50f07df53b1a9d8ab47237a5f81ad35 +oid sha256:84ad249d1968e5cc42bfa3eb12373c969cac5bc1dc3c9e25a865e217773c50be size 14156 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-QLD_DVL_O_R241_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-QLD_DVL_O_R241_F.ale index b80b80031..ea84ddb5d 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-QLD_DVL_O_R241_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-QLD_DVL_O_R241_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4c5d74064d2bf57f7100c9801549d3f11919042f313fe5afa110f7f45a32d1c +oid sha256:d7beb06b9f253534d16621f30eba7830154393221356df6623054567b244d88a size 17740 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-SA_DVL_O_R241_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-SA_DVL_O_R241_F.ale index 6d696aecb..42c0e6ab1 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-SA_DVL_O_R241_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-SA_DVL_O_R241_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc77e33b441b5245e3cbeaf5fb326deed5cac98fc5fac684433f673c683d235c +oid sha256:232c32fd8f878bcc6dab326d944c3fad1194f4d539d096b79998f02d2d7ece37 size 10616 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-VIC_DVL_O_R241_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-VIC_DVL_O_R241_F.ale index b53d808dc..4596f0703 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-VIC_DVL_O_R241_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-VIC_DVL_O_R241_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2ae12ae5d70c5a3b73f241881add19b1e869110732314f77767bcfc78987de9e +oid sha256:55fd21b848957e8203bb5200d96d5107ad6e1b058885f22d61b5bc3882928d0d size 12384 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-WA_DVL_O_R261_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-WA_DVL_O_R261_F.ale index 450f476be..a77305b76 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-WA_DVL_O_R261_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AU-WA_DVL_O_R261_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94df60d1607484ed0d8ed22b6347a2e279d35b2622f2a851367839e93a1fb23c +oid sha256:b6ea0bc9d7166878d517e76103a93733158af8f17f62b70d3f3ce30ebb0b9b4e size 11724 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BE_DVL_O_02003-02002-02001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BE_DVL_O_02003-02002-02001_F.ale index 68bfef94f..caebe1c28 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BE_DVL_O_02003-02002-02001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BE_DVL_O_02003-02002-02001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:10756d1c74271e9d9ac29e1864e5e80c12987ccf23ca2dbe8209c35e23e06e28 +oid sha256:15e1c6ede33c1dbe0294ac3d6e3e9502c409ebcba31d9d2ba4c52d201a753ffb size 16588 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BE_DVL_O_05001-04003-04002-04001-03001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BE_DVL_O_05001-04003-04002-04001-03001_F.ale index 4f64e0d51..9e4614fcd 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BE_DVL_O_05001-04003-04002-04001-03001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BE_DVL_O_05001-04003-04002-04001-03001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f83db646070f77bcd090c8d09a108d13e798762fcf93646ae0afdd6ea778a33 +oid sha256:71be920e3031ef17b1afe2e8fe1e14c28a55ecb17851b1d215ef33da008d9621 size 13984 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BE_IDC_O_09003-09002-09001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BE_IDC_O_09003-09002-09001_F.ale index 23d061d97..2b767e652 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BE_IDC_O_09003-09002-09001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BE_IDC_O_09003-09002-09001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:827de0e4b3c58dd17f78e99a448aa2bc60ec4f5358a093b29067266131886db9 +oid sha256:9ab6733190f1a3c991d9ff76f1d3e8ac25a7da8d5cd6d9b5fb9ba605c530b756 size 16440 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BE_IDC_O_10002_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BE_IDC_O_10002_F.ale index a1acbe2a2..3f4dc45df 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BE_IDC_O_10002_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BE_IDC_O_10002_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03ff1c0d9d91984809d63393657b6eb38eb70c92bad6e996939d2a44dae0be81 +oid sha256:46f2e080738299d140f2072f1047deccfbde8293baf16e06716dc35431d56b1c size 16952 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BR_DVL_O_R391_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BR_DVL_O_R391_F.ale index 727f98b4d..55f41707e 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BR_DVL_O_R391_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BR_DVL_O_R391_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f10bbef1c9926e2eac58eb5697f923841b2872360043bc667dbfab9dc143815 +oid sha256:197168b4e19966e42d5377d7f8f6116abeaaa23ca44ea0521ac3bd79f79585ad size 27104 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BW_DVL_O_01001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BW_DVL_O_01001_F.ale index 6b7a211c9..8ce209b4b 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BW_DVL_O_01001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BW_DVL_O_01001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9912d67ce989cf9b811efc4d0a99190249c597e040f351d81172910ef3608997 +oid sha256:a89a98b6a198c58fc849bf3f0e49553042288c5d1c3fda673cb9f567fcc19c8e size 26080 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BW_DVL_O_01001_F_v2.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BW_DVL_O_01001_F_v2.ale index 54ef130f9..dcefab35f 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BW_DVL_O_01001_F_v2.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/BW_DVL_O_01001_F_v2.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e9f3dd3b46e74dd39cebe0d9288ca6055af7078e3f6ddd18809391372f32711 +oid sha256:d79deb2de5adb2fad75b31863ef6f7b16dbc55d57194a2ba54956063a678be72 size 25440 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-AB_DVL_O_R281_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-AB_DVL_O_R281_F.ale index 38a653cd5..0ff60c03e 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-AB_DVL_O_R281_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-AB_DVL_O_R281_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:766cb2efe1692e29e6f74f2c3a1a25d2562df52412f1f5918bf01fd51cfc2c7a +oid sha256:81db2e7d376116fe0759b653bff163de6e3c47c35c0fa4aee37829e386c52c37 size 23392 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-BC_DVL_O_R281_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-BC_DVL_O_R281_F.ale index 99bba8be1..484e439d0 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-BC_DVL_O_R281_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-BC_DVL_O_R281_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c20425cac4b44755b2cfe758e8a8b000e10a879ff582b562d84a2b604db0efb5 +oid sha256:c9808a6cb99f7ac737d84f0d43e4abb26aebd7e830590d42cc8a1308075fbce7 size 23116 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-MB_DVL_O_R371_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-MB_DVL_O_R371_F.ale index eecc5e7e5..313b24128 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-MB_DVL_O_R371_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-MB_DVL_O_R371_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2316dbc923844f5fd7ae9ead4ed97f32f69778774c4df5a2699536600bbb742c +oid sha256:2e540a1faa279d77c13a52f966d649af5ce04d32a3cc5a0d7160d65a2f819e4c size 34060 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-NS_DVL_O_R371_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-NS_DVL_O_R371_F.ale index 8df3e9971..46be8800b 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-NS_DVL_O_R371_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-NS_DVL_O_R371_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f9a5ad28c10f2d3c5159a6e1011fdd278d801d8b2279c27fe4884a7341d2f94 +oid sha256:05064aa99efe798e7e3848bed9b30f7f4ae5c7e344799fa81eef977658cc87d8 size 28812 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-ON_DVL_O_R281_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-ON_DVL_O_R281_F.ale index 9e4423c7d..f79700558 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-ON_DVL_O_R281_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-ON_DVL_O_R281_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:377b06c19d61ca88fce6175955cefb858c3d861cee5f647ba6c65b0fa4cf5d8f +oid sha256:a51706d1726e92d2fa1009ee93f2bbce7975d31696faa2249cdb29d460be2f77 size 21452 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-QC_DVL_O_R281_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-QC_DVL_O_R281_F.ale index aa33f07d7..28bd5e030 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-QC_DVL_O_R281_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-QC_DVL_O_R281_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d53f95c1cfebf3f454f1906ea9c4598a565b2f6fa9872b1050705aca30e3167 +oid sha256:04ef60206a4cf8db34273c1a10035fb55312a6666bd2b12daa645700ffe4c9ac size 23136 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-SK_DVL_O_R371_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-SK_DVL_O_R371_F.ale index 707d9dc5e..996cd1524 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-SK_DVL_O_R371_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CA-SK_DVL_O_R371_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99c9cb5e8eb78e57f45bda76c5eb644ff9200ce1d66a776217ef3c9fd2bafd9b +oid sha256:663f10c8969a201549e86e8cd39f13b26d3d0e34b2c521a5c8e6fc55d23e855e size 28664 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CH_DVL_O_02001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CH_DVL_O_02001_F.ale index 5dcde53d6..99b678457 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CH_DVL_O_02001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CH_DVL_O_02001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c7b7ee5e7b2909967b232761dd2fe46687d65a50c91e9039f4fe42f99ac69e1 +oid sha256:750f7531a54d14d6b1fc15503863c9364ad665852fb54f7750c741f1e59aabcb size 15904 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CH_IDC_O_01003-01002-01001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CH_IDC_O_01003-01002-01001_F.ale index 11b83a3ac..75e54b13a 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CH_IDC_O_01003-01002-01001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CH_IDC_O_01003-01002-01001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c0fb45753f82661392892ca380590b033818211b670c9f34e13b52cdaa43483 +oid sha256:55385b8dc56ce685e01a0aacb71701c4e697a1b27ea039a25b9f662dcc9b5e70 size 9036 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CN-HK_IDC_O_R331_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CN-HK_IDC_O_R331_F.ale index 383b89237..618e53864 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CN-HK_IDC_O_R331_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CN-HK_IDC_O_R331_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:767861d294cebb6b549e39e2f3ce3cf9426c31a41dfcb4f00da44c8318f5c25b +oid sha256:8804b277c8640dff046ceee29c8c9b6da3afb9d179f9a37d75e5aac174311d37 size 14624 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CN-HK_IDC_O_R332_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CN-HK_IDC_O_R332_F.ale index 2cd79c43f..bd2e87402 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CN-HK_IDC_O_R332_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CN-HK_IDC_O_R332_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71385cfcf3b48d4c4cc0b2301b39a77d53c395182350326459f74b407f614273 +oid sha256:4af8f0878aeaf26673f0c5679a3c219cf09fa3948e30d5ef375d81f36ff5f65d size 14648 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CZ_DVL_O_02003-02002-02001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CZ_DVL_O_02003-02002-02001_F.ale index bb5819da0..94558a2ff 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CZ_DVL_O_02003-02002-02001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CZ_DVL_O_02003-02002-02001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8223fbaeffbb0ceeb13c2f5fb7637cf5f99fb33fb681d20abec1e931f72a8d7a +oid sha256:be98fa14f1eb630bfc18db0c418022767fab0b09d0d0813ebedd38239fb0d302 size 18316 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CZ_IDC_O_04002-04001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CZ_IDC_O_04002-04001_F.ale index 40ae32363..db143f6e4 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CZ_IDC_O_04002-04001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/CZ_IDC_O_04002-04001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:279ab5b438ca3b0ea7211d35dc10b3a26ebaa09d65617c65a5a100e4f5654fd1 +oid sha256:e6d976f9adf1b86ec0142314cb904b7d3151421a82321011938c89076b79ba99 size 15840 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_DVL_O_02006-02003-02002-02001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_DVL_O_02006-02003-02002-02001_F.ale index 54cf0867f..af138aadb 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_DVL_O_02006-02003-02002-02001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_DVL_O_02006-02003-02002-02001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ae3f16248b68b3d515790346cb697863d031e55d09e582b7be0ef1f4e3467eb +oid sha256:d45d9c00b853d25aed1b90f0e3438281f7311f3c92341bf19857540d9c2af012 size 16224 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_DVL_O_02007_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_DVL_O_02007_F.ale index d2ccc3a71..d7630ec76 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_DVL_O_02007_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_DVL_O_02007_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5e70d7146041d7d228d994e119b7b5617cd61c5f8b4dea16cfa7ce3074e0737 +oid sha256:34ecb607f2e5e7c31e219856817896a37f146a6ec54296ed356d82d92fcc5f8d size 16120 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_HIC_O_R281_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_HIC_O_R281_F.ale index e3ffd55a7..0a363469c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_HIC_O_R281_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_HIC_O_R281_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c4f89f1e422e05a94fddec06ea13cd8532142f20ee5099e223b83f7ac16c153 +oid sha256:fa6576320f8e5d6b14ac11ac7827da8a330bc9f7e807b1e9e940023463d800a6 size 13260 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_IDC_O_02001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_IDC_O_02001_F.ale index 34e8b6780..830776444 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_IDC_O_02001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_IDC_O_02001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f59a7d065ec58b374d068ac1dc3e54a8eb5c52515a0a8270c45668edb025d9f +oid sha256:f9b4736950a7261e9947458a541b88622cac00a5d427cc34085a39abf09d6f44 size 13920 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_IDC_O_02004_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_IDC_O_02004_F.ale index 6bc4e30a1..f29bfad5f 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_IDC_O_02004_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DE_IDC_O_02004_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d751f5d8bade6d9cd3642d5d35ab9de18808ae091b71a037f3108d05253ede2b +oid sha256:9dacda940a7b6a3249a4243e55565a47c2a82334fb3a47fce27abfa68520b48f size 18552 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DK_DVL_O_03001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DK_DVL_O_03001_F.ale index fde46347e..98a1e5e27 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DK_DVL_O_03001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DK_DVL_O_03001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f7ee4b5aedc2f3f0bde5de4f2a0ea682e7c4c8685929cb315140e52a4ae01de +oid sha256:7f7d8c7d20acb67001a5f5c4b702d6b2d899512a03104aa5b4ba724aeb148f15 size 17400 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DK_DVL_O_04001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DK_DVL_O_04001_F.ale index 9b2ab5015..9e7f34eef 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DK_DVL_O_04001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/DK_DVL_O_04001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:57551ada6dc070815cfcae47eb9d6d00d69ede96baf02bdef36f2ff67463d30f +oid sha256:a06d9a0a2bb3a7637d4849e69c773ffbf4ef59d761ba8862f231b1bf2e2f3e3f size 17312 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/EE_DVL_O_02004_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/EE_DVL_O_02004_F.ale index 835f48acb..8400dac90 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/EE_DVL_O_02004_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/EE_DVL_O_02004_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6f22268d3daf2160104f97946756923675fd2ac48dc0a8f53455d743653bfe9 +oid sha256:b0b3f17cef66f7e12c111f81fdc1f73367719008781ce499a3826828cee59ead size 18444 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/EE_DVL_O_R311_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/EE_DVL_O_R311_F.ale index 645874ec6..0f4eab8a2 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/EE_DVL_O_R311_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/EE_DVL_O_R311_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d32e5502fb311ab83347fba95ab53fbf5fcf2838e96d85332235ed90b2327a3 +oid sha256:66b38b14955709f0874a0d7f5fa0bd7a90eb2cb03deb5502c2287452fbeaf863 size 20536 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/EE_IDC_O_04001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/EE_IDC_O_04001_F.ale index 1d8c58d73..a84094b16 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/EE_IDC_O_04001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/EE_IDC_O_04001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14b156c91f0252748304b58d56bb647bfb47c2e26d93db45d756a21f3eefd035 +oid sha256:f053fad59f2917cf6ff426f160ae524c165e91bddaa03e3c0d4ac07b35d6f5fb size 15392 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ES_DVL_O_04002_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ES_DVL_O_04002_F.ale index 9045bda06..34beb10ac 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ES_DVL_O_04002_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ES_DVL_O_04002_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2ce75e26ce9ebf83b0362c51f5c08a73f417457461ae0915216cd481bacebab5 +oid sha256:5a53a6b6266d1629d292ac12795dca8d7807c299dbe239e24c5abd9c271323a8 size 15712 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ES_HIC_O_R281_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ES_HIC_O_R281_F.ale index 331784b70..7818df9d9 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ES_HIC_O_R281_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ES_HIC_O_R281_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09a4ac78a621035a354acb98b62eb42de3205c20173c7a9374a7fb1e9121fb2e +oid sha256:b19de518beff53b43a3f90f0f09bd34efcdfbd7506dcc2f34fa87ac68f744e94 size 11360 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ES_IDC_O_05001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ES_IDC_O_05001_F.ale index 49bec3399..6cfe80582 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ES_IDC_O_05001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ES_IDC_O_05001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8fa5d0b5daff2544899b22854628c9951fa2414b7a18f036ac23a5b7e41edf64 +oid sha256:359f7f02ec7df95743778d252746f6e92f0826480f504d15047a5f542df48ba7 size 15136 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ES_IDC_O_06001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ES_IDC_O_06001_F.ale index dd953a422..52e6a19f2 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ES_IDC_O_06001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ES_IDC_O_06001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9a119b1ca6e4d516d49652adb01ad65e9634bf02146068ad16a5e5f8947fc8fe +oid sha256:94a2b778de32f5639d7762e675e3c14114e89dbeaa89f631a2a080ba030e8671 size 23052 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FI_DVL_O_04001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FI_DVL_O_04001_F.ale index fe49e424a..e3543346c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FI_DVL_O_04001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FI_DVL_O_04001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80a8c722c306ca59ee262d826a41c0ae66fa82ae1a4e5dcf594decd58de9dede +oid sha256:e01cb760fa1596d37e912d1615d4af3b1050e145f439863bb6a13a65d7948c09 size 17952 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FI_IDC_O_09001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FI_IDC_O_09001_F.ale index 20541627c..c200a9b90 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FI_IDC_O_09001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FI_IDC_O_09001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b14605e2810f1294798730ed478cb9c145a34c964aab87050a0de13b91cccc67 +oid sha256:707b6c52b73750020d09653a57c415aa76296d0a74b26ab61cff686c322733c0 size 17184 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_DVL_O_07001-06001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_DVL_O_07001-06001_F.ale index ccd85d6f1..b736aff9d 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_DVL_O_07001-06001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_DVL_O_07001-06001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc992ffa83cee83e93ac58548cae4839951ce83acf688f0d5b237b8ee3a9b32a +oid sha256:d2253479fa11694808f559611aab62d16694b542fc89711357fe256650831dc5 size 18360 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_DVL_O_07001-06001_F_v2.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_DVL_O_07001-06001_F_v2.ale index 0913eb248..129719b4f 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_DVL_O_07001-06001_F_v2.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_DVL_O_07001-06001_F_v2.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b650f6df496bdb348d9b8ff381a5cd997b35f60ecf89d550b9eda43bdc50d956 +oid sha256:9ae013992b13c20f84dfbb78cf4091b55ba366b5bfa1e27c5cab7d25531d5766 size 17568 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_HIC_O_R281_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_HIC_O_R281_F.ale index b349943e1..2404d0a85 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_HIC_O_R281_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_HIC_O_R281_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b7b606ec6b793532daa976c685d8e6b12df6b4b77701883dcbb6a6991d28d05 +oid sha256:13c53ec349681f354856e50776cde0fb86d9fb5b509e0b1ef735b75a448e0ea5 size 8160 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_IDC_O_02002-02001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_IDC_O_02002-02001_F.ale index d4278c06a..bacfee1a9 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_IDC_O_02002-02001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_IDC_O_02002-02001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c0d786f6a3aeea4eb3fba9c98c7efc5b1a943e963ab554f3a408675a4fb9df4 +oid sha256:42b45f7ec6a263d143d8270c7447308b40228f4bad9a98333d7e751c64e385a4 size 13920 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_IDC_O_03001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_IDC_O_03001_F.ale index 2cb19f2be..e442b6e6c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_IDC_O_03001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/FR_IDC_O_03001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2404277fc682d9f5947ed2f5776827a61275e10576098c412a56a348538ccb2 +oid sha256:9ac891b1cb0569b82c2dd3ba92de498ca6ee648f8e9cb78313bf1ab42fededd1 size 17656 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/GB_DVL_O_07001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/GB_DVL_O_07001_F.ale index 41a0c2479..adbe1c7ca 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/GB_DVL_O_07001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/GB_DVL_O_07001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9e8f3b54a57fb71b5f1d1255056e9d1a9fefa227ce23cb88deda3d6c368da4b +oid sha256:96ec169994fcbbb5ac661a8d8b924aa945678867d27fbe9c4b8906a15e8f6fee size 17696 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/GB_DVL_O_09002-09001-08002-08001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/GB_DVL_O_09002-09001-08002-08001_F.ale index bb468f2c9..dc072c979 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/GB_DVL_O_09002-09001-08002-08001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/GB_DVL_O_09002-09001-08002-08001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd39bfac4a10349b1f37725b4f7870405ec45ad92ad602087842f82cfbdec967 +oid sha256:d00f6ba9a2568a233cc5b4902527fe2cd8d471972ab464d9eb25c4fa09d8bf5d size 18464 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/GB_HIC_O_R281_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/GB_HIC_O_R281_F.ale index 18b799a04..de01701c2 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/GB_HIC_O_R281_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/GB_HIC_O_R281_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65a0fdcdee5920292733a1e03811f87df2c2f97a6d2931cda9e52c7aace5891d +oid sha256:a18a8d53b68183eb762f4a0d45234c72eb8c86f7912f7f8b1e1df26dfef4da4e size 11360 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HR_DVL_O_02001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HR_DVL_O_02001_F.ale index ec4c0a150..fd40ad985 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HR_DVL_O_02001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HR_DVL_O_02001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03f533772a3f88db773162d172a98f79b6136efe6ad9bf5d713850945539890d +oid sha256:9e3e1f261f6829cff610dfc56abd1877deadd2f73023e42c1b7001868b1435ba size 17336 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HR_IDC_O_03002-03001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HR_IDC_O_03002-03001_F.ale index 25d3a3fd1..06e9ad17c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HR_IDC_O_03002-03001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HR_IDC_O_03002-03001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68d0054231fa9b6d96386a38c8bfdc8f5c703c555bd23b69b782e7cda612aef9 +oid sha256:ab84c00b0fd625f94022265d5c54f2362679f39131b17fcd39829872787f9061 size 15052 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HR_IDC_O_04001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HR_IDC_O_04001_F.ale index fc3b182ab..c5b1e0b29 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HR_IDC_O_04001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HR_IDC_O_04001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b63562f5ddbd0f5aae7c0db23e06c3970be2e05205920898a9d70ba8398072d +oid sha256:fe360e95871595446dc3a444a85cce519051625871b06f2d46719b1c84f616cb size 19448 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HU_DVL_O_02001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HU_DVL_O_02001_F.ale index afad50791..a803d0057 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HU_DVL_O_02001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HU_DVL_O_02001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e51abf95ad5967b86e49281d00b760b2d4d120664fd6f67015a5ac52f813112e +oid sha256:2501637e63754c644e9cba58a50ff0a1b52d322af50235ad5ee8fd0b93335a2b size 17016 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HU_IDC_O_05004-05003-05002-05001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HU_IDC_O_05004-05003-05002-05001_F.ale index 69cb37e76..58a779a0d 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HU_IDC_O_05004-05003-05002-05001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/HU_IDC_O_05004-05003-05002-05001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41df944ad5bc15cba8c3b7fb3bc019a5a0e98e671fce2d27f5895557fa12251e +oid sha256:d8b04e1e20c593e9d5215e30b07a50ac1732bc89b5b79c5b4127ee88c1e1b301 size 13496 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/IE_DVL_O_04001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/IE_DVL_O_04001_F.ale index 2ba9dfce7..b1b80f10c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/IE_DVL_O_04001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/IE_DVL_O_04001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f748305ddd919b2544d427d9e198409e6e6a973cd90c2305136466269d6fcbf7 +oid sha256:d44b73c94dfdeaf3a0ba08d48ae60be3e60e64470e75b8e10e907f2e4383f8aa size 21472 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/IT_DVL_O_06001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/IT_DVL_O_06001_F.ale index a5e7a4131..7d1f88497 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/IT_DVL_O_06001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/IT_DVL_O_06001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82a2a3c7a5ccc523258b91d9bad66be4a251fd9ec1560371378a1e1011da2e62 +oid sha256:5152b4119ef03d015fc3276a242ce46cc3a6598a45a2705d34f3fea7015f1cf8 size 16160 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/IT_HIC_O_R281_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/IT_HIC_O_R281_F.ale index edb891b7c..7faed3111 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/IT_HIC_O_R281_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/IT_HIC_O_R281_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9842d5fe47e87d9ae0d6145436fb07f8d62e9e80c0adf63a87380d02f96f7cd9 +oid sha256:e1cf4e7eb2714fa96be9515287fa4b4c4ddbe4c29a13800a08fa2ad86a23fc24 size 8608 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/IT_IDC_O_04004_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/IT_IDC_O_04004_F.ale index b4fbdc6a1..fb19735fe 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/IT_IDC_O_04004_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/IT_IDC_O_04004_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7d1090e87d23b3a8c6c71e5cf3c3a425a033a7b635baa44ee9069d80ebe88c7 +oid sha256:450c9f4bb24157a4620d447c459df4884e21ddbd4c035e2480ee323a4d87e958 size 17440 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LS_IDC_O_R391_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LS_IDC_O_R391_F.ale index 6b1101217..c9b88bebc 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LS_IDC_O_R391_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LS_IDC_O_R391_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c9cab5b700074790f0391c67c3ac11c1669fdb450996d90e585715ccc3580df +oid sha256:7d2604998b77c3886b7739a1251442e7e5d2ded58ef8dd61009bf44d8a9e8217 size 19192 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LT_DVL_O_04001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LT_DVL_O_04001_F.ale index 34a683e15..0f1fc2aba 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LT_DVL_O_04001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LT_DVL_O_04001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:29e58205959b7fb0ba39ab43e956c06cc78848d3d6999812fe9e28237f74532f +oid sha256:6d6bff441d6ce69303e05596979e7a0ce700c92b9f849675abb83607478e7375 size 17784 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LT_IDC_O_02002-02001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LT_IDC_O_02002-02001_F.ale index dae7f82ba..afab94d93 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LT_IDC_O_02002-02001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LT_IDC_O_02002-02001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32d463d42ce4b2e92cac6fcc1b522c61560893ef8447b68e6328e9817747c575 +oid sha256:829900e9c1d23f64169eaefd3ad9c7188be51d36ba4849282e02ea78f1b6b073 size 13728 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LU_DVL_O_01010_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LU_DVL_O_01010_F.ale index 36f454c8c..12a943afd 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LU_DVL_O_01010_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LU_DVL_O_01010_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b87dd7ccad6bc4107a6a291781510492f3a0e630dbedceb53f4c68967d055b6b +oid sha256:6890dcb0e60e23b6970249eb9d6cdc09e50c11cc6a814d006ad4e34fdc4e522f size 17400 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LU_IDC_O_02005_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LU_IDC_O_02005_F.ale index 20a4503d3..b87a115f1 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LU_IDC_O_02005_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LU_IDC_O_02005_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:77c42e74865feff44d97fa8813e6040440da170d9c9d029dab411bea5dca0a20 +oid sha256:6b72dffa95d6dc5f3e9881b6d5c7ae6eba919687c1eff52b359e37b16a8a9ea8 size 18252 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LV_DVL_O_01003_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LV_DVL_O_01003_F.ale index 4b2f5316f..fa698582b 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LV_DVL_O_01003_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LV_DVL_O_01003_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:70ceb9f2dfed1173bb28d4d0ad8b314a6dfc64d6072ab7a2bfc1f6dd9a25c090 +oid sha256:badc699860565eb1b1827e07f16442cd10dab12954c92e10968d5938794b12a3 size 18380 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LV_IDC_O_01001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LV_IDC_O_01001_F.ale index f48bf348a..4c6fba4f7 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LV_IDC_O_01001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/LV_IDC_O_01001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:40b30c69afdb1457fa9fdcfade40aaa25c64924f6ecb970f642cde22fe7aff29 +oid sha256:fd452cc5f3f647ad7082e29d99b00bfb05d00e61e521f51ffa559b79848dd654 size 14028 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MD_IDC_O_02002-02001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MD_IDC_O_02002-02001_F.ale index 8e8f5f761..44aacc646 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MD_IDC_O_02002-02001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MD_IDC_O_02002-02001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a25b03f92606147cb8fa3057f9417dd2d0663f9d9008fb3224b870ede5f33756 +oid sha256:4b898f3c780b74114448e81c9ac8da68a98ac2426095e3c457756dde37ea833f size 14520 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MW_DVL_O_R341_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MW_DVL_O_R341_F.ale index 1846b3788..a0a4844b0 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MW_DVL_O_R341_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MW_DVL_O_R341_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5307551d84740770999d17e354676671ed16e2493122ad38fcd46b796c3d39a +oid sha256:fc6996cfa3161ac3a4d43e109d97100feddce42168c68633ad21ffb555317ebb size 24928 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MX_IDC_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MX_IDC_O_R271_F.ale index 06a690521..0c69b9224 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MX_IDC_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MX_IDC_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d0620f236c35a4689c72ee538f17e2b7477f9b3b70ab4c99cbc5aa54b1639fb +oid sha256:2d63ed6f237da772f5d43a504e501861b52b3f6da931e9de130ce319ebb35337 size 24908 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MX_IDC_O_R272_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MX_IDC_O_R272_F.ale index df75af914..fc5319743 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MX_IDC_O_R272_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MX_IDC_O_R272_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a292c8e8c92371d6a63e00e6ed33d33bc621ac35d3c332782394c08e7461c33 +oid sha256:4006f4305a9c9f70c39521212fec75de42cf171e7e5e3d133fd27d99baf1068b size 24376 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MX_IDC_O_R273_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MX_IDC_O_R273_F.ale index 385f3a4c6..f4c4ec5f2 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MX_IDC_O_R273_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MX_IDC_O_R273_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a03f21877c7a402b5257821e7fe2be9af2346130ee28cecf490d607958de4df9 +oid sha256:a3fd29070f85c5c59ad7c23d71f93991f54087cbc84a12bc62906116f4ac0ec2 size 19040 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MZ_DVL_O_R341_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MZ_DVL_O_R341_F.ale index 06b3da132..d16b19b20 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MZ_DVL_O_R341_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MZ_DVL_O_R341_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d0fcc08df92b221599ff6021c355203a475fe9ddce4d00007ead7c92a6e6c34e +oid sha256:4d0ecb8b41a1aa6d0a1d09fda9656f1dd0ff8099bab69ca7919ef707656ac2c9 size 29920 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MZ_DVL_O_R500_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MZ_DVL_O_R500_F.ale index ddcb4c393..e4e7d9fd5 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MZ_DVL_O_R500_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/MZ_DVL_O_R500_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:942ac5708d3a7444b5420e65b14fb46aab9ed2e080e4e0431fb4a39815deda9d +oid sha256:e3efe936e064a56f685faaf28c44d9d08e08ad7a219ea91f44ba0b15c11d5729 size 31520 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NL_DVL_O_04001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NL_DVL_O_04001_F.ale index 026cd5580..295baff48 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NL_DVL_O_04001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NL_DVL_O_04001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:52efedb5e45bcf23854264a2df06145662ed5ddb691e7a6a44209995bf3e50ca +oid sha256:9e5ea560f9f3a867abde0fac153a5a9ee9a7878d8c00b919f0fadb5b5aa10ae3 size 22712 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NL_DVL_O_05001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NL_DVL_O_05001_F.ale index 7130a3edd..9f26570d7 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NL_DVL_O_05001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NL_DVL_O_05001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0f4527ba3a2224f1c21beb9c938c8884b8bfe4964e229ccf720dcc595042bd9 +oid sha256:fc66e5eae46d0d65ce331e19b6fcf0b1d9b26ced7e977be2ff225bf1446f8b69 size 19576 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NL_DVL_O_06001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NL_DVL_O_06001_F.ale index 3d0ab5c7e..ccbe0869f 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NL_DVL_O_06001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NL_DVL_O_06001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a01e855a38ff808f5bd896a502dbe6c369556e4cd5a4e054191e1e87ba6bd707 +oid sha256:038e967f709a21d7b3ac5d90de1aab6565dd9436c6bb04aea255f45c722dfa12 size 25932 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NL_IDC_O_05001-04001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NL_IDC_O_05001-04001_F.ale index 01851e0d3..939e895c2 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NL_IDC_O_05001-04001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NL_IDC_O_05001-04001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dba3350da7c33b093affe5989b318f9d8e4b16dde3c55d4763fc46c1d73b8fb8 +oid sha256:6eeeb6b532700a72d9be12ba29e603835d3779f52224a736ff4ad5b9e2946fd3 size 22348 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NO_DVL_O_07001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NO_DVL_O_07001_F.ale index 75a708682..8bd41d960 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NO_DVL_O_07001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NO_DVL_O_07001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7c6f623eae6f1763f2ab53440822e8039e674f754648b7efc3c2e019d2824def +oid sha256:ba419e8cc91f30bea759c508423d9442f43e6881935a51ddf1c53d28c6be10bd size 17016 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NO_IDC_O_01002_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NO_IDC_O_01002_F.ale index c01660d00..5774401e1 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NO_IDC_O_01002_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NO_IDC_O_01002_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4b996127072a660b4d2c86df4fd567fb3867010c466bf547fbc2b8d38f8b8ff +oid sha256:b941dac0f482f738e8d634e693542314476be0f80d17c1ad3d3b13b7648bde65 size 19512 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NZ_DVL_O_R261_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NZ_DVL_O_R261_F.ale index bd302a5dc..adf598df1 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NZ_DVL_O_R261_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/NZ_DVL_O_R261_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c860152829294cd4e2a9bfd3e76f60fc7b730c1d0090ecbca4100555d3fcf6e9 +oid sha256:8acd3a26728a75c40eccc67e1d85298b819e204c173de3b18ca3104eb3f13c99 size 13176 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PK_IDC_O_R371_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PK_IDC_O_R371_F.ale index 6b7ade9ae..5079094b1 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PK_IDC_O_R371_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PK_IDC_O_R371_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e312ba5f2e1803d5f41a6d6aa0fbe9affa0bf91f8150e8ff4d9945f005155669 +oid sha256:2723b5d582b118ea7cfef06c95597cee19aa0e30ceb7c7ca59ca085ffcc4a3cc size 18488 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PK_IDC_O_R373_B.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PK_IDC_O_R373_B.ale index c32113260..996ebaa8f 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PK_IDC_O_R373_B.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PK_IDC_O_R373_B.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2463f31b1d1b4730b72908a47edd0921138da42ed12bb44deba3519b704751df +oid sha256:71f8b26edcdd4da1b04fd48cfc7f78d25a6feff7aab3f942536c6973266781eb size 10616 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PK_IDC_O_R382_B.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PK_IDC_O_R382_B.ale index 820d327bc..768479295 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PK_IDC_O_R382_B.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PK_IDC_O_R382_B.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebf52aff6484153fe441da696472d16b8f4d8d54d54e24bf411353c1a8ff52b9 +oid sha256:8a0389a59cd0c55c83db8e2302a0938614cb89910727ed621522c34a09b9e294 size 9336 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PK_IDC_O_R382_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PK_IDC_O_R382_F.ale index df1297570..b0a235859 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PK_IDC_O_R382_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PK_IDC_O_R382_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d26d9818128fa10472515bffbc61cf0f7510eb12a1a4d732f71277bb5f45db3d +oid sha256:98aad0f3ecc9b03addb46fdb9d65a0d093fb7d98e8890dfbb5c3e96e901462dd size 7096 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PL_DVL_O_04001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PL_DVL_O_04001_F.ale index 93719d7e8..f798c107b 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PL_DVL_O_04001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PL_DVL_O_04001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b28e255b6fa052284afa8bc2b685733eed9f58b6d9b0074eb43200376abdc45a +oid sha256:f13a460ee67f4ca426d6c394a97b50bb444ac284ce07753c2c3c7c3453efe861 size 24268 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PL_DVL_O_05001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PL_DVL_O_05001_F.ale index 1a3a48953..8dd210af3 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PL_DVL_O_05001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PL_DVL_O_05001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:51ceb7862bc003da08d446b14bfcca57aa72307193b875b9f311d03fb20cb5e7 +oid sha256:18c99aea76be483bfd08673e894c564f645206ddc2ae7b1a1ff61ccaa04ab00d size 22200 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PL_IDC_O_03001-02003-02002_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PL_IDC_O_03001-02003-02002_F.ale index e065715ee..42ea1b71c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PL_IDC_O_03001-02003-02002_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PL_IDC_O_03001-02003-02002_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b6ed36b1287557aca7bbb2e66114b4c68539484c131114f8044535a463dcef6 +oid sha256:e4e826418952ebf3e99c8180c360631eca57a1794ef1446d6fde6cfa899c60ee size 11020 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PL_IDC_O_05001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PL_IDC_O_05001_F.ale index a9cb535f4..2dc7f57ad 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PL_IDC_O_05001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PL_IDC_O_05001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b604b8d707e117ff5bbe6db2feb44a0ecd1b245dc0312159c09d4b85f046574 +oid sha256:036d22b83d40ae4283522cca36b3a03fc2a7224d91d4a20857be0b1ab21bbfda size 18508 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PT_DVL_O_06001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PT_DVL_O_06001_F.ale index 67e36b7ec..01233c31b 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PT_DVL_O_06001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PT_DVL_O_06001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19a3f3ce8746d331ddb78ff009d015ac48479f962d6fb5bb3873ba23a2e0c0a0 +oid sha256:03d686780588c42f1da58b0d0f806b9dce9758c0dc11151a1d4dd62f15157f80 size 20108 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PT_IDC_O_03005-03004-03003-03002-03001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PT_IDC_O_03005-03004-03003-03002-03001_F.ale index 63899bb58..2af0ce822 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PT_IDC_O_03005-03004-03003-03002-03001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PT_IDC_O_03005-03004-03003-03002-03001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9217851fb39158b1b472d3cacd5bcb5aebaeebbfed38f14e8bdca164867d78cc +oid sha256:8c7226c10640fe2d0163953e12c4bbd0742d73be4e0940cbaf7a676c92a00bf4 size 18188 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PT_IDC_O_03005-03004-03003-03002-03001_F_v2.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PT_IDC_O_03005-03004-03003-03002-03001_F_v2.ale index 7fd707f84..c7b53d8b3 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PT_IDC_O_03005-03004-03003-03002-03001_F_v2.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/PT_IDC_O_03005-03004-03003-03002-03001_F_v2.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:322fced97b9090910a74dc457d79f4fe7485db79e079336b6810399d4a231eb7 +oid sha256:e66706115b810cdc391ecf0f0e3c352a5cec6159f1144eecc6cae3bba5e660ee size 11296 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/RO_DVL_O_06001-05001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/RO_DVL_O_06001-05001_F.ale index dae573b71..37e2bbf48 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/RO_DVL_O_06001-05001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/RO_DVL_O_06001-05001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e71828d1088a9c68d0c92ab0bcc51447dbb5b7961957677a5d82175326f50ae +oid sha256:6a2669ff93ec4a6068f517570799e09512bd44df64d6fa8660ebe2d3fd8135ea size 16652 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SE_DVL_O_05001-04001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SE_DVL_O_05001-04001_F.ale index c37b48cf1..dcca4e6de 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SE_DVL_O_05001-04001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SE_DVL_O_05001-04001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3afe172c9cd5eb922359a0be9f53bf37c22978066f62292f44de394bfee44ee +oid sha256:30fb3db2ff8f8a7a96508cb898830a6a0b802c67f53d81570ef1ff60a3eb5720 size 17740 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SE_DVL_O_06001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SE_DVL_O_06001_F.ale index 58f5b461e..96bad7d6f 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SE_DVL_O_06001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SE_DVL_O_06001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09b653ae1b6c73375e90c29e31e90901d0b6460a5ce95844dc2f5994d8e7d44a +oid sha256:4b5c51eef95e580be1b3e8f5175674bcdc4e0bca1ff9fad9ac28fb0864847faa size 17760 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SE_DVL_O_07001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SE_DVL_O_07001_F.ale index 7d071efba..385a51861 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SE_DVL_O_07001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SE_DVL_O_07001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2cab1320e91ccabb2fc4b1a52a71d8d93b0765ebd8de851572b234c0ac40343d +oid sha256:62d5816d7e6c623952c14cdae1715bc1acf6fcb47e242f55480b0bcaa2ea7279 size 18808 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SE_IDC_O_03001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SE_IDC_O_03001_F.ale index e8ce4ddfa..d0d579f32 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SE_IDC_O_03001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SE_IDC_O_03001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:56952d760bd601268a83796ca705d2ca573062a0cb4eadaa5c334087e1b8afff +oid sha256:df63cdb6f5957b43b9ecbcaa9b6c02b219b05bb9220bc047bce7d35aa8404278 size 19936 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SI_DVL_O_04001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SI_DVL_O_04001_F.ale index 657781d5d..ff679805a 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SI_DVL_O_04001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SI_DVL_O_04001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad67cd0906ddcfb32b6618fd774b6c7e305b23de573a51a063e783c198ed6001 +oid sha256:1110b79a2471baea1e3b11efd76929a6c69e08eacedd7bd1c8cf1a79d1a2bd2f size 17952 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SI_IDC_O_02001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SI_IDC_O_02001_F.ale index 02b12fa00..f06a6fb26 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SI_IDC_O_02001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SI_IDC_O_02001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bee2643ef531eb97de9083bd550daca845c230d79b3ea4c19646381a6ad8f061 +oid sha256:a3ec35c20410e41e0da865c34bf0bf0c96848731e570323ee53f892b9f6a4d16 size 12512 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SK_DVL_O_04001-03001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SK_DVL_O_04001-03001_F.ale index 24d20559d..139e31387 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SK_DVL_O_04001-03001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SK_DVL_O_04001-03001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:16ad2243b20f192d176349c31fa99c647d475a77c2d6619a8dc4191f1ca2cd63 +oid sha256:3f120e202bc1b5f8134d70979bebcab9865a15ea0754291f365cfd273756b4b6 size 16824 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SK_IDC_O_05002-05001-04001-03001-02001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SK_IDC_O_05002-05001-04001-03001-02001_F.ale index d630346ff..bb737a8d3 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SK_IDC_O_05002-05001-04001-03001-02001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/SK_IDC_O_05002-05001-04001-03001-02001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78db002c5a0d6a6daa4929724a538ef2ff27039d9c426b5b205649ecd15d61fb +oid sha256:5d26a1a7f1b1dced1d24a36802c4a4be9e44ede11fe5040eb874340d5737eabb size 16928 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/TR_DVL_O_01001_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/TR_DVL_O_01001_F.ale index 3542bc6c6..ce1b9adce 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/TR_DVL_O_01001_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/TR_DVL_O_01001_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:54f511383f337fe402c51feec2dd705ec0c8bdf4256033ccdf4d8bdee9033cfd +oid sha256:e89d4f2fdd9ba3a7bb34a1ae0767ad5c3842f9e04124d7324bfc2ed10cf47d14 size 18720 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/TR_IDC_O_R421_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/TR_IDC_O_R421_F.ale index f4741e359..3a0e2aeb8 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/TR_IDC_O_R421_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/TR_IDC_O_R421_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe757757d2090cad069066ffc10d2c01793d0ebd2936f3b12cf638c31f90a5ee +oid sha256:85194b333b0d14b45479eea910956c262c0fedc499a1a12812bfeeb1b2918a1e size 17440 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/TR_IDC_R_R411_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/TR_IDC_R_R411_F.ale index c3b27059c..e18eaedf6 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/TR_IDC_R_R411_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/TR_IDC_R_R411_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e35dcf15ff792ad5382ca465bd86b15e4ae68acd6ff55b6e7240cc9d355baa58 +oid sha256:6ba4dff372b13bb21c08a954ec145daf4981452722775246c981fdae402d5de2 size 14988 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AK_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AK_DVL_O_R271_F.ale index 6d65ca154..9de399aa2 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AK_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AK_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6fcbd8986576e524124cd431c6f93932f0275e547dd5a57100356a23c82b2b4e +oid sha256:b2c54ddb9937921396399a6ed3aa3aa1f955fea3e06d207e845e1e3154fface1 size 26080 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AK_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AK_IDC_O_R301_F.ale index 26fe4a894..b3a3e7ebf 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AK_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AK_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ca07f57213f2b95a4b87fc34f5ea4fd50b29b755a0bcbd95ff9a05e48e9a835 +oid sha256:239f9256264a5bd5da6f6cb1be4890933227527ba6512c96878ba193197d9751 size 26616 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AL_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AL_DVL_O_R271_F.ale index 53cf5b949..3a06143b7 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AL_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AL_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebded4f4e4616702c44f7af1d43cfec4db64c5ce964c109a490945d94aaf8066 +oid sha256:003e8bd5f61eb30facaaf0c42d253ed500eaaff6f3ca73e14f3fe77fb4a20894 size 22368 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AL_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AL_IDC_O_R301_F.ale index 6843bd6c3..2f9bb23b0 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AL_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AL_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:744e248eb939f7de90d991a0557b0a14378538ddbc70d7ed39cbe82afab72d82 +oid sha256:a3b36b820884831aabeccffd2e6ddb9e7465a472a2994e3765d4bfbf55a4785c size 21900 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AR_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AR_DVL_O_R271_F.ale index b1b3d572d..e2df10f7b 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AR_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AR_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a66585fb81948c3fb2e2d07993caa3270a9a5c43b154cfd4166745ec4e236ea +oid sha256:ad714f9579bbf552aff6fc0228300975f292e82d065f64f65ee1aba51c93cab5 size 22220 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AR_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AR_IDC_O_R301_F.ale index 12f965fc3..44aaf0931 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AR_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AR_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82be955c4cbb7ecee5286d49a74b61765d07d32ca3308f5f487e453ef1362f38 +oid sha256:4a68ebe6d48fba75b45f31fe51daf6ae153c65d31bc0ef9cdaa9a13a31bc8761 size 23992 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AZ_DVL_O_R241_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AZ_DVL_O_R241_F.ale index fafe6be57..b752a0f77 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AZ_DVL_O_R241_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AZ_DVL_O_R241_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a0c68c8736c68ba08e040dfb9a2937418634c9a0531d33d86fc7a1c6bb898955 +oid sha256:726ee0a50614701b96e31a5c9185a89594dea5183cfd85453f1ed7a93028e40d size 25528 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AZ_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AZ_IDC_O_R301_F.ale index aae822cea..20d10340e 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AZ_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-AZ_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a2f5151b378b11e43121ece657e958fd58140708a2f9da9e0d406a36b28d2fd +oid sha256:f43d2e0bc66924235b895f5ec9e22d1ffac302f6ad26c2e09f17646d422381c4 size 27064 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CA_DVL_O_R241_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CA_DVL_O_R241_F.ale index f4f8d560b..9c382e0d9 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CA_DVL_O_R241_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CA_DVL_O_R241_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5814e48d3a8da8fcd73dd51f509363838645720babadbc3cc22a499a6c73b7be +oid sha256:3f2cdf4dfdcd168910f760252006254561732024117fd7c270d648e11e030419 size 22796 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CA_DVL_O_R341_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CA_DVL_O_R341_F.ale index 93059b136..0e65c66ba 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CA_DVL_O_R341_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CA_DVL_O_R341_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:66c26fa58e9dd7491c809fd2bebf4d866ff0fed272205d14fcc11cc4bf232025 +oid sha256:a7eb6ceddf2d18bd54c23ee153287aa499000aa563a108589074633cfa02fa8c size 33292 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CA_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CA_IDC_O_R301_F.ale index d17ef88dc..3c95cc8bf 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CA_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CA_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b326bab754ef564a1711ed59d234f3b8c40c9c3fc5fbe5ed26e226ea7ab5d8c +oid sha256:130a9cc03b7192c561a411c5ad608857bea0df4cb7e7790dcaa99af4de0d8716 size 27552 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_DVL_O_R271_F.ale index b48be2498..1b45fa0b5 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e5ce2e5578a34cc3f24f1faa0eb3a58d432106bb8687fd1b4f21238d69ec0f7 +oid sha256:7e803b8da87a616d1e6e0ce0608bc0c20759eb5275907f135a4fee80ed5acf35 size 27552 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_DVL_O_R341_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_DVL_O_R341_F.ale index 0103e58c0..18abeec02 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_DVL_O_R341_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_DVL_O_R341_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:944cfb678afe68e8061613077bdc564d887d5f30415943d2f9075adcce076180 +oid sha256:0dc71a57860d78a438adb0125d5570cf87b24a3b12aa516c228607bda96d177d size 28108 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_DVL_O_R421_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_DVL_O_R421_F.ale index 32c62340a..1ebf7fdce 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_DVL_O_R421_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_DVL_O_R421_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:351d3c39626fe341f692ab6b06a2abf4d1af0344ee1ff7314632bfdfbd1222f0 +oid sha256:bfc62af8f5a39975d06992335cbe7ed838fd00a2359b0b9180bfad14836d472f size 28856 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_IDC_O_R301_F.ale index d7baa5afe..4494b6991 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:527f32d1fa48ac21fb5d25482095d96c11b83937db8fdbed052dbaa755d06686 +oid sha256:0f0522e53bcf4a0184a80b4c56befcfb6d7b3b27bbc53de949d583afa6b6751c size 31840 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_IDC_O_R421_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_IDC_O_R421_F.ale index 9bfcf7d57..e0e0e0235 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_IDC_O_R421_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CO_IDC_O_R421_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc54bb7b6d2312302d9d7a68c98c61478984d0b6363e0147d6bd85615d03a1c9 +oid sha256:af52f515fb95c41b0809a677e6930282317df7c4844dbcccf4fcbcd99b423a01 size 22776 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CT_DVL_O_R261_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CT_DVL_O_R261_F.ale index de865ca2f..4bbcbd7be 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CT_DVL_O_R261_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CT_DVL_O_R261_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:72ba6eb35674d1aaf3fadca763360e243d46df355d264d52917115a37cfe245c +oid sha256:08fe620a5b7527eb406423cb995a3c4a6c940a5e5507d0984e61e23e59df18f1 size 22668 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CT_DVL_O_R261_F_v2.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CT_DVL_O_R261_F_v2.ale index b992b165b..b393b704e 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CT_DVL_O_R261_F_v2.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CT_DVL_O_R261_F_v2.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8c3676881a2f9e22d8f81dc7becaf5f2a21c041a2a57a2a96c70442635fac54 +oid sha256:bcdd459e9d9607968d6422e08b5a230660d31a2b5c2dd881b520c84576a4a850 size 22624 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CT_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CT_IDC_O_R301_F.ale index 590f9a0d6..0cacf11dc 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CT_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-CT_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:447d94d028d7ca6819c0892bfd7b010ce7d7ae4bf32945c5e51cca9c745571cc +oid sha256:d00720280785f319b77f3ff3c43be5e2105e7282a38781f64db7372108543559 size 25208 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-DC_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-DC_DVL_O_R271_F.ale index 86c1bb224..cefb78bc9 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-DC_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-DC_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8611bd77c7a4bca3e0523f2c742bc995f46ec92431619871d1cc0bd67ebc41e8 +oid sha256:3e098f090f2467249e13f3fb3e82b4e8100c0fbe001aa65866e17d0358fde599 size 26976 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-DC_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-DC_IDC_O_R301_F.ale index 02a5345bc..b09224527 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-DC_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-DC_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:044c61c93b59770268111b6ccc58ed506fcf65b1b296c6039ef57d653d19b902 +oid sha256:e3e65ef722ce6b15edffca5b25da000fb9b7988c752acba9d8cd93602b36dcea size 27104 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-DE_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-DE_DVL_O_R271_F.ale index bee61ea55..1da26de81 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-DE_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-DE_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d9b2059d6b7c919a115edf1ed6228ff0a6fd42ada9bb1d9c4b859a0fe208a09 +oid sha256:6a729a2cf74e7f12983199c2a2ac9e9c2251ef1e99ef88365a43c6ebb145ced0 size 24416 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-DE_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-DE_IDC_O_R301_F.ale index b3e9d37f3..22629d954 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-DE_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-DE_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5fcffbcbe90e605e33743723f14ab28e8626dd52019dcb1c243c8af86518f57 +oid sha256:8b1b43e65c776c033952ad13b2d650030fab8ff3176d8b9cfd75fad3742783f4 size 24544 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-FL_DVL_O_R261_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-FL_DVL_O_R261_F.ale index 2c66c458f..8b713d71a 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-FL_DVL_O_R261_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-FL_DVL_O_R261_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0af3a4e56753802e46f29a8f03ec161805d2d8fcbff61ee9d2a8c850eb76f2fa +oid sha256:8f689d9c9ccc01f4c89fcb719310e4f92fb0d1611863e694fa8e77d023262261 size 22668 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-FL_DVL_O_R261_F_v2.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-FL_DVL_O_R261_F_v2.ale index 91c840e41..28a20b66c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-FL_DVL_O_R261_F_v2.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-FL_DVL_O_R261_F_v2.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68085278d27206f6126dc7063067a79b1f8d08490de8a996780b1b5d6643e9f2 +oid sha256:fa1511ae0693ce968533e099c3d66009430bb0de914fc30a00336ce3b530a701 size 22688 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-FL_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-FL_IDC_O_R301_F.ale index ca4a21036..d77b5a8be 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-FL_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-FL_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:238061cf937615b612aebf80f61ab4aa219fd3c603f4c51d6cf32d3f2a0af745 +oid sha256:18c762e6fc101fb96b62a9b7e76452d07099379057bf6450e7dff451d2a6554a size 22008 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-GA_DVL_O_R281_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-GA_DVL_O_R281_F.ale index 3c24b2453..ac16181fc 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-GA_DVL_O_R281_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-GA_DVL_O_R281_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee24f8da27c80c6f2831daae1c287c2b631b299f92b4d3cee3fda70f7397ae5b +oid sha256:f8e9f238c05bc0ae3e74678af0fd3f4eb9a579c9c02a9f5c2269ea1b29b69ffd size 27960 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-GA_DVL_O_R381_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-GA_DVL_O_R381_F.ale index 6f9a65192..b75703ba4 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-GA_DVL_O_R381_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-GA_DVL_O_R381_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ce1286956225e107aae87fe733d4922fd9015e0773b2fe3e95d674d1e5183f2 +oid sha256:62f6fece4ed66fdfc80545f80db8e50d883e07b9629631506a1a43e7ee0aa34d size 31328 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-GA_DVL_O_R381_F_v2.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-GA_DVL_O_R381_F_v2.ale index 39e2d1533..2079172bc 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-GA_DVL_O_R381_F_v2.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-GA_DVL_O_R381_F_v2.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67c39b56bb178b9faf80b4f5e01649ca6389da43bb7bde9385b3c45220fc4495 +oid sha256:0f64e7319bce47746ea4c9e0a29954d024d070b73416c8f59feb56b5eb9bb321 size 30604 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-GA_IDC_O_R331_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-GA_IDC_O_R331_F.ale index 127e6f7ce..2827e2a0e 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-GA_IDC_O_R331_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-GA_IDC_O_R331_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:540382823615ca8a8c6e91256cc09d090bb5bef524c950de1ec07dd0a866823d +oid sha256:cab5402c11212c7b3c6811fd38bcbb5181a2d7cd20714f39e77c522827509ba3 size 28856 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-HI_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-HI_DVL_O_R271_F.ale index bd387b050..766778584 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-HI_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-HI_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c60f5faed377c527889bfb4834a3b1676d246a6c5d0c35704eedfe2ff2c3e1c +oid sha256:e7ba55a97f91fe01ffc899b4c9c47de468f82d2562aecf39fdd4b666512d1ccc size 30240 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-HI_IDC_O_R351_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-HI_IDC_O_R351_F.ale index 546effa93..c3fd41a22 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-HI_IDC_O_R351_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-HI_IDC_O_R351_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:572a8bd0fcfc68cde2fa313473bf69c3d6671f7da3ea1cec90abd5e7e0d8f72c +oid sha256:d4ebb61b9bb5de885081918d3b09e5e0ff4d51a0a8b062719e6906885724b031 size 25056 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IA_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IA_DVL_O_R271_F.ale index 10a16d1b3..2dc4974b4 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IA_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IA_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b520d774526eeefc08f0945b65e468296a353fa2a0d998607bf986ad27a6f4b +oid sha256:611b0382f9608a173a0fa6654d429df037cffa2735ae42a829e4cde58d6bbc25 size 23584 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IA_DVL_O_R271_F_v2.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IA_DVL_O_R271_F_v2.ale index ae0fa877f..1c5eba268 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IA_DVL_O_R271_F_v2.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IA_DVL_O_R271_F_v2.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:72b75bc64786de1bb1d40c8e99e85c302b34709c2165bb8fb30f6aa5f08a91b4 +oid sha256:ccd2e3f274735a337e4b09035f6eb4aaa93bac3cb8e4941fa298692440b017f4 size 23584 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IA_DVL_O_R391_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IA_DVL_O_R391_F.ale index 71db5add9..5a2c572a0 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IA_DVL_O_R391_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IA_DVL_O_R391_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fda39a7b0b555250ff9c163645172fadba27290f6648fb5106af8015217e441c +oid sha256:780cd7cfa392f4700dca713352496d84b60fda2abcbfa0cee797ca22ed81e69b size 28384 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IA_IDC_O_R331_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IA_IDC_O_R331_F.ale index 73eede948..0e13bfb8d 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IA_IDC_O_R331_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IA_IDC_O_R331_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c820a786d0b103f647ff5bd339bdf4f429141dd043582bbc2c6a5f679653fb6 +oid sha256:4796417dd238e051399d4efe1dd5001db695d5a0b22b0973153a985c6dcc1584 size 26104 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ID_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ID_DVL_O_R271_F.ale index 558caef3a..e738eb57b 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ID_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ID_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7bdc3bfd13282823ea9ba6b234bdcf06432d2989454bbefc56c5361d1502d0d +oid sha256:e45ca737a75fd224ce4e9675039cf53503ddd9f51db9130a82c7d3e057ea49e2 size 26976 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ID_IDC_O_R321_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ID_IDC_O_R321_F.ale index bb534fd62..1f22e897c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ID_IDC_O_R321_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ID_IDC_O_R321_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a4da20706a9bc26ec1c54e6b087297f94d36377cd5aca917ec12d421af1b9ff +oid sha256:193b65f9170357e96736a512e1a7b615549b9156fc12c6dfca6a84a75a0e7667 size 28108 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IL_DVL_O_R241_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IL_DVL_O_R241_F.ale index c2c3f6ba2..6c5f701b1 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IL_DVL_O_R241_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IL_DVL_O_R241_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:974c079d93121006a523c18b9e5a6168633bfd6571a22a7f1e3e6a67b74fe41a +oid sha256:07d0748be648633b79aebf46d1cc74fba8645d4eee0074cba52c60aa099831e1 size 24972 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IL_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IL_IDC_O_R301_F.ale index bf0a99bc3..a333d37af 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IL_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IL_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:723190ebd42287365ea4d43456b18d88741549c2dae2cc1be741684f436d1fef +oid sha256:3d0cc7f852ce42b43bfebe066f939850c86085b52f4ce5c7dd570071b9782db7 size 28108 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IN_DVL_O_R361_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IN_DVL_O_R361_F.ale index 6fffbe8ea..f9f6cd8fa 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IN_DVL_O_R361_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IN_DVL_O_R361_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c4418b43b680fe19bd4398405931771195daf438f7fab3be021d159dac02b0ec +oid sha256:83a4744f8ec7f25e9453285ded8d4f6e85b268b9041ddb713999cb27630c650a size 33272 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IN_IDC_O_R331_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IN_IDC_O_R331_F.ale index 2bd545e34..7e24626e5 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IN_IDC_O_R331_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-IN_IDC_O_R331_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8782a49c9f9cbe16872704041b0e5f7e6f7ec70b59b9b03f1bebf7c297870fd2 +oid sha256:40af077ecb10d3c0f2eb9809ba8319591a6b31066a233186125a8a1f93203e55 size 33100 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KS_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KS_DVL_O_R271_F.ale index 8192022fe..8dee50d6d 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KS_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KS_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:66cb63845f0d87848e27a192fa1781a3cb21307fc993d98d3e7a830a204d3151 +oid sha256:18a757e64e6d8b07d370ff90275bd8d7407c962c715d5b2e3bdf7b26b0905dd1 size 25676 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KS_IDC_O_R321_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KS_IDC_O_R321_F.ale index 0638dc412..4489a5e27 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KS_IDC_O_R321_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KS_IDC_O_R321_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:863009a45f274c82e66f95f05aafd21c1b04935c1197890ee9dc15eaa1dcc8f9 +oid sha256:3ae67b1764022bcd41b65cdec9ceab17e81af9555aecb9c1f9e12c9799fa5355 size 34208 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KY_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KY_DVL_O_R271_F.ale index 161c1b3c5..65d434b8a 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KY_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KY_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62fe10bf24b729fb9d7e70e8b37be36576bc7c500a11c6cb10d168e5f3a9ef1b +oid sha256:b1570d5b58e721e42767150e4d883c2c9402e8764f866e9d36e0f1e1f5f29bd0 size 23544 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KY_IDC_O_R351_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KY_IDC_O_R351_F.ale index b42179c5d..80f3eab42 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KY_IDC_O_R351_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KY_IDC_O_R351_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad2e4a2e6cb89f8fc0fd1ff5ab7ad6c02e4a779791bdee733770609bc59b519e +oid sha256:72f91a8d32d4b927bb0b1221ad563cd39d76d93788a7853e528b60972d76858a size 30328 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KY_IDC_O_R421_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KY_IDC_O_R421_F.ale index da45b3b91..412da3289 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KY_IDC_O_R421_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-KY_IDC_O_R421_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0bd14074c39fecbe84e175c9d447625e29f9efb4ac200a7c2e8d0ab05b215411 +oid sha256:e90e4bd2c9409c0da8f40e0d04d22aa809ff0c95893b5c8ce712832bc5ea2c57 size 24736 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-LA_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-LA_DVL_O_R271_F.ale index ec375f5b3..c071f809e 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-LA_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-LA_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:10518f52874b44893676f3e77c3db86c1998e11e41d6f5153a9bfd703d85a08b +oid sha256:8e36ea26a70c1362af2ae2df6753f5a56ab366f506e4d707e5516e740fb147d3 size 24864 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MA_DVL_O_R261_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MA_DVL_O_R261_F.ale index f4f47cc00..5f8464f5b 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MA_DVL_O_R261_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MA_DVL_O_R261_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2caff9fd52f3f8505dd9a6edbbc88518db073e4b723c8c869d25b702309d9490 +oid sha256:d8a5ee138ad4bf7550ae7760fb211c65d22fd05106380cac20bc5d7b1002cc5b size 25568 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MA_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MA_IDC_O_R301_F.ale index 8849c2386..3f7536d25 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MA_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MA_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ababb36c30b3f7b75c6c734805fb306a5839d446630dc4fe8f0556848adb3e6a +oid sha256:a488a188fcc0a4f098c8b5b5ef154fb1f05f132a95c50df23a62a5fac7617677 size 26552 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MD_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MD_DVL_O_R271_F.ale index 0cca4d81b..24513f0bb 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MD_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MD_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:593094e3403496b1d6802a451cd73f26d301ac66a4e3bd88dad563d3a4654ebf +oid sha256:fbdaeba7b3311aa33ee355d2a507ff539de23cc886065bad7c390f5d577226bf size 21368 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MD_IDC_O_R321_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MD_IDC_O_R321_F.ale index ef44f1311..e72955fce 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MD_IDC_O_R321_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MD_IDC_O_R321_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c531aad61ac4d582059c15d2185a49c315805552217b5331c6894d59e910a187 +oid sha256:92d7d00b701527ee86291fbe2cd0b58e9118f10ebff2c33b140d68d9dd58a245 size 23264 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ME_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ME_DVL_O_R271_F.ale index 42d31f80d..4dcd16d47 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ME_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ME_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c008ef4586f47d30cb1fc0ed5fcca7011decd4f6239d16a77c650938e523cdf8 +oid sha256:b4c103c0fd75ffccdb6c4c009277da813e96e8ef3d310a10aa06f64c36901c06 size 24504 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ME_DVL_O_R371_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ME_DVL_O_R371_F.ale index 6b63fc4d5..f3bc83f2c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ME_DVL_O_R371_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ME_DVL_O_R371_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0ad6a39954bab8c2b1b0bcf45b383d722ab37c27c85b0334348ba9586681c81 +oid sha256:9209dc0c84047eeaa98646910199f9af10e7d006c3fd279ffc4b48a74681e427 size 31096 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ME_IDC_O_R321_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ME_IDC_O_R321_F.ale index 04b82e7db..5b9c293ac 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ME_IDC_O_R321_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ME_IDC_O_R321_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:05a0991a53a25648875486b7fb67d0db7747abbb98c6d5a94bcb00725960dca9 +oid sha256:a11a3ccc86b58ca8634cb46091e8324f3c1572f201bce5dd2b78c44d50620b8b size 27104 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MI_DVL_O_R261_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MI_DVL_O_R261_F.ale index 8d465f586..5abd447b0 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MI_DVL_O_R261_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MI_DVL_O_R261_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:551112c5242d91f26ad3e811ad67850fbc43b8b06dc85ae02302ac7403f0cc51 +oid sha256:28cbb7ec7321edcc585ed0020eb1ab7a7d2262af063b55687ea32336e915af66 size 25292 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MI_DVL_O_R261_F_v2.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MI_DVL_O_R261_F_v2.ale index 9aed6371e..be9d5612c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MI_DVL_O_R261_F_v2.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MI_DVL_O_R261_F_v2.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c9c81685a2f9130f1296356d8922884abb638593fa3ca9e2fdb3a03fe87c80b +oid sha256:b04a96906a377f23b8407d918897cd20805a1b7a87063a692fa8b5fb555c408f size 25292 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MI_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MI_IDC_O_R301_F.ale index cca5e5858..44309784f 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MI_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MI_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b0b773b2da28e5bee77bd4e781f4eb6c4402415803896705669c49a9aa0e946 +oid sha256:3a005337888a1a2b4d22acbd65731dc34f4c1368cf052ec3dcb5e0d3cb176a8b size 23480 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MN_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MN_DVL_O_R271_F.ale index 659427135..0adb19ef7 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MN_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MN_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ed113c18b1af148e2b3856a11304fc29f98350fa2b3b6e6e2d6b7c4fca74a05 +oid sha256:ab09eb7e964d32f4e1c056dc06ee17b15ed2d13571a7ff62ea14643834474151 size 25656 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MN_IDC_O_R321_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MN_IDC_O_R321_F.ale index 5eb435049..df027562c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MN_IDC_O_R321_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MN_IDC_O_R321_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21256a678e1c4a6a7cb0897ed846579f6570cabae605f99dbf5a469b7574d4b7 +oid sha256:44b6dd7e9cf2233d9bf1b8648a6158cbe78446762acb42fbe4c9eb02fa9a0373 size 30476 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MO_DVL_O_R361_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MO_DVL_O_R361_F.ale index 62d867945..83019b536 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MO_DVL_O_R361_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MO_DVL_O_R361_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e9bcecfdb6dce36fe6e11b22bf4ced90b2d2f8f46f9fac2d441e6153984e358 +oid sha256:a8ed356ed76e5499e439e8a69c9948a389f98e7dee18e72f92d563a5406975e6 size 28600 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MO_DVL_O_R371_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MO_DVL_O_R371_F.ale index 75bb1facf..0d1ef8b9e 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MO_DVL_O_R371_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MO_DVL_O_R371_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c25f1897a398f4e30f6e0beaaaa2388ac5d01321a05473a2861e2c530ff4c748 +oid sha256:acf0cc0341c3616cbe4f6d808538ba163521aca7ea33690d8c07d7e5bf05e881 size 30776 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MO_IDC_O_R321_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MO_IDC_O_R321_F.ale index 13eb45c3a..85cbbca1b 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MO_IDC_O_R321_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MO_IDC_O_R321_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62178d5f27a7e8dfa936f7f2033b6da2bf7c7cb82289f6934a6b41d084921cec +oid sha256:559695ada79aefdcdcc345483cb05fc27665910e5c2638177d8b4085161253e2 size 30796 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MS_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MS_DVL_O_R271_F.ale index d9d865acf..c394f77bc 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MS_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MS_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17d4e3d6ea01b17d1c7635cfe94e33520da46c5407d1c3c7292b6089272ad7aa +oid sha256:03c1da2fb56f2ce1d841539f850f295ef904c99045051af79eab18d8062a471f size 25912 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MS_IDC_O_R321_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MS_IDC_O_R321_F.ale index 61ca3f496..491582462 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MS_IDC_O_R321_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MS_IDC_O_R321_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47da578181e7853809f4de6f6b68c0ab60e461eaa79c4c15d2aad039e4062651 +oid sha256:5876697d43b2e6dc9b66b1be00e4ac939bb65b547b14df714cd1cb83a9c11281 size 26444 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MT_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MT_DVL_O_R271_F.ale index 0abf2033c..e0b7b489d 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MT_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MT_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:135556d164d7c2bcb872c0d550a211fb8afe1e66f42616dc75169b9c6f71f5f4 +oid sha256:9d7c197448033ac3da8d1f3e38a89383d7980ec6ef5a63eb573170cea08bd0e3 size 23692 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MT_IDC_O_R321_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MT_IDC_O_R321_F.ale index 2f0063b4e..d5c928690 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MT_IDC_O_R321_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-MT_IDC_O_R321_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1f3803b032a6a9bfd1abf62481561ae988b4e38f43e5dc87c1f6e3a9d6b1f476 +oid sha256:3f15bb95a8dd2e286e43cb60cba829788f9f68ce46e3c2204530cf9bcf337a65 size 27596 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NC_DVL_O_R261_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NC_DVL_O_R261_F.ale index ebccdfb0f..2ea665ef5 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NC_DVL_O_R261_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NC_DVL_O_R261_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5dc5248ebdde64a50d7d4e10d0254ced3bec6c230b294386eb0156c0eab5211 +oid sha256:804838d8ec0562f1efc2257b42653de0e1c28073e4658afce046d27bab36bf93 size 26400 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NC_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NC_IDC_O_R301_F.ale index e958b6532..ee78c1ad0 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NC_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NC_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65e5bd42568843bcec8e03fb37d6482f68e7b290da4fe08796f422d86294570c +oid sha256:d8739421e286791e7706eff5a15ff40391434557467a35312d80b012f8725b38 size 29048 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ND_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ND_DVL_O_R271_F.ale index a6c1e7ba2..a04d12f4c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ND_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ND_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a35c6b25fa006e4c1d90421368642b05915b2736e43b62e7e47b5ee2262921ae +oid sha256:3662e2d7e1e72aa7b47de3cb846e954fc6fe2ae0a6f471cd02f6e046c55d823f size 24568 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ND_IDC_O_R351_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ND_IDC_O_R351_F.ale index 044b64e1e..000956a91 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ND_IDC_O_R351_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-ND_IDC_O_R351_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12761e738047734e9aeda5d83172d6ceee523c24e4668d355e58b3f60378a77f +oid sha256:707f3c0ff245af13a322fa24bf2789aad2ef4b43dc00a5b1fe0957f515a4cc34 size 26808 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NE_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NE_DVL_O_R271_F.ale index 71af4d7d6..a5e7fce90 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NE_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NE_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0409df642ee304a0fa7356d22fd8178a7a0ddc1ccf306b9a5622c66fc9248fbc +oid sha256:d8232560abb2f5d164331897933f098b4ff310f90aed9f2e56d82a21480d40ec size 25568 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NE_DVL_O_R391_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NE_DVL_O_R391_F.ale index ff60e0c0b..608d5aa9d 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NE_DVL_O_R391_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NE_DVL_O_R391_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ecc729e912756a209125c021d36fcb69cc3d542b06d930da403cb94f36327448 +oid sha256:e16723f03dc091752cff29f092a4ddc8e3522ac2dff668d4cf174a18f4b4bf54 size 33720 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NE_IDC_O_R331_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NE_IDC_O_R331_F.ale index d9807cc96..f4425df61 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NE_IDC_O_R331_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NE_IDC_O_R331_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea29fe52771479aa61873ef5d80485ef4446386e2d87a73efbd86c15e6696929 +oid sha256:4936e89f218a8fc7a2b95322fcac06b8b807e14ddd8aa83442e3b1328d9c7afe size 27788 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NE_IDC_O_R391_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NE_IDC_O_R391_F.ale index 1ee52e2b1..01c2bf7b0 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NE_IDC_O_R391_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NE_IDC_O_R391_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b27afbdca958135b9a7609c5a48aa76b7589127d8c43f6bc00ce5d0ba03f2da +oid sha256:ad7c75c03ae91623ba09b743869b5d46a0902d39bcdb6fe6c5a2c102b84c13ef size 29112 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NH_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NH_DVL_O_R271_F.ale index c057f2e66..71a36f59d 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NH_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NH_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41d1575b3fba0180c5cf6130a73560e55c2ad30fef02e36c6e60e39a4f47bb4a +oid sha256:32d8eb4bb1c52c773b961da233f1e1a9d7f564dca67ecda38a35b8e511245b90 size 24800 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NH_IDC_O_R351_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NH_IDC_O_R351_F.ale index 2e33286d8..b1fb70167 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NH_IDC_O_R351_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NH_IDC_O_R351_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e23ca375cf5424ca90353b51a8b3ca67fc143330532508b8a8bab142831e1f4 +oid sha256:a63dfaeb5a8ce1c96d5f1afc7ee6a1fcd2dde504c1a48d66f42ce04cb3374120 size 26144 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NJ_DVL_O_R261_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NJ_DVL_O_R261_F.ale index 83fffa73e..8545799c0 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NJ_DVL_O_R261_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NJ_DVL_O_R261_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37cc504bd3d49ad30a0e5488170b8234b0bd2b44ab40d6d9f8b7f5633e617f94 +oid sha256:b86b135e4226b494e998047608f7667c2dc8e68981f949ac7146e919fa251cbe size 21816 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NJ_DVL_O_R401_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NJ_DVL_O_R401_F.ale index 1c26d0fa5..9b3c19b3e 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NJ_DVL_O_R401_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NJ_DVL_O_R401_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:59828c54ef2db5c1916a0526af31eda2dec2120a4988a7f103f92d882bc56ef5 +oid sha256:763aeff317d86200581350939a99cc65923a1ff8153278d03b883b9072d15aa3 size 30584 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NJ_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NJ_IDC_O_R301_F.ale index 0452ca5b6..e7fa04bd8 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NJ_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NJ_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b57551c2d2c76dffaf117e2ec86b87f0d94aa8e819fb5a19800b3a575547718f +oid sha256:5ffeb13a998fc172f54a9e7600fc4592cb44c14ae552c62ec6561c81efa06dea size 25248 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NJ_IDC_O_R401_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NJ_IDC_O_R401_F.ale index 23472c6ca..ba28ab4e3 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NJ_IDC_O_R401_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NJ_IDC_O_R401_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af45dfef40c9e6ccb0b9d33add8e720cc89fbb0a954a77f58415930ba55c0f2a +oid sha256:e447c3412f20a5ed8ab558cc6776a95dcda05f4582fe9b84ec68fe860265f469 size 28024 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NM_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NM_DVL_O_R271_F.ale index 92bcb1080..2108af765 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NM_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NM_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c9ceedca59f8f74d6adf3058f4b4a47c263733a2e91ad9a905f137503c12243 +oid sha256:d170aa4e60aad85bbf4cecfc2c137274c3b4cd45935be2e4e930810ead883cb7 size 21216 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NM_IDC_O_R331_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NM_IDC_O_R331_F.ale index 576d60f86..f349c9b43 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NM_IDC_O_R331_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NM_IDC_O_R331_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ee6a79fa94914a4203a8e573fa6f90cde4ea68231c9b570ef70ffa27500d9c1 +oid sha256:40cf5a6f43e32096faaa515c45954a959616289e37ba8f39242dbc6644feac50 size 25272 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_DVL_O_R271_F.ale index f6cafad7c..ca6342f86 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:537f87aea0de86bf9146c09b45f057c274bb20852849b034a76822e593abbcce +oid sha256:7cf6fd3ef002c1cb52b848b17db64422eb29795c2d0ab2754b8b9ecb2b35bb8f size 24760 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_DVL_O_R271_F_v2.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_DVL_O_R271_F_v2.ale index 27da2d031..35d8736f6 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_DVL_O_R271_F_v2.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_DVL_O_R271_F_v2.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eef754a31e8326fda19b0a97d3b08e59d9002651c54fc33e780a38c193ad92cc +oid sha256:6bf7c7c7509c9027151ca614b0ddff97c97553ac4af115cf16cf706e9ddf338e size 24760 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_DVL_O_R421_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_DVL_O_R421_F.ale index 0c24f7af1..0a68def59 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_DVL_O_R421_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_DVL_O_R421_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3114b54978fefc53a971b2e851337d0a21153d82a863fdf835cf682f260eab18 +oid sha256:34b6313f66ea541456c4cec2539811d5051e049b50f1cdb8bf9beb5fe5edacae size 31352 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_IDC_O_R331_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_IDC_O_R331_F.ale index 86e7ea77a..36f6b6121 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_IDC_O_R331_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_IDC_O_R331_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7765c00fc70f8c30fc738ab212c877c229fa86dee6182bcd7938a7de939ae026 +oid sha256:4fd670d05649e640127bc20c06f710e6e849476786a0480980bd90d590a9d0f0 size 26976 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_IDC_O_R421_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_IDC_O_R421_F.ale index b90a75677..a241dee93 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_IDC_O_R421_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NV_IDC_O_R421_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ce229a6fe45a4d9781f388823c0bd008adb9f629d10cb57f412f3cda39936c4 +oid sha256:1ea765836f990fe40188bc3374ad034d323b76d4b1c92feec149ed2fd005254e size 26744 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NY_DVL_O_R261_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NY_DVL_O_R261_F.ale index afabcd6cf..8d375ccd0 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NY_DVL_O_R261_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NY_DVL_O_R261_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e4b1793490c0ce4efbda7d9f1bf0ef683fb2e9fe50cfff328e9de662b950899 +oid sha256:b34f2247831938727b836a9e8acb2e80b7d712ecfa1b9d7469b34ddff6de9269 size 17292 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NY_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NY_IDC_O_R301_F.ale index b8614665b..1caff0c26 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NY_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NY_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf49ad681cbf7e24eb7e6a080db31ca529cad2b79c6dd737d4c2dd18edd745d8 +oid sha256:e47ad645d41da7abd4d3bf4ca450c54a20963bb9b9090ee7014c89b32153a19b size 17804 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NY_IDC_O_R401_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NY_IDC_O_R401_F.ale index efd4024fc..5250444f8 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NY_IDC_O_R401_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-NY_IDC_O_R401_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd78158fa477da312d54ece0760cd1f5bcbc91b0f49569c12189f1267d390b61 +oid sha256:50a2e6e39f06502d9fd01bd6e66c9b6243f06628a277fd753df4ae5979040835 size 25144 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OH_DVL_O_R361_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OH_DVL_O_R361_F.ale index e5e368fd3..4e645b511 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OH_DVL_O_R361_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OH_DVL_O_R361_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d76ac3c6a91236ad418176a3e55437c925869c747cdb7554c1d2a1525bcdc6f +oid sha256:22167b7495662a80c7351944b02ab8bc6a4a5e50317e3bce03014908851c0dc9 size 30412 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OH_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OH_IDC_O_R301_F.ale index 896184ffd..a81950d04 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OH_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OH_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8ee458cc0410c32b0fefd4c58a7ce32a402907afe9286b7b6274bd8e7aa89a9 +oid sha256:f45efe354e3ea98793c0c5193fbdd1161194798c9f3e9b9397ebee13e131b14f size 30540 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OK_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OK_DVL_O_R271_F.ale index 88c512c5e..1c443175d 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OK_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OK_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bcbd0cd1c637a0d2f41c4ab271ba995ec5756d0134f6d67ca3e05cc0f5b0a8d5 +oid sha256:51b80a67d60a970dfda0d463700b87d3627af4a6196bfa7e3c132f7e4db10e26 size 37664 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OK_DVL_O_R421_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OK_DVL_O_R421_F.ale index 04f6b1176..3498a50ab 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OK_DVL_O_R421_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OK_DVL_O_R421_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe9d80ca8c0ecea4c9f56b257cf0d04c80f3cb3473aa9b8ac3cd244a7335583c +oid sha256:c970b9f69500be7f7fbb1ce1845d1cc3f7ace2d23c672c79a17dce0c831f12f5 size 27852 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OK_IDC_O_R352_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OK_IDC_O_R352_F.ale index ccd84f91e..da8b4bfa3 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OK_IDC_O_R352_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OK_IDC_O_R352_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:571cf3bdce28db6e41abe63dd51bd85b4864280af14bced046b8dc155132a16a +oid sha256:33a2ccbced238175bc52b5ec95bc9d383e0fc7a547432e9168057a48586f18aa size 25912 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OK_IDC_O_R371_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OK_IDC_O_R371_F.ale index 215bf3d3d..bea4a9d93 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OK_IDC_O_R371_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OK_IDC_O_R371_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa78e0e6d7ac47b44b5958396e5414a38d5c5ceba9d37413d0d1a3c050cee0a6 +oid sha256:3bc3bc3399d1f52e7a7a5dce4f22118b860ad80f63a015b398623aa348f46a6a size 23052 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OR_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OR_DVL_O_R271_F.ale index 6fe61dd7a..dccc38d3d 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OR_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OR_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e8ec49c361fa5b601793478ff6dec8fb6164e1b08c373ac3b3e3a50f55e29884 +oid sha256:a9ea40f02561d6ddfcb641d92e3bced6af32a7640a180a80d294222a51061f55 size 24632 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OR_DVL_O_R381_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OR_DVL_O_R381_F.ale index 80097fb03..c6ea853b7 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OR_DVL_O_R381_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OR_DVL_O_R381_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:488668e0dc96d1f46eecdd211d8add1070a29585e5babb7208376c6567b1a2ff +oid sha256:225df5919344187c23780b2ec1407ad802a384a7641786f84ad83cafc11672e9 size 24952 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OR_IDC_O_R321_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OR_IDC_O_R321_F.ale index 760ff1990..9b3aa7dcf 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OR_IDC_O_R321_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-OR_IDC_O_R321_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65afcd0ce4e681d6db22a472207873753f17fc440bf7d8b5305b86e4abeb339a +oid sha256:edabb40d4829c01d14014602f31829b66dc708e1adc7c92f769b91d44db513db size 29560 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-PA_DVL_O_R261_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-PA_DVL_O_R261_F.ale index 854e9220d..1179271b7 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-PA_DVL_O_R261_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-PA_DVL_O_R261_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efb90bc78e51d2df3ba2a67b1c2419f5ad6f6d04db5b2af45af06daff8e88ed1 +oid sha256:b32a7fd2189f54f1f40958dee7594ae424c4a83c23f3b01e84ab7069d28f0bf8 size 24544 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-PA_DVL_O_R261_F_v2.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-PA_DVL_O_R261_F_v2.ale index 26bf0c813..8b8101d43 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-PA_DVL_O_R261_F_v2.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-PA_DVL_O_R261_F_v2.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa53bc1272733d90f3e581526948962d155b53497789934ae4944b781fac2708 +oid sha256:1e0eb1e76eebf6633aa3490c58e114ef672fd905c55da706e951b4e53cd07381 size 24568 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-PA_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-PA_IDC_O_R301_F.ale index a2aa65651..cd52cd352 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-PA_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-PA_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5d9b71e620ef6a53ebd3530ee9979600e76629e551436dc31bb8a910456ec2c +oid sha256:0e10d43e40d7d446aff76a43bb11f05d663a3b69212aa36b083b133e2f9c4935 size 25932 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-RI_DVL_O_R261_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-RI_DVL_O_R261_F.ale index 17776e05b..2016b4975 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-RI_DVL_O_R261_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-RI_DVL_O_R261_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebdcba638d73b08c495d9865426ae67b18823f89831560f9607b4c60d0391204 +oid sha256:e0b1b6cf26e1389fd4c90f0d55a3fb969c0b32cccc24793e377a29cfd228269e size 25484 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-RI_DVL_O_R261_F_v2.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-RI_DVL_O_R261_F_v2.ale index f99e6344d..3619eeb33 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-RI_DVL_O_R261_F_v2.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-RI_DVL_O_R261_F_v2.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e729bf16a18e975fe3d5a3d82e7324aa24459aec0cc29aaa60bd67845bdcdcf +oid sha256:978f1d0f7efbb1b8184a4db370f997c411024ebfef3801025ffcd1f8abb2716e size 25868 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-RI_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-RI_IDC_O_R301_F.ale index 545e4d25f..a7176e249 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-RI_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-RI_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7db15d1fa7e4839743abb661f83c4daab790668f1d366b454108d5533289a1c +oid sha256:75b2daf317eb9c717cbebc1a27a298dde372cf9e08d904f0fae22fbb3aae8f4b size 29152 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-SC_DVL_O_R281_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-SC_DVL_O_R281_F.ale index 3be4b4ec1..6b728175b 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-SC_DVL_O_R281_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-SC_DVL_O_R281_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28fe13291548fb2e5e12ce53c0230974815b4fe43c063adb5d0a3c11da6b8f5b +oid sha256:bc0dc36c4d7be3d8662a213997276d572dcd6d4540e185a3835f61d2509a7615 size 25804 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-SC_IDC_O_R331_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-SC_IDC_O_R331_F.ale index 860b929c2..b593bfcec 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-SC_IDC_O_R331_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-SC_IDC_O_R331_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f2f92f0cd0b8a87daca1d4c8aa6e7cf6d53a34ce86076efe141564e0767d5066 +oid sha256:336fa7148e7967f8794f3ba8c529700bb1297a7fb8013f4e184cc611ccde961c size 27424 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-SD_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-SD_DVL_O_R271_F.ale index 99d3a830f..1f8fc2e00 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-SD_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-SD_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c35513595702ca7f14ef4b2317e7b7e7712f9881bb48d05ace78844dca729172 +oid sha256:173005a167edde365e8c6f20c4298a97dfd7bcc80089317e5811c928a9eb14c2 size 36876 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-SD_IDC_O_R351_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-SD_IDC_O_R351_F.ale index dba033636..fd4b41191 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-SD_IDC_O_R351_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-SD_IDC_O_R351_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6c03e817c5dc4b90cf938a2f0c27f8bc7885db3c1c41cda060ea172dabc3dc0 +oid sha256:abdc22035967b324e54b18fbfd6d8f0b3d966464118cf21e42e90a529fb84f18 size 26700 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TN_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TN_DVL_O_R271_F.ale index daf39b613..2380836c8 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TN_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TN_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:affcfc3208e93a9e1ea96490bc39ae4fccb60a8f23b0978845e1ceb8e80c8220 +oid sha256:6d65d01bf6ffc8e5cc4a022a6148a4a53c9a4a3920d7f94cfd92f417f24dd7e1 size 21068 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TN_DVL_O_R271_F_v2.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TN_DVL_O_R271_F_v2.ale index 3e76919c7..90b5d663a 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TN_DVL_O_R271_F_v2.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TN_DVL_O_R271_F_v2.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d365c9ec700c3f10fd4dc79b9827e554e83b911e58faaeba7f45a00fc01433b +oid sha256:c2972e3d1a844d4271b698925b5358dac5cb86b7532e89e10139f764317bd54a size 21048 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TX_DVL_O_R261_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TX_DVL_O_R261_F.ale index e8fbd0d0b..e863d931c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TX_DVL_O_R261_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TX_DVL_O_R261_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3abf60acfa4fc5219b54619b33f0f4cbbab21353a66f67a7846392eadd7af344 +oid sha256:24f20220650ad8741d3f49b741c447b531461a2242b4f1fd752982be83162b87 size 20664 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TX_DVL_O_R351_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TX_DVL_O_R351_F.ale index 34e0867a3..391e02320 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TX_DVL_O_R351_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TX_DVL_O_R351_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:645c176a3663a171ceefe22c985786eff88d6543dfa5cf624be4b2bc09965eb7 +oid sha256:75361cecb3ed641e045260d20a010ebcf2e81d4a5517c6777ed655ca541a39b5 size 29752 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TX_IDC_O_R301_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TX_IDC_O_R301_F.ale index a2fa897c3..f3ad13b08 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TX_IDC_O_R301_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TX_IDC_O_R301_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7cc0520166c6e172edc8288df02916d72aa7a8dd1ac5ab3c8ddabaf44ce1d3b4 +oid sha256:b408e78fb78bb6f926d785882f0947fa751f99c0279249909d8970952e21e4f7 size 24544 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TX_IDC_O_R401_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TX_IDC_O_R401_F.ale index 83b600afd..4ee8dd96b 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TX_IDC_O_R401_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-TX_IDC_O_R401_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c438cd9f08fa5581d05110c74fff5a1798c33933a17a647657d355ced6584caa +oid sha256:5dc9e3ca3f90dc55536e404240974eef06ea5e0674d132965abf760b368cfcaf size 23840 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_DVL_O_R271_F.ale index e0fe12e32..3c4155f1b 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc31fcfc5398a14445068954c9a45ac01bc805746fb43dd01afd58f4e9b196e4 +oid sha256:51162e45f4fa1a35930884c21b5e0c660ff4360256e3c91b46785f856ac763d0 size 26380 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_DVL_O_R271_F_v2.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_DVL_O_R271_F_v2.ale index 2f259840f..afb999eec 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_DVL_O_R271_F_v2.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_DVL_O_R271_F_v2.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d8da1648aeec5c44561ae6f8c3c3d67855d691c116cc7ac6cd26716ded7fe3e +oid sha256:f6bf336f020bc722b128a2e762ecca448ba348ce245c7324af64cdccfd62e4d2 size 26380 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_DVL_O_R391_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_DVL_O_R391_F.ale index c75fdb3ae..4a080ee71 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_DVL_O_R391_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_DVL_O_R391_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26ca34c210747f80ff78d9010942021c93c348e726aa0330ebeb7f6881bbbd13 +oid sha256:c4d899ac5b74e71c377d66052efc5d256db230b1cf4b685379900d257b786733 size 32312 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_IDC_O_R321_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_IDC_O_R321_F.ale index 2d38a1c25..d83f8cbba 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_IDC_O_R321_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_IDC_O_R321_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67ce8ea8c593057f4c4e3c61791f2cfd614dda7118301274793300c5463963d6 +oid sha256:a9578b1399a8ca20f8393c5448b048bce992cf32c9f2443413bc1d8a2110827c size 31288 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_IDC_O_R391_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_IDC_O_R391_F.ale index d18a45b92..a3a0d7b5b 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_IDC_O_R391_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-UT_IDC_O_R391_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7894c294a2c43bb353affc6bd8b23eb22bcd41aa6f6fe592460cd4baf74ed59b +oid sha256:38dddc0917ac2e8420ec0f1677171804a6d61408a5888b11bd0ffae21b4d4d30 size 28876 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-VA_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-VA_DVL_O_R271_F.ale index 84cf0ddd9..ed33a4c33 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-VA_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-VA_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28131f9663f36a779d984d00f980f2fac39fb50ffc630ab9f51b0bb75f7cc9d5 +oid sha256:ea44f3de7e346288812124d8b04475b4c4e330b3657f6f7e1632887f0104f96d size 23692 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-VA_IDC_O_R351_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-VA_IDC_O_R351_F.ale index 01d8a8b1f..6d92e215c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-VA_IDC_O_R351_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-VA_IDC_O_R351_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9231684c1cfc5df49b94d5f2027067208cf36bfe8a69e8219dcfb7db2f137944 +oid sha256:4f52fddc66daefe06118d2f58b9ff8c3089b2c0242881886b3371c9dd39f17a6 size 30988 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-VT_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-VT_DVL_O_R271_F.ale index ac5976c04..6ecfe913c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-VT_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-VT_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02329ae5221bc040bc893676606ec1e0d572e3ac2c057d0136bbcd5a7f01bd85 +oid sha256:cff31f02cea540814f3f6c7c7361cbe5cf93a599fb2e536793746690c2ca4b07 size 25144 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-VT_IDC_O_R351_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-VT_IDC_O_R351_F.ale index 18a43be97..7664d939b 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-VT_IDC_O_R351_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-VT_IDC_O_R351_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:72d1edcffbc6a02ae571b714344e4e5fb18ed1e9201aef2599667fdf97fdf821 +oid sha256:caa3e0e23d689505731379c70406ac8887e6f5d91e0e9415619907912a7539d3 size 28984 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WA_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WA_DVL_O_R271_F.ale index c9b4a82c3..9c8785791 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WA_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WA_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d27b195ab860cb4b106dd9c7dea5c31c039e596249e6b702010e0d901c0de2d7 +oid sha256:cbf36ac380c4df49c69ce9c436e76c92c857cefa330c77f9145cc60aaae25404 size 25080 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WA_IDC_O_R331_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WA_IDC_O_R331_F.ale index 0a087cc60..80ae09ad3 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WA_IDC_O_R331_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WA_IDC_O_R331_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e31653f971a90e78d88913e67e204b8381b77b8e1b72b74a070b8fa02ff28b0c +oid sha256:aeae7d25f3c21396889f4b2ea7d3f03c0e473276c26fd735dc23f8d0bc6df4c9 size 27384 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WI_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WI_DVL_O_R271_F.ale index 36a00f3e0..d76c6d97e 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WI_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WI_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8465973a7a1ff1c971485dbbb372b1316fe2fa247a3ce89fc0b820463ad3cc6 +oid sha256:011beb5279f50a0c667ab627f10994d2db3dcb9fabb02ac8af6d5a761450acee size 25228 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WI_IDC_O_R351_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WI_IDC_O_R351_F.ale index 460025221..48196057c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WI_IDC_O_R351_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WI_IDC_O_R351_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1927f5d5b0cac3d65af6fefd7b940f1b5e849af49ae6683a72fe9dcfe2097b70 +oid sha256:edf67f91bc4ac51608fd1ff134507827b7706e5802d7bd7a8060fdd20215fe1c size 30264 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WV_DVL_O_R361_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WV_DVL_O_R361_F.ale index 5f9e167e3..2a01ac131 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WV_DVL_O_R361_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WV_DVL_O_R361_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f915c33397dadb8757bfb31334c5c674519f973cde3e6da9863f9957906da6b7 +oid sha256:35de83252c4df54345309e161c646444b8b222acb3a85acc8d22868bd0a3fe5d size 30136 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WV_DVL_O_R421_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WV_DVL_O_R421_F.ale index 346d73b6a..5e88370e7 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WV_DVL_O_R421_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WV_DVL_O_R421_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6854f4a18f13547729ed105e3d52debd6a7a4365113e564f081e1275e25011f3 +oid sha256:c4f998934f8931c1b27164c6e016aab0bb422da89febed00dca2f7f96e0e26e9 size 30392 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WV_IDC_O_R352_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WV_IDC_O_R352_F.ale index 4a84dbacd..43138ac3e 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WV_IDC_O_R352_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WV_IDC_O_R352_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c5b721a470c937d8f73dd696adbc96384c1e8fbafde3ffadba017e2fe85fc9a +oid sha256:2a2eb3def936fb4ac728abf2e9cd28a93e1230028834311034de8cbc24be76c8 size 24672 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WY_DVL_O_R271_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WY_DVL_O_R271_F.ale index da415a157..e5d88543f 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WY_DVL_O_R271_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WY_DVL_O_R271_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:892790fbf629d8115a9a08889562a195875465ed34e52d87a8ff8f464e649dc6 +oid sha256:a2697977eeb836a3f21f04510521455488126a1f4d96a28d14fc4d272385ac0f size 32120 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WY_IDC_O_R331_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WY_IDC_O_R331_F.ale index ff9ef7378..55e8b0874 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WY_IDC_O_R331_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/US-WY_IDC_O_R331_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81274b876a9ed7157b71bff470e440fa944d10e5b9cc786f5b13f90990b6a485 +oid sha256:f961cd10dd5263a02995a0e5f1a8940eb4b79cf817b1c1ac13d7d4cae062466e size 25528 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ZA_DVL_O_R351_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ZA_DVL_O_R351_F.ale index eff31d10a..c49993da2 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ZA_DVL_O_R351_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ZA_DVL_O_R351_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1be8fcc787594686579090d27f48ca54d30d9c6568ef8561f3ad21d4b175590d +oid sha256:af082b1fe268a6a1ee0c9b7c1b163ba5f0ace5ab5ed6de4f281561bcef0040cd size 21152 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ZA_DVL_O_R351_F_v2.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ZA_DVL_O_R351_F_v2.ale index 4e172b825..6f003413c 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ZA_DVL_O_R351_F_v2.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ZA_DVL_O_R351_F_v2.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e452c48e1084961422465e97c3b588fe3c49619b1309ad37aee5e9c6ae9508d +oid sha256:c332e05fe0cc3b945cae3928df2e4073c96e779db05ca818b15fc5ebb8b5026e size 20920 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ZM_DVL_O_R341_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ZM_DVL_O_R341_F.ale index 9faff914d..6915ada34 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ZM_DVL_O_R341_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/ZM_DVL_O_R341_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b30136fabe1754b7fb6d11188bfec1c2771f53f6010ac8fb373764b69ba9956 +oid sha256:7f7cc55f6fe1795b5924dda2b701f66debeae52581ce6ffb51d350759339d7e5 size 24460 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/vehicle_registration_certificate/DE_VRC_O_R401_F.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/vehicle_registration_certificate/DE_VRC_O_R401_F.ale index a69b7253b..2084746c5 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/vehicle_registration_certificate/DE_VRC_O_R401_F.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/vehicle_registration_certificate/DE_VRC_O_R401_F.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb9421450b759a81250c5ec566b4a6b9c590137e0fb8391449dc5dabdc800472 +oid sha256:b2593cbe4cab9200f461fe309ac3abac2d8781f1ec03c7402e9db2146508a01b size 15884 diff --git a/Nuget/AnylineResources.bundle/module_id/config_files/templates/vehicle_registration_certificate/DE_VRC_O_R401_F_stitched.ale b/Nuget/AnylineResources.bundle/module_id/config_files/templates/vehicle_registration_certificate/DE_VRC_O_R401_F_stitched.ale index e0ddbdac7..f6d0e7090 100644 --- a/Nuget/AnylineResources.bundle/module_id/config_files/templates/vehicle_registration_certificate/DE_VRC_O_R401_F_stitched.ale +++ b/Nuget/AnylineResources.bundle/module_id/config_files/templates/vehicle_registration_certificate/DE_VRC_O_R401_F_stitched.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba260e5da3981829e214362cc1647a74edcaa419509f5e1927ae34ddeb8a5358 +oid sha256:7e5b770c5cf39695e6df8e28584d7f5927635cfb66fd15423ee91eb803ec5dac size 18912 diff --git a/Nuget/AnylineResources.bundle/module_id/functions_card_detection.ale b/Nuget/AnylineResources.bundle/module_id/functions_card_detection.ale index 7b85f929b..49ac08cde 100644 --- a/Nuget/AnylineResources.bundle/module_id/functions_card_detection.ale +++ b/Nuget/AnylineResources.bundle/module_id/functions_card_detection.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:029683c94f884f5474e7b37702b3518011939639049de69165dfc121ca56d740 +oid sha256:d0c740812facd374fd4b222e240549d139b87d243534dbf54ea934fe8be96a1d size 44492 diff --git a/Nuget/AnylineResources.bundle/module_id/functions_card_rectification.ale b/Nuget/AnylineResources.bundle/module_id/functions_card_rectification.ale index a69bd9657..6537ecd5b 100644 --- a/Nuget/AnylineResources.bundle/module_id/functions_card_rectification.ale +++ b/Nuget/AnylineResources.bundle/module_id/functions_card_rectification.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6cfe3173bc18e212b85fca3140e8e1eb805f17dba0710f2cf7cf541004e00947 +oid sha256:2fa4a2110475e3108087d0a746490977fbb60e6b992b65fc062180317f21f46c size 4960 diff --git a/Nuget/AnylineResources.bundle/module_id/functions_common.ale b/Nuget/AnylineResources.bundle/module_id/functions_common.ale index 278c59b68..e38750e19 100644 --- a/Nuget/AnylineResources.bundle/module_id/functions_common.ale +++ b/Nuget/AnylineResources.bundle/module_id/functions_common.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b453645c27106863014128e9b5255ee6da23d7f39ff0d2a3f4200a009ddb2e27 +oid sha256:80e88fb34751b6ca3748e91411aadf540f1e0aa5fd0895430b5d1984f2f70ccf size 4984 diff --git a/Nuget/AnylineResources.bundle/module_id/functions_field_detection.ale b/Nuget/AnylineResources.bundle/module_id/functions_field_detection.ale index bbbb6b7d0..cb799b226 100644 --- a/Nuget/AnylineResources.bundle/module_id/functions_field_detection.ale +++ b/Nuget/AnylineResources.bundle/module_id/functions_field_detection.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca54be5c452e75ed5875389b051563f93fb1fd8018e2ac13a2c82b6b0c3e5a07 +oid sha256:cf08dc3666c54b3e4033eccf2ca0df7f0dd0cbacd752548fd0c84e877c2941cb size 11872 diff --git a/Nuget/AnylineResources.bundle/module_id/functions_mrz_scanning.ale b/Nuget/AnylineResources.bundle/module_id/functions_mrz_scanning.ale index 1f9e31934..d26d1417d 100644 --- a/Nuget/AnylineResources.bundle/module_id/functions_mrz_scanning.ale +++ b/Nuget/AnylineResources.bundle/module_id/functions_mrz_scanning.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b854fc5e189123471670a27b43263f09b8c031170d13eaed294142623d259da +oid sha256:80e4a2fecfeb2153f1d5cdcf85c2948e35ed7dc4a93f5e82e82c3ae110cbbe9c size 539020 diff --git a/Nuget/AnylineResources.bundle/module_id/functions_square_from_edges.ale b/Nuget/AnylineResources.bundle/module_id/functions_square_from_edges.ale index 99b7a1ca0..f0e172b31 100644 --- a/Nuget/AnylineResources.bundle/module_id/functions_square_from_edges.ale +++ b/Nuget/AnylineResources.bundle/module_id/functions_square_from_edges.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6a665d31ab4cd9760e308bdee83ab80baaddd05ff82ac7047587d4045cb580f +oid sha256:24232e111f2ad82b87664b293811beedcdbd1805394977b5b3bcfe19c6ab5058 size 32352 diff --git a/Nuget/AnylineResources.bundle/module_id/functions_template.ale b/Nuget/AnylineResources.bundle/module_id/functions_template.ale index 162062421..d16947b64 100644 --- a/Nuget/AnylineResources.bundle/module_id/functions_template.ale +++ b/Nuget/AnylineResources.bundle/module_id/functions_template.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0785aea4df50ed23cebc3d1ae611a86ba50d568659106121f68a4f25115559a8 +oid sha256:bcc6ea2cda1c8d02a6b445e2849e5f9581a24d9b62aafd0e3c9bf6cd3556425a size 3104 diff --git a/Nuget/AnylineResources.bundle/module_id/functions_template_scanning.ale b/Nuget/AnylineResources.bundle/module_id/functions_template_scanning.ale index df515d0b1..6102ac431 100644 --- a/Nuget/AnylineResources.bundle/module_id/functions_template_scanning.ale +++ b/Nuget/AnylineResources.bundle/module_id/functions_template_scanning.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4235ba9519d43a7bcb8f4743d27e3b4c1a42e5e398b00ce6ad477e5fef83815 +oid sha256:103e144bdd7acd249e677996a6ff5527a8d17f4699bdda9c3779256a59d2e17d size 197196 diff --git a/Nuget/AnylineResources.bundle/module_id/japanese_landing_permission_scanner.ale b/Nuget/AnylineResources.bundle/module_id/japanese_landing_permission_scanner.ale index 0232307de..71c71925f 100644 --- a/Nuget/AnylineResources.bundle/module_id/japanese_landing_permission_scanner.ale +++ b/Nuget/AnylineResources.bundle/module_id/japanese_landing_permission_scanner.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a1c777db53db7dde21a322f6f2eb72bb91a6a0505d4db7895cb2e676c86ee31 +oid sha256:840c45fa8b4ca97296124163afe0d46c6898cca90f71d58b0b0acaf04bf58b0a size 70264 diff --git a/Nuget/AnylineResources.bundle/module_id/main_id_scanner.ale b/Nuget/AnylineResources.bundle/module_id/main_id_scanner.ale index 928aaaa5b..d95796bed 100644 --- a/Nuget/AnylineResources.bundle/module_id/main_id_scanner.ale +++ b/Nuget/AnylineResources.bundle/module_id/main_id_scanner.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:203048c6f1ea4490c3b64259c7decb0329f11d7bb0bfab45db9cb1608d8b7180 +oid sha256:0d9a6256742c03a27bd8e3605293cc64790d30508aba6ad08ba59613e86ff322 size 20152 diff --git a/Nuget/AnylineResources.bundle/module_id/mrz_scanning.ale b/Nuget/AnylineResources.bundle/module_id/mrz_scanning.ale index b78d38795..8c00a8284 100644 --- a/Nuget/AnylineResources.bundle/module_id/mrz_scanning.ale +++ b/Nuget/AnylineResources.bundle/module_id/mrz_scanning.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a924a3868092cf0c7b267c14211373579d5bd9099f4e4b74766bb39e88751065 +oid sha256:627af1242c05209a11fb4b5abb8b32cfa4c2c6a05a040f9add179fa57bd11fa7 size 366456 diff --git a/Nuget/AnylineResources.bundle/module_id/vehicle_registration_scanner.ale b/Nuget/AnylineResources.bundle/module_id/vehicle_registration_scanner.ale index c94c3742c..b17e9ae83 100644 --- a/Nuget/AnylineResources.bundle/module_id/vehicle_registration_scanner.ale +++ b/Nuget/AnylineResources.bundle/module_id/vehicle_registration_scanner.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:54bbbb123cfbc31121dc53b5ebcbf45ea14fbd4f24c4cffbe34bff5940b146df +oid sha256:eb8d9978bce3d7f5b28aa7c700a68e8ba76078626c74ed8f04b261c57435a0b7 size 22072 diff --git a/Nuget/AnylineResources.bundle/module_license_plate/license_plates_africa.ale b/Nuget/AnylineResources.bundle/module_license_plate/license_plates_africa.ale index fda83c165..5ce70a94c 100644 --- a/Nuget/AnylineResources.bundle/module_license_plate/license_plates_africa.ale +++ b/Nuget/AnylineResources.bundle/module_license_plate/license_plates_africa.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c1e380351221d8360d9d6167f22aafdc8d1ca7b5e1c4f155aaa707a3714d9ab +oid sha256:2ee665c0efad78841a0b34c9087194b0c4504e8773db3c8d7a680ed33420d907 size 35084 diff --git a/Nuget/AnylineResources.bundle/module_license_plate/license_plates_combined.ale b/Nuget/AnylineResources.bundle/module_license_plate/license_plates_combined.ale index f93754c27..5c19e0f31 100644 --- a/Nuget/AnylineResources.bundle/module_license_plate/license_plates_combined.ale +++ b/Nuget/AnylineResources.bundle/module_license_plate/license_plates_combined.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7aa334c4fdc49d049d49d9fe8d9543a3f3eb4595d7427669bd21dd94c52fe69e +oid sha256:4b7a08eeb4b2b56080a2f5de03df2fb3e08ceca5d7ba22cb041d3c5f2cfcdd85 size 32696 diff --git a/Nuget/AnylineResources.bundle/module_license_plate/license_plates_us.ale b/Nuget/AnylineResources.bundle/module_license_plate/license_plates_us.ale index b0c1bd82e..93cc8bbd8 100644 --- a/Nuget/AnylineResources.bundle/module_license_plate/license_plates_us.ale +++ b/Nuget/AnylineResources.bundle/module_license_plate/license_plates_us.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a079fe12124b34ae86ac6ba956932b69e13c4e3e50ec41433d2b2da3a2e8fe1 +oid sha256:cab34b57d9a330d9c606742474a2307e8e47a9de9aa14995f018e9e9b5a37e6f size 20280 diff --git a/Nuget/AnylineResources.bundle/module_tire/functions_tire.ale b/Nuget/AnylineResources.bundle/module_tire/functions_tire.ale index 48ea9ea0f..7abc925c9 100644 --- a/Nuget/AnylineResources.bundle/module_tire/functions_tire.ale +++ b/Nuget/AnylineResources.bundle/module_tire/functions_tire.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:781a057f08d3a75f949db5edfee8ec1cd65586d758c88f02a58d00878434cd92 +oid sha256:a464064f9892d8c85ae8c83e0b67d681e14580d2370c138acb550deaa0374088 size 14840 diff --git a/Nuget/AnylineResources.bundle/module_tire/tin.ale b/Nuget/AnylineResources.bundle/module_tire/tin.ale index 05880c52d..ca1a3f271 100644 --- a/Nuget/AnylineResources.bundle/module_tire/tin.ale +++ b/Nuget/AnylineResources.bundle/module_tire/tin.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:907841aee065e52b5872b4ca4ccb6bafef72955b58880a203e09e8ee258e1e31 +oid sha256:1d4192eb7ec78cfd5c41bc5491d2bd3dc17300ed68c4d898b7c5792d1e2fe869 size 31584 diff --git a/Nuget/AnylineResources.bundle/module_tire/tin_universal.ale b/Nuget/AnylineResources.bundle/module_tire/tin_universal.ale index 5a75a6250..954f47e6f 100644 --- a/Nuget/AnylineResources.bundle/module_tire/tin_universal.ale +++ b/Nuget/AnylineResources.bundle/module_tire/tin_universal.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5427763f1017405cfef08b142dfbdc856210aebeae97897ece89ae71e3f6d18f +oid sha256:cfab8d9ed38f46c9fb9469b5f5e981891dba82d03c25668f972cf434a9045129 size 26848 diff --git a/Nuget/AnylineResources.bundle/module_tire/tire_id.ale b/Nuget/AnylineResources.bundle/module_tire/tire_id.ale index 2a3ee999b..519cbaa31 100644 --- a/Nuget/AnylineResources.bundle/module_tire/tire_id.ale +++ b/Nuget/AnylineResources.bundle/module_tire/tire_id.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9de262bcbcea0b6da622e6b98b7e2ef1de5de06a00da60b77b997cbfce4befeb +oid sha256:283f0f708fb841bfef739873f609b70c6569adb336b1c1fb3660029b2261ee96 size 19020 diff --git a/Nuget/AnylineResources.bundle/module_tire/tire_make.ale b/Nuget/AnylineResources.bundle/module_tire/tire_make.ale index 8134909b0..5fe4c43d3 100644 --- a/Nuget/AnylineResources.bundle/module_tire/tire_make.ale +++ b/Nuget/AnylineResources.bundle/module_tire/tire_make.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58f8b1278d856416970fa4ed152adace54ff399e88622986aee1e081368f4ee7 +oid sha256:0024b4a9d5d98bea831a929b6bcfdfbf78d84f2688e4e71f4dc8851142aa266b size 34316 diff --git a/Nuget/AnylineResources.bundle/module_tire/tire_size.ale b/Nuget/AnylineResources.bundle/module_tire/tire_size.ale index 51b67a51a..924a6d44b 100644 --- a/Nuget/AnylineResources.bundle/module_tire/tire_size.ale +++ b/Nuget/AnylineResources.bundle/module_tire/tire_size.ale @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e5f355328cced5ffea6c66b6e8e1bb8716c68371fe8c9067799f31550a64478 +oid sha256:a10551a75a982fe1abca36662110f7691357113f58c7bc3a97bef2aaa60958cb size 26848 diff --git a/Nuget/AnylineResources.bundle/schemas/plugin_config.schema.json b/Nuget/AnylineResources.bundle/schemas/plugin_config.schema.json index e7dc31243..b530e4000 100644 --- a/Nuget/AnylineResources.bundle/schemas/plugin_config.schema.json +++ b/Nuget/AnylineResources.bundle/schemas/plugin_config.schema.json @@ -977,13 +977,15 @@ "description": "Configures scanning options for ID fields in order to fine-tune the ID scanner.", "properties": { "scanOption": { - "description": "Set the scanOption to one of the following: 0 = mandatory, 1 = optional, 2 = disabled. Otherwise, it's defaulted.", - "type": "integer", + "description": "The scanOption determines whether a field is considered optional, mandatory, disabled or follows a default behavior. Default behavior is one of the other three that yields the best recall results with all layouts enabled.", + "type": "string", "enum": [ - 0, - 1, - 2 - ] + "mandatory", + "optional", + "disabled", + "default" + ], + "default": "default" }, "minConfidence": { "description": "Set the minConfidence which has to be reached in order to trigger a scan result. The value has to be between 0 and 100. Defaults to 60.", @@ -1273,8 +1275,7 @@ "default": 60, "minimum": 0, "maximum": 100 - } - , + }, "faceDetectionEnabled": { "type": "boolean", "description": "Sets whether the face detection approach is enabled. Defaults to false.", @@ -1351,13 +1352,15 @@ "description": "Configures scanning options per field", "properties": { "scanOption": { - "description": "Set the scanOption to one of the following: 0 = mandatory, 1 = optional, 2 = disabled. Otherwise, it's defaulted.", - "type": "integer", + "description": "The scanOption determines whether a field is considered optional, mandatory, disabled or follows a default behavior. Default behavior is one of the other three that yields the best recall results with all layouts enabled.", + "type": "string", "enum": [ - 0, - 1, - 2 - ] + "mandatory", + "optional", + "disabled", + "default" + ], + "default": "default" }, "minConfidence": { "description": "Set the minConfidence between 0 and 100. Otherwise, it's defaulted.", @@ -1404,8 +1407,15 @@ "description": "Field option for JLP fields", "properties": { "scanOption": { - "description": "Set the scanOption to one of the following: 0 = mandatory, 1 = optional, 2 = disabled. Otherwise, it's defaulted.", - "type": "integer" + "description": "The scanOption determines whether a field is considered optional, mandatory, disabled or follows a default behavior. Default behavior is one of the other three that yields the best recall results with all layouts enabled.", + "type": "string", + "enum": [ + "mandatory", + "optional", + "disabled", + "default" + ], + "default": "default" }, "minConfidence": { "description": "Set the minConfidence between 0 and 100. Otherwise, it's defaulted.", diff --git a/com.anyline.xamarin.examples_49.0.0.apk b/com.anyline.xamarin.examples_49.0.0.apk deleted file mode 100644 index 4e2439a92..000000000 --- a/com.anyline.xamarin.examples_49.0.0.apk +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8336e4f57d07b155cdf74747a77ef5f9340e508c40c206859387231b4f4cc627 -size 131610227 diff --git a/com.anyline.xamarin.examples_50.0.3.apk b/com.anyline.xamarin.examples_50.0.3.apk new file mode 100644 index 000000000..b0cd6fd2f --- /dev/null +++ b/com.anyline.xamarin.examples_50.0.3.apk @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9673ebe52b638d185708643fbbee6e19a702c4214e7a97dfa6182ea1392a6e37 +size 132341508